diff options
author | Mike Frysinger <vapier@gentoo.org> | 2012-11-08 03:15:47 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2012-11-08 03:15:47 +0000 |
commit | 6678fe1944bb7eac59c5799fcf56f6aabc362223 (patch) | |
tree | 9b039da1e0872f8e0ccee399cd134a7b35126429 /media-sound/imp3sh/imp3sh-0.2.4.ebuild | |
parent | Version bump, drop old. (diff) | |
download | historical-6678fe1944bb7eac59c5799fcf56f6aabc362223.tar.gz historical-6678fe1944bb7eac59c5799fcf56f6aabc362223.tar.bz2 historical-6678fe1944bb7eac59c5799fcf56f6aabc362223.zip |
Drop gnuconfig_update #160173 by Diego Elio Pettenò.
Package-Manager: portage-2.2.0_alpha142/cvs/Linux x86_64
Manifest-Sign-Key: 0xFB7C4156
Diffstat (limited to 'media-sound/imp3sh/imp3sh-0.2.4.ebuild')
-rw-r--r-- | media-sound/imp3sh/imp3sh-0.2.4.ebuild | 16 |
1 files changed, 5 insertions, 11 deletions
diff --git a/media-sound/imp3sh/imp3sh-0.2.4.ebuild b/media-sound/imp3sh/imp3sh-0.2.4.ebuild index b4bb68179f63..c5a68fb50f34 100644 --- a/media-sound/imp3sh/imp3sh-0.2.4.ebuild +++ b/media-sound/imp3sh/imp3sh-0.2.4.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/imp3sh/imp3sh-0.2.4.ebuild,v 1.5 2009/12/15 16:42:08 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/imp3sh/imp3sh-0.2.4.ebuild,v 1.6 2012/11/08 03:15:42 vapier Exp $ -inherit gnuconfig toolchain-funcs +inherit toolchain-funcs DESCRIPTION="flexible playlist manipulation shell and song player/streamer" HOMEPAGE="http://www.gentoo.org/" @@ -19,19 +19,13 @@ RDEPEND="sys-libs/ncurses media-libs/libao" DEPEND="${RDEPEND}" -src_unpack() { - unpack ${A} - cd "${S}" - gnuconfig_update -} - src_compile() { econf - emake CCLD=$(tc-getCXX) || die "emake failed" + emake CCLD=$(tc-getCXX) || die } src_install() { - emake DESTDIR="${D}" install || die "emake install failed" + emake DESTDIR="${D}" install || die dodoc README* CHANGES web/README.imp3web web/imp3web.php EXAMPLE.imp3sh EXTERNAL.players # Some docs are liner notes in the actual .c files. UHG. dodoc piped-io/imp3sh*.c |