diff options
author | 2004-12-20 09:31:34 +0000 | |
---|---|---|
committer | 2004-12-20 09:31:34 +0000 | |
commit | cffdbb9d9519f19342359ae4afd35d50b96f137d (patch) | |
tree | b1e634579bb816049a332a38404aa5847d5019b2 /sys-apps/hal | |
parent | Added new development snapshot. (Manifest recommit) (diff) | |
download | gentoo-2-cffdbb9d9519f19342359ae4afd35d50b96f137d.tar.gz gentoo-2-cffdbb9d9519f19342359ae4afd35d50b96f137d.tar.bz2 gentoo-2-cffdbb9d9519f19342359ae4afd35d50b96f137d.zip |
Adding intltool depend to 0.4.x releases
Diffstat (limited to 'sys-apps/hal')
-rw-r--r-- | sys-apps/hal/ChangeLog | 6 | ||||
-rw-r--r-- | sys-apps/hal/hal-0.4.1-r1.ebuild | 5 | ||||
-rw-r--r-- | sys-apps/hal/hal-0.4.1.ebuild | 5 | ||||
-rw-r--r-- | sys-apps/hal/hal-0.4.2.ebuild | 5 |
4 files changed, 14 insertions, 7 deletions
diff --git a/sys-apps/hal/ChangeLog b/sys-apps/hal/ChangeLog index 19c981e08281..bc99090e54f4 100644 --- a/sys-apps/hal/ChangeLog +++ b/sys-apps/hal/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sys-apps/hal # Copyright 1999-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/hal/ChangeLog,v 1.16 2004/12/19 06:16:31 obz Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/hal/ChangeLog,v 1.17 2004/12/20 09:31:34 joem Exp $ + + 20 Dec 2004; Joe McCann <joem@gentoo.org> hal-0.4.1-r1.ebuild, + hal-0.4.1.ebuild, hal-0.4.2.ebuild: + Adding intltool depend to 0.4.x releases 19 Dec 2004; Mike Gardiner <obz@gentoo.org> hal-0.4.1-r1.ebuild: Keyworded x86 and ppc for GNOME 2.8.1 diff --git a/sys-apps/hal/hal-0.4.1-r1.ebuild b/sys-apps/hal/hal-0.4.1-r1.ebuild index 56ca489d4fdf..64d34c75b1f8 100644 --- a/sys-apps/hal/hal-0.4.1-r1.ebuild +++ b/sys-apps/hal/hal-0.4.1-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/hal/hal-0.4.1-r1.ebuild,v 1.3 2004/12/19 06:16:31 obz Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/hal/hal-0.4.1-r1.ebuild,v 1.4 2004/12/20 09:31:34 joem Exp $ inherit eutils debug python @@ -23,7 +23,8 @@ RDEPEND=">=dev-libs/glib-2.2.2 sys-kernel/linux26-headers" DEPEND="${RDEPEND} - dev-util/pkgconfig" + dev-util/pkgconfig + >=dev-util/intltool-0.29" # dep on a specific util-linux version for # managed mount patches #70873 diff --git a/sys-apps/hal/hal-0.4.1.ebuild b/sys-apps/hal/hal-0.4.1.ebuild index ef8c8f50d1d1..04996c25b7aa 100644 --- a/sys-apps/hal/hal-0.4.1.ebuild +++ b/sys-apps/hal/hal-0.4.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/hal/hal-0.4.1.ebuild,v 1.3 2004/11/08 21:41:39 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/hal/hal-0.4.1.ebuild,v 1.4 2004/12/20 09:31:34 joem Exp $ inherit eutils debug python @@ -22,7 +22,8 @@ RDEPEND=">=dev-libs/glib-2.2.2 sys-kernel/linux26-headers" DEPEND="${RDEPEND} - dev-util/pkgconfig" + dev-util/pkgconfig + >=dev-util/intltool-0.29" src_unpack() { diff --git a/sys-apps/hal/hal-0.4.2.ebuild b/sys-apps/hal/hal-0.4.2.ebuild index 4e7cfefd064f..4d163d102733 100644 --- a/sys-apps/hal/hal-0.4.2.ebuild +++ b/sys-apps/hal/hal-0.4.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/hal/hal-0.4.2.ebuild,v 1.2 2004/12/02 21:45:07 foser Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/hal/hal-0.4.2.ebuild,v 1.3 2004/12/20 09:31:34 joem Exp $ inherit eutils python @@ -23,7 +23,8 @@ RDEPEND=">=dev-libs/glib-2.4 sys-kernel/linux26-headers" DEPEND="${RDEPEND} - dev-util/pkgconfig" + dev-util/pkgconfig + >=dev-util/intltool-0.29" # dep on a specific util-linux version for # managed mount patches #70873 |