public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "José María Alonso" <nimiux@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/rlwrap/
Date: Sat,  5 Mar 2016 21:42:09 +0000 (UTC)	[thread overview]
Message-ID: <1457214130.e2c56d963f9c3565cdedb748892c79789b288505.nimiux@gentoo> (raw)

commit:     e2c56d963f9c3565cdedb748892c79789b288505
Author:     José María Alonso Josa <nimiux <AT> gentoo <DOT> org>
AuthorDate: Sat Mar  5 21:41:42 2016 +0000
Commit:     José María Alonso <nimiux <AT> gentoo <DOT> org>
CommitDate: Sat Mar  5 21:42:10 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e2c56d96

app-misc/rlwrap: Drop old

 app-misc/rlwrap/Manifest           |  2 --
 app-misc/rlwrap/rlwrap-0.37.ebuild | 27 ---------------------------
 app-misc/rlwrap/rlwrap-0.41.ebuild | 27 ---------------------------
 app-misc/rlwrap/rlwrap-0.42.ebuild |  4 ++--
 4 files changed, 2 insertions(+), 58 deletions(-)

diff --git a/app-misc/rlwrap/Manifest b/app-misc/rlwrap/Manifest
index 7613889..8fff413 100644
--- a/app-misc/rlwrap/Manifest
+++ b/app-misc/rlwrap/Manifest
@@ -1,3 +1 @@
-DIST rlwrap-0.37.tar.gz 251438 SHA256 8403a2c184a33ee293a30637afd1362e7dbe0ee642c33b54b2fca68162498bbd SHA512 39edeaed5d36636ea3fa7993808a485ce5c6f303621c64f4a758b29b4fb0bb9ca0bfc60317bd8efa95c7e138db7ff0cb8fdb712a7d1582ea1c732e143efdd9c2 WHIRLPOOL 874950e10c990a3789f806aa0d9a48dc0b03d23da445c75248d1df319a080ae3bcd076a563121e4f5c3230cd6f66352552778d593e5545c84580ce6ae31c0268
-DIST rlwrap-0.41.tar.gz 259472 SHA256 34497647b68df4ee031acf4ef80c09c79fe02b9027e8988a64e13f9ebc17c20a SHA512 1a2949b5a1009da8bbc6bf4bb4a7a829fc0c2c37dacdb102ce4c102b636762a4dd5224f293e419159b691ef78419de1e322a42b41694cd4fbf384e21759e34d9 WHIRLPOOL e5a7d201b775e8891396e3b025563554bf4c0b62d73008bdc23cc456e9a0fc770a8a713171a0e119ff1579815004b1e3ca1a4f42ec0cb0eb0d25e1be38d463f1
 DIST rlwrap-0.42.tar.gz 279608 SHA256 5a70d8469db9d0a6630628f2d5d2972ad16c092400b7fbbdf699693ec0f87e44 SHA512 991885e75aabf0d43581d59f7c78f7f64c3f32072de08ff5796cba75c0716548d2186cbe2d739f3e772871e3586d036f069db73b2ee8a30b2f7985088d0f68df WHIRLPOOL a4ff4ac599f87695c15060dcacb2d10b5d8ff21512f38b7374e096ef71ae17f7e977ecb9e3004c231d8d8c5b37e2ddbab724fedb3439f507a5a483373f4af14b

diff --git a/app-misc/rlwrap/rlwrap-0.37.ebuild b/app-misc/rlwrap/rlwrap-0.37.ebuild
deleted file mode 100644
index ea180cc..0000000
--- a/app-misc/rlwrap/rlwrap-0.37.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=3
-
-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 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
-IUSE="debug"
-
-RDEPEND="sys-libs/readline"
-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.41.ebuild b/app-misc/rlwrap/rlwrap-0.41.ebuild
deleted file mode 100644
index 61c9a2e..0000000
--- a/app-misc/rlwrap/rlwrap-0.41.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-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 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
-IUSE="debug"
-
-RDEPEND="sys-libs/readline"
-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.42.ebuild b/app-misc/rlwrap/rlwrap-0.42.ebuild
index a42f734..285b678 100644
--- a/app-misc/rlwrap/rlwrap-0.42.ebuild
+++ b/app-misc/rlwrap/rlwrap-0.42.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -13,7 +13,7 @@ SLOT="0"
 KEYWORDS="amd64 ~mips ppc x86 ~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
 IUSE="debug"
 
-RDEPEND="sys-libs/readline"
+RDEPEND="sys-libs/readline:0"
 DEPEND="${RDEPEND}"
 
 src_configure() {


             reply	other threads:[~2016-03-06 11:56 UTC|newest]

Thread overview: 28+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-03-05 21:42 José María Alonso [this message]
  -- strict thread matches above, loose matches on Subject: below --
2016-10-25  7:55 [gentoo-commits] repo/gentoo:master commit in: app-misc/rlwrap/ José María Alonso
2017-05-02 21:51 Patrice Clement
2017-05-03  6:54 David Seifert
2017-07-26 19:52 José María Alonso
2020-12-27 14:01 Fabian Groffen
2021-01-06 13:19 Fabian Groffen
2021-02-11 17:34 Ulrich Müller
2021-03-17  2:16 Sam James
2021-03-17  2:19 Sam James
2021-03-17  2:21 Sam James
2021-10-23 15:00 Jakov Smolić
2021-11-12  3:58 Andrey Grozin
2021-11-19  7:24 Arthur Zamarin
2022-01-03  1:19 Sam James
2022-01-20  7:22 Agostino Sarubbo
2022-01-20  8:41 Arthur Zamarin
2022-01-20  8:55 Jakov Smolić
2022-01-20 12:58 Arthur Zamarin
2022-07-31 12:20 David Seifert
2022-10-25  5:53 Sam James
2022-10-25  5:53 Sam James
2022-11-07  6:52 Sam James
2023-12-16  2:36 Sam James
2023-12-16  3:08 Sam James
2023-12-16  7:05 Arthur Zamarin
2023-12-16  7:05 Arthur Zamarin
2024-06-25 16:42 Jakov Smolić

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1457214130.e2c56d963f9c3565cdedb748892c79789b288505.nimiux@gentoo \
    --to=nimiux@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox