summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Schweizer <genstef@gentoo.org>2006-08-05 15:17:19 +0000
committerStefan Schweizer <genstef@gentoo.org>2006-08-05 15:17:19 +0000
commit830bf4c1578228fbb61e782f18e17701b3dd7093 (patch)
tree488e616d599dbc60aa41c8d11750021956498dfd /sys-apps/ivman
parentBuild & install FreeVision library (diff)
downloadhistorical-830bf4c1578228fbb61e782f18e17701b3dd7093.tar.gz
historical-830bf4c1578228fbb61e782f18e17701b3dd7093.tar.bz2
historical-830bf4c1578228fbb61e782f18e17701b3dd7093.zip
remove old, fix enewuser thanks to jakub in bug 142758
Package-Manager: portage-2.1.1_pre4
Diffstat (limited to 'sys-apps/ivman')
-rw-r--r--sys-apps/ivman/ChangeLog6
-rw-r--r--sys-apps/ivman/ivman-0.6.11.ebuild4
-rw-r--r--sys-apps/ivman/ivman-0.6.12.ebuild4
3 files changed, 9 insertions, 5 deletions
diff --git a/sys-apps/ivman/ChangeLog b/sys-apps/ivman/ChangeLog
index 4e559305eb0d..5625bcff03d4 100644
--- a/sys-apps/ivman/ChangeLog
+++ b/sys-apps/ivman/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for sys-apps/ivman
# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/ivman/ChangeLog,v 1.42 2006/08/05 08:15:11 hansmi Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/ivman/ChangeLog,v 1.43 2006/08/05 15:17:19 genstef Exp $
+
+ 05 Aug 2006; Stefan Schweizer <genstef@gentoo.org> -ivman-0.6.8.ebuild,
+ ivman-0.6.11.ebuild, ivman-0.6.12.ebuild:
+ remove old, fix enewuser thanks to jakub in bug 142758
05 Aug 2006; Michael Hanselmann <hansmi@gentoo.org> ivman-0.6.12.ebuild:
Stable on ppc.
diff --git a/sys-apps/ivman/ivman-0.6.11.ebuild b/sys-apps/ivman/ivman-0.6.11.ebuild
index 03cfacfb5823..a99259ed8d13 100644
--- a/sys-apps/ivman/ivman-0.6.11.ebuild
+++ b/sys-apps/ivman/ivman-0.6.11.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/ivman/ivman-0.6.11.ebuild,v 1.6 2006/07/05 01:14:12 tsunam Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/ivman/ivman-0.6.11.ebuild,v 1.7 2006/08/05 15:17:19 genstef Exp $
inherit eutils
@@ -40,7 +40,7 @@ pkg_postinst() {
# execute...
# The group here is intended to be the one needed to use pmount, but Ivman
# will still work as long as the group in IvmConfigBase.xml is correct.
- enewuser ivman -1 -1 /dev/null plugdev || die "Problem adding ivman user"
+ enewuser ivman -1 -1 /dev/null plugdev
if has_version "<sys-apps/hal-0.5.0"; then
einfo "Ivman was built against HAL 0.4.x. If you later upgrade to HAL 0.5,"
diff --git a/sys-apps/ivman/ivman-0.6.12.ebuild b/sys-apps/ivman/ivman-0.6.12.ebuild
index 56530b4866e0..605e07d97991 100644
--- a/sys-apps/ivman/ivman-0.6.12.ebuild
+++ b/sys-apps/ivman/ivman-0.6.12.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/ivman/ivman-0.6.12.ebuild,v 1.4 2006/08/05 08:15:11 hansmi Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/ivman/ivman-0.6.12.ebuild,v 1.5 2006/08/05 15:17:19 genstef Exp $
inherit eutils
@@ -40,7 +40,7 @@ pkg_postinst() {
# execute...
# The group here is intended to be the one needed to use pmount, but Ivman
# will still work as long as the group in IvmConfigBase.xml is correct.
- enewuser ivman -1 -1 /dev/null plugdev || die "Problem adding ivman user"
+ enewuser ivman -1 -1 /dev/null plugdev
if has_version "<sys-apps/hal-0.5.0"; then
einfo "Ivman was built against HAL 0.4.x. If you later upgrade to HAL 0.5,"