diff options
author | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2009-11-07 18:22:19 +0000 |
---|---|---|
committer | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2009-11-07 18:22:19 +0000 |
commit | 2ced86305d5e8c9a2d4acc250636159731b294cf (patch) | |
tree | 43fec483d6d251195ddefca617ed2f0c6e77cee5 /dev-libs | |
parent | Disable C++ checks (bug #288334). (diff) | |
download | gentoo-2-2ced86305d5e8c9a2d4acc250636159731b294cf.tar.gz gentoo-2-2ced86305d5e8c9a2d4acc250636159731b294cf.tar.bz2 gentoo-2-2ced86305d5e8c9a2d4acc250636159731b294cf.zip |
Delete older ebuilds.
Diffstat (limited to 'dev-libs')
-rw-r--r-- | dev-libs/libgpg-error/libgpg-error-1.5.ebuild | 33 | ||||
-rw-r--r-- | dev-libs/libgpg-error/libgpg-error-1.6.ebuild | 34 |
2 files changed, 0 insertions, 67 deletions
diff --git a/dev-libs/libgpg-error/libgpg-error-1.5.ebuild b/dev-libs/libgpg-error/libgpg-error-1.5.ebuild deleted file mode 100644 index 88795fcb7f7e..000000000000 --- a/dev-libs/libgpg-error/libgpg-error-1.5.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/libgpg-error/libgpg-error-1.5.ebuild,v 1.12 2008/01/02 18:32:14 alonbl Exp $ - -inherit libtool eutils - -DESCRIPTION="Contains error handling functions used by GnuPG software" -HOMEPAGE="http://www.gnupg.org/related_software/libgpg-error" -SRC_URI="mirror://gnupg/${PN}/${P}.tar.bz2" - -LICENSE="GPL-2 LGPL-2.1" -SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 m68k mips ppc ppc64 s390 sh sparc ~sparc-fbsd x86 ~x86-fbsd" -IUSE="nls" - -RDEPEND="nls? ( virtual/libintl )" -DEPEND="nls? ( sys-devel/gettext )" - -src_unpack() { - unpack "${A}" - cd "${S}" - elibtoolize -} - -src_compile() { - econf $(use_enable nls) || die - emake || die -} - -src_install() { - emake install DESTDIR="${D}" || die - dodoc AUTHORS ChangeLog NEWS README -} diff --git a/dev-libs/libgpg-error/libgpg-error-1.6.ebuild b/dev-libs/libgpg-error/libgpg-error-1.6.ebuild deleted file mode 100644 index 659cbbf1ce97..000000000000 --- a/dev-libs/libgpg-error/libgpg-error-1.6.ebuild +++ /dev/null @@ -1,34 +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/libgpg-error/libgpg-error-1.6.ebuild,v 1.8 2008/12/07 12:05:54 vapier Exp $ - -inherit libtool eutils - -DESCRIPTION="Contains error handling functions used by GnuPG software" -HOMEPAGE="http://www.gnupg.org/related_software/libgpg-error" -SRC_URI="mirror://gnupg/${PN}/${P}.tar.bz2" - -LICENSE="GPL-2 LGPL-2.1" -SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc ~sparc-fbsd x86 ~x86-fbsd" -IUSE="nls" - -RDEPEND="nls? ( virtual/libintl )" -DEPEND="nls? ( sys-devel/gettext )" - -src_unpack() { - unpack ${A} - cd "${S}" - # for BSD? - elibtoolize -} - -src_compile() { - econf $(use_enable nls) || die - emake || die -} - -src_install() { - emake install DESTDIR="${D}" || die - dodoc AUTHORS ChangeLog NEWS README -} |