summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Elio Pettenò <flameeyes@gentoo.org>2006-05-30 01:17:33 +0000
committerDiego Elio Pettenò <flameeyes@gentoo.org>2006-05-30 01:17:33 +0000
commit8653d0f7876b88a5f4e4ba2d4e9be6d10b104d76 (patch)
tree66b498c05b7025f3c3bac0b33ed3588b69d82e52 /kde-base/artsplugin-audiofile
parentMake sure aRTs is required. (diff)
downloadgentoo-2-8653d0f7876b88a5f4e4ba2d4e9be6d10b104d76.tar.gz
gentoo-2-8653d0f7876b88a5f4e4ba2d4e9be6d10b104d76.tar.bz2
gentoo-2-8653d0f7876b88a5f4e4ba2d4e9be6d10b104d76.zip
Make sure aRTs is required.
(Portage version: 2.1_rc3-r1)
Diffstat (limited to 'kde-base/artsplugin-audiofile')
-rw-r--r--kde-base/artsplugin-audiofile/ChangeLog6
-rw-r--r--kde-base/artsplugin-audiofile/artsplugin-audiofile-3.4.1.ebuild10
-rw-r--r--kde-base/artsplugin-audiofile/artsplugin-audiofile-3.5.0.ebuild11
3 files changed, 9 insertions, 18 deletions
diff --git a/kde-base/artsplugin-audiofile/ChangeLog b/kde-base/artsplugin-audiofile/ChangeLog
index caf757e8f879..73f031bb732f 100644
--- a/kde-base/artsplugin-audiofile/ChangeLog
+++ b/kde-base/artsplugin-audiofile/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for kde-base/artsplugin-audiofile
# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/artsplugin-audiofile/ChangeLog,v 1.33 2006/05/29 21:44:00 weeve Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/artsplugin-audiofile/ChangeLog,v 1.34 2006/05/30 01:17:33 flameeyes Exp $
+
+ 30 May 2006; Diego Pettenò <flameeyes@gentoo.org>
+ artsplugin-audiofile-3.4.1.ebuild, artsplugin-audiofile-3.5.0.ebuild:
+ Make sure aRTs is required.
29 May 2006; Jason Wever <weeve@gentoo.org>
artsplugin-audiofile-3.5.0.ebuild:
diff --git a/kde-base/artsplugin-audiofile/artsplugin-audiofile-3.4.1.ebuild b/kde-base/artsplugin-audiofile/artsplugin-audiofile-3.4.1.ebuild
index c8bce456455e..af67e2dadce6 100644
--- a/kde-base/artsplugin-audiofile/artsplugin-audiofile-3.4.1.ebuild
+++ b/kde-base/artsplugin-audiofile/artsplugin-audiofile-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-audiofile/artsplugin-audiofile-3.4.1.ebuild,v 1.11 2006/03/25 17:35:00 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/artsplugin-audiofile/artsplugin-audiofile-3.4.1.ebuild,v 1.12 2006/05/30 01:17:33 flameeyes Exp $
+ARTS_REQUIRED="yes"
KMNAME=kdemultimedia
KMMODULE=audiofile_artsplugin
MAXKDEVER=3.4.3
@@ -12,10 +13,3 @@ DESCRIPTION="arts audiofile plugin"
KEYWORDS="alpha amd64 ia64 ppc ppc64 sparc x86"
IUSE=""
DEPEND="media-libs/audiofile"
-
-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
-} \ No newline at end of file
diff --git a/kde-base/artsplugin-audiofile/artsplugin-audiofile-3.5.0.ebuild b/kde-base/artsplugin-audiofile/artsplugin-audiofile-3.5.0.ebuild
index cfa086111c00..863a52a6af25 100644
--- a/kde-base/artsplugin-audiofile/artsplugin-audiofile-3.5.0.ebuild
+++ b/kde-base/artsplugin-audiofile/artsplugin-audiofile-3.5.0.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-audiofile/artsplugin-audiofile-3.5.0.ebuild,v 1.13 2006/05/29 21:44:00 weeve Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/artsplugin-audiofile/artsplugin-audiofile-3.5.0.ebuild,v 1.14 2006/05/30 01:17:33 flameeyes Exp $
+ARTS_REQUIRED="yes"
KMNAME=kdemultimedia
KMMODULE=audiofile_artsplugin
MAXKDEVER=3.5.2
@@ -12,11 +13,3 @@ DESCRIPTION="arts audiofile plugin"
KEYWORDS="~alpha amd64 ~ia64 ~ppc ppc64 sparc x86"
IUSE=""
DEPEND="media-libs/audiofile"
-
-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
-} \ No newline at end of file