summaryrefslogtreecommitdiff
path: root/app-text/lesspipe
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2017-10-09 18:53:29 +0100
committerV3n3RiX <venerix@redcorelinux.org>2017-10-09 18:53:29 +0100
commit4f2d7949f03e1c198bc888f2d05f421d35c57e21 (patch)
treeba5f07bf3f9d22d82e54a462313f5d244036c768 /app-text/lesspipe
reinit the tree, so we can have metadata
Diffstat (limited to 'app-text/lesspipe')
-rw-r--r--app-text/lesspipe/Manifest4
-rw-r--r--app-text/lesspipe/lesspipe-1.83.ebuild40
-rw-r--r--app-text/lesspipe/metadata.xml10
3 files changed, 54 insertions, 0 deletions
diff --git a/app-text/lesspipe/Manifest b/app-text/lesspipe/Manifest
new file mode 100644
index 000000000000..9c77bb021a6a
--- /dev/null
+++ b/app-text/lesspipe/Manifest
@@ -0,0 +1,4 @@
+DIST lesspipe-1.83.tar.gz 115129 SHA256 d616f0d51852e60fb0d0801eec9c31b10e0acc6fdfdc62ec46ef7bfd60ce675e SHA512 c6418ac2bfc2dee9d32d56b0ea4a94954b1431db54fef8b67a9cf7d961cf4a23d87b2f41b2a4560d2333029c6d4ed5c6f399cb635f857bd43f1603993b5cb55d WHIRLPOOL 4ff4baac25c768a4177d71a82f766b326cff6840e0032d6b9125506de38ff20264b71c765cb08777adda9e9f24e18e33e452667be8e7a94f7fef062f1d6f019f
+EBUILD lesspipe-1.83.ebuild 1161 SHA256 9ade675aaa4337be94dc34bc8af9cca8124a8fbbb0724d31837e710489627cd5 SHA512 0e14c9d4744af386c1f575874fcb0fbc12d405456c210b55240032f330f6626953c1ea7a361f24a154a377e6bf9837fb04cb3367d3bdd655ae5d3b377b4679e4 WHIRLPOOL c3114b8c528dec3604c20af95934ac8d1b7f3baede2efc359195900d3b11d2bd666738b0ddb15bca84f80b87cecb5d2d839e4e99cf325d84dc2e101beaee0d14
+MISC ChangeLog 379 SHA256 5b9744ac3446c67febdbf8f9f71388d6c5cb8c7aa4bc27da4474939b3724a8ba SHA512 8f4ea82e6b15ca4289f2efbe6c0d1329dc0cd208a566c07ffaf2b97547b4d1d65fc6d5f5b8efef3d102732964d764c494a883ca4c334c31c7fb7cf2d79c3d166 WHIRLPOOL 60229df4aa2e3561b37347d08959d266f9582624e92943a1da56c30eede83edead639bd5b60a53fea3c1615bfc4ce458e623d9f1a2eaa5dbefa54c91ee4047c8
+MISC metadata.xml 303 SHA256 de8626350ef7a3645b1c23c4d372e6757a1828e6e8d53ffa2e7b5046ddc95735 SHA512 efdd1963073db285de7f83ff804fdc98876846cb011fa0c8aa65f9b3c1dd6b7cdb039ca6a7a03018edfdff930f817208bb29601bb0c5571fc16d637615e0c7b7 WHIRLPOOL 9ad464bec6ae95b2f2dc5f675dace1a5bcec9bd8a59b1b5ecf0d73c9b26f23583531bbe5ce0f28e59c152928ae4fb7db1afd819d7fffb3b940945cc0447c6354
diff --git a/app-text/lesspipe/lesspipe-1.83.ebuild b/app-text/lesspipe/lesspipe-1.83.ebuild
new file mode 100644
index 000000000000..a3dc8e985281
--- /dev/null
+++ b/app-text/lesspipe/lesspipe-1.83.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="5"
+
+DESCRIPTION="a preprocessor for less"
+HOMEPAGE="https://github.com/wofr06/lesspipe"
+SRC_URI="https://www-zeuthen.desy.de/~friebel/unix/less/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+IUSE=""
+
+DEPEND="dev-lang/perl"
+RDEPEND="${DEPEND}
+ !<sys-apps/less-483-r1"
+
+src_configure() {
+ # Not an autoconf script.
+ ./configure --fixed || die
+}
+
+src_compile() {
+ # Nothing to build.
+ :
+}
+
+src_install() {
+ emake PREFIX="${EPREFIX}/usr" DESTDIR="${D}" install
+ dodoc ChangeLog README TODO
+}
+
+pkg_preinst() {
+ if [[ -z ${REPLACING_VERSIONS} ]] ; then
+ elog "This package installs 'lesspipe.sh' which is distinct from 'lesspipe'."
+ elog "The latter is the Gentoo-specific version. Make sure to update your"
+ elog "LESSOPEN environment variable if you wish to use this copy."
+ fi
+}
diff --git a/app-text/lesspipe/metadata.xml b/app-text/lesspipe/metadata.xml
new file mode 100644
index 000000000000..0ad8b1ed80c7
--- /dev/null
+++ b/app-text/lesspipe/metadata.xml
@@ -0,0 +1,10 @@
+<?xml version='1.0' encoding='UTF-8'?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="project">
+ <email>base-system@gentoo.org</email>
+ </maintainer>
+ <upstream>
+ <remote-id type="github">wofr06/lesspipe</remote-id>
+ </upstream>
+</pkgmetadata>