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 | 61fc0b979044371777fbf1d14db2d7c3c0a9427b (patch) | |
tree | 3541ae4ee7ec45c2e901153b1a64cbe8f1fdd1c7 /kde-base/artsplugin-xine | |
parent | Add the missing HOMEPAGE variable so repoman doesn't complain. (diff) | |
download | historical-61fc0b979044371777fbf1d14db2d7c3c0a9427b.tar.gz historical-61fc0b979044371777fbf1d14db2d7c3c0a9427b.tar.bz2 historical-61fc0b979044371777fbf1d14db2d7c3c0a9427b.zip |
KDE 3.4.1 ebuilds; package.masked as they aren't released yet
Package-Manager: portage-2.0.51.22-r1
Diffstat (limited to 'kde-base/artsplugin-xine')
-rw-r--r-- | kde-base/artsplugin-xine/ChangeLog | 9 | ||||
-rw-r--r-- | kde-base/artsplugin-xine/Manifest | 4 | ||||
-rw-r--r-- | kde-base/artsplugin-xine/artsplugin-xine-3.4.1.ebuild | 21 | ||||
-rw-r--r-- | kde-base/artsplugin-xine/files/digest-artsplugin-xine-3.4.1 | 2 |
4 files changed, 34 insertions, 2 deletions
diff --git a/kde-base/artsplugin-xine/ChangeLog b/kde-base/artsplugin-xine/ChangeLog index 2332f43e1dba..5d4052dbefb6 100644 --- a/kde-base/artsplugin-xine/ChangeLog +++ b/kde-base/artsplugin-xine/ChangeLog @@ -1,6 +1,13 @@ # 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.9 2005/04/27 20:11:35 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/artsplugin-xine/ChangeLog,v 1.10 2005/05/25 21:22:59 danarmak Exp $ + +*artsplugin-xine-3.4.1 (25 May 2005) + + 25 May 2005; Dan Armak <danarmak@gentoo.org> + +artsplugin-xine-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-xine-3.4.0.ebuild: diff --git a/kde-base/artsplugin-xine/Manifest b/kde-base/artsplugin-xine/Manifest index 617752631fac..37804f74ce8e 100644 --- a/kde-base/artsplugin-xine/Manifest +++ b/kde-base/artsplugin-xine/Manifest @@ -1,4 +1,6 @@ -MD5 a29a47fccc65dd369676798c2d973fdf ChangeLog 1649 +MD5 0ae980919757aed267568fa231bd7a92 artsplugin-xine-3.4.1.ebuild 605 MD5 75379315cc51ff1cd335971be23998e3 artsplugin-xine-3.4.0.ebuild 624 +MD5 105406814f69e2087d58a326402c44f1 ChangeLog 1886 MD5 acc03a4b12bb0433a57e95bd253b9501 metadata.xml 156 MD5 1b6b47988f359abcece7b1f1f5b98377 files/digest-artsplugin-xine-3.4.0 73 +MD5 b00ef893ed158f45f57b92ec02a66007 files/digest-artsplugin-xine-3.4.1 146 diff --git a/kde-base/artsplugin-xine/artsplugin-xine-3.4.1.ebuild b/kde-base/artsplugin-xine/artsplugin-xine-3.4.1.ebuild new file mode 100644 index 000000000000..2cb529142745 --- /dev/null +++ b/kde-base/artsplugin-xine/artsplugin-xine-3.4.1.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.1.ebuild,v 1.1 2005/05/25 21:22:59 danarmak Exp $ + +KMNAME=kdemultimedia +KMMODULE=xine_artsplugin +MAXKDEVER=$PV +KM_DEPRANGE="$PV $MAXKDEVER" +inherit kde-meta eutils + +DESCRIPTION="arts xine plugin" +KEYWORDS="~x86 ~amd64" +IUSE="" +DEPEND=">=media-libs/xine-lib-1.0" + +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.1 b/kde-base/artsplugin-xine/files/digest-artsplugin-xine-3.4.1 new file mode 100644 index 000000000000..f2df72c86c35 --- /dev/null +++ b/kde-base/artsplugin-xine/files/digest-artsplugin-xine-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 |