summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeremy Huddleston <eradicator@gentoo.org>2004-03-21 23:26:29 +0000
committerJeremy Huddleston <eradicator@gentoo.org>2004-03-21 23:26:29 +0000
commit85198889cb5446635dd95e1ab5a6bde5a7249b83 (patch)
treeb4366dd395dff82d7f6c4ae770de7e2e7361c983 /media-sound/radiostation
parentfix gtk+-2.4 issues (diff)
downloadhistorical-85198889cb5446635dd95e1ab5a6bde5a7249b83.tar.gz
historical-85198889cb5446635dd95e1ab5a6bde5a7249b83.tar.bz2
historical-85198889cb5446635dd95e1ab5a6bde5a7249b83.zip
Stable x86.
Diffstat (limited to 'media-sound/radiostation')
-rw-r--r--media-sound/radiostation/Manifest2
-rw-r--r--media-sound/radiostation/radiostation-0.5.ebuild12
2 files changed, 7 insertions, 7 deletions
diff --git a/media-sound/radiostation/Manifest b/media-sound/radiostation/Manifest
index 3e5303c8e7ef..3f78ba16bd54 100644
--- a/media-sound/radiostation/Manifest
+++ b/media-sound/radiostation/Manifest
@@ -1,4 +1,4 @@
MD5 538ac0f10ab897e5bd355e725333bd47 ChangeLog 555
MD5 a1eaeb2ae801daeb712c90c060e922dc metadata.xml 158
-MD5 a16ef824b7b248ee1ad866fd9005f6ea radiostation-0.5.ebuild 1344
+MD5 a296379a2be5d54e9a03051241f9eab6 radiostation-0.5.ebuild 1289
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 6f4b5840aca2..a6df2646d3fe 100644
--- a/media-sound/radiostation/radiostation-0.5.ebuild
+++ b/media-sound/radiostation/radiostation-0.5.ebuild
@@ -1,13 +1,13 @@
# 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.4 2004/02/24 09:52:24 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/radiostation/radiostation-0.5.ebuild,v 1.5 2004/03/21 23:26:29 eradicator Exp $
DESCRIPTION="Managements system for online audio streams"
HOMEPAGE="http://mindx.dyndns.org/kde/radio/"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~x86 ~amd64 ~ia64 ~ppc ~sparc ~alpha ~hppa"
+KEYWORDS="x86"
IUSE="debug kde"
@@ -23,10 +23,10 @@ DEPEND="kde? ( >=kde-base/kdelibs-3.1 )
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
+ if use kde; then
unpack kderadiostation-${PV}.tar.gz
fi
@@ -34,14 +34,14 @@ src_unpack() {
}
src_compile() {
- if [ `use kde` ]; then
+ if use kde; then
econf `use_enable debug` || die "Unsuccessful configure"
emake || die "Unsuccessful make"
fi
}
src_install() {
- if [ `use kde` ]; then
+ if use kde; then
einstall || die "Unsuccessful install"
dodoc AUTHORS COPYING ChangeLog INSTALL NEWS README TODO
fi