diff options
author | Dan Armak <danarmak@gentoo.org> | 2005-02-05 11:39:28 +0000 |
---|---|---|
committer | Dan Armak <danarmak@gentoo.org> | 2005-02-05 11:39:28 +0000 |
commit | d8d75a3608fccc0f5c71aed88402dd519daff1b2 (patch) | |
tree | 83a7a0fcba699ba08348e34c3e5e29a5abddbb53 /kde-base/noatun | |
parent | cleanup (diff) | |
download | gentoo-2-d8d75a3608fccc0f5c71aed88402dd519daff1b2.tar.gz gentoo-2-d8d75a3608fccc0f5c71aed88402dd519daff1b2.tar.bz2 gentoo-2-d8d75a3608fccc0f5c71aed88402dd519daff1b2.zip |
initial 3.4.0_beta2 ebuilds
(Portage version: 2.0.51-r15)
Diffstat (limited to 'kde-base/noatun')
-rw-r--r-- | kde-base/noatun/ChangeLog | 9 | ||||
-rw-r--r-- | kde-base/noatun/Manifest | 2 | ||||
-rw-r--r-- | kde-base/noatun/files/digest-noatun-3.4.0_beta2 | 4 | ||||
-rw-r--r-- | kde-base/noatun/noatun-3.4.0_beta2.ebuild | 30 |
4 files changed, 44 insertions, 1 deletions
diff --git a/kde-base/noatun/ChangeLog b/kde-base/noatun/ChangeLog index 657ff9b25744..43fb5e792cbc 100644 --- a/kde-base/noatun/ChangeLog +++ b/kde-base/noatun/ChangeLog @@ -1,6 +1,13 @@ # 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.1 2005/01/15 02:24:41 danarmak Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/noatun/ChangeLog,v 1.2 2005/02/05 11:39:27 danarmak Exp $ + +*noatun-3.4.0_beta2 (05 Feb 2005) + + 05 Feb 2005; Dan Armak <danarmak@gentoo.org> +noatun-3.4.0_beta2.ebuild: + Ebuild for 3.4.0_beta2. Note that beta2 has NOT been released as of this + date. This ebuild is for inside testing by the KDE team, and is of course + package.masked. *noatun-3.4.0_beta1 (15 Jan 2005) diff --git a/kde-base/noatun/Manifest b/kde-base/noatun/Manifest index 5a40c1afdb1c..f4c8c604d831 100644 --- a/kde-base/noatun/Manifest +++ b/kde-base/noatun/Manifest @@ -1,4 +1,6 @@ +MD5 29f6e62db63d9ab41dd8ba0f288c4ab5 noatun-3.4.0_beta2.ebuild 984 MD5 be115287471b9f0492ec43766c394af5 noatun-3.4.0_beta1.ebuild 1009 MD5 263765ef5993121afb7df01f55361c67 ChangeLog 440 MD5 14889ab75f97d76e58b0c1154e7683a9 metadata.xml 161 MD5 43e784a2028b42eff11cfacd5dc9e845 files/digest-noatun-3.4.0_beta1 231 +MD5 c43e1f638e3c583d4d696aad7f994232 files/digest-noatun-3.4.0_beta2 314 diff --git a/kde-base/noatun/files/digest-noatun-3.4.0_beta2 b/kde-base/noatun/files/digest-noatun-3.4.0_beta2 new file mode 100644 index 000000000000..16863fd34dc5 --- /dev/null +++ b/kde-base/noatun/files/digest-noatun-3.4.0_beta2 @@ -0,0 +1,4 @@ +MD5 0dcda2db115a354cf7fdad0503d6ff50 kdemultimedia-3.3.90.tar.bz2 5450736 +MD5 3f43bc721d427ee23ed94f4150717cbe kdemultimedia-3.3.90-3.3.91.tar.xdelta 309038 +MD5 f1863ffbd605817c9817063651e64b4a kdemultimedia-3.3.91-3.3.92.tar.xdelta 316034 +MD5 cf278fa074fa17695eb5f7045e7b1325 kdemultimedia-3.3.92.tar.bz2 5504484 diff --git a/kde-base/noatun/noatun-3.4.0_beta2.ebuild b/kde-base/noatun/noatun-3.4.0_beta2.ebuild new file mode 100644 index 000000000000..c88659f62aed --- /dev/null +++ b/kde-base/noatun/noatun-3.4.0_beta2.ebuild @@ -0,0 +1,30 @@ +# 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.4.0_beta2.ebuild,v 1.1 2005/02/05 11:39:27 danarmak Exp $ + +KMNAME=kdemultimedia +MAXKDEVER=$PV +KM_DEPRANGE="$PV $MAXKDEVER" +inherit kde-meta eutils + +DESCRIPTION="KDE media player" +KEYWORDS="~x86" +IUSE="xine audiofile" +RDEPEND="${DEPEND} +$(deprange $PV $MAXKDEVER kde-base/kdemultimedia-arts) +$(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/" + +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 |