diff options
author | Gregorio Guidi <greg_g@gentoo.org> | 2005-09-27 17:11:03 +0000 |
---|---|---|
committer | Gregorio Guidi <greg_g@gentoo.org> | 2005-09-27 17:11:03 +0000 |
commit | 79aa4ec86337615522d02405394935661f936b0e (patch) | |
tree | f14abbdc447c30f16d4a1a51d54c1ed8d9bcfcea | |
parent | fixes bug #104216 (diff) | |
download | historical-79aa4ec86337615522d02405394935661f936b0e.tar.gz historical-79aa4ec86337615522d02405394935661f936b0e.tar.bz2 historical-79aa4ec86337615522d02405394935661f936b0e.zip |
Fix compilation error (#107064).
Package-Manager: portage-2.0.51.22-r2
-rw-r--r-- | kde-base/noatun/ChangeLog | 5 | ||||
-rw-r--r-- | kde-base/noatun/Manifest | 18 | ||||
-rw-r--r-- | kde-base/noatun/noatun-3.5_beta1.ebuild | 11 |
3 files changed, 12 insertions, 22 deletions
diff --git a/kde-base/noatun/ChangeLog b/kde-base/noatun/ChangeLog index b242414ae137..0eca691855f8 100644 --- a/kde-base/noatun/ChangeLog +++ b/kde-base/noatun/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for kde-base/noatun # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/noatun/ChangeLog,v 1.19 2005/09/24 16:23:14 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/noatun/ChangeLog,v 1.20 2005/09/27 17:11:03 greg_g Exp $ + + 27 Sep 2005; Gregorio Guidi <greg_g@gentoo.org> noatun-3.5_beta1.ebuild: + Fix compilation error (#107064). 24 Sep 2005; Diego Pettenò <flameeyes@gentoo.org> -noatun-3.5_alpha1.ebuild: diff --git a/kde-base/noatun/Manifest b/kde-base/noatun/Manifest index 65227cf6969a..5429b40995c9 100644 --- a/kde-base/noatun/Manifest +++ b/kde-base/noatun/Manifest @@ -1,18 +1,8 @@ ------BEGIN PGP SIGNED MESSAGE----- -Hash: SHA1 - -MD5 4966c2143b31cfe1a69482039ef92682 ChangeLog 2481 -MD5 04cb30ceff698aa909979938da920912 noatun-3.4.2.ebuild 1019 -MD5 fe3f0fa299af09bdcc1bfc1bf693ac17 noatun-3.5_beta1.ebuild 985 -MD5 14026293905787d38b90b55673f88c00 noatun-3.4.1.ebuild 996 MD5 acc03a4b12bb0433a57e95bd253b9501 metadata.xml 156 +MD5 8b821d5946eae14edbdae4a8d74e5882 noatun-3.5_beta1.ebuild 881 +MD5 14026293905787d38b90b55673f88c00 noatun-3.4.1.ebuild 996 +MD5 04cb30ceff698aa909979938da920912 noatun-3.4.2.ebuild 1019 +MD5 5965422e3a766ef45066673b74e1b897 ChangeLog 2589 MD5 5503be4dfa64fd0d3bf2165747a97fb0 files/digest-noatun-3.4.1 227 MD5 453075362e3201c7f44fea430afec5d5 files/digest-noatun-3.4.2 308 MD5 ddf8dc1d73d9fea63d15f91300cf12ba files/digest-noatun-3.5_beta1 74 ------BEGIN PGP SIGNATURE----- -Version: GnuPG v1.4.2 (GNU/Linux) - -iD4DBQFDNX2Tj5H05b2HAEkRAm55AJUbihU1kh9tjmqmeyPDrINmdqRzAJ9N5Dkw -V96wBshPKTO/RprZRl8Wtw== -=Ollk ------END PGP SIGNATURE----- diff --git a/kde-base/noatun/noatun-3.5_beta1.ebuild b/kde-base/noatun/noatun-3.5_beta1.ebuild index fc5cb71d3c2f..a23cf208e4ad 100644 --- a/kde-base/noatun/noatun-3.5_beta1.ebuild +++ b/kde-base/noatun/noatun-3.5_beta1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/noatun/noatun-3.5_beta1.ebuild,v 1.1 2005/09/22 21:30:59 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/noatun/noatun-3.5_beta1.ebuild,v 1.2 2005/09/27 17:11:03 greg_g Exp $ KMNAME=kdemultimedia MAXKDEVER=$PV @@ -16,15 +16,12 @@ $(deprange $PV $MAXKDEVER kde-base/artsplugin-mpeglib) $(deprange $PV $MAXKDEVER kde-base/artsplugin-mpg123) xine? ( $(deprange $PV $MAXKDEVER kde-base/artsplugin-xine) ) audiofile? ( $(deprange $PV $MAXKDEVER kde-base/artsplugin-audiofile) )" -KMCOPYLIB=" - libartsgui_kde arts/gui/kde/ - libartsgui arts/gui/common/ - libartsmodules arts/modules/" -KMEXTRACTONLY="arts/" + +KMCOMPILEONLY="arts" pkg_setup() { if ! useq arts; then eerror "${PN} needs the USE=\"arts\" enabled and also the kdelibs compiled with the USE=\"arts\" enabled" die fi -}
\ No newline at end of file +} |