diff options
author | Stefan Schweizer <genstef@gentoo.org> | 2006-08-05 15:17:19 +0000 |
---|---|---|
committer | Stefan Schweizer <genstef@gentoo.org> | 2006-08-05 15:17:19 +0000 |
commit | af0e41dc480f9d944c934b014d303d4c49ea1918 (patch) | |
tree | b4d52e71bb9d5df75ae18e5937b4feb630067b4e /sys-apps | |
parent | Build & install FreeVision library (diff) | |
download | gentoo-2-af0e41dc480f9d944c934b014d303d4c49ea1918.tar.gz gentoo-2-af0e41dc480f9d944c934b014d303d4c49ea1918.tar.bz2 gentoo-2-af0e41dc480f9d944c934b014d303d4c49ea1918.zip |
remove old, fix enewuser thanks to jakub in bug 142758
(Portage version: 2.1.1_pre4)
Diffstat (limited to 'sys-apps')
-rw-r--r-- | sys-apps/ivman/ChangeLog | 6 | ||||
-rw-r--r-- | sys-apps/ivman/ivman-0.6.11.ebuild | 4 | ||||
-rw-r--r-- | sys-apps/ivman/ivman-0.6.12.ebuild | 4 |
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," |