diff options
author | Mike Frysinger <vapier@gentoo.org> | 2012-05-24 04:35:17 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2012-05-24 04:35:17 +0000 |
commit | e1c62b8ebaaf6264fb8501a749633df8ee9b3d29 (patch) | |
tree | 34d8eeced471dcc5ac186205fc3edc29c2492772 /app-arch/zpaq | |
parent | Inherit eutils for epatch. (diff) | |
download | gentoo-2-e1c62b8ebaaf6264fb8501a749633df8ee9b3d29.tar.gz gentoo-2-e1c62b8ebaaf6264fb8501a749633df8ee9b3d29.tar.bz2 gentoo-2-e1c62b8ebaaf6264fb8501a749633df8ee9b3d29.zip |
Inherit eutils for epatch.
(Portage version: 2.2.0_alpha107_p3/cvs/Linux x86_64)
Diffstat (limited to 'app-arch/zpaq')
-rw-r--r-- | app-arch/zpaq/ChangeLog | 6 | ||||
-rw-r--r-- | app-arch/zpaq/zpaq-2.05.ebuild | 4 | ||||
-rw-r--r-- | app-arch/zpaq/zpaq-3.01.ebuild | 4 | ||||
-rw-r--r-- | app-arch/zpaq/zpaq-4.04.ebuild | 4 |
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" |