diff options
author | Dan Armak <danarmak@gentoo.org> | 2001-12-23 21:35:15 +0000 |
---|---|---|
committer | Dan Armak <danarmak@gentoo.org> | 2001-12-23 21:35:15 +0000 |
commit | ce0f302600eb8544ab22e6e5ce4ce883b886ee17 (patch) | |
tree | 95e372af5042c5fd29e7efdf07ac844e01a2df97 /media-sound/xmms-arts | |
parent | tiny bootstrap update to be super-sure bootstrap works. (diff) | |
download | historical-ce0f302600eb8544ab22e6e5ce4ce883b886ee17.tar.gz historical-ce0f302600eb8544ab22e6e5ce4ce883b886ee17.tar.bz2 historical-ce0f302600eb8544ab22e6e5ce4ce883b886ee17.zip |
eclasses v5 and ebuilds to match :-) see the gentoo-dev message; do not edit any inheriting ebuilds
before reading the changelog.
Diffstat (limited to 'media-sound/xmms-arts')
-rw-r--r-- | media-sound/xmms-arts/xmms-arts-0.4-r2.ebuild | 13 |
1 files changed, 4 insertions, 9 deletions
diff --git a/media-sound/xmms-arts/xmms-arts-0.4-r2.ebuild b/media-sound/xmms-arts/xmms-arts-0.4-r2.ebuild index 38914046df12..dcee311142da 100644 --- a/media-sound/xmms-arts/xmms-arts-0.4-r2.ebuild +++ b/media-sound/xmms-arts/xmms-arts-0.4-r2.ebuild @@ -1,9 +1,9 @@ # Copyright 1999-2001 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Daniel Robbins <drobbins@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/media-sound/xmms-arts/xmms-arts-0.4-r2.ebuild,v 1.2 2001/12/10 18:31:51 verwilst Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/xmms-arts/xmms-arts-0.4-r2.ebuild,v 1.3 2001/12/23 21:35:15 danarmak Exp $ . /usr/portage/eclass/inherit.eclass || die -inherit kde || die +inherit kde-base || die # Note: we set many vars e.g. DEPEND insteaed of extending them because this isn't a proper KDE app, # it only links against arts. So we need set-kdedir, but almost nothing else. So make sure it continues @@ -13,16 +13,11 @@ DESCRIPTION="This output plugin allows xmms to work with arts, KDE's sound syste SRC_URI="http://stukach.com/hosted/m.i.a/xmmsarts/xmmsarts-0.4.tar.gz" # HOMEPAGE="http://home.earthlink.net/~bheath/xmms-arts/" #disappeared from the 'net? -DEPEND="virtual/glibc - sys-devel/gcc - >=media-sound/xmms-1.2.5-r1 - sys-devel/autoconf" - -RDEPEND="virtual/glibc +newdepend "virtual/glibc sys-devel/gcc >=media-sound/xmms-1.2.5-r1" -need-kdelibs 2.1 +need-kde 2.1 src_unpack() { unpack ${A} |