summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Armak <danarmak@gentoo.org>2005-03-13 21:19:13 +0000
committerDan Armak <danarmak@gentoo.org>2005-03-13 21:19:13 +0000
commit5ee4b6d4ade5f83b6f28f49dd66a1df381d2c7f5 (patch)
treeec7b172633d80bd566500eb79f61cfee9931757c /kde-base/artsplugin-mpeglib
parentadd alpha keyword (diff)
downloadhistorical-5ee4b6d4ade5f83b6f28f49dd66a1df381d2c7f5.tar.gz
historical-5ee4b6d4ade5f83b6f28f49dd66a1df381d2c7f5.tar.bz2
historical-5ee4b6d4ade5f83b6f28f49dd66a1df381d2c7f5.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. Package-Manager: portage-2.0.51.19
Diffstat (limited to 'kde-base/artsplugin-mpeglib')
-rw-r--r--kde-base/artsplugin-mpeglib/ChangeLog7
-rw-r--r--kde-base/artsplugin-mpeglib/Manifest2
-rw-r--r--kde-base/artsplugin-mpeglib/artsplugin-mpeglib-3.4.0.ebuild24
-rw-r--r--kde-base/artsplugin-mpeglib/files/digest-artsplugin-mpeglib-3.4.01
4 files changed, 33 insertions, 1 deletions
diff --git a/kde-base/artsplugin-mpeglib/ChangeLog b/kde-base/artsplugin-mpeglib/ChangeLog
index 09c4e15d2348..40fd636d8a47 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.4 2005/03/06 01:38:09 motaboy Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/artsplugin-mpeglib/ChangeLog,v 1.5 2005/03/13 21:18:58 danarmak Exp $
+
+ 13 Mar 2005; Dan Armak <danarmak@gentoo.org>
+ artsplugin-mpeglib-3.4.0.ebuild:
+ KDE 3.4.0 ebuilds. Note that the tarballs won't be officially released for a
+ few more days.
06 Mar 2005; Simone Gotti <motaboy@gentoo.org>
artsplugin-mpeglib-3.4.0_rc1.ebuild:
diff --git a/kde-base/artsplugin-mpeglib/Manifest b/kde-base/artsplugin-mpeglib/Manifest
index 5fe2b60caf26..81fd204a599c 100644
--- a/kde-base/artsplugin-mpeglib/Manifest
+++ b/kde-base/artsplugin-mpeglib/Manifest
@@ -1,8 +1,10 @@
+MD5 ad7059646776debaee974fa24a79601c artsplugin-mpeglib-3.4.0.ebuild 726
MD5 6fb2593dfebf4386a8fee99984b81af5 artsplugin-mpeglib-3.4.0_beta2.ebuild 810
MD5 ad7059646776debaee974fa24a79601c artsplugin-mpeglib-3.4.0_rc1.ebuild 726
MD5 88afe203d3a6324fc83bbfaf1adb0785 artsplugin-mpeglib-3.4.0_beta1.ebuild 733
MD5 d841b5d30fa06d2352f302c69b2d53f9 ChangeLog 1074
MD5 14889ab75f97d76e58b0c1154e7683a9 metadata.xml 161
+MD5 1b6b47988f359abcece7b1f1f5b98377 files/digest-artsplugin-mpeglib-3.4.0 73
MD5 02f0ce7ea2ec6f7f7042f7f40f7f7fe7 files/artsc-typo.diff 439
MD5 d68ff14d4ed5a746d4def9f2706bb705 files/digest-artsplugin-mpeglib-3.4.0_rc1 403
MD5 43e784a2028b42eff11cfacd5dc9e845 files/digest-artsplugin-mpeglib-3.4.0_beta1 231
diff --git a/kde-base/artsplugin-mpeglib/artsplugin-mpeglib-3.4.0.ebuild b/kde-base/artsplugin-mpeglib/artsplugin-mpeglib-3.4.0.ebuild
new file mode 100644
index 000000000000..63d287550065
--- /dev/null
+++ b/kde-base/artsplugin-mpeglib/artsplugin-mpeglib-3.4.0.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.0.ebuild,v 1.1 2005/03/13 21:18:58 danarmak Exp $
+
+KMNAME=kdemultimedia
+KMMODULE=mpeglib_artsplug
+MAXKDEVER=$PV
+KM_DEPRANGE="$PV $MAXKDEVER"
+inherit kde-meta eutils
+
+DESCRIPTION="mpeglib plugin for arts"
+KEYWORDS="~x86"
+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.0 b/kde-base/artsplugin-mpeglib/files/digest-artsplugin-mpeglib-3.4.0
new file mode 100644
index 000000000000..b872e190e770
--- /dev/null
+++ b/kde-base/artsplugin-mpeglib/files/digest-artsplugin-mpeglib-3.4.0
@@ -0,0 +1 @@
+MD5 4e42790bbea7c4ac0c436da3c7c664ac kdemultimedia-3.4.0.tar.bz2 5581865