diff options
author | Jeremy Huddleston <eradicator@gentoo.org> | 2004-04-14 10:04:40 +0000 |
---|---|---|
committer | Jeremy Huddleston <eradicator@gentoo.org> | 2004-04-14 10:04:40 +0000 |
commit | cea73a31bfb50feccb739a0c9eac9e9a325e496b (patch) | |
tree | 05a253a02a375185f6cdfe2f49d5f83dc07d88b5 /media-plugins/xmms-synaesthesia | |
parent | Version bump (diff) | |
download | historical-cea73a31bfb50feccb739a0c9eac9e9a325e496b.tar.gz historical-cea73a31bfb50feccb739a0c9eac9e9a325e496b.tar.bz2 historical-cea73a31bfb50feccb739a0c9eac9e9a325e496b.zip |
xmms-synaesthesia-0.0.3_rc3.ebuild
Diffstat (limited to 'media-plugins/xmms-synaesthesia')
-rw-r--r-- | media-plugins/xmms-synaesthesia/ChangeLog | 6 | ||||
-rw-r--r-- | media-plugins/xmms-synaesthesia/xmms-synaesthesia-0.0.3_rc3.ebuild | 17 |
2 files changed, 9 insertions, 14 deletions
diff --git a/media-plugins/xmms-synaesthesia/ChangeLog b/media-plugins/xmms-synaesthesia/ChangeLog index 2250766c0bee..69f776a05a6e 100644 --- a/media-plugins/xmms-synaesthesia/ChangeLog +++ b/media-plugins/xmms-synaesthesia/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-plugins/xmms-synaesthesia # Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/xmms-synaesthesia/ChangeLog,v 1.2 2004/03/29 23:32:21 dholm Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-plugins/xmms-synaesthesia/ChangeLog,v 1.3 2004/04/14 10:04:40 eradicator Exp $ + + 14 Apr 2004; Jeremy Huddleston <eradicator@gentoo.org> + xmms-synaesthesia-0.0.3_rc3.ebuild: + Stable x86. 30 Mar 2004; David Holm <dholm@gentoo.org> xmms-synaesthesia-0.0.3_rc3.ebuild: diff --git a/media-plugins/xmms-synaesthesia/xmms-synaesthesia-0.0.3_rc3.ebuild b/media-plugins/xmms-synaesthesia/xmms-synaesthesia-0.0.3_rc3.ebuild index 2c508da11c96..f822ffcdde96 100644 --- a/media-plugins/xmms-synaesthesia/xmms-synaesthesia-0.0.3_rc3.ebuild +++ b/media-plugins/xmms-synaesthesia/xmms-synaesthesia-0.0.3_rc3.ebuild @@ -1,6 +1,8 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/xmms-synaesthesia/xmms-synaesthesia-0.0.3_rc3.ebuild,v 1.2 2004/03/29 23:32:21 dholm Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-plugins/xmms-synaesthesia/xmms-synaesthesia-0.0.3_rc3.ebuild,v 1.3 2004/04/14 10:04:40 eradicator Exp $ + +IUSE="" MY_P=${PN#*-}-${PN%-*}-${PV/_rc/-rc} @@ -14,18 +16,7 @@ RDEPEND="" SLOT="0" LICENSE="GPL-2" -KEYWORDS="~x86 ~ppc" - -src_unpack() { - unpack ${A} - cd ${S} -} - - -src_compile() { - econf || die - emake || die -} +KEYWORDS="x86 ~ppc" src_install() { make DESTDIR=${D} install |