From 69388143cace55f193cc142b66027ba2ff49e2e5 Mon Sep 17 00:00:00 2001 From: Joseph Jezak Date: Thu, 5 Oct 2006 03:02:26 +0000 Subject: Added fixes for automake, fixes bug #149862. (Portage version: 2.1.2_pre2-r3) --- sys-block/partimage/ChangeLog | 6 +++++- sys-block/partimage/files/digest-partimage-0.6.4-r3 | 2 ++ sys-block/partimage/files/digest-partimage-0.6.4-r4 | 2 ++ sys-block/partimage/partimage-0.6.4-r3.ebuild | 9 +++++---- sys-block/partimage/partimage-0.6.4-r4.ebuild | 9 +++++---- 5 files changed, 19 insertions(+), 9 deletions(-) (limited to 'sys-block') diff --git a/sys-block/partimage/ChangeLog b/sys-block/partimage/ChangeLog index 12b8ade0162f..b5bea950df81 100644 --- a/sys-block/partimage/ChangeLog +++ b/sys-block/partimage/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sys-block/partimage # Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-block/partimage/ChangeLog,v 1.22 2006/07/27 23:41:04 xmerlin Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-block/partimage/ChangeLog,v 1.23 2006/10/05 03:02:26 josejx Exp $ + + 05 Oct 2006; Joseph Jezak partimage-0.6.4-r3.ebuild, + partimage-0.6.4-r4.ebuild: + Added fixes for automake, fixes bug #149862. 28 Jul 2006; Christian Zoffoli partimage-0.6.4-r3.ebuild, partimage-0.6.4-r4.ebuild: diff --git a/sys-block/partimage/files/digest-partimage-0.6.4-r3 b/sys-block/partimage/files/digest-partimage-0.6.4-r3 index f525923985b4..d519787e7018 100644 --- a/sys-block/partimage/files/digest-partimage-0.6.4-r3 +++ b/sys-block/partimage/files/digest-partimage-0.6.4-r3 @@ -1 +1,3 @@ MD5 ee56df4a6be1f78f53dc48454655aa8a partimage-0.6.4.tar.bz2 654707 +RMD160 9de0195c0bc2a83088b054be63102d6ac2350428 partimage-0.6.4.tar.bz2 654707 +SHA256 e4741d383edb59359b565f6623fc773c704735e65b85a5a378efc922205f14d3 partimage-0.6.4.tar.bz2 654707 diff --git a/sys-block/partimage/files/digest-partimage-0.6.4-r4 b/sys-block/partimage/files/digest-partimage-0.6.4-r4 index f525923985b4..d519787e7018 100644 --- a/sys-block/partimage/files/digest-partimage-0.6.4-r4 +++ b/sys-block/partimage/files/digest-partimage-0.6.4-r4 @@ -1 +1,3 @@ MD5 ee56df4a6be1f78f53dc48454655aa8a partimage-0.6.4.tar.bz2 654707 +RMD160 9de0195c0bc2a83088b054be63102d6ac2350428 partimage-0.6.4.tar.bz2 654707 +SHA256 e4741d383edb59359b565f6623fc773c704735e65b85a5a378efc922205f14d3 partimage-0.6.4.tar.bz2 654707 diff --git a/sys-block/partimage/partimage-0.6.4-r3.ebuild b/sys-block/partimage/partimage-0.6.4-r3.ebuild index eb041bfce020..af46775f41b5 100644 --- a/sys-block/partimage/partimage-0.6.4-r3.ebuild +++ b/sys-block/partimage/partimage-0.6.4-r3.ebuild @@ -1,8 +1,10 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-block/partimage/partimage-0.6.4-r3.ebuild,v 1.17 2006/07/27 23:41:04 xmerlin Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-block/partimage/partimage-0.6.4-r3.ebuild,v 1.18 2006/10/05 03:02:26 josejx Exp $ -inherit gnuconfig eutils flag-o-matic +WANT_AUTOMAKE="1.8" + +inherit gnuconfig eutils flag-o-matic autotools DESCRIPTION="Console-based application to efficiently save raw partition data to an image file. Optional encryption/compression support." HOMEPAGE="http://www.partimage.org/" @@ -12,8 +14,6 @@ SLOT="0" KEYWORDS="ppc -ppc64 ~sparc x86" IUSE="ssl nologin nls" -DEPEND="${RDEPEND} sys-devel/autoconf" - RDEPEND="virtual/libc >=sys-libs/zlib-1.1.4 >=dev-libs/newt-0.51.6 @@ -21,6 +21,7 @@ RDEPEND="virtual/libc =sys-libs/slang-1* nls? ( sys-devel/gettext ) ssl? ( >=dev-libs/openssl-0.9.6g )" +DEPEND="${RDEPEND}" PARTIMAG_GROUP_GID=91 PARTIMAG_USER_UID=91 diff --git a/sys-block/partimage/partimage-0.6.4-r4.ebuild b/sys-block/partimage/partimage-0.6.4-r4.ebuild index 0fdddbd209f7..508d6fefac6f 100644 --- a/sys-block/partimage/partimage-0.6.4-r4.ebuild +++ b/sys-block/partimage/partimage-0.6.4-r4.ebuild @@ -1,8 +1,10 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-block/partimage/partimage-0.6.4-r4.ebuild,v 1.10 2006/07/27 23:41:04 xmerlin Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-block/partimage/partimage-0.6.4-r4.ebuild,v 1.11 2006/10/05 03:02:26 josejx Exp $ -inherit eutils flag-o-matic pam +WANT_AUTOMAKE="1.8" + +inherit eutils flag-o-matic pam autotools DESCRIPTION="Console-based application to efficiently save raw partition data to an image file. Optional encryption/compression support." HOMEPAGE="http://www.partimage.org/" @@ -18,8 +20,7 @@ DEPEND="virtual/libc app-arch/bzip2 =sys-libs/slang-1* nls? ( sys-devel/gettext ) - ssl? ( >=dev-libs/openssl-0.9.6g ) - sys-devel/autoconf" + ssl? ( >=dev-libs/openssl-0.9.6g )" RDEPEND="!static? ( virtual/libc >=sys-libs/zlib-1.1.4 -- cgit v1.2.3-65-gdbad