diff options
author | 2005-05-25 21:23:15 +0000 | |
---|---|---|
committer | 2005-05-25 21:23:15 +0000 | |
commit | 61fc0b979044371777fbf1d14db2d7c3c0a9427b (patch) | |
tree | 3541ae4ee7ec45c2e901153b1a64cbe8f1fdd1c7 /kde-base/kmix | |
parent | Add the missing HOMEPAGE variable so repoman doesn't complain. (diff) | |
download | historical-61fc0b979044371777fbf1d14db2d7c3c0a9427b.tar.gz historical-61fc0b979044371777fbf1d14db2d7c3c0a9427b.tar.bz2 historical-61fc0b979044371777fbf1d14db2d7c3c0a9427b.zip |
KDE 3.4.1 ebuilds; package.masked as they aren't released yet
Package-Manager: portage-2.0.51.22-r1
Diffstat (limited to 'kde-base/kmix')
-rw-r--r-- | kde-base/kmix/ChangeLog | 8 | ||||
-rw-r--r-- | kde-base/kmix/Manifest | 4 | ||||
-rw-r--r-- | kde-base/kmix/files/digest-kmix-3.4.1 | 2 | ||||
-rw-r--r-- | kde-base/kmix/kmix-3.4.1.ebuild | 21 |
4 files changed, 33 insertions, 2 deletions
diff --git a/kde-base/kmix/ChangeLog b/kde-base/kmix/ChangeLog index 913c92d85fb0..91806a10717c 100644 --- a/kde-base/kmix/ChangeLog +++ b/kde-base/kmix/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for kde-base/kmix # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kmix/ChangeLog,v 1.8 2005/04/27 20:01:08 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kmix/ChangeLog,v 1.9 2005/05/25 21:23:08 danarmak Exp $ + +*kmix-3.4.1 (25 May 2005) + + 25 May 2005; Dan Armak <danarmak@gentoo.org> +kmix-3.4.1.ebuild: + Ebuilds for KDE 3.4.1. These are package.masked until 3.4.1 is actually + released. You can't get the tarballs yet. 27 Apr 2005; Markus Rothe <corsair@gentoo.org> kmix-3.4.0.ebuild: Added ~ppc64 to KEYWORDS diff --git a/kde-base/kmix/Manifest b/kde-base/kmix/Manifest index 11834d2d7e4f..dbbe49e6c298 100644 --- a/kde-base/kmix/Manifest +++ b/kde-base/kmix/Manifest @@ -1,4 +1,6 @@ -MD5 61ee5823f2e199db5fd5fa4c23cb1fbb ChangeLog 1345 +MD5 c69c405cb4502483b3f92ba7d3f46742 kmix-3.4.1.ebuild 620 MD5 537dfd03fcffae93fb8f2eff15a1de60 kmix-3.4.0.ebuild 639 +MD5 61ee5823f2e199db5fd5fa4c23cb1fbb ChangeLog 1345 MD5 acc03a4b12bb0433a57e95bd253b9501 metadata.xml 156 MD5 1b6b47988f359abcece7b1f1f5b98377 files/digest-kmix-3.4.0 73 +MD5 b00ef893ed158f45f57b92ec02a66007 files/digest-kmix-3.4.1 146 diff --git a/kde-base/kmix/files/digest-kmix-3.4.1 b/kde-base/kmix/files/digest-kmix-3.4.1 new file mode 100644 index 000000000000..f2df72c86c35 --- /dev/null +++ b/kde-base/kmix/files/digest-kmix-3.4.1 @@ -0,0 +1,2 @@ +MD5 4e42790bbea7c4ac0c436da3c7c664ac kdemultimedia-3.4.0.tar.bz2 5581865 +MD5 db69c9ab845c8295f095dc6394fba047 kdemultimedia-3.4.1.tar.bz2 5547552 diff --git a/kde-base/kmix/kmix-3.4.1.ebuild b/kde-base/kmix/kmix-3.4.1.ebuild new file mode 100644 index 000000000000..7146bb101010 --- /dev/null +++ b/kde-base/kmix/kmix-3.4.1.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/kde-base/kmix/kmix-3.4.1.ebuild,v 1.1 2005/05/25 21:23:08 danarmak Exp $ + +KMNAME=kdemultimedia +MAXKDEVER=$PV +KM_DEPRANGE="$PV $MAXKDEVER" +inherit kde-meta eutils + +DESCRIPTION="aRts mixer gui" +KEYWORDS="~x86 ~amd64" +IUSE="alsa" +DEPEND="alsa? ( media-libs/alsa-lib )" +KMEXTRACTONLY="kscd/configure.in.in" + +src_compile() { + # alsa 0.9 not supported + use alsa && myconf="$myconf --with-alsa --with-arts-alsa" || myconf="$myconf --without-alsa --disable-alsa" + + kde-meta_src_compile +}
\ No newline at end of file |