diff options
author | Dan Armak <danarmak@gentoo.org> | 2005-10-13 00:10:09 +0000 |
---|---|---|
committer | Dan Armak <danarmak@gentoo.org> | 2005-10-13 00:10:09 +0000 |
commit | e2f3f14466e5bb3e2dd11e93d8694add86210e56 (patch) | |
tree | 7ec3323efaa88e487c6892d49033df8e61c201fc /kde-base/artsplugin-mpeglib | |
parent | Modified 'cp' calls (bug #103487). (diff) | |
download | gentoo-2-e2f3f14466e5bb3e2dd11e93d8694add86210e56.tar.gz gentoo-2-e2f3f14466e5bb3e2dd11e93d8694add86210e56.tar.bz2 gentoo-2-e2f3f14466e5bb3e2dd11e93d8694add86210e56.zip |
kde 3.4.3 split ebuilds
(Portage version: 2.0.53_rc5)
Diffstat (limited to 'kde-base/artsplugin-mpeglib')
4 files changed, 34 insertions, 12 deletions
diff --git a/kde-base/artsplugin-mpeglib/ChangeLog b/kde-base/artsplugin-mpeglib/ChangeLog index 60fdb55b3a16..4448eb7540fa 100644 --- a/kde-base/artsplugin-mpeglib/ChangeLog +++ b/kde-base/artsplugin-mpeglib/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for kde-base/artsplugin-mpeglib # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/artsplugin-mpeglib/ChangeLog,v 1.18 2005/09/24 12:51:17 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/artsplugin-mpeglib/ChangeLog,v 1.19 2005/10/13 00:09:49 danarmak Exp $ + +*artsplugin-mpeglib-3.4.3 (13 Oct 2005) + + 13 Oct 2005; Dan Armak <danarmak@gentoo.org> +artsplugin-mpeglib-3.4.3.ebuild: + New version. 24 Sep 2005; Diego Pettenò <flameeyes@gentoo.org> -artsplugin-mpeglib-3.5_alpha1.ebuild: diff --git a/kde-base/artsplugin-mpeglib/Manifest b/kde-base/artsplugin-mpeglib/Manifest index 861d9b8983ce..f06ddc76cd83 100644 --- a/kde-base/artsplugin-mpeglib/Manifest +++ b/kde-base/artsplugin-mpeglib/Manifest @@ -1,16 +1,8 @@ ------BEGIN PGP SIGNED MESSAGE----- -Hash: SHA1 - MD5 f7e9f6646e2aaa3491ad590cbabb745c ChangeLog 2965 MD5 c9d4d9c2c2f4446a1e62871a2d56e7be artsplugin-mpeglib-3.4.1.ebuild 747 +MD5 9a8dabbaaf44d709fd9073afe712fb8c artsplugin-mpeglib-3.4.3.ebuild 752 MD5 bc43fea3fdf2f530761cecc269eece46 artsplugin-mpeglib-3.5_beta1.ebuild 730 -MD5 acc03a4b12bb0433a57e95bd253b9501 metadata.xml 156 MD5 5503be4dfa64fd0d3bf2165747a97fb0 files/digest-artsplugin-mpeglib-3.4.1 227 +MD5 05ac286d8f93c4f275aa4cec809fb5a9 files/digest-artsplugin-mpeglib-3.4.3 73 MD5 ddf8dc1d73d9fea63d15f91300cf12ba files/digest-artsplugin-mpeglib-3.5_beta1 74 ------BEGIN PGP SIGNATURE----- -Version: GnuPG v1.4.2 (GNU/Linux) - -iD8DBQFDNUvij5H05b2HAEkRAkUpAKCfJBcJVG43NJ7Ep6qZVHxFIzP5RwCgphvv -RJzrBaLOGbLL9e13hOjnQ5Y= -=l51w ------END PGP SIGNATURE----- +MD5 acc03a4b12bb0433a57e95bd253b9501 metadata.xml 156 diff --git a/kde-base/artsplugin-mpeglib/artsplugin-mpeglib-3.4.3.ebuild b/kde-base/artsplugin-mpeglib/artsplugin-mpeglib-3.4.3.ebuild new file mode 100644 index 000000000000..256a432e8629 --- /dev/null +++ b/kde-base/artsplugin-mpeglib/artsplugin-mpeglib-3.4.3.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/kde-base/artsplugin-mpeglib/artsplugin-mpeglib-3.4.3.ebuild,v 1.1 2005/10/13 00:09:49 danarmak Exp $ + +KMNAME=kdemultimedia +KMMODULE=mpeglib_artsplug +MAXKDEVER=$PV +KM_DEPRANGE="$PV $MAXKDEVER" +inherit kde-meta eutils + +DESCRIPTION="mpeglib plugin for arts" +KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~sparc ~x86" +IUSE="" +DEPEND="$(deprange 3.4.1 $MAXKDEVER kde-base/mpeglib)" +OLDDEPEND="~kde-base/mpeglib-$PV" +KMCOPYLIB="libmpeg mpeglib/lib/" +KMEXTRACTONLY="mpeglib/" + +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 +} diff --git a/kde-base/artsplugin-mpeglib/files/digest-artsplugin-mpeglib-3.4.3 b/kde-base/artsplugin-mpeglib/files/digest-artsplugin-mpeglib-3.4.3 new file mode 100644 index 000000000000..6a467e9c0865 --- /dev/null +++ b/kde-base/artsplugin-mpeglib/files/digest-artsplugin-mpeglib-3.4.3 @@ -0,0 +1 @@ +MD5 49fed5afad01c322d3bc8c6a175d1898 kdemultimedia-3.4.3.tar.bz2 5495757 |