diff options
author | Dan Armak <danarmak@gentoo.org> | 2006-01-22 22:53:11 +0000 |
---|---|---|
committer | Dan Armak <danarmak@gentoo.org> | 2006-01-22 22:53:11 +0000 |
commit | 098de7f13b6e71962ecfbe634bac40e00cdcca38 (patch) | |
tree | 26cd80709dc2e87a6b53e9a29286d8f6f2997243 /kde-base/artsplugin-xine | |
parent | Update HOMEPAGE and use our mirrors for bug 119981. (diff) | |
download | historical-098de7f13b6e71962ecfbe634bac40e00cdcca38.tar.gz historical-098de7f13b6e71962ecfbe634bac40e00cdcca38.tar.bz2 historical-098de7f13b6e71962ecfbe634bac40e00cdcca38.zip |
KDE 3.5.1 split ebuilds (still masked since not officially released upstream, devs can get the sources from my homedir on dev.gentoo.org as usual)
Package-Manager: portage-2.1_pre3-r1
Diffstat (limited to 'kde-base/artsplugin-xine')
-rw-r--r-- | kde-base/artsplugin-xine/ChangeLog | 7 | ||||
-rw-r--r-- | kde-base/artsplugin-xine/Manifest | 6 | ||||
-rw-r--r-- | kde-base/artsplugin-xine/artsplugin-xine-3.5.1.ebuild | 21 | ||||
-rw-r--r-- | kde-base/artsplugin-xine/files/digest-artsplugin-xine-3.5.1 | 1 |
4 files changed, 32 insertions, 3 deletions
diff --git a/kde-base/artsplugin-xine/ChangeLog b/kde-base/artsplugin-xine/ChangeLog index 44eee47c4325..5798b430b3af 100644 --- a/kde-base/artsplugin-xine/ChangeLog +++ b/kde-base/artsplugin-xine/ChangeLog @@ -1,6 +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.28 2005/12/17 14:22:01 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/artsplugin-xine/ChangeLog,v 1.29 2006/01/22 22:52:50 danarmak Exp $ + +*artsplugin-xine-3.5.1 (23 Jan 2006) + + 23 Jan 2006; Dan Armak <danarmak@gentoo.org> +artsplugin-xine-3.5.1.ebuild: + Version 3.5.1. Not yet released upstream, so package.masked for now. 17 Dec 2005; Markus Rothe <corsair@gentoo.org> artsplugin-xine-3.5.0.ebuild: diff --git a/kde-base/artsplugin-xine/Manifest b/kde-base/artsplugin-xine/Manifest index 3f8b4b77c975..f060eedda203 100644 --- a/kde-base/artsplugin-xine/Manifest +++ b/kde-base/artsplugin-xine/Manifest @@ -1,6 +1,8 @@ -MD5 e35db7110082d07bb98d6c28ad6f566a ChangeLog 3884 +MD5 6c61fd0e03149120ccbd1c1e26feb3d8 ChangeLog 4072 MD5 a85b3523bbb4fadf491c68a01b722a90 artsplugin-xine-3.4.1.ebuild 629 -MD5 acc03a4b12bb0433a57e95bd253b9501 metadata.xml 156 MD5 22723dbb8e3bcb1352b7adcca341c3c6 artsplugin-xine-3.5.0.ebuild 631 +MD5 22723dbb8e3bcb1352b7adcca341c3c6 artsplugin-xine-3.5.1.ebuild 631 MD5 5503be4dfa64fd0d3bf2165747a97fb0 files/digest-artsplugin-xine-3.4.1 227 MD5 e3784b0621b80bc67e95d6226fd30369 files/digest-artsplugin-xine-3.5.0 73 +MD5 f7bf563f8c0291854194ea855b77a18d files/digest-artsplugin-xine-3.5.1 73 +MD5 acc03a4b12bb0433a57e95bd253b9501 metadata.xml 156 diff --git a/kde-base/artsplugin-xine/artsplugin-xine-3.5.1.ebuild b/kde-base/artsplugin-xine/artsplugin-xine-3.5.1.ebuild new file mode 100644 index 000000000000..c692cd588ff9 --- /dev/null +++ b/kde-base/artsplugin-xine/artsplugin-xine-3.5.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.5.1.ebuild,v 1.1 2006/01/22 22:52:50 danarmak Exp $ + +KMNAME=kdemultimedia +KMMODULE=xine_artsplugin +MAXKDEVER=$PV +KM_DEPRANGE="$PV $MAXKDEVER" +inherit kde-meta eutils + +DESCRIPTION="arts xine plugin" +KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~sparc ~x86" +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.5.1 b/kde-base/artsplugin-xine/files/digest-artsplugin-xine-3.5.1 new file mode 100644 index 000000000000..1b04cc52ea3c --- /dev/null +++ b/kde-base/artsplugin-xine/files/digest-artsplugin-xine-3.5.1 @@ -0,0 +1 @@ +MD5 595f637c637987a92f6dac9d9cd6667d kdemultimedia-3.5.1.tar.bz2 5502185 |