diff options
author | Heinrich Wendel <lanius@gentoo.org> | 2005-02-20 11:51:52 +0000 |
---|---|---|
committer | Heinrich Wendel <lanius@gentoo.org> | 2005-02-20 11:51:52 +0000 |
commit | dfb6e3ff92dd7bc7d74012aff1eb99b1a07b91c9 (patch) | |
tree | 16c598573f76d4533201d8c40c665661f166b710 /sys-apps | |
parent | fix small typo (diff) | |
download | historical-dfb6e3ff92dd7bc7d74012aff1eb99b1a07b91c9.tar.gz historical-dfb6e3ff92dd7bc7d74012aff1eb99b1a07b91c9.tar.bz2 historical-dfb6e3ff92dd7bc7d74012aff1eb99b1a07b91c9.zip |
move back to testing, it requires a 2.6.10 kernel which is not yet stable on amd64
Package-Manager: portage-2.0.51-r15
Diffstat (limited to 'sys-apps')
-rw-r--r-- | sys-apps/hal/ChangeLog | 6 | ||||
-rw-r--r-- | sys-apps/hal/Manifest | 4 | ||||
-rw-r--r-- | sys-apps/hal/hal-0.4.5-r2.ebuild | 4 |
3 files changed, 9 insertions, 5 deletions
diff --git a/sys-apps/hal/ChangeLog b/sys-apps/hal/ChangeLog index 3f8c44cc3d94..648488316803 100644 --- a/sys-apps/hal/ChangeLog +++ b/sys-apps/hal/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sys-apps/hal # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/hal/ChangeLog,v 1.28 2005/02/18 23:21:14 lanius Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/hal/ChangeLog,v 1.29 2005/02/20 11:51:52 lanius Exp $ + + 20 Feb 2005; Heinrich Wendel <lanius@gentoo.org> hal-0.4.5-r2.ebuild: + move back to testing, it requires a 2.6.10 kernel which is not yet stable on + amd64 19 Feb 2005; Heinrich Wendel <lanius@gentoo.org> hal-0.4.5-r2.ebuild: stable on amd64 diff --git a/sys-apps/hal/Manifest b/sys-apps/hal/Manifest index 435abcde6063..665abda91262 100644 --- a/sys-apps/hal/Manifest +++ b/sys-apps/hal/Manifest @@ -3,8 +3,8 @@ MD5 3421ea82543d71c44ee06c3f9605d775 hal-0.4.5-r1.ebuild 2592 MD5 f6c71019d8f7b2dab5ef13de1abd9244 hal-0.4.1-r1.ebuild 2567 MD5 8a56df2be3b94b0e0e958c48e6c14df5 hal-0.2.98-r1.ebuild 2102 MD5 4de36bde0054e10e722225fe4ffd6c6b hal-0.4.4-r1.ebuild 2758 -MD5 b0f2ea11fe73ce5a345ee83111f242b1 hal-0.4.5-r2.ebuild 3236 -MD5 09b2f4c8dd12ee0c117f6b9ca276a2da ChangeLog 4154 +MD5 44a481d4c6e15c48545c076eaff5520f hal-0.4.5-r2.ebuild 3237 +MD5 6d15c6f967eef14fd384511fae2ea11e ChangeLog 4314 MD5 2a96836a252f05c62f1df2bc078d6804 hal-0.4.7.ebuild 2986 MD5 731695e9263a5a2e1eeba290b36078d5 metadata.xml 219 MD5 192112dfb678a9795a93d3cdcc50bb95 files/hald 543 diff --git a/sys-apps/hal/hal-0.4.5-r2.ebuild b/sys-apps/hal/hal-0.4.5-r2.ebuild index 0c5722161979..51e746bad263 100644 --- a/sys-apps/hal/hal-0.4.5-r2.ebuild +++ b/sys-apps/hal/hal-0.4.5-r2.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/hal/hal-0.4.5-r2.ebuild,v 1.4 2005/02/18 23:21:14 lanius Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/hal/hal-0.4.5-r2.ebuild,v 1.5 2005/02/20 11:51:52 lanius Exp $ inherit eutils python linux-info versionator flag-o-matic @@ -10,7 +10,7 @@ SRC_URI="http://freedesktop.org/~david/dist/${P}.tar.gz" LICENSE="|| ( GPL-2 AFL-2.0 )" SLOT="0" -KEYWORDS="x86 amd64 ~ia64 ~ppc ~ppc64" +KEYWORDS="x86 ~amd64 ~ia64 ~ppc ~ppc64" IUSE="debug pcmcia doc" RDEPEND=">=dev-libs/glib-2.4 |