diff options
author | 2015-07-03 15:34:36 +0000 | |
---|---|---|
committer | 2015-07-03 15:34:36 +0000 | |
commit | 8e0ff9b8f202baa1111d6e6d99ff51d618107018 (patch) | |
tree | 0caca89c9cf7692062747115a696063ad390961e /dev-libs/libksba | |
parent | Maintenance release (diff) | |
download | gentoo-2-8e0ff9b8f202baa1111d6e6d99ff51d618107018.tar.gz gentoo-2-8e0ff9b8f202baa1111d6e6d99ff51d618107018.tar.bz2 gentoo-2-8e0ff9b8f202baa1111d6e6d99ff51d618107018.zip |
Cleanup, bug#546464
(Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key BF20DC51)
Diffstat (limited to 'dev-libs/libksba')
-rw-r--r-- | dev-libs/libksba/ChangeLog | 5 | ||||
-rw-r--r-- | dev-libs/libksba/libksba-1.3.2.ebuild | 21 |
2 files changed, 4 insertions, 22 deletions
diff --git a/dev-libs/libksba/ChangeLog b/dev-libs/libksba/ChangeLog index 3f81ea83573a..1a2e6398f3ca 100644 --- a/dev-libs/libksba/ChangeLog +++ b/dev-libs/libksba/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-libs/libksba # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libksba/ChangeLog,v 1.176 2015/07/03 08:56:03 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libksba/ChangeLog,v 1.177 2015/07/03 15:34:36 alonbl Exp $ + + 03 Jul 2015; Alon Bar-Lev <alonbl@gentoo.org> -libksba-1.3.2.ebuild: + Cleanup, bug#546464 03 Jul 2015; Agostino Sarubbo <ago@gentoo.org> libksba-1.3.3.ebuild: Stable for alpha, wrt bug #546464 diff --git a/dev-libs/libksba/libksba-1.3.2.ebuild b/dev-libs/libksba/libksba-1.3.2.ebuild deleted file mode 100644 index 9796bfb898db..000000000000 --- a/dev-libs/libksba/libksba-1.3.2.ebuild +++ /dev/null @@ -1,21 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libksba/libksba-1.3.2.ebuild,v 1.12 2015/02/28 22:07:08 tgall Exp $ - -EAPI="4" - -# so we won't need to autoreconf yet another g10 package -AUTOTOOLS_IN_SOURCE_BUILD=1 -inherit autotools-utils - -DESCRIPTION="X.509 and CMS (PKCS#7) library" -HOMEPAGE="http://www.gnupg.org/related_software/libksba" -SRC_URI="mirror://gnupg/libksba/${P}.tar.bz2" - -LICENSE="LGPL-3+ GPL-2+ GPL-3" -SLOT="0" -KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" -IUSE="static-libs" - -RDEPEND=">=dev-libs/libgpg-error-1.8" -DEPEND="${RDEPEND}" |