diff options
author | Dan Armak <danarmak@gentoo.org> | 2005-01-15 02:24:42 +0000 |
---|---|---|
committer | Dan Armak <danarmak@gentoo.org> | 2005-01-15 02:24:42 +0000 |
commit | 9300be3031aefac98b4fa4b0b02abec7b657d43e (patch) | |
tree | e0ca082a44a83de2d88a041ecadbb5b75f066c76 /kde-base/artsplugin-xine | |
parent | (no commit message) (diff) | |
download | historical-9300be3031aefac98b4fa4b0b02abec7b657d43e.tar.gz historical-9300be3031aefac98b4fa4b0b02abec7b657d43e.tar.bz2 historical-9300be3031aefac98b4fa4b0b02abec7b657d43e.zip |
kde 3.4 split ebuilds, all masked
Diffstat (limited to 'kde-base/artsplugin-xine')
-rw-r--r-- | kde-base/artsplugin-xine/ChangeLog | 11 | ||||
-rw-r--r-- | kde-base/artsplugin-xine/Manifest | 4 | ||||
-rw-r--r-- | kde-base/artsplugin-xine/artsplugin-xine-3.4.0_beta1.ebuild | 21 | ||||
-rw-r--r-- | kde-base/artsplugin-xine/files/digest-artsplugin-xine-3.4.0_beta1 | 3 | ||||
-rw-r--r-- | kde-base/artsplugin-xine/metadata.xml | 5 |
5 files changed, 44 insertions, 0 deletions
diff --git a/kde-base/artsplugin-xine/ChangeLog b/kde-base/artsplugin-xine/ChangeLog new file mode 100644 index 000000000000..bd052ceea737 --- /dev/null +++ b/kde-base/artsplugin-xine/ChangeLog @@ -0,0 +1,11 @@ +# ChangeLog for kde-base/artsplugin-xine +# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/kde-base/artsplugin-xine/ChangeLog,v 1.1 2005/01/15 02:24:25 danarmak Exp $ + +*artsplugin-xine-3.4.0_beta1 (15 Jan 2005) + + 15 Jan 2005; Dan Armak <danarmak@gentoo.org> + +artsplugin-xine-3.4.0_beta1.ebuild: + Adding the split ebuilds to portage. For KDE 3.4, we've created separate + ebuilds for all the KDE apps. + diff --git a/kde-base/artsplugin-xine/Manifest b/kde-base/artsplugin-xine/Manifest new file mode 100644 index 000000000000..8cd08f13d701 --- /dev/null +++ b/kde-base/artsplugin-xine/Manifest @@ -0,0 +1,4 @@ +MD5 bdaf133d9c2920bafa68b99a3014e6a6 artsplugin-xine-3.4.0_alpha1.ebuild 487 +MD5 bdaf133d9c2920bafa68b99a3014e6a6 artsplugin-xine-3.4.0_beta1.ebuild 487 +MD5 43e784a2028b42eff11cfacd5dc9e845 files/digest-artsplugin-xine-3.4.0_beta1 231 +MD5 fc6c88b42efcb16aaa7a7459489c41b2 files/digest-artsplugin-xine-3.4.0_alpha1 74 diff --git a/kde-base/artsplugin-xine/artsplugin-xine-3.4.0_beta1.ebuild b/kde-base/artsplugin-xine/artsplugin-xine-3.4.0_beta1.ebuild new file mode 100644 index 000000000000..5e6f3b45ce1c --- /dev/null +++ b/kde-base/artsplugin-xine/artsplugin-xine-3.4.0_beta1.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-xine/artsplugin-xine-3.4.0_beta1.ebuild,v 1.1 2005/01/15 02:24:25 danarmak Exp $ + +KMNAME=kdemultimedia +KMMODULE=xine_artsplugin +MAXKDEVER=$PV +KM_DEPRANGE="$PV $MAXKDEVER" +inherit kde-meta eutils + +DESCRIPTION="arts xine plugin" +KEYWORDS="~x86" +IUSE="" +DEPEND=">=media-libs/xine-lib-1_beta12" + +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-xine/files/digest-artsplugin-xine-3.4.0_beta1 b/kde-base/artsplugin-xine/files/digest-artsplugin-xine-3.4.0_beta1 new file mode 100644 index 000000000000..33e883da1e42 --- /dev/null +++ b/kde-base/artsplugin-xine/files/digest-artsplugin-xine-3.4.0_beta1 @@ -0,0 +1,3 @@ +MD5 0dcda2db115a354cf7fdad0503d6ff50 kdemultimedia-3.3.90.tar.bz2 5450736 +MD5 3f43bc721d427ee23ed94f4150717cbe kdemultimedia-3.3.90-3.3.91.tar.xdelta 309038 +MD5 73da4e0f9c5c25b441092305b867bb1e kdemultimedia-3.3.91.tar.bz2 5486658 diff --git a/kde-base/artsplugin-xine/metadata.xml b/kde-base/artsplugin-xine/metadata.xml new file mode 100644 index 000000000000..1a4592f97a10 --- /dev/null +++ b/kde-base/artsplugin-xine/metadata.xml @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<herd>kde-core</herd> +</pkgmetadata> |