diff options
author | Jeremy Huddleston <eradicator@gentoo.org> | 2004-07-06 08:09:45 +0000 |
---|---|---|
committer | Jeremy Huddleston <eradicator@gentoo.org> | 2004-07-06 08:09:45 +0000 |
commit | 8e060b258b8087d75f907936f4740c769c9d5176 (patch) | |
tree | c35d548e3c298bc08f32f201cfa4cf93503b67fd /media-sound/imp3sh | |
parent | Version bump. sparc and amd64 keywording. (diff) | |
download | historical-8e060b258b8087d75f907936f4740c769c9d5176.tar.gz historical-8e060b258b8087d75f907936f4740c769c9d5176.tar.bz2 historical-8e060b258b8087d75f907936f4740c769c9d5176.zip |
gnuconfig_update
Diffstat (limited to 'media-sound/imp3sh')
-rw-r--r-- | media-sound/imp3sh/ChangeLog | 5 | ||||
-rw-r--r-- | media-sound/imp3sh/imp3sh-0.2.3.ebuild | 11 |
2 files changed, 14 insertions, 2 deletions
diff --git a/media-sound/imp3sh/ChangeLog b/media-sound/imp3sh/ChangeLog index 5a8c8c12fbbc..a8a78387b999 100644 --- a/media-sound/imp3sh/ChangeLog +++ b/media-sound/imp3sh/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-sound/imp3sh # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/imp3sh/ChangeLog,v 1.6 2004/06/25 00:06:29 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/imp3sh/ChangeLog,v 1.7 2004/07/06 08:09:45 eradicator Exp $ + + 06 Jul 2004; Jeremy Huddleston <eradicator@gentoo.org> imp3sh-0.2.3.ebuild: + gnuconfig_update 21 Apr 2004; Jeremy Huddleston <eradicator@gentoo.org> imp3sh-0.2.3.ebuild: oggvorbis added to IUSE. diff --git a/media-sound/imp3sh/imp3sh-0.2.3.ebuild b/media-sound/imp3sh/imp3sh-0.2.3.ebuild index a1de57368090..e016ffefdc1e 100644 --- a/media-sound/imp3sh/imp3sh-0.2.3.ebuild +++ b/media-sound/imp3sh/imp3sh-0.2.3.ebuild @@ -1,9 +1,11 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/imp3sh/imp3sh-0.2.3.ebuild,v 1.10 2004/06/25 00:06:29 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/imp3sh/imp3sh-0.2.3.ebuild,v 1.11 2004/07/06 08:09:45 eradicator Exp $ IUSE="oggvorbis" +inherit gnuconfig + DESCRIPTION="flexible playlist manipulation shell and song player/streamer" HOMEPAGE="http://www.geocities.com/kman_can/" SRC_URI="http://www.geocities.com/kman_can/${P}.tar.gz" @@ -16,6 +18,13 @@ DEPEND="sys-libs/ncurses oggvorbis? ( media-libs/libvorbis media-libs/libao )" +src_unpack() { + unpack ${A} + + cd ${S} + gnuconfig_update +} + src_compile() { econf || die emake CCLD=g++ || die |