diff options
author | Kacper Kowalik <xarthisius@gentoo.org> | 2012-05-21 18:33:07 +0000 |
---|---|---|
committer | Kacper Kowalik <xarthisius@gentoo.org> | 2012-05-21 18:33:07 +0000 |
commit | d831efa0cccf0bdcace098f47e46605b2b02dc0f (patch) | |
tree | 8afeb350c9121d3f7516364ed1e8304c0344cee2 /app-crypt | |
parent | Version bump #416811 by Johan Bergström. (diff) | |
download | gentoo-2-d831efa0cccf0bdcace098f47e46605b2b02dc0f.tar.gz gentoo-2-d831efa0cccf0bdcace098f47e46605b2b02dc0f.tar.bz2 gentoo-2-d831efa0cccf0bdcace098f47e46605b2b02dc0f.zip |
Add missing inheritance of eutils.eclass
(Portage version: 2.2.0_alpha104/cvs/Linux x86_64)
Diffstat (limited to 'app-crypt')
-rw-r--r-- | app-crypt/bsign/ChangeLog | 7 | ||||
-rw-r--r-- | app-crypt/bsign/bsign-0.4.5.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/app-crypt/bsign/ChangeLog b/app-crypt/bsign/ChangeLog index 1f8cb178eef3..090c35cbecc5 100644 --- a/app-crypt/bsign/ChangeLog +++ b/app-crypt/bsign/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-crypt/bsign -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/bsign/ChangeLog,v 1.13 2010/10/23 00:39:08 c1pher Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-crypt/bsign/ChangeLog,v 1.14 2012/05/21 18:33:07 xarthisius Exp $ + + 21 May 2012; Kacper Kowalik <xarthisius@gentoo.org> bsign-0.4.5.ebuild: + Add missing inheritance of eutils.eclass 23 Oct 2010; Dane Smith <c1pher@gentoo.org> metadata.xml: Updated metadata.xml. Added to crypto herd. Removed hwoarang as diff --git a/app-crypt/bsign/bsign-0.4.5.ebuild b/app-crypt/bsign/bsign-0.4.5.ebuild index 5b461bfcd94a..c0649f1870d6 100644 --- a/app-crypt/bsign/bsign-0.4.5.ebuild +++ b/app-crypt/bsign/bsign-0.4.5.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/bsign/bsign-0.4.5.ebuild,v 1.11 2010/07/16 22:23:26 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/bsign/bsign-0.4.5.ebuild,v 1.12 2012/05/21 18:33:07 xarthisius Exp $ EAPI=2 -inherit autotools toolchain-funcs +inherit autotools eutils toolchain-funcs DESCRIPTION="embed secure hashes (SHA1) and digital signatures (GNU Privacy Guard) into files" HOMEPAGE="http://packages.debian.org/sid/bsign" |