diff options
author | Gregorio Guidi <greg_g@gentoo.org> | 2005-01-29 15:16:20 +0000 |
---|---|---|
committer | Gregorio Guidi <greg_g@gentoo.org> | 2005-01-29 15:16:20 +0000 |
commit | 6ec6a7526cc32c5ff4e2e48b1bab57c1ca74c556 (patch) | |
tree | b7492532fb7604d22cb3444e69efc60833d314de /media-sound | |
parent | - temp work around to disable posix_fadvise till such times as _syscall6() ex... (diff) | |
download | historical-6ec6a7526cc32c5ff4e2e48b1bab57c1ca74c556.tar.gz historical-6ec6a7526cc32c5ff4e2e48b1bab57c1ca74c556.tar.bz2 historical-6ec6a7526cc32c5ff4e2e48b1bab57c1ca74c556.zip |
Proper usage of kde eclasses, to make sure KDEDIR is defined (#33079).
Package-Manager: portage-2.0.51-r15
Diffstat (limited to 'media-sound')
-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 |