diff options
author | David Holm <dholm@gentoo.org> | 2004-06-28 21:37:35 +0000 |
---|---|---|
committer | David Holm <dholm@gentoo.org> | 2004-06-28 21:37:35 +0000 |
commit | f6054eda92faf68c07c6dd7e0b5f117fa5dede4d (patch) | |
tree | 39599d0c6e71d5f436d656152c0265f4e27abbc8 /media-radio/cwdaemon | |
parent | fix use invocation (Manifest recommit) (diff) | |
download | gentoo-2-f6054eda92faf68c07c6dd7e0b5f117fa5dede4d.tar.gz gentoo-2-f6054eda92faf68c07c6dd7e0b5f117fa5dede4d.tar.bz2 gentoo-2-f6054eda92faf68c07c6dd7e0b5f117fa5dede4d.zip |
Added to ~ppc
Diffstat (limited to 'media-radio/cwdaemon')
-rw-r--r-- | media-radio/cwdaemon/ChangeLog | 7 | ||||
-rw-r--r-- | media-radio/cwdaemon/cwdaemon-0.8.ebuild | 4 |
2 files changed, 8 insertions, 3 deletions
diff --git a/media-radio/cwdaemon/ChangeLog b/media-radio/cwdaemon/ChangeLog index 9341b9f56cea..f9ec59f6ac22 100644 --- a/media-radio/cwdaemon/ChangeLog +++ b/media-radio/cwdaemon/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for media-radio/cwdaemon # Copyright 1999-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-radio/cwdaemon/ChangeLog,v 1.1 2004/06/28 04:19:43 killsoft Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-radio/cwdaemon/ChangeLog,v 1.2 2004/06/28 21:33:44 dholm Exp $ + +*cwdaemon-0.8 (28 Jun 2004) + + 28 Jun 2004; David Holm <dholm@gentoo.org> cwdaemon-0.8.ebuild: + Added to ~ppc. 27 Jun 2004; Robb Romans <killsoft@gentoo.org> +metadata.xml: Initial import. diff --git a/media-radio/cwdaemon/cwdaemon-0.8.ebuild b/media-radio/cwdaemon/cwdaemon-0.8.ebuild index f6f6dac286bf..644fa603193f 100644 --- a/media-radio/cwdaemon/cwdaemon-0.8.ebuild +++ b/media-radio/cwdaemon/cwdaemon-0.8.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/media-radio/cwdaemon/cwdaemon-0.8.ebuild,v 1.1 2004/06/28 04:19:43 killsoft Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-radio/cwdaemon/cwdaemon-0.8.ebuild,v 1.2 2004/06/28 21:33:44 dholm Exp $ inherit eutils @@ -10,7 +10,7 @@ SRC_URI="http://www.qsl.net/pg4i/download/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~x86" +KEYWORDS="~x86 ~ppc" IUSE="" RDEPEND="virtual/glibc" |