diff options
author | Dan Armak <danarmak@gentoo.org> | 2005-03-13 21:19:13 +0000 |
---|---|---|
committer | Dan Armak <danarmak@gentoo.org> | 2005-03-13 21:19:13 +0000 |
commit | e61c40840bb5a94186cd0a23cdf0a8b2712d5006 (patch) | |
tree | b055d11e3fef27e53d1e039ce9697e059471a51c /kde-base/artsplugin-audiofile | |
parent | add alpha keyword (diff) | |
download | gentoo-2-e61c40840bb5a94186cd0a23cdf0a8b2712d5006.tar.gz gentoo-2-e61c40840bb5a94186cd0a23cdf0a8b2712d5006.tar.bz2 gentoo-2-e61c40840bb5a94186cd0a23cdf0a8b2712d5006.zip |
kde 3.4.0 ebuilds. the tarballs will be available from upstream Wednesday.
as per cryos' request, keeping the ~amd64 keywords where present, even though i'm not an amd64 dev.
(Portage version: 2.0.51.19)
Diffstat (limited to 'kde-base/artsplugin-audiofile')
4 files changed, 30 insertions, 1 deletions
diff --git a/kde-base/artsplugin-audiofile/ChangeLog b/kde-base/artsplugin-audiofile/ChangeLog index dec5d7ac3e18..7b5e8025ae7c 100644 --- a/kde-base/artsplugin-audiofile/ChangeLog +++ b/kde-base/artsplugin-audiofile/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for kde-base/artsplugin-audiofile # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/artsplugin-audiofile/ChangeLog,v 1.2 2005/02/05 11:39:10 danarmak Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/artsplugin-audiofile/ChangeLog,v 1.3 2005/03/13 21:18:58 danarmak Exp $ + + 13 Mar 2005; Dan Armak <danarmak@gentoo.org> + artsplugin-audiofile-3.4.0.ebuild: + KDE 3.4.0 ebuilds. Note that the tarballs won't be officially released for a + few more days. *artsplugin-audiofile-3.4.0_beta2 (05 Feb 2005) diff --git a/kde-base/artsplugin-audiofile/Manifest b/kde-base/artsplugin-audiofile/Manifest index 0958c61f0318..2447017f719c 100644 --- a/kde-base/artsplugin-audiofile/Manifest +++ b/kde-base/artsplugin-audiofile/Manifest @@ -1,6 +1,8 @@ MD5 2985418e34df047029d2a5f270dd04a9 artsplugin-audiofile-3.4.0_beta2.ebuild 625 +MD5 fe89599022ef334b0122d96977a594a3 artsplugin-audiofile-3.4.0.ebuild 619 MD5 f6b522bbe24d71884408e9f24a79c65e ChangeLog 791 MD5 32670f6a1ae32054bfdfd94984f4da62 artsplugin-audiofile-3.4.0_beta1.ebuild 619 MD5 14889ab75f97d76e58b0c1154e7683a9 metadata.xml 161 MD5 43e784a2028b42eff11cfacd5dc9e845 files/digest-artsplugin-audiofile-3.4.0_beta1 231 MD5 c43e1f638e3c583d4d696aad7f994232 files/digest-artsplugin-audiofile-3.4.0_beta2 314 +MD5 1b6b47988f359abcece7b1f1f5b98377 files/digest-artsplugin-audiofile-3.4.0 73 diff --git a/kde-base/artsplugin-audiofile/artsplugin-audiofile-3.4.0.ebuild b/kde-base/artsplugin-audiofile/artsplugin-audiofile-3.4.0.ebuild new file mode 100644 index 000000000000..d16a42740fa7 --- /dev/null +++ b/kde-base/artsplugin-audiofile/artsplugin-audiofile-3.4.0.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/artsplugin-audiofile/artsplugin-audiofile-3.4.0.ebuild,v 1.1 2005/03/13 21:18:58 danarmak Exp $ + +KMNAME=kdemultimedia +KMMODULE=audiofile_artsplugin +MAXKDEVER=$PV +KM_DEPRANGE="$PV $MAXKDEVER" +inherit kde-meta eutils + +DESCRIPTION="arts audiofile plugin" +KEYWORDS="~x86" +IUSE="" +DEPEND="media-libs/audiofile" + +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 diff --git a/kde-base/artsplugin-audiofile/files/digest-artsplugin-audiofile-3.4.0 b/kde-base/artsplugin-audiofile/files/digest-artsplugin-audiofile-3.4.0 new file mode 100644 index 000000000000..b872e190e770 --- /dev/null +++ b/kde-base/artsplugin-audiofile/files/digest-artsplugin-audiofile-3.4.0 @@ -0,0 +1 @@ +MD5 4e42790bbea7c4ac0c436da3c7c664ac kdemultimedia-3.4.0.tar.bz2 5581865 |