diff options
author | Mike Frysinger <vapier@gentoo.org> | 2003-08-07 03:59:10 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2003-08-07 03:59:10 +0000 |
commit | 8ed863c025ae7b4eb284249f06c6442c2437b81c (patch) | |
tree | 1a1f9cbdea41aebd10bfcdd458755d658a86bc78 /media-plugins/efxmms | |
parent | fix license/repoman (diff) | |
download | gentoo-2-8ed863c025ae7b4eb284249f06c6442c2437b81c.tar.gz gentoo-2-8ed863c025ae7b4eb284249f06c6442c2437b81c.tar.bz2 gentoo-2-8ed863c025ae7b4eb284249f06c6442c2437b81c.zip |
fix license/repoman
Diffstat (limited to 'media-plugins/efxmms')
-rw-r--r-- | media-plugins/efxmms/efxmms-0.0.3.ebuild | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/media-plugins/efxmms/efxmms-0.0.3.ebuild b/media-plugins/efxmms/efxmms-0.0.3.ebuild index e0c0d0a0a9c1..01fc4ae58f82 100644 --- a/media-plugins/efxmms/efxmms-0.0.3.ebuild +++ b/media-plugins/efxmms/efxmms-0.0.3.ebuild @@ -1,22 +1,20 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/efxmms/efxmms-0.0.3.ebuild,v 1.3 2003/07/12 18:40:38 aliz Exp $ +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/media-plugins/efxmms/efxmms-0.0.3.ebuild,v 1.4 2003/08/07 03:58:50 vapier Exp $ MY_P=${PN/efx/EFX}-${PV} S=${WORKDIR}/${MY_P} DESCRIPTION="Provides the possibility to send the audio through a queue of multiple effect plugins instead of one effect that XMMS originally handles" -SRC_URI="mirror://sourceforge/efxmms/${MY_P}.tar.bz2" HOMEPAGE="http://sourceforge.net/projects/efxmms" +SRC_URI="mirror://sourceforge/efxmms/${MY_P}.tar.bz2" -SLOT="0" LICENSE="GPL-2" +SLOT="0" KEYWORDS="x86" DEPEND="media-sound/xmms" - src_install() { - einstall \ libdir=${D}/usr/lib/xmms/Effect || die dodoc AUTHORS COPYING ChangeLog INSTALL NEWS README README.EFX TODO |