diff options
author | Alon Bar-Lev <alonbl@gentoo.org> | 2008-02-13 10:57:45 +0000 |
---|---|---|
committer | Alon Bar-Lev <alonbl@gentoo.org> | 2008-02-13 10:57:45 +0000 |
commit | 1b2319d0ef7788f937cb0b5d97e0a18db75c70b4 (patch) | |
tree | c19b98df02a1ca516c2bf3dfb484b84356837672 /dev-libs | |
parent | Cleanup (diff) | |
download | gentoo-2-1b2319d0ef7788f937cb0b5d97e0a18db75c70b4.tar.gz gentoo-2-1b2319d0ef7788f937cb0b5d97e0a18db75c70b4.tar.bz2 gentoo-2-1b2319d0ef7788f937cb0b5d97e0a18db75c70b4.zip |
Cleanup
(Portage version: 2.1.4.4)
Diffstat (limited to 'dev-libs')
-rw-r--r-- | dev-libs/libksba/ChangeLog | 5 | ||||
-rw-r--r-- | dev-libs/libksba/libksba-1.0.0.ebuild | 28 |
2 files changed, 4 insertions, 29 deletions
diff --git a/dev-libs/libksba/ChangeLog b/dev-libs/libksba/ChangeLog index 4aed1003d909..ed0ab1fe007f 100644 --- a/dev-libs/libksba/ChangeLog +++ b/dev-libs/libksba/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-libs/libksba # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libksba/ChangeLog,v 1.84 2008/02/12 19:04:55 alonbl Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libksba/ChangeLog,v 1.85 2008/02/13 10:57:45 alonbl Exp $ + + 13 Feb 2008; Alon Bar-Lev <alonbl@gentoo.org> -libksba-1.0.0.ebuild: + Cleanup *libksba-1.0.3 (12 Feb 2008) diff --git a/dev-libs/libksba/libksba-1.0.0.ebuild b/dev-libs/libksba/libksba-1.0.0.ebuild deleted file mode 100644 index 1827c80de1fd..000000000000 --- a/dev-libs/libksba/libksba-1.0.0.ebuild +++ /dev/null @@ -1,28 +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/libksba/libksba-1.0.0.ebuild,v 1.11 2008/01/02 18:35:56 alonbl Exp $ - -inherit libtool - -DESCRIPTION="makes X.509 certificates and CMS easily accessible to applications" -HOMEPAGE="http://www.gnupg.org/related_software/libksba" -SRC_URI="mirror://gnupg/libksba/${P}.tar.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="alpha amd64 arm ~hppa ia64 mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd" -IUSE="" - -DEPEND=">=dev-libs/libgpg-error-1.2 - dev-libs/libgcrypt" - -src_unpack() { - unpack ${A} - cd "${S}" - elibtoolize -} - -src_install() { - emake DESTDIR="${D}" install || die - dodoc AUTHORS ChangeLog NEWS README README-alpha THANKS TODO VERSION -} |