diff options
author | Jason Wever <weeve@gentoo.org> | 2005-11-29 15:05:41 +0000 |
---|---|---|
committer | Jason Wever <weeve@gentoo.org> | 2005-11-29 15:05:41 +0000 |
commit | 2c4c05e440d90b1631547ac4a1d20fe718bb6f24 (patch) | |
tree | 3c2855076e4adaba0bad42f9e3460c2f01d74d6d /kde-base/artsplugin-audiofile | |
parent | Added ~sparc keyword. (diff) | |
download | gentoo-2-2c4c05e440d90b1631547ac4a1d20fe718bb6f24.tar.gz gentoo-2-2c4c05e440d90b1631547ac4a1d20fe718bb6f24.tar.bz2 gentoo-2-2c4c05e440d90b1631547ac4a1d20fe718bb6f24.zip |
Added ~sparc keyword.
(Portage version: 2.0.53_rc7)
Diffstat (limited to 'kde-base/artsplugin-audiofile')
-rw-r--r-- | kde-base/artsplugin-audiofile/ChangeLog | 6 | ||||
-rw-r--r-- | kde-base/artsplugin-audiofile/Manifest | 8 | ||||
-rw-r--r-- | kde-base/artsplugin-audiofile/artsplugin-audiofile-3.5.0.ebuild | 4 |
3 files changed, 11 insertions, 7 deletions
diff --git a/kde-base/artsplugin-audiofile/ChangeLog b/kde-base/artsplugin-audiofile/ChangeLog index 40411c516e42..fe5c3c5684bc 100644 --- a/kde-base/artsplugin-audiofile/ChangeLog +++ b/kde-base/artsplugin-audiofile/ChangeLog @@ -1,6 +1,10 @@ # 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.20 2005/11/26 14:35:11 greg_g Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/artsplugin-audiofile/ChangeLog,v 1.21 2005/11/29 15:05:41 weeve Exp $ + + 29 Nov 2005; Jason Wever <weeve@gentoo.org> + artsplugin-audiofile-3.5.0.ebuild: + Added ~sparc keyword. 26 Nov 2005; Dan Armak <danarmak@gentoo.org> artsplugin-audiofile-3.5.0.ebuild: Upstream (unreleased) tarball updated, updating digests. diff --git a/kde-base/artsplugin-audiofile/Manifest b/kde-base/artsplugin-audiofile/Manifest index 6e233c48288e..4d45831143b2 100644 --- a/kde-base/artsplugin-audiofile/Manifest +++ b/kde-base/artsplugin-audiofile/Manifest @@ -1,8 +1,8 @@ -MD5 97f6c3b8f9c759a7d54b7914709b82ec artsplugin-audiofile-3.5_beta1.ebuild 630 -MD5 acc03a4b12bb0433a57e95bd253b9501 metadata.xml 156 -MD5 ccb13a1bbb7c48b1f281e30ebc667951 artsplugin-audiofile-3.5.0.ebuild 620 MD5 e262098e4b106a095d285a0014492b3e ChangeLog 3175 MD5 51bdca15e5c834039fa22d97cb5d3bfe artsplugin-audiofile-3.4.1.ebuild 643 +MD5 f3c182836f6260c821046677e72a68b6 artsplugin-audiofile-3.5.0.ebuild 627 +MD5 97f6c3b8f9c759a7d54b7914709b82ec artsplugin-audiofile-3.5_beta1.ebuild 630 MD5 5503be4dfa64fd0d3bf2165747a97fb0 files/digest-artsplugin-audiofile-3.4.1 227 -MD5 ddf8dc1d73d9fea63d15f91300cf12ba files/digest-artsplugin-audiofile-3.5_beta1 74 MD5 e3784b0621b80bc67e95d6226fd30369 files/digest-artsplugin-audiofile-3.5.0 73 +MD5 ddf8dc1d73d9fea63d15f91300cf12ba files/digest-artsplugin-audiofile-3.5_beta1 74 +MD5 acc03a4b12bb0433a57e95bd253b9501 metadata.xml 156 diff --git a/kde-base/artsplugin-audiofile/artsplugin-audiofile-3.5.0.ebuild b/kde-base/artsplugin-audiofile/artsplugin-audiofile-3.5.0.ebuild index bfb5554c8442..f2c0ac269465 100644 --- a/kde-base/artsplugin-audiofile/artsplugin-audiofile-3.5.0.ebuild +++ b/kde-base/artsplugin-audiofile/artsplugin-audiofile-3.5.0.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/artsplugin-audiofile/artsplugin-audiofile-3.5.0.ebuild,v 1.1 2005/11/22 22:13:56 danarmak Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/artsplugin-audiofile/artsplugin-audiofile-3.5.0.ebuild,v 1.2 2005/11/29 15:05:41 weeve Exp $ KMNAME=kdemultimedia KMMODULE=audiofile_artsplugin @@ -9,7 +9,7 @@ KM_DEPRANGE="$PV $MAXKDEVER" inherit kde-meta eutils DESCRIPTION="arts audiofile plugin" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64 ~sparc ~x86" IUSE="" DEPEND="media-libs/audiofile" |