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

ssuominen    09/06/01 14:56:08

  Modified:             cdcd-0.6.6.ebuild cdcd-0.6.6-r2.ebuild
  Log:
  Repoman warnings
  (Portage version: 2.1.6.13/cvs/Linux x86_64)

Revision  Changes    Path
1.11                 media-sound/cdcd/cdcd-0.6.6.ebuild

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

Index: cdcd-0.6.6.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/cdcd/cdcd-0.6.6.ebuild,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- cdcd-0.6.6.ebuild	16 Jun 2006 21:13:53 -0000	1.10
+++ cdcd-0.6.6.ebuild	1 Jun 2009 14:56:08 -0000	1.11
@@ -1,23 +1,23 @@
-# Copyright 1999-2006 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/cdcd/cdcd-0.6.6.ebuild,v 1.10 2006/06/16 21:13:53 flameeyes Exp $
-
-IUSE=""
-
-inherit eutils
+# $Header: /var/cvsroot/gentoo-x86/media-sound/cdcd/cdcd-0.6.6.ebuild,v 1.11 2009/06/01 14:56:08 ssuominen Exp $
 
 DESCRIPTION="a simple yet powerful command line cd player"
 SRC_URI="mirror://sourceforge/libcdaudio/${P}.tar.gz"
 HOMEPAGE="http://cdcd.undergrid.net/"
-DEPEND=">=sys-libs/ncurses-5.0
-	>=sys-libs/readline-4.2
-	>=media-libs/libcdaudio-0.99.4"
 
 SLOT="0"
 LICENSE="GPL-2"
-KEYWORDS="x86 amd64 ~ppc sparc ppc64"
+SLOT="0"
+KEYWORDS="amd64 ~ppc ppc64 sparc x86"
+IUSE=""
+
+RDEPEND="sys-libs/ncurses
+	>=sys-libs/readline-4.2
+	>=media-libs/libcdaudio-0.99.4"
+DEPEND="${RDEPEND}"
 
 src_install () {
-	make DESTDIR=${D} install || die
+	emake DESTDIR="${D}" install || die "emake install failed"
 	dodoc AUTHORS ChangeLog NEWS README
 }



1.4                  media-sound/cdcd/cdcd-0.6.6-r2.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/cdcd/cdcd-0.6.6-r2.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/cdcd/cdcd-0.6.6-r2.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/cdcd/cdcd-0.6.6-r2.ebuild?r1=1.3&r2=1.4

Index: cdcd-0.6.6-r2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/cdcd/cdcd-0.6.6-r2.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- cdcd-0.6.6-r2.ebuild	6 Nov 2008 12:05:37 -0000	1.3
+++ cdcd-0.6.6-r2.ebuild	1 Jun 2009 14:56:08 -0000	1.4
@@ -1,31 +1,30 @@
-# Copyright 1999-2008 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/cdcd/cdcd-0.6.6-r2.ebuild,v 1.3 2008/11/06 12:05:37 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/cdcd/cdcd-0.6.6-r2.ebuild,v 1.4 2009/06/01 14:56:08 ssuominen Exp $
 
-IUSE=""
-
-inherit eutils autotools
+EAPI=2
+inherit autotools eutils
 
 DESCRIPTION="a simple yet powerful command line cd player"
+HOMEPAGE="http://libcdaudio.sourceforge.net"
 SRC_URI="mirror://sourceforge/libcdaudio/${P}.tar.gz"
-HOMEPAGE="http://libcdaudio.sourceforge.net/"
-DEPEND=">=sys-libs/ncurses-5.0
-	>=sys-libs/readline-4.2
-	>=media-libs/libcdaudio-0.99.4"
 
-SLOT="0"
 LICENSE="GPL-2"
+SLOT="0"
 KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
+IUSE=""
 
-src_unpack() {
-	unpack ${A}
-	cd "${S}"
+RDEPEND="sys-libs/ncurses
+	>=sys-libs/readline-4.2
+	>=media-libs/libcdaudio-0.99.4"
+DEPEND="${RDEPEND}"
 
+src_prepare() {
 	epatch "${FILESDIR}/${P}-fbsd.patch"
 	eautoconf
 }
 
 src_install () {
-	make DESTDIR="${D}" install || die
+	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 14:56 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-06-01 14:56 [gentoo-commits] gentoo-x86 commit in media-sound/cdcd: cdcd-0.6.6.ebuild cdcd-0.6.6-r2.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