summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKacper Kowalik <xarthisius@gentoo.org>2012-05-21 18:52:09 +0000
committerKacper Kowalik <xarthisius@gentoo.org>2012-05-21 18:52:09 +0000
commit2cdc8ff4cc8f8a1aa03de5c5cb298f62eeb44163 (patch)
tree12c8e88457fbb6e60ed7d94f270f1bcd1dadae79 /dev-libs
parentNeed eutils for epatch. (diff)
downloadhistorical-2cdc8ff4cc8f8a1aa03de5c5cb298f62eeb44163.tar.gz
historical-2cdc8ff4cc8f8a1aa03de5c5cb298f62eeb44163.tar.bz2
historical-2cdc8ff4cc8f8a1aa03de5c5cb298f62eeb44163.zip
Add missing inheritance of eutils.eclass
Package-Manager: portage-2.2.0_alpha104/cvs/Linux x86_64
Diffstat (limited to 'dev-libs')
-rw-r--r--dev-libs/libgcrypt/ChangeLog6
-rw-r--r--dev-libs/libgcrypt/libgcrypt-1.5.0-r1.ebuild6
-rw-r--r--dev-libs/libgcrypt/libgcrypt-1.5.0-r2.ebuild4
-rw-r--r--dev-libs/libgcrypt/libgcrypt-1.5.0.ebuild6
-rw-r--r--dev-libs/udis86/ChangeLog7
-rw-r--r--dev-libs/udis86/udis86-1.7.ebuild7
6 files changed, 22 insertions, 14 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/"
diff --git a/dev-libs/udis86/ChangeLog b/dev-libs/udis86/ChangeLog
index a4de6a632525..50baac8bed2e 100644
--- a/dev-libs/udis86/ChangeLog
+++ b/dev-libs/udis86/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-libs/udis86
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/udis86/ChangeLog,v 1.11 2010/11/11 17:30:39 hwoarang Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/udis86/ChangeLog,v 1.12 2012/05/21 18:50:49 xarthisius Exp $
+
+ 21 May 2012; Kacper Kowalik <xarthisius@gentoo.org> udis86-1.7.ebuild:
+ Add missing inheritance of eutils.eclass
11 Nov 2010; Markos Chandras <hwoarang@gentoo.org> udis86-1.7.ebuild:
Stable on amd64 wrt bug #336371
diff --git a/dev-libs/udis86/udis86-1.7.ebuild b/dev-libs/udis86/udis86-1.7.ebuild
index d9d6c235d5bb..90cb7ac47492 100644
--- a/dev-libs/udis86/udis86-1.7.ebuild
+++ b/dev-libs/udis86/udis86-1.7.ebuild
@@ -1,9 +1,10 @@
-# 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/dev-libs/udis86/udis86-1.7.ebuild,v 1.12 2010/11/11 17:30:39 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/udis86/udis86-1.7.ebuild,v 1.13 2012/05/21 18:50:49 xarthisius Exp $
EAPI=3
-inherit autotools
+
+inherit autotools eutils
DESCRIPTION="Disassembler library for the x86/-64 architecture sets."
HOMEPAGE="http://udis86.sourceforge.net/"