diff options
-rw-r--r-- | dev-libs/libgcrypt/ChangeLog | 6 | ||||
-rw-r--r-- | dev-libs/libgcrypt/libgcrypt-1.5.0-r1.ebuild | 6 | ||||
-rw-r--r-- | dev-libs/libgcrypt/libgcrypt-1.5.0-r2.ebuild | 4 | ||||
-rw-r--r-- | dev-libs/libgcrypt/libgcrypt-1.5.0.ebuild | 6 |
4 files changed, 13 insertions, 9 deletions
diff --git a/dev-libs/libgcrypt/ChangeLog b/dev-libs/libgcrypt/ChangeLog index 578d94b91d59..d34fb5795dce 100644 --- a/dev-libs/libgcrypt/ChangeLog +++ b/dev-libs/libgcrypt/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-libs/libgcrypt # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libgcrypt/ChangeLog,v 1.154 2012/04/26 16:02:38 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libgcrypt/ChangeLog,v 1.155 2012/05/21 18:52:09 xarthisius Exp $ + + 21 May 2012; Kacper Kowalik <xarthisius@gentoo.org> libgcrypt-1.5.0-r1.ebuild, + libgcrypt-1.5.0-r2.ebuild, libgcrypt-1.5.0.ebuild: + Add missing inheritance of eutils.eclass 26 Apr 2012; Alexis Ballier <aballier@gentoo.org> libgcrypt-1.5.0-r2.ebuild: keyword ~amd64-fbsd diff --git a/dev-libs/libgcrypt/libgcrypt-1.5.0-r1.ebuild b/dev-libs/libgcrypt/libgcrypt-1.5.0-r1.ebuild index 5bc754f272b7..42da63991434 100644 --- a/dev-libs/libgcrypt/libgcrypt-1.5.0-r1.ebuild +++ b/dev-libs/libgcrypt/libgcrypt-1.5.0-r1.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libgcrypt/libgcrypt-1.5.0-r1.ebuild,v 1.1 2011/09/22 14:44:39 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libgcrypt/libgcrypt-1.5.0-r1.ebuild,v 1.2 2012/05/21 18:52:09 xarthisius Exp $ EAPI="4" -inherit autotools +inherit autotools eutils DESCRIPTION="General purpose crypto library based on the code used in GnuPG" HOMEPAGE="http://www.gnupg.org/" diff --git a/dev-libs/libgcrypt/libgcrypt-1.5.0-r2.ebuild b/dev-libs/libgcrypt/libgcrypt-1.5.0-r2.ebuild index 8c2f62e8ccc3..1af383cc101b 100644 --- a/dev-libs/libgcrypt/libgcrypt-1.5.0-r2.ebuild +++ b/dev-libs/libgcrypt/libgcrypt-1.5.0-r2.ebuild @@ -1,10 +1,10 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libgcrypt/libgcrypt-1.5.0-r2.ebuild,v 1.2 2012/04/26 16:02:38 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libgcrypt/libgcrypt-1.5.0-r2.ebuild,v 1.3 2012/05/21 18:52:09 xarthisius Exp $ EAPI="4" -inherit autotools +inherit autotools eutils DESCRIPTION="General purpose crypto library based on the code used in GnuPG" HOMEPAGE="http://www.gnupg.org/" diff --git a/dev-libs/libgcrypt/libgcrypt-1.5.0.ebuild b/dev-libs/libgcrypt/libgcrypt-1.5.0.ebuild index 51a6516dcb2a..fa5a3b2bdf6e 100644 --- a/dev-libs/libgcrypt/libgcrypt-1.5.0.ebuild +++ b/dev-libs/libgcrypt/libgcrypt-1.5.0.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libgcrypt/libgcrypt-1.5.0.ebuild,v 1.2 2011/09/22 14:19:48 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libgcrypt/libgcrypt-1.5.0.ebuild,v 1.3 2012/05/21 18:52:09 xarthisius Exp $ EAPI="3" -inherit autotools +inherit autotools eutils DESCRIPTION="General purpose crypto library based on the code used in GnuPG" HOMEPAGE="http://www.gnupg.org/" |