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
commitf4fe7510f5453851288f6a2e71ff11a00798ede7 (patch)
tree30b2d1a7a2c14d85618c16c760e70b744ad63963 /media-sound/imp3sh
parentRemove gnuconfig update. (diff)
downloadgentoo-2-f4fe7510f5453851288f6a2e71ff11a00798ede7.tar.gz
gentoo-2-f4fe7510f5453851288f6a2e71ff11a00798ede7.tar.bz2
gentoo-2-f4fe7510f5453851288f6a2e71ff11a00798ede7.zip
Remove gnuconfig update.
(Portage version: 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