diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2006-05-30 01:10:56 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2006-05-30 01:10:56 +0000 |
commit | d05c521db208e331e8e3c2cb8e4c083a36e2bb01 (patch) | |
tree | 51f8c780573be518f9553e838bb20ce87e3f0699 /kde-base/artsplugin-mpeglib | |
parent | Make sure aRTs is required. (diff) | |
download | gentoo-2-d05c521db208e331e8e3c2cb8e4c083a36e2bb01.tar.gz gentoo-2-d05c521db208e331e8e3c2cb8e4c083a36e2bb01.tar.bz2 gentoo-2-d05c521db208e331e8e3c2cb8e4c083a36e2bb01.zip |
Make sure aRTs is required.
(Portage version: 2.1_rc3-r1)
Diffstat (limited to 'kde-base/artsplugin-mpeglib')
-rw-r--r-- | kde-base/artsplugin-mpeglib/ChangeLog | 6 | ||||
-rw-r--r-- | kde-base/artsplugin-mpeglib/artsplugin-mpeglib-3.4.3.ebuild | 10 | ||||
-rw-r--r-- | kde-base/artsplugin-mpeglib/artsplugin-mpeglib-3.5.2.ebuild | 11 |
3 files changed, 9 insertions, 18 deletions
diff --git a/kde-base/artsplugin-mpeglib/ChangeLog b/kde-base/artsplugin-mpeglib/ChangeLog index 4bc6296eed81..7199178d1f57 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.42 2006/05/29 12:46:04 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/artsplugin-mpeglib/ChangeLog,v 1.43 2006/05/30 01:10:56 flameeyes Exp $ + + 30 May 2006; Diego Pettenò <flameeyes@gentoo.org> + artsplugin-mpeglib-3.4.3.ebuild, artsplugin-mpeglib-3.5.2.ebuild: + Make sure aRTs is required. 29 May 2006; Diego Pettenò <flameeyes@gentoo.org> -artsplugin-mpeglib-3.4.1.ebuild: diff --git a/kde-base/artsplugin-mpeglib/artsplugin-mpeglib-3.4.3.ebuild b/kde-base/artsplugin-mpeglib/artsplugin-mpeglib-3.4.3.ebuild index 33bc84b4e21a..31225762df5b 100644 --- a/kde-base/artsplugin-mpeglib/artsplugin-mpeglib-3.4.3.ebuild +++ b/kde-base/artsplugin-mpeglib/artsplugin-mpeglib-3.4.3.ebuild @@ -1,7 +1,8 @@ # Copyright 1999-2006 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.3.ebuild,v 1.8 2006/03/25 22:05:07 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/artsplugin-mpeglib/artsplugin-mpeglib-3.4.3.ebuild,v 1.9 2006/05/30 01:10:56 flameeyes Exp $ +ARTS_REQUIRED="yes" KMNAME=kdemultimedia KMMODULE=mpeglib_artsplug MAXKDEVER=$PV @@ -15,10 +16,3 @@ DEPEND="$(deprange 3.4.1 $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/artsplugin-mpeglib-3.5.2.ebuild b/kde-base/artsplugin-mpeglib/artsplugin-mpeglib-3.5.2.ebuild index f562e73e2de9..c0e208e20ba4 100644 --- a/kde-base/artsplugin-mpeglib/artsplugin-mpeglib-3.5.2.ebuild +++ b/kde-base/artsplugin-mpeglib/artsplugin-mpeglib-3.5.2.ebuild @@ -1,7 +1,8 @@ # Copyright 1999-2006 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.2.ebuild,v 1.5 2006/05/26 15:15:51 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/artsplugin-mpeglib/artsplugin-mpeglib-3.5.2.ebuild,v 1.6 2006/05/30 01:10:56 flameeyes Exp $ +ARTS_REQUIRED="yes" KMNAME=kdemultimedia KMMODULE=mpeglib_artsplug MAXKDEVER=$PV @@ -17,11 +18,3 @@ KMCOPYLIB="libmpeg mpeglib/lib/" KMEXTRACTONLY="mpeglib/" PATCHES="${FILESDIR}/${P}-libarts.patch" - -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 - kde_pkg_setup -} |