summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Elio Pettenò <flameeyes@gentoo.org>2006-05-30 01:22:44 +0000
committerDiego Elio Pettenò <flameeyes@gentoo.org>2006-05-30 01:22:44 +0000
commit753bfa242e73f3a9f924afd65d8e58e1cd0fda13 (patch)
treeae41495d980f37a20c1b4b4ba275c81a2eaae87b /kde-base/artsplugin-xine
parentAdd patch to build with GCC 4.1. (diff)
downloadgentoo-2-753bfa242e73f3a9f924afd65d8e58e1cd0fda13.tar.gz
gentoo-2-753bfa242e73f3a9f924afd65d8e58e1cd0fda13.tar.bz2
gentoo-2-753bfa242e73f3a9f924afd65d8e58e1cd0fda13.zip
Make sure aRTs is required.
(Portage version: 2.1_rc3-r1)
Diffstat (limited to 'kde-base/artsplugin-xine')
-rw-r--r--kde-base/artsplugin-xine/ChangeLog6
-rw-r--r--kde-base/artsplugin-xine/artsplugin-xine-3.4.1.ebuild10
-rw-r--r--kde-base/artsplugin-xine/artsplugin-xine-3.5.2.ebuild11
3 files changed, 9 insertions, 18 deletions
diff --git a/kde-base/artsplugin-xine/ChangeLog b/kde-base/artsplugin-xine/ChangeLog
index 89e507df928c..a047ef8bd8a4 100644
--- a/kde-base/artsplugin-xine/ChangeLog
+++ b/kde-base/artsplugin-xine/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for kde-base/artsplugin-xine
# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/artsplugin-xine/ChangeLog,v 1.39 2006/05/29 21:44:48 weeve Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/artsplugin-xine/ChangeLog,v 1.40 2006/05/30 01:22:44 flameeyes Exp $
+
+ 30 May 2006; Diego Pettenò <flameeyes@gentoo.org>
+ artsplugin-xine-3.4.1.ebuild, artsplugin-xine-3.5.2.ebuild:
+ Make sure aRTs is required.
29 May 2006; Jason Wever <weeve@gentoo.org> artsplugin-xine-3.5.2.ebuild:
Stable on SPARC wrt bug #132213.
diff --git a/kde-base/artsplugin-xine/artsplugin-xine-3.4.1.ebuild b/kde-base/artsplugin-xine/artsplugin-xine-3.4.1.ebuild
index b5608062cf7f..cec6675d2d62 100644
--- a/kde-base/artsplugin-xine/artsplugin-xine-3.4.1.ebuild
+++ b/kde-base/artsplugin-xine/artsplugin-xine-3.4.1.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-xine/artsplugin-xine-3.4.1.ebuild,v 1.11 2006/03/25 18:04:21 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/artsplugin-xine/artsplugin-xine-3.4.1.ebuild,v 1.12 2006/05/30 01:22:44 flameeyes Exp $
+ARTS_REQUIRED="yes"
KMNAME=kdemultimedia
KMMODULE=xine_artsplugin
MAXKDEVER=3.4.3
@@ -12,10 +13,3 @@ DESCRIPTION="arts xine plugin"
KEYWORDS="alpha amd64 ia64 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/artsplugin-xine-3.5.2.ebuild b/kde-base/artsplugin-xine/artsplugin-xine-3.5.2.ebuild
index 4d2a1037b097..740b5bcdd7e2 100644
--- a/kde-base/artsplugin-xine/artsplugin-xine-3.5.2.ebuild
+++ b/kde-base/artsplugin-xine/artsplugin-xine-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-xine/artsplugin-xine-3.5.2.ebuild,v 1.7 2006/05/29 21:44:48 weeve Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/artsplugin-xine/artsplugin-xine-3.5.2.ebuild,v 1.8 2006/05/30 01:22:44 flameeyes Exp $
+ARTS_REQUIRED="yes"
KMNAME=kdemultimedia
KMMODULE=xine_artsplugin
MAXKDEVER=$PV
@@ -12,11 +13,3 @@ DESCRIPTION="arts xine plugin"
KEYWORDS="~alpha amd64 ~ia64 ~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
- kde_pkg_setup
-}