summaryrefslogtreecommitdiff
path: root/app-misc/rlwrap
diff options
context:
space:
mode:
Diffstat (limited to 'app-misc/rlwrap')
-rw-r--r--app-misc/rlwrap/Manifest6
-rw-r--r--app-misc/rlwrap/metadata.xml18
-rw-r--r--app-misc/rlwrap/rlwrap-0.42-r1.ebuild21
-rw-r--r--app-misc/rlwrap/rlwrap-0.42.ebuild26
-rw-r--r--app-misc/rlwrap/rlwrap-0.43.ebuild21
5 files changed, 0 insertions, 92 deletions
diff --git a/app-misc/rlwrap/Manifest b/app-misc/rlwrap/Manifest
deleted file mode 100644
index 3153bfd03786..000000000000
--- a/app-misc/rlwrap/Manifest
+++ /dev/null
@@ -1,6 +0,0 @@
-DIST rlwrap-0.42.tar.gz 279608 BLAKE2B e8569d35cb0b8b3309af71122c1a48039fe559372648fe05c73f0a545c4efbae75aadaf80faa302033134cbd569ab90b9d314e2bd2c1bc387fd1434d39418245 SHA512 991885e75aabf0d43581d59f7c78f7f64c3f32072de08ff5796cba75c0716548d2186cbe2d739f3e772871e3586d036f069db73b2ee8a30b2f7985088d0f68df
-DIST rlwrap-0.43.tar.gz 313139 BLAKE2B d2aaf32abe69b0307321192542c88acbf5af00e23476e7205cddbc8c5adbab4c5a10090d8ef04e9adfc62209f37f101bfc3e294e634379844417c80540485532 SHA512 4a1440b2eef3a1664c6381eb09c19f4030de2c0ef4f1f3509f7d6e130d3c5e9c3ceb00fc6ea6052b22bbe1f6b162f72e0b47564df34ccecc5220f195c22e86a1
-EBUILD rlwrap-0.42-r1.ebuild 524 BLAKE2B a91644358950129e12d6b74641b874f8102d8890d0654ce54f106f4516dc76a689b6ab06c3d7dca573127120cdad72ec2f8262fb9ce2ee37f14e378d161075d4 SHA512 6f8cff5a06edb8e5c2dc6b1cc72aa8704eafa79d8014175955a8b387a8825f90768c111facfe6d7fd7de1af4d92146b2539efccd7e0f772285b793376b78c1ed
-EBUILD rlwrap-0.42.ebuild 631 BLAKE2B eb01cac471f448a26d2277368c5bc459134f41c08bfd360203e58ff1fa7368ef7c100dbdb06f632d464d360ff33f71345466b5f1c19a2a9182750e53b3182829 SHA512 6e9c7d7750a40ba31bb64d17b0069cde45b06af3c19eb5513e2d4282da0dc9ac0fffafcf4101ee68548d812f46793d588ea58b1f0708bd155b103b775069ca35
-EBUILD rlwrap-0.43.ebuild 602 BLAKE2B 8cee19013278beb1c218ea6730fbf5e8e1edf8e581e921843010be140f55db2c2fb68dd682fe0a331fcb3dd184e7951996ef9ae2ae631819f3b5eb33a39cb221 SHA512 8778074bdf47a91d2de60d5da476eef60f0ce5a18a351582fb47e97313d9e7d94c9ca5105ff8c317f6bd88cb72a5c657b269048257bc11798e520a2f2b2e10bb
-MISC metadata.xml 707 BLAKE2B cb970829cfc9eca1dc9dfc2cab28410f39c8a7ad2dfffb44d52e093653d43ff20f1a3b622aa6fe8c35091c79d45d1db1d4ab6244ad3d7d9c9083813dde4d17b0 SHA512 8f6da0c6c96533098cd750c1dc4cbae6d94bbf4a285561ba52a3fb1ab414ead6a4f1e1a600cd120cda4355a5c52365938921ee43df560015296f15528d79c8ff
diff --git a/app-misc/rlwrap/metadata.xml b/app-misc/rlwrap/metadata.xml
deleted file mode 100644
index a6f90e84d17f..000000000000
--- a/app-misc/rlwrap/metadata.xml
+++ /dev/null
@@ -1,18 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="project">
- <email>common-lisp@gentoo.org</email>
- <name>Gentoo Common Lisp Project</name>
- </maintainer>
- <longdescription>
- rlwrap is a 'readline wrapper' that uses the GNU Readline library to
- allow the editing of keyboard input for any other command. Input
- history is remembered across invocations, separately for each command;
- history completion and search work as in bash and completion word
- lists can be specified on the command line.
- </longdescription>
- <use>
- <flag name="debug">Enable debug</flag>
- </use>
-</pkgmetadata>
diff --git a/app-misc/rlwrap/rlwrap-0.42-r1.ebuild b/app-misc/rlwrap/rlwrap-0.42-r1.ebuild
deleted file mode 100644
index ab1551ea5406..000000000000
--- a/app-misc/rlwrap/rlwrap-0.42-r1.ebuild
+++ /dev/null
@@ -1,21 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DESCRIPTION="GNU readline wrapper"
-HOMEPAGE="http://utopia.knoware.nl/~hlub/uck/rlwrap/"
-SRC_URI="http://utopia.knoware.nl/~hlub/uck/rlwrap/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~mips ~ppc ~x86 ~ppc-aix ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
-IUSE="debug"
-
-RDEPEND="sys-libs/readline:0="
-DEPEND="${RDEPEND}"
-
-src_configure() {
- econf \
- $(use_enable debug)
-}
diff --git a/app-misc/rlwrap/rlwrap-0.42.ebuild b/app-misc/rlwrap/rlwrap-0.42.ebuild
deleted file mode 100644
index 75ca6471b3cb..000000000000
--- a/app-misc/rlwrap/rlwrap-0.42.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-DESCRIPTION="GNU readline wrapper"
-HOMEPAGE="http://utopia.knoware.nl/~hlub/uck/rlwrap/"
-SRC_URI="http://utopia.knoware.nl/~hlub/uck/rlwrap/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ~mips ppc x86 ~ppc-aix ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
-IUSE="debug"
-
-RDEPEND="sys-libs/readline:0="
-DEPEND="${RDEPEND}"
-
-src_configure() {
- econf \
- $(use_enable debug)
-}
-
-src_install() {
- emake DESTDIR="${D}" install || die
- dodoc AUTHORS BUGS ChangeLog NEWS README # PLEA TODO
-}
diff --git a/app-misc/rlwrap/rlwrap-0.43.ebuild b/app-misc/rlwrap/rlwrap-0.43.ebuild
deleted file mode 100644
index 1c8556e3799d..000000000000
--- a/app-misc/rlwrap/rlwrap-0.43.ebuild
+++ /dev/null
@@ -1,21 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DESCRIPTION="GNU readline wrapper"
-HOMEPAGE="http://utopia.knoware.nl/~hlub/uck/rlwrap/"
-SRC_URI="http://utopia.knoware.nl/~hlub/uck/rlwrap/${P}.tar.gz"
-SRC_URI="https://github.com/hanslub42/${PN}/releases/download/v${PV}/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~mips ~ppc ~x86 ~ppc-aix ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
-IUSE="debug"
-
-RDEPEND="sys-libs/readline:0="
-DEPEND="${RDEPEND}"
-
-src_configure() {
- econf $(use_enable debug)
-}