summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Elio Pettenò <flameeyes@gentoo.org>2006-06-16 21:28:53 +0000
committerDiego Elio Pettenò <flameeyes@gentoo.org>2006-06-16 21:28:53 +0000
commit2e06c9c3278ffa8606b755d56cb92f6c9f603e67 (patch)
tree91e7b87ad538886287626d7ae8fcabd5625b340e /media-sound/imp3sh
parentRemove gnuconfig update. (diff)
downloadhistorical-2e06c9c3278ffa8606b755d56cb92f6c9f603e67.tar.gz
historical-2e06c9c3278ffa8606b755d56cb92f6c9f603e67.tar.bz2
historical-2e06c9c3278ffa8606b755d56cb92f6c9f603e67.zip
Remove gnuconfig update.
Package-Manager: portage-2.1.1_pre1
Diffstat (limited to 'media-sound/imp3sh')
-rw-r--r--media-sound/imp3sh/ChangeLog7
-rw-r--r--media-sound/imp3sh/imp3sh-0.2.3.ebuild13
2 files changed, 8 insertions, 12 deletions
diff --git a/media-sound/imp3sh/ChangeLog b/media-sound/imp3sh/ChangeLog
index 79be1e0a74c5..3530f41addfa 100644
--- a/media-sound/imp3sh/ChangeLog
+++ b/media-sound/imp3sh/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for media-sound/imp3sh
-# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/imp3sh/ChangeLog,v 1.9 2005/12/26 15:24:51 lu_zero Exp $
+# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-sound/imp3sh/ChangeLog,v 1.10 2006/06/16 21:28:53 flameeyes Exp $
+
+ 16 Jun 2006; Diego Pettenò <flameeyes@gentoo.org> imp3sh-0.2.3.ebuild:
+ Remove gnuconfig update.
26 Dec 2005; Luca Barbato <lu_zero@gentoo.org> imp3sh-0.2.3.ebuild:
oggvorbis Cleanup
diff --git a/media-sound/imp3sh/imp3sh-0.2.3.ebuild b/media-sound/imp3sh/imp3sh-0.2.3.ebuild
index c30031ec14bb..87106b1c116e 100644
--- a/media-sound/imp3sh/imp3sh-0.2.3.ebuild
+++ b/media-sound/imp3sh/imp3sh-0.2.3.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2005 Gentoo Foundation
+# Copyright 1999-2006 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.13 2005/12/26 15:24:51 lu_zero Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/imp3sh/imp3sh-0.2.3.ebuild,v 1.14 2006/06/16 21:28:53 flameeyes Exp $
IUSE="vorbis"
-inherit gnuconfig toolchain-funcs
+inherit toolchain-funcs
DESCRIPTION="flexible playlist manipulation shell and song player/streamer"
HOMEPAGE="http://www.geocities.com/kman_can/"
@@ -18,13 +18,6 @@ DEPEND="sys-libs/ncurses
vorbis? ( media-libs/libvorbis
media-libs/libao )"
-src_unpack() {
- unpack ${A}
-
- cd ${S}
- gnuconfig_update
-}
-
src_compile() {
econf || die
emake CCLD=$(tc-getCXX) || die