public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Mike Frysinger" <vapier@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libedit/
Date: Wed, 30 Mar 2016 23:48:50 +0000 (UTC)	[thread overview]
Message-ID: <1459381663.c97dbf7d3e711b3c8e6bb6e04e9d6b410aff96b7.vapier@gentoo> (raw)

commit:     c97dbf7d3e711b3c8e6bb6e04e9d6b410aff96b7
Author:     Mike Frysinger <vapier <AT> gentoo <DOT> org>
AuthorDate: Wed Mar 30 23:31:33 2016 +0000
Commit:     Mike Frysinger <vapier <AT> gentoo <DOT> org>
CommitDate: Wed Mar 30 23:47:43 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c97dbf7d

dev-libs/libedit: drop old <20130712.3.1 versions

 dev-libs/libedit/Manifest                       |  2 -
 dev-libs/libedit/libedit-20120311.3.0-r1.ebuild | 48 ------------------------
 dev-libs/libedit/libedit-20130611.3.1-r1.ebuild | 50 -------------------------
 3 files changed, 100 deletions(-)

diff --git a/dev-libs/libedit/Manifest b/dev-libs/libedit/Manifest
index ced784b..da608d8 100644
--- a/dev-libs/libedit/Manifest
+++ b/dev-libs/libedit/Manifest
@@ -1,3 +1 @@
-DIST libedit-20120311-3.0.tar.gz 469830 SHA256 c64a9ee6cac6e7bd3b9a8a24c0586316333f381b1fa6125b027294f29303cf6f SHA512 e246c51704a8dbe476016b26c120324cdbe00a7499ac358cbf45a0fc1306bc6efcbdb0581b1e85d09092c6792f8f39d378f79fe64af28e84920ed7f99a0f388d WHIRLPOOL cc06e3dce095c4393786940a14c0475fab7d4d4c6873cf0f5931616d108fcaeee216f8a7b5e7c3afba2b0d42ba171194ab534d0a560eafa6d844cf2a4ce8766d
-DIST libedit-20130611-3.1.tar.gz 478553 SHA256 ea35592f9a54016fc29dc568d2b4d542822fa4a4660225a3702abfb5b49ab50c SHA512 85f0e901fa4b0dbc7403d18d53d45e196682b78f7fee0f824d73faf2ac1578c84b9cb05249185d8cb3e631ce0926ec08caf9ae9f873c7f820750b11ad721cbb5 WHIRLPOOL c73fefa3f2497755939ab839003706b836d69884aa270fcb1ea354aa0c6519f36b15ac3a057b9a9eac6704c0ae77945a07e7ba03acadf655b51b817641ad9c63
 DIST libedit-20130712-3.1.tar.gz 483857 SHA256 5d9b1a9dd66f1fe28bbd98e4d8ed1a22d8da0d08d902407dcc4a0702c8d88a37 SHA512 9fb3173a65ea2cd2ffa9af0666aa3e227b7d6be26f3e84f30ea3449b0c80fc5e91b618e939f7047bf885b96689ede93733f7eba614d4fdd1a4baff3f130b432e WHIRLPOOL 550553af1cf3bbd863ef4ce86ef5fd7adf257a7f5946ad186a104c5920d0f58216c135d496d52fd2d6ad51a1fb954bb87719d731aa0eebf6980d1c15345d6034

diff --git a/dev-libs/libedit/libedit-20120311.3.0-r1.ebuild b/dev-libs/libedit/libedit-20120311.3.0-r1.ebuild
deleted file mode 100644
index 16a68a4..0000000
--- a/dev-libs/libedit/libedit-20120311.3.0-r1.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=2
-
-inherit eutils toolchain-funcs versionator base
-
-MY_PV=$(get_major_version)-$(get_after_major_version)
-MY_P=${PN}-${MY_PV}
-
-DESCRIPTION="BSD replacement for libreadline"
-HOMEPAGE="http://www.thrysoee.dk/editline/"
-SRC_URI="http://www.thrysoee.dk/editline/${MY_P}.tar.gz"
-
-LICENSE="BSD-2"
-SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ia64 ~m68k ~mips ppc ppc64 s390 sh sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos"
-IUSE="static-libs"
-
-DEPEND=">=sys-libs/ncurses-5.7-r5[static-libs?]
-	!<=sys-freebsd/freebsd-lib-6.2_rc1"
-
-RDEPEND=${DEPEND}
-
-S="${WORKDIR}/${MY_P}"
-
-PATCHES=(
-	"${FILESDIR}/${PN}-ncursesprivate.patch"
-	"${FILESDIR}/${PN}-20100424.3.0-bsd.patch"
-	"${FILESDIR}/${PN}-20110709.3.0-weak-reference.patch"
-	"${FILESDIR}/${PN}-20120311-3.0-el_fn_sh_complete.patch"
-	)
-
-src_configure() {
-	econf \
-		$(use_enable static-libs static) \
-		--enable-widec \
-		--disable-dependency-tracking \
-		--enable-fast-install
-}
-
-src_install() {
-	emake DESTDIR="${D}" install || die "emake install failed"
-	find "${D}" -name '*.la' -delete
-
-	gen_usr_ldscript -a edit
-}

diff --git a/dev-libs/libedit/libedit-20130611.3.1-r1.ebuild b/dev-libs/libedit/libedit-20130611.3.1-r1.ebuild
deleted file mode 100644
index 9d46064..0000000
--- a/dev-libs/libedit/libedit-20130611.3.1-r1.ebuild
+++ /dev/null
@@ -1,50 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-inherit eutils toolchain-funcs versionator base multilib-minimal
-
-MY_PV=$(get_major_version)-$(get_after_major_version)
-MY_P=${PN}-${MY_PV}
-
-DESCRIPTION="BSD replacement for libreadline"
-HOMEPAGE="http://www.thrysoee.dk/editline/"
-SRC_URI="http://www.thrysoee.dk/editline/${MY_P}.tar.gz"
-
-LICENSE="BSD-2"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos"
-IUSE="static-libs"
-
-DEPEND=">=sys-libs/ncurses-5.9-r3[static-libs?,${MULTILIB_USEDEP}]
-	!<=sys-freebsd/freebsd-lib-6.2_rc1"
-
-RDEPEND=${DEPEND}
-
-S="${WORKDIR}/${MY_P}"
-
-PATCHES=(
-	"${FILESDIR}/${PN}-ncursesprivate.patch"
-	"${FILESDIR}/${PN}-20100424.3.0-bsd.patch"
-	"${FILESDIR}/${PN}-20110709.3.0-weak-reference.patch"
-	"${FILESDIR}/${PN}-20120311-3.0-el_fn_sh_complete.patch"
-	)
-
-multilib_src_configure() {
-	ECONF_SOURCE="${S}" econf \
-		$(use_enable static-libs static) \
-		--enable-widec \
-		--enable-fast-install
-}
-
-multilib_src_install() {
-	emake DESTDIR="${D}" install
-	gen_usr_ldscript -a edit
-}
-
-multilib_src_install_all() {
-	einstalldocs
-	prune_libtool_files --all
-}


             reply	other threads:[~2016-03-30 23:49 UTC|newest]

Thread overview: 72+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-03-30 23:48 Mike Frysinger [this message]
  -- strict thread matches above, loose matches on Subject: below --
2017-01-29 16:08 [gentoo-commits] repo/gentoo:master commit in: dev-libs/libedit/ Fabian Groffen
2018-04-13 23:22 Aaron Bauman
2019-03-16 10:19 Sergei Trofimovich
2019-03-16 14:06 Mikle Kolyada
2019-03-16 21:57 Sergei Trofimovich
2019-03-16 22:55 Sergei Trofimovich
2019-03-17 10:29 Sergei Trofimovich
2019-03-17 23:02 Sergei Trofimovich
2019-03-25  9:41 Mikle Kolyada
2019-03-25  9:41 Mikle Kolyada
2019-03-25  9:41 Mikle Kolyada
2019-04-01 19:58 Thomas Deutschmann
2019-04-13 13:39 Aaron Bauman
2019-04-24 18:42 Tobias Klausmann
2019-08-01 14:56 Thomas Deutschmann
2019-10-12 12:05 Michał Górny
2019-12-29  9:00 Mikle Kolyada
2019-12-29 20:03 Sergei Trofimovich
2019-12-29 21:36 Aaron Bauman
2019-12-30 15:28 Agostino Sarubbo
2019-12-30 15:30 Agostino Sarubbo
2019-12-30 16:11 Agostino Sarubbo
2019-12-30 16:15 Agostino Sarubbo
2019-12-31  4:54 Michał Górny
2019-12-31  8:15 Agostino Sarubbo
2019-12-31  8:18 Agostino Sarubbo
2019-12-31 14:02 Agostino Sarubbo
2020-01-01 19:43 Agostino Sarubbo
2020-02-16 20:51 Sergei Trofimovich
2020-02-16 21:14 Thomas Deutschmann
2020-02-17 11:45 Agostino Sarubbo
2020-02-17 11:53 Agostino Sarubbo
2020-02-17 12:09 Agostino Sarubbo
2020-02-17 12:13 Agostino Sarubbo
2020-02-17 12:17 Agostino Sarubbo
2020-02-20 18:47 Sergei Trofimovich
2020-02-24 11:31 Agostino Sarubbo
2020-03-15 13:06 Mikle Kolyada
2020-03-19 20:38 Mart Raudsepp
2021-03-16  7:05 Michał Górny
2021-04-17 13:32 Sergei Trofimovich
2021-04-18  1:41 Sam James
2021-04-18  1:44 Sam James
2021-04-18  1:47 Sam James
2021-04-18  1:47 Sam James
2021-04-18  1:52 Sam James
2021-04-18  1:52 Sam James
2021-04-26  1:43 Thomas Deutschmann
2021-07-03  1:28 Sam James
2021-07-03  1:30 Sam James
2021-07-03  1:32 Sam James
2021-07-03  6:20 Agostino Sarubbo
2021-07-03  6:22 Agostino Sarubbo
2021-07-05  6:06 Sergei Trofimovich
2021-07-06  1:48 Sam James
2021-07-08  3:53 Sam James
2021-07-08  7:06 Michał Górny
2021-08-08 19:46 Marek Szuba
2022-05-11 16:03 Mike Gilbert
2022-05-11 16:12 Mike Gilbert
2022-11-23 17:23 Michał Górny
2022-12-31 12:11 Sam James
2022-12-31 12:11 Sam James
2022-12-31 12:15 Arthur Zamarin
2022-12-31 12:15 Arthur Zamarin
2022-12-31 12:15 Arthur Zamarin
2022-12-31 13:01 Sam James
2022-12-31 13:02 Arthur Zamarin
2023-01-13 16:31 Arthur Zamarin
2023-01-13 17:15 Michał Górny
2023-08-12 12:30 Michał Górny

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=1459381663.c97dbf7d3e711b3c8e6bb6e04e9d6b410aff96b7.vapier@gentoo \
    --to=vapier@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