diff options
author | Dan Armak <danarmak@gentoo.org> | 2005-05-25 21:23:15 +0000 |
---|---|---|
committer | Dan Armak <danarmak@gentoo.org> | 2005-05-25 21:23:15 +0000 |
commit | 2c22cfa8ffcfc73043bf37aeee39170605f0eb4d (patch) | |
tree | d056634258bce285b9c3837f09ef42145572f845 /kde-base/artsplugin-mpeglib | |
parent | Add the missing HOMEPAGE variable so repoman doesn't complain. (diff) | |
download | gentoo-2-2c22cfa8ffcfc73043bf37aeee39170605f0eb4d.tar.gz gentoo-2-2c22cfa8ffcfc73043bf37aeee39170605f0eb4d.tar.bz2 gentoo-2-2c22cfa8ffcfc73043bf37aeee39170605f0eb4d.zip |
KDE 3.4.1 ebuilds; package.masked as they aren't released yet
(Portage version: 2.0.51.22-r1)
Diffstat (limited to 'kde-base/artsplugin-mpeglib')
4 files changed, 37 insertions, 2 deletions
diff --git a/kde-base/artsplugin-mpeglib/ChangeLog b/kde-base/artsplugin-mpeglib/ChangeLog index cb0ec61be418..bfd8a0a17168 100644 --- a/kde-base/artsplugin-mpeglib/ChangeLog +++ b/kde-base/artsplugin-mpeglib/ChangeLog @@ -1,6 +1,13 @@ # 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.9 2005/04/27 20:12:29 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/artsplugin-mpeglib/ChangeLog,v 1.10 2005/05/25 21:22:59 danarmak Exp $ + +*artsplugin-mpeglib-3.4.1 (25 May 2005) + + 25 May 2005; Dan Armak <danarmak@gentoo.org> + +artsplugin-mpeglib-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> artsplugin-mpeglib-3.4.0.ebuild: diff --git a/kde-base/artsplugin-mpeglib/Manifest b/kde-base/artsplugin-mpeglib/Manifest index 0ef77339c5ea..e46436aefe6c 100644 --- a/kde-base/artsplugin-mpeglib/Manifest +++ b/kde-base/artsplugin-mpeglib/Manifest @@ -1,4 +1,6 @@ -MD5 f9624767d855656cf0862641ef5163a1 ChangeLog 1718 MD5 646ef54fe3b6fa78b414d0d08eb13d2d artsplugin-mpeglib-3.4.0.ebuild 748 +MD5 436407ac814e187f6fca9feb5fc1ef10 artsplugin-mpeglib-3.4.1.ebuild 729 +MD5 3baa2a1eec871f75ad976739ff8a2b5d ChangeLog 1961 MD5 acc03a4b12bb0433a57e95bd253b9501 metadata.xml 156 MD5 1b6b47988f359abcece7b1f1f5b98377 files/digest-artsplugin-mpeglib-3.4.0 73 +MD5 b00ef893ed158f45f57b92ec02a66007 files/digest-artsplugin-mpeglib-3.4.1 146 diff --git a/kde-base/artsplugin-mpeglib/artsplugin-mpeglib-3.4.1.ebuild b/kde-base/artsplugin-mpeglib/artsplugin-mpeglib-3.4.1.ebuild new file mode 100644 index 000000000000..d2a6fd32d2cf --- /dev/null +++ b/kde-base/artsplugin-mpeglib/artsplugin-mpeglib-3.4.1.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.1.ebuild,v 1.1 2005/05/25 21:22:59 danarmak Exp $ + +KMNAME=kdemultimedia +KMMODULE=mpeglib_artsplug +MAXKDEVER=$PV +KM_DEPRANGE="$PV $MAXKDEVER" +inherit kde-meta eutils + +DESCRIPTION="mpeglib plugin for arts" +KEYWORDS="~x86 ~amd64" +IUSE="" +DEPEND="$(deprange $PV $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.1 b/kde-base/artsplugin-mpeglib/files/digest-artsplugin-mpeglib-3.4.1 new file mode 100644 index 000000000000..f2df72c86c35 --- /dev/null +++ b/kde-base/artsplugin-mpeglib/files/digest-artsplugin-mpeglib-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 |