diff options
author | 2010-02-13 02:46:22 +0000 | |
---|---|---|
committer | 2010-02-13 02:46:22 +0000 | |
commit | e958bbaa6c59423be04a130e6cfe94188c5c4df0 (patch) | |
tree | 0662a9adc19926e8aba57b760da7add6d252ab37 /dev-libs | |
parent | Version bump and old version cleanup (diff) | |
download | gentoo-2-e958bbaa6c59423be04a130e6cfe94188c5c4df0.tar.gz gentoo-2-e958bbaa6c59423be04a130e6cfe94188c5c4df0.tar.bz2 gentoo-2-e958bbaa6c59423be04a130e6cfe94188c5c4df0.zip |
Removed old versions.
(Portage version: 2.1.7.17/cvs/Linux x86_64)
Diffstat (limited to 'dev-libs')
-rw-r--r-- | dev-libs/confuse/ChangeLog | 8 | ||||
-rw-r--r-- | dev-libs/confuse/confuse-2.6-r2.ebuild | 42 | ||||
-rw-r--r-- | dev-libs/confuse/confuse-2.6.ebuild | 33 |
3 files changed, 6 insertions, 77 deletions
diff --git a/dev-libs/confuse/ChangeLog b/dev-libs/confuse/ChangeLog index 5e8fbddc301d..58f3ab0cbce8 100644 --- a/dev-libs/confuse/ChangeLog +++ b/dev-libs/confuse/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-libs/confuse -# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/confuse/ChangeLog,v 1.39 2008/12/17 22:09:10 maekke Exp $ +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/confuse/ChangeLog,v 1.40 2010/02/13 02:46:22 matsuu Exp $ + + 13 Feb 2010; MATSUU Takuto <matsuu@gentoo.org> -confuse-2.6.ebuild, + -confuse-2.6-r2.ebuild: + Removed old versions. 17 Dec 2008; Markus Meier <maekke@gentoo.org> confuse-2.6-r3.ebuild: amd64 stable, bug #246143 diff --git a/dev-libs/confuse/confuse-2.6-r2.ebuild b/dev-libs/confuse/confuse-2.6-r2.ebuild deleted file mode 100644 index ec066aaf2a04..000000000000 --- a/dev-libs/confuse/confuse-2.6-r2.ebuild +++ /dev/null @@ -1,42 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/confuse/confuse-2.6-r2.ebuild,v 1.1 2008/09/15 01:40:47 matsuu Exp $ - -inherit eutils - -DESCRIPTION="a configuration file parser library" -HOMEPAGE="http://www.nongnu.org/confuse/" -SRC_URI="http://bzero.se/confuse/${P}.tar.gz" - -LICENSE="LGPL-2" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~sparc-fbsd ~x86 ~x86-fbsd" -IUSE="nls" - -DEPEND="sys-devel/flex - sys-devel/libtool - dev-util/pkgconfig - nls? ( sys-devel/gettext )" -RDEPEND="nls? ( virtual/libintl )" - -src_unpack() { - unpack ${A} - cd "${S}" - # bug #236347 - epatch "${FILESDIR}"/${P}-O0.patch - # drop -Werror, bug #208095 - sed -i -e 's/-Werror//' */Makefile.* || die -} - -src_compile() { - econf --enable-shared || die - emake || die -} - -src_install() { - emake DESTDIR="${D}" install || die - - doman doc/man/man3/*.3 - dodoc AUTHORS NEWS README - dohtml doc/html/* || die -} diff --git a/dev-libs/confuse/confuse-2.6.ebuild b/dev-libs/confuse/confuse-2.6.ebuild deleted file mode 100644 index 5974e9655eb0..000000000000 --- a/dev-libs/confuse/confuse-2.6.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/confuse/confuse-2.6.ebuild,v 1.9 2008/05/17 03:07:07 matsuu Exp $ - -DESCRIPTION="a configuration file parser library" -HOMEPAGE="http://www.nongnu.org/confuse/" -SRC_URI="http://bzero.se/confuse/${P}.tar.gz" - -LICENSE="LGPL-2" -SLOT="0" -KEYWORDS="alpha amd64 hppa ia64 ppc ppc64 sparc ~sparc-fbsd x86 ~x86-fbsd" -IUSE="nls" - -DEPEND="sys-devel/flex - sys-devel/libtool - dev-util/pkgconfig - nls? ( sys-devel/gettext )" -RDEPEND="nls? ( virtual/libintl )" - -src_compile() { - econf \ - --enable-shared \ - $(use_enable nls) || die - emake || die -} - -src_install() { - emake DESTDIR="${D}" install || die - - doman doc/man/man3/*.3 - dodoc AUTHORS NEWS README - dohtml doc/html/* || die -} |