summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2012-05-24 04:35:17 +0000
committerMike Frysinger <vapier@gentoo.org>2012-05-24 04:35:17 +0000
commit1c315cba193cd238ed70f8cb9331d853bc262c7a (patch)
treed494701d36fc7eb35307eded6dced1829d15b949 /app-arch
parentmarked x86 per bug 417325 (diff)
downloadhistorical-1c315cba193cd238ed70f8cb9331d853bc262c7a.tar.gz
historical-1c315cba193cd238ed70f8cb9331d853bc262c7a.tar.bz2
historical-1c315cba193cd238ed70f8cb9331d853bc262c7a.zip
Inherit eutils for epatch.
Package-Manager: portage-2.2.0_alpha107_p3/cvs/Linux x86_64
Diffstat (limited to 'app-arch')
-rw-r--r--app-arch/libzpaq/ChangeLog6
-rw-r--r--app-arch/libzpaq/libzpaq-2.02a-r1.ebuild4
-rw-r--r--app-arch/libzpaq/libzpaq-3.00.ebuild4
-rw-r--r--app-arch/libzpaq/libzpaq-5.01.ebuild4
-rw-r--r--app-arch/tar/ChangeLog6
-rw-r--r--app-arch/tar/tar-1.25-r1.ebuild4
-rw-r--r--app-arch/tar/tar-1.26-r1.ebuild4
-rw-r--r--app-arch/zpaq/ChangeLog6
-rw-r--r--app-arch/zpaq/zpaq-2.05.ebuild4
-rw-r--r--app-arch/zpaq/zpaq-3.01.ebuild4
-rw-r--r--app-arch/zpaq/zpaq-4.04.ebuild4
11 files changed, 31 insertions, 19 deletions
diff --git a/app-arch/libzpaq/ChangeLog b/app-arch/libzpaq/ChangeLog
index de23a8664f76..b1ce17c2275d 100644
--- a/app-arch/libzpaq/ChangeLog
+++ b/app-arch/libzpaq/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-arch/libzpaq
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-arch/libzpaq/ChangeLog,v 1.6 2012/05/20 10:55:32 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-arch/libzpaq/ChangeLog,v 1.7 2012/05/24 04:33:22 vapier Exp $
+
+ 24 May 2012; Mike Frysinger <vapier@gentoo.org> libzpaq-2.02a-r1.ebuild,
+ libzpaq-3.00.ebuild, libzpaq-5.01.ebuild:
+ Inherit eutils for epatch.
20 May 2012; Mike Frysinger <vapier@gentoo.org> libzpaq-2.02a-r1.ebuild,
libzpaq-3.00.ebuild, libzpaq-5.01.ebuild:
diff --git a/app-arch/libzpaq/libzpaq-2.02a-r1.ebuild b/app-arch/libzpaq/libzpaq-2.02a-r1.ebuild
index 53a387c4342f..65ec7aee086f 100644
--- a/app-arch/libzpaq/libzpaq-2.02a-r1.ebuild
+++ b/app-arch/libzpaq/libzpaq-2.02a-r1.ebuild
@@ -1,11 +1,11 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-arch/libzpaq/libzpaq-2.02a-r1.ebuild,v 1.2 2012/05/20 10:55:32 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-arch/libzpaq/libzpaq-2.02a-r1.ebuild,v 1.3 2012/05/24 04:33:22 vapier Exp $
EAPI=3
AUTOTOOLS_AUTORECONF=1
-inherit autotools-utils
+inherit autotools-utils eutils
MY_P=${PN}.${PV/./}
DESCRIPTION="Library to compress files or objects in the ZPAQ format"
diff --git a/app-arch/libzpaq/libzpaq-3.00.ebuild b/app-arch/libzpaq/libzpaq-3.00.ebuild
index 81e2f2f3a26c..91f7d8e1311e 100644
--- a/app-arch/libzpaq/libzpaq-3.00.ebuild
+++ b/app-arch/libzpaq/libzpaq-3.00.ebuild
@@ -1,11 +1,11 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-arch/libzpaq/libzpaq-3.00.ebuild,v 1.2 2012/05/20 10:55:32 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-arch/libzpaq/libzpaq-3.00.ebuild,v 1.3 2012/05/24 04:33:22 vapier Exp $
EAPI=3
AUTOTOOLS_AUTORECONF=1
-inherit autotools-utils
+inherit autotools-utils eutils
MY_P=${PN}${PV/./}
DESCRIPTION="Library to compress files or objects in the ZPAQ format"
diff --git a/app-arch/libzpaq/libzpaq-5.01.ebuild b/app-arch/libzpaq/libzpaq-5.01.ebuild
index 2ea997fdb099..5c21d194d0e7 100644
--- a/app-arch/libzpaq/libzpaq-5.01.ebuild
+++ b/app-arch/libzpaq/libzpaq-5.01.ebuild
@@ -1,11 +1,11 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-arch/libzpaq/libzpaq-5.01.ebuild,v 1.2 2012/04/11 18:28:25 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-arch/libzpaq/libzpaq-5.01.ebuild,v 1.3 2012/05/24 04:33:22 vapier Exp $
EAPI=3
AUTOTOOLS_AUTORECONF=1
-inherit autotools-utils flag-o-matic
+inherit autotools-utils flag-o-matic eutils
MY_P=${PN}${PV/./}
DESCRIPTION="Library to compress files or objects in the ZPAQ format"
diff --git a/app-arch/tar/ChangeLog b/app-arch/tar/ChangeLog
index 8417bf3874c5..ac65f6c54846 100644
--- a/app-arch/tar/ChangeLog
+++ b/app-arch/tar/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-arch/tar
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-arch/tar/ChangeLog,v 1.174 2012/05/22 22:17:10 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-arch/tar/ChangeLog,v 1.175 2012/05/24 04:35:00 vapier Exp $
+
+ 24 May 2012; Mike Frysinger <vapier@gentoo.org> tar-1.25-r1.ebuild,
+ tar-1.26-r1.ebuild:
+ Inherit eutils for epatch.
22 May 2012; Mike Frysinger <vapier@gentoo.org> tar-1.23-r2.ebuild,
tar-1.23-r4.ebuild, tar-1.25-r1.ebuild, tar-1.25.ebuild, tar-1.26-r1.ebuild,
diff --git a/app-arch/tar/tar-1.25-r1.ebuild b/app-arch/tar/tar-1.25-r1.ebuild
index 83f5503123b6..3229027aeb20 100644
--- a/app-arch/tar/tar-1.25-r1.ebuild
+++ b/app-arch/tar/tar-1.25-r1.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/app-arch/tar/tar-1.25-r1.ebuild,v 1.3 2012/05/22 22:17:10 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-arch/tar/tar-1.25-r1.ebuild,v 1.4 2012/05/24 04:35:00 vapier Exp $
EAPI="3"
-inherit flag-o-matic
+inherit flag-o-matic eutils
DESCRIPTION="Use this to make tarballs :)"
HOMEPAGE="http://www.gnu.org/software/tar/"
diff --git a/app-arch/tar/tar-1.26-r1.ebuild b/app-arch/tar/tar-1.26-r1.ebuild
index 1c3af7f8cc1a..39db2f06533a 100644
--- a/app-arch/tar/tar-1.26-r1.ebuild
+++ b/app-arch/tar/tar-1.26-r1.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/app-arch/tar/tar-1.26-r1.ebuild,v 1.4 2012/05/22 22:17:10 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-arch/tar/tar-1.26-r1.ebuild,v 1.5 2012/05/24 04:35:00 vapier Exp $
EAPI="3"
-inherit flag-o-matic autotools
+inherit flag-o-matic eutils autotools
DESCRIPTION="Use this to make tarballs :)"
HOMEPAGE="http://www.gnu.org/software/tar/"
diff --git a/app-arch/zpaq/ChangeLog b/app-arch/zpaq/ChangeLog
index 713647a0186e..8d058f8f8ec7 100644
--- a/app-arch/zpaq/ChangeLog
+++ b/app-arch/zpaq/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-arch/zpaq
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-arch/zpaq/ChangeLog,v 1.8 2012/05/20 11:05:41 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-arch/zpaq/ChangeLog,v 1.9 2012/05/24 04:35:17 vapier Exp $
+
+ 24 May 2012; Mike Frysinger <vapier@gentoo.org> zpaq-2.05.ebuild,
+ zpaq-3.01.ebuild, zpaq-4.04.ebuild:
+ Inherit eutils for epatch.
20 May 2012; Mike Frysinger <vapier@gentoo.org> zpaq-2.05.ebuild,
zpaq-3.01.ebuild, zpaq-4.04.ebuild:
diff --git a/app-arch/zpaq/zpaq-2.05.ebuild b/app-arch/zpaq/zpaq-2.05.ebuild
index a2f4567f9142..8fee27215070 100644
--- a/app-arch/zpaq/zpaq-2.05.ebuild
+++ b/app-arch/zpaq/zpaq-2.05.ebuild
@@ -1,11 +1,11 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-arch/zpaq/zpaq-2.05.ebuild,v 1.4 2012/05/20 11:05:41 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-arch/zpaq/zpaq-2.05.ebuild,v 1.5 2012/05/24 04:35:17 vapier Exp $
EAPI=3
AUTOTOOLS_AUTORECONF=1
-inherit autotools-utils
+inherit autotools-utils eutils
MY_P=${PN}.${PV/./}
DESCRIPTION="A unified compressor for PAQ algorithms"
diff --git a/app-arch/zpaq/zpaq-3.01.ebuild b/app-arch/zpaq/zpaq-3.01.ebuild
index dfe9ddb11460..4a599c968abb 100644
--- a/app-arch/zpaq/zpaq-3.01.ebuild
+++ b/app-arch/zpaq/zpaq-3.01.ebuild
@@ -1,11 +1,11 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-arch/zpaq/zpaq-3.01.ebuild,v 1.3 2012/05/20 11:05:41 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-arch/zpaq/zpaq-3.01.ebuild,v 1.4 2012/05/24 04:35:17 vapier Exp $
EAPI=3
AUTOTOOLS_AUTORECONF=1
-inherit autotools-utils
+inherit autotools-utils eutils
MY_P=${PN}${PV/./}
DESCRIPTION="A unified compressor for PAQ algorithms"
diff --git a/app-arch/zpaq/zpaq-4.04.ebuild b/app-arch/zpaq/zpaq-4.04.ebuild
index 0a91829a4c12..b7f76d1f7ae6 100644
--- a/app-arch/zpaq/zpaq-4.04.ebuild
+++ b/app-arch/zpaq/zpaq-4.04.ebuild
@@ -1,11 +1,11 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-arch/zpaq/zpaq-4.04.ebuild,v 1.2 2012/05/20 11:05:41 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-arch/zpaq/zpaq-4.04.ebuild,v 1.3 2012/05/24 04:35:17 vapier Exp $
EAPI=3
AUTOTOOLS_AUTORECONF=1
-inherit autotools-utils
+inherit autotools-utils eutils
MY_P=${PN}${PV/./}
DESCRIPTION="A unified compressor for PAQ algorithms"