summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2012-05-24 05:11:13 +0000
committerMike Frysinger <vapier@gentoo.org>2012-05-24 05:11:13 +0000
commitef3feea6930028aad4c9f6c2c289e945e0bb3255 (patch)
tree80d56ecbebcfb2f8f48b3f2ee7b0cd253b296d62
parentInherit user for enewuser/etc... rather than eutils. (diff)
downloadgentoo-2-ef3feea6930028aad4c9f6c2c289e945e0bb3255.tar.gz
gentoo-2-ef3feea6930028aad4c9f6c2c289e945e0bb3255.tar.bz2
gentoo-2-ef3feea6930028aad4c9f6c2c289e945e0bb3255.zip
Inherit user for enewuser/etc...
(Portage version: 2.2.0_alpha107_p3/cvs/Linux x86_64)
-rw-r--r--sys-block/partimage/ChangeLog6
-rw-r--r--sys-block/partimage/partimage-0.6.8.ebuild6
-rw-r--r--sys-block/partimage/partimage-0.6.9.ebuild4
3 files changed, 10 insertions, 6 deletions
diff --git a/sys-block/partimage/ChangeLog b/sys-block/partimage/ChangeLog
index 927c35c7a599..19ad047119b1 100644
--- a/sys-block/partimage/ChangeLog
+++ b/sys-block/partimage/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for sys-block/partimage
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-block/partimage/ChangeLog,v 1.50 2012/03/04 09:57:05 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-block/partimage/ChangeLog,v 1.51 2012/05/24 05:11:13 vapier Exp $
+
+ 24 May 2012; Mike Frysinger <vapier@gentoo.org> partimage-0.6.8.ebuild,
+ partimage-0.6.9.ebuild:
+ Inherit user for enewuser/etc...
04 Mar 2012; Samuli Suominen <ssuominen@gentoo.org> partimage-0.6.9.ebuild,
+files/partimage-0.6.9-zlib-1.2.5.2.patch:
diff --git a/sys-block/partimage/partimage-0.6.8.ebuild b/sys-block/partimage/partimage-0.6.8.ebuild
index 93d641d5ebad..7d32f09b5c3e 100644
--- a/sys-block/partimage/partimage-0.6.8.ebuild
+++ b/sys-block/partimage/partimage-0.6.8.ebuild
@@ -1,9 +1,9 @@
-# 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/sys-block/partimage/partimage-0.6.8.ebuild,v 1.6 2010/08/11 21:00:19 josejx Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-block/partimage/partimage-0.6.8.ebuild,v 1.7 2012/05/24 05:11:13 vapier Exp $
EAPI=3
-inherit autotools eutils flag-o-matic pam
+inherit autotools eutils flag-o-matic pam user
DESCRIPTION="Console-based application to efficiently save raw partition data to an image file"
HOMEPAGE="http://www.partimage.org/"
diff --git a/sys-block/partimage/partimage-0.6.9.ebuild b/sys-block/partimage/partimage-0.6.9.ebuild
index fa9f38150c77..a492f2c7c395 100644
--- a/sys-block/partimage/partimage-0.6.9.ebuild
+++ b/sys-block/partimage/partimage-0.6.9.ebuild
@@ -1,9 +1,9 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-block/partimage/partimage-0.6.9.ebuild,v 1.2 2012/03/04 09:57:05 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-block/partimage/partimage-0.6.9.ebuild,v 1.3 2012/05/24 05:11:13 vapier Exp $
EAPI=4
-inherit eutils flag-o-matic pam
+inherit eutils flag-o-matic pam user
DESCRIPTION="Console-based application to efficiently save raw partition data to an image file"
HOMEPAGE="http://www.partimage.org/"