diff options
author | Stefan Schweizer <genstef@gentoo.org> | 2005-05-08 18:23:13 +0000 |
---|---|---|
committer | Stefan Schweizer <genstef@gentoo.org> | 2005-05-08 18:23:13 +0000 |
commit | 00583d9e2a9611f4d6c59b0fee087fe7b14111eb (patch) | |
tree | 1305ab57d625e947c1caf5f64d773190fba179eb /sys-apps/ivman | |
parent | bump, cleanup, and patch for bug 91584 (diff) | |
download | gentoo-2-00583d9e2a9611f4d6c59b0fee087fe7b14111eb.tar.gz gentoo-2-00583d9e2a9611f4d6c59b0fee087fe7b14111eb.tar.bz2 gentoo-2-00583d9e2a9611f4d6c59b0fee087fe7b14111eb.zip |
Correct hal dep: =sys-apps/hal-0.4*, thanks to Nathaniel McCallum <npmccallum@gentoo.org> in bug 91917
(Portage version: 1.589-cvs)
Diffstat (limited to 'sys-apps/ivman')
-rw-r--r-- | sys-apps/ivman/ChangeLog | 7 | ||||
-rw-r--r-- | sys-apps/ivman/ivman-0.5_pre2.ebuild | 4 | ||||
-rw-r--r-- | sys-apps/ivman/ivman-0.5_pre3.ebuild | 4 |
3 files changed, 10 insertions, 5 deletions
diff --git a/sys-apps/ivman/ChangeLog b/sys-apps/ivman/ChangeLog index d5e584a330ce..21ed8cf13e71 100644 --- a/sys-apps/ivman/ChangeLog +++ b/sys-apps/ivman/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for sys-apps/ivman # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/ivman/ChangeLog,v 1.14 2005/04/26 12:01:57 genstef Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/ivman/ChangeLog,v 1.15 2005/05/08 18:23:13 genstef Exp $ + + 08 May 2005; Stefan Schweizer <genstef@gentoo.org> ivman-0.5_pre2.ebuild, + ivman-0.5_pre3.ebuild: + Correct hal dep: =sys-apps/hal-0.4*, thanks to Nathaniel McCallum + <npmccallum@gentoo.org> in bug 91917 *ivman-0.5_pre3 (26 Apr 2005) diff --git a/sys-apps/ivman/ivman-0.5_pre2.ebuild b/sys-apps/ivman/ivman-0.5_pre2.ebuild index 154afd22acc3..db94cf52178d 100644 --- a/sys-apps/ivman/ivman-0.5_pre2.ebuild +++ b/sys-apps/ivman/ivman-0.5_pre2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/ivman/ivman-0.5_pre2.ebuild,v 1.4 2005/03/04 18:14:12 genstef Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/ivman/ivman-0.5_pre2.ebuild,v 1.5 2005/05/08 18:23:13 genstef Exp $ DESCRIPTION="Daemon to mount/unmount devices, based on info from HAL" HOMEPAGE="http://ivman.sf.net" @@ -12,7 +12,7 @@ SLOT="0" RDEPEND=">=dev-libs/glib-2.2 dev-libs/libxml2 - >=sys-apps/hal-0.2.98" + =sys-apps/hal-0.4*" DEPEND="${RDEPEND} >=sys-devel/libtool-1.5 dev-util/pkgconfig" diff --git a/sys-apps/ivman/ivman-0.5_pre3.ebuild b/sys-apps/ivman/ivman-0.5_pre3.ebuild index b1fcdc210651..d7c267398223 100644 --- a/sys-apps/ivman/ivman-0.5_pre3.ebuild +++ b/sys-apps/ivman/ivman-0.5_pre3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/ivman/ivman-0.5_pre3.ebuild,v 1.1 2005/04/26 12:01:57 genstef Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/ivman/ivman-0.5_pre3.ebuild,v 1.2 2005/05/08 18:23:13 genstef Exp $ DESCRIPTION="Daemon to mount/unmount devices, based on info from HAL" HOMEPAGE="http://ivman.sf.net" @@ -12,7 +12,7 @@ SLOT="0" RDEPEND=">=dev-libs/glib-2.2 dev-libs/libxml2 - >=sys-apps/hal-0.2.98" + =sys-apps/hal-0.4*" DEPEND="${RDEPEND} >=sys-devel/libtool-1.5 dev-util/pkgconfig" |