public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in media-sound/mp3splt: mp3splt-2.1.ebuild
@ 2009-06-01 15:03 Samuli Suominen (ssuominen)
  0 siblings, 0 replies; only message in thread
From: Samuli Suominen (ssuominen) @ 2009-06-01 15:03 UTC (permalink / raw
  To: gentoo-commits

ssuominen    09/06/01 15:03:38

  Modified:             mp3splt-2.1.ebuild
  Log:
  Fix repoman warning
  (Portage version: 2.1.6.13/cvs/Linux x86_64)

Revision  Changes    Path
1.12                 media-sound/mp3splt/mp3splt-2.1.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/mp3splt/mp3splt-2.1.ebuild?rev=1.12&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/mp3splt/mp3splt-2.1.ebuild?rev=1.12&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/mp3splt/mp3splt-2.1.ebuild?r1=1.11&r2=1.12

Index: mp3splt-2.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/mp3splt/mp3splt-2.1.ebuild,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- mp3splt-2.1.ebuild	11 Jan 2007 16:44:11 -0000	1.11
+++ mp3splt-2.1.ebuild	1 Jun 2009 15:03:38 -0000	1.12
@@ -1,7 +1,8 @@
-# Copyright 1999-2007 Gentoo Foundation
+# Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/mp3splt/mp3splt-2.1.ebuild,v 1.11 2007/01/11 16:44:11 corsair Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/mp3splt/mp3splt-2.1.ebuild,v 1.12 2009/06/01 15:03:38 ssuominen Exp $
 
+EAPI=2
 inherit eutils
 
 DESCRIPTION="A command line utility to split mp3 and vorbis files"
@@ -13,26 +14,20 @@
 KEYWORDS="alpha amd64 ~hppa -mips ppc ~ppc64 sparc x86"
 IUSE="vorbis"
 
-DEPEND="vorbis? ( media-libs/libvorbis )
+RDEPEND="vorbis? ( media-libs/libvorbis )
 	media-libs/libmad"
+DEPEND="${RDEPEND}"
 
-src_unpack() {
-	unpack ${A}
-
+src_prepare() {
 	epatch "${FILESDIR}"/${P}-gcc41.patch
 }
 
-src_compile() {
-	local myconf
-
-	# --enable-ogg doesn't enable ogg...
-	use vorbis || myconf="--disable-ogg"
-	econf ${myconf} || die "econf failed"
-
-	emake || die "build failed"
+src_configure() {
+	use vorbis || local myconf="--disable-ogg"
+	econf ${myconf}
 }
 
 src_install() {
-	make DESTDIR="${D}" install || die "make install failed"
+	emake DESTDIR="${D}" install || die "emake install failed"
 	dodoc AUTHORS ChangeLog NEWS README
 }






^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2009-06-01 15:03 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-06-01 15:03 [gentoo-commits] gentoo-x86 commit in media-sound/mp3splt: mp3splt-2.1.ebuild Samuli Suominen (ssuominen)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox