diff options
author | Hannes Mehnert <hannes@gentoo.org> | 2003-01-28 13:00:29 +0000 |
---|---|---|
committer | Hannes Mehnert <hannes@gentoo.org> | 2003-01-28 13:00:29 +0000 |
commit | d51fde0a60f52e1d8034a4e8dbb0dde741d8df85 (patch) | |
tree | b809be7bc1207a8755c42692390ddeaeaa776a6a /media-plugins | |
parent | more cleanups (diff) | |
download | historical-d51fde0a60f52e1d8034a4e8dbb0dde741d8df85.tar.gz historical-d51fde0a60f52e1d8034a4e8dbb0dde741d8df85.tar.bz2 historical-d51fde0a60f52e1d8034a4e8dbb0dde741d8df85.zip |
yet another cleanup
Diffstat (limited to 'media-plugins')
-rw-r--r-- | media-plugins/xmms-arts/xmms-arts-0.4-r6.ebuild | 12 |
1 files changed, 1 insertions, 11 deletions
diff --git a/media-plugins/xmms-arts/xmms-arts-0.4-r6.ebuild b/media-plugins/xmms-arts/xmms-arts-0.4-r6.ebuild index d048d4d3c5f9..1b1948cb485a 100644 --- a/media-plugins/xmms-arts/xmms-arts-0.4-r6.ebuild +++ b/media-plugins/xmms-arts/xmms-arts-0.4-r6.ebuild @@ -1,13 +1,9 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/xmms-arts/xmms-arts-0.4-r6.ebuild,v 1.6 2003/01/28 12:54:44 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-plugins/xmms-arts/xmms-arts-0.4-r6.ebuild,v 1.7 2003/01/28 13:00:29 hannes Exp $ inherit kde-base eutils -# 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 -# to override e.g. src_install. - MY_P=${PN/-/}-${PV} DESCRIPTION="This output plugin allows xmms to work with arts, KDE's sound system" SRC_URI="http://stukach.com/hosted/m.i.a/xmmsarts/${MY_P}.tar.gz" @@ -32,9 +28,3 @@ src_compile() { econf || die emake || die } - -src_install() { - make DESTDIR=${D} install || die - dodoc AUTHORS COPYING NEWS README -} - |