diff options
-rw-r--r-- | media-sound/radiostation/ChangeLog | 7 | ||||
-rw-r--r-- | media-sound/radiostation/Manifest | 4 | ||||
-rw-r--r-- | media-sound/radiostation/radiostation-0.5.ebuild | 7 |
3 files changed, 12 insertions, 6 deletions
diff --git a/media-sound/radiostation/ChangeLog b/media-sound/radiostation/ChangeLog index c9edcf9efb71..7838ed820c77 100644 --- a/media-sound/radiostation/ChangeLog +++ b/media-sound/radiostation/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-sound/radiostation -# Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/radiostation/ChangeLog,v 1.6 2004/09/15 17:20:52 eradicator Exp $ +# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-sound/radiostation/ChangeLog,v 1.7 2005/01/29 15:16:20 greg_g Exp $ + + 29 Jan 2005; Gregorio Guidi <greg_g@gentoo.org> radiostation-0.5.ebuild: + Proper usage of kde eclasses, to make sure KDEDIR is defined (#33079). 15 Sep 2004; Jeremy Huddleston <eradicator@gentoo.org> radiostation-0.5.ebuild: diff --git a/media-sound/radiostation/Manifest b/media-sound/radiostation/Manifest index bd5f8990c556..e11aebd285d8 100644 --- a/media-sound/radiostation/Manifest +++ b/media-sound/radiostation/Manifest @@ -1,4 +1,4 @@ -MD5 84022d87f23f1c754b938813f2379226 ChangeLog 892 MD5 a1eaeb2ae801daeb712c90c060e922dc metadata.xml 158 -MD5 87e03997ad090ba0a5755506f1c2a99f radiostation-0.5.ebuild 1287 +MD5 fe253ad1ba8d30b71e9e0b926ed99900 radiostation-0.5.ebuild 1322 +MD5 ec58cf3b344f09ce6ac15e0777ab260e ChangeLog 1037 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 e896ec891e0e..b7310ef324c7 100644 --- a/media-sound/radiostation/radiostation-0.5.ebuild +++ b/media-sound/radiostation/radiostation-0.5.ebuild @@ -1,6 +1,8 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2005 Gentoo Foundation # 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.9 2004/09/15 17:20:52 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/radiostation/radiostation-0.5.ebuild,v 1.10 2005/01/29 15:16:20 greg_g Exp $ + +inherit kde-functions IUSE="debug kde" @@ -35,6 +37,7 @@ src_unpack() { src_compile() { if use kde; then + set-kdedir 3 econf `use_enable debug` || die "Unsuccessful configure" emake || die "Unsuccessful make" fi |