diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2004-02-24 08:31:55 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2004-02-24 08:31:55 +0000 |
commit | bbe4fdecebeb755f828856b5a709f92e56bd489c (patch) | |
tree | 4899e48615b4af9b54a6052bcbb3857096731928 /media-sound/radiostation | |
parent | fixing Manifest (diff) | |
download | historical-bbe4fdecebeb755f828856b5a709f92e56bd489c.tar.gz historical-bbe4fdecebeb755f828856b5a709f92e56bd489c.tar.bz2 historical-bbe4fdecebeb755f828856b5a709f92e56bd489c.zip |
repoman: whitespace cleanup; mips and ppc64 needs deps first
Diffstat (limited to 'media-sound/radiostation')
-rw-r--r-- | media-sound/radiostation/Manifest | 2 | ||||
-rw-r--r-- | media-sound/radiostation/radiostation-0.5.ebuild | 8 |
2 files changed, 5 insertions, 5 deletions
diff --git a/media-sound/radiostation/Manifest b/media-sound/radiostation/Manifest index d0fd3822e2f8..20d0a52d742b 100644 --- a/media-sound/radiostation/Manifest +++ b/media-sound/radiostation/Manifest @@ -1,4 +1,4 @@ MD5 7ea0172d2ec0c4b3f4dfa7f7bf8bd2aa ChangeLog 454 MD5 a1eaeb2ae801daeb712c90c060e922dc metadata.xml 158 -MD5 1587f8b08b61263e7c3630a5f88ed1b8 radiostation-0.5.ebuild 1356 +MD5 5b583c56d20b0bc1aeadbe3c579e54ab radiostation-0.5.ebuild 1335 MD5 d335b7467594cfd21208c7c932a63c11 files/digest-radiostation-0.5 126 diff --git a/media-sound/radiostation/radiostation-0.5.ebuild b/media-sound/radiostation/radiostation-0.5.ebuild index 4795df3fd11b..bb95c132496d 100644 --- a/media-sound/radiostation/radiostation-0.5.ebuild +++ b/media-sound/radiostation/radiostation-0.5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/radiostation/radiostation-0.5.ebuild,v 1.2 2004/02/22 22:29:39 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/radiostation/radiostation-0.5.ebuild,v 1.3 2004/02/24 08:31:55 mr_bones_ Exp $ DESCRIPTION="Managements system for online audio streams" HOMEPAGE="http://mindx.dyndns.org/kde/radio/" @@ -18,11 +18,11 @@ DEPEND="kde? ( >=kde-base/kdelibs-3.1 ) net-misc/wget media-sound/xmms" -KEYWORDS="~x86 ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~mips ~alpha ~hppa" +KEYWORDS="~x86 ~amd64 ~ia64 ~ppc ~sparc ~alpha ~hppa" S=${WORKDIR}/kderadiostation-${PV} SRC_URI="http://mindx.dyndns.org/kde/radio/source/kderadiostation-${PV}.tar.gz - http://mindx.dyndns.org/kde/radio/source/radiostation" + http://mindx.dyndns.org/kde/radio/source/radiostation" src_unpack() { if [ `use kde` ]; then @@ -42,7 +42,7 @@ src_compile() { src_install() { if [ `use kde` ]; then einstall || die "Unsuccessful install" - dodoc AUTHORS COPYING ChangeLog INSTALL NEWS README TODO + dodoc AUTHORS COPYING ChangeLog INSTALL NEWS README TODO fi dobin ${WORKDIR}/radiostation |