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/zpaq
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/zpaq')
-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
4 files changed, 11 insertions, 7 deletions
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"