diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2006-04-06 00:46:36 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2006-04-06 00:46:36 +0000 |
commit | 029bcb9c649cb6a8df6611978aa95dd6fa7646a5 (patch) | |
tree | d2e6b275859223a64bd08aaa19bc85f2521d06b0 | |
parent | Cleanup of old KDE 3.5.0 and 3.5.1 ebuild.s (diff) | |
download | gentoo-2-029bcb9c649cb6a8df6611978aa95dd6fa7646a5.tar.gz gentoo-2-029bcb9c649cb6a8df6611978aa95dd6fa7646a5.tar.bz2 gentoo-2-029bcb9c649cb6a8df6611978aa95dd6fa7646a5.zip |
Cleanup of old KDE 3.5.0 and 3.5.1 ebuild.s
(Portage version: 2.1_pre7-r4)
5 files changed, 5 insertions, 51 deletions
diff --git a/kde-base/artsplugin-mpeglib/ChangeLog b/kde-base/artsplugin-mpeglib/ChangeLog index 63a4237529b2..5abaa24ce7a2 100644 --- a/kde-base/artsplugin-mpeglib/ChangeLog +++ b/kde-base/artsplugin-mpeglib/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for kde-base/artsplugin-mpeglib # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/artsplugin-mpeglib/ChangeLog,v 1.37 2006/03/30 00:56:57 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/artsplugin-mpeglib/ChangeLog,v 1.38 2006/04/06 00:46:35 flameeyes Exp $ + + 05 Apr 2006; Diego Pettenò <flameeyes@gentoo.org> + -artsplugin-mpeglib-3.5.0.ebuild, -artsplugin-mpeglib-3.5.1.ebuild: + Removed old 3.5.0/3.5.1 packages. 30 Mar 2006; Diego Pettenò <flameeyes@gentoo.org> +files/artsplugin-mpeglib-3.5.2-libarts.patch, diff --git a/kde-base/artsplugin-mpeglib/artsplugin-mpeglib-3.5.0.ebuild b/kde-base/artsplugin-mpeglib/artsplugin-mpeglib-3.5.0.ebuild deleted file mode 100644 index 13a31d89a61f..000000000000 --- a/kde-base/artsplugin-mpeglib/artsplugin-mpeglib-3.5.0.ebuild +++ /dev/null @@ -1,24 +0,0 @@ -# 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.5.0.ebuild,v 1.2 2005/12/12 16:35:16 josejx Exp $ - -KMNAME=kdemultimedia -KMMODULE=mpeglib_artsplug -MAXKDEVER=$PV -KM_DEPRANGE="$PV $MAXKDEVER" -inherit kde-meta eutils - -DESCRIPTION="mpeglib plugin for arts" -KEYWORDS="~amd64 ~ppc ~x86" -IUSE="" -DEPEND="$(deprange $PV $MAXKDEVER kde-base/mpeglib)" - -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/artsplugin-mpeglib-3.5.1.ebuild b/kde-base/artsplugin-mpeglib/artsplugin-mpeglib-3.5.1.ebuild deleted file mode 100644 index f0dfcfd91291..000000000000 --- a/kde-base/artsplugin-mpeglib/artsplugin-mpeglib-3.5.1.ebuild +++ /dev/null @@ -1,24 +0,0 @@ -# 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.5.1.ebuild,v 1.1 2006/01/22 22:52:50 danarmak Exp $ - -KMNAME=kdemultimedia -KMMODULE=mpeglib_artsplug -MAXKDEVER=$PV -KM_DEPRANGE="$PV $MAXKDEVER" -inherit kde-meta eutils - -DESCRIPTION="mpeglib plugin for arts" -KEYWORDS="~amd64 ~ppc ~x86" -IUSE="" -DEPEND="$(deprange $PV $MAXKDEVER kde-base/mpeglib)" - -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.5.0 b/kde-base/artsplugin-mpeglib/files/digest-artsplugin-mpeglib-3.5.0 deleted file mode 100644 index 685fa72e0138..000000000000 --- a/kde-base/artsplugin-mpeglib/files/digest-artsplugin-mpeglib-3.5.0 +++ /dev/null @@ -1 +0,0 @@ -MD5 dd0ba9ccb2f522508c6543cd24e54c98 kdemultimedia-3.5.0.tar.bz2 5519386 diff --git a/kde-base/artsplugin-mpeglib/files/digest-artsplugin-mpeglib-3.5.1 b/kde-base/artsplugin-mpeglib/files/digest-artsplugin-mpeglib-3.5.1 deleted file mode 100644 index 1b04cc52ea3c..000000000000 --- a/kde-base/artsplugin-mpeglib/files/digest-artsplugin-mpeglib-3.5.1 +++ /dev/null @@ -1 +0,0 @@ -MD5 595f637c637987a92f6dac9d9cd6667d kdemultimedia-3.5.1.tar.bz2 5502185 |