diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2006-03-07 13:42:30 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2006-03-07 13:42:30 +0000 |
commit | c66149aac4e1bb0a7067e67c72f732ee66256dbb (patch) | |
tree | b4c276976cef404c67f90b456d93353478bc03f8 /media-sound/cdcd | |
parent | new upstream release. (diff) | |
download | historical-c66149aac4e1bb0a7067e67c72f732ee66256dbb.tar.gz historical-c66149aac4e1bb0a7067e67c72f732ee66256dbb.tar.bz2 historical-c66149aac4e1bb0a7067e67c72f732ee66256dbb.zip |
Drop virtual/libc dependency.
Package-Manager: portage-2.1_pre5-r4
Diffstat (limited to 'media-sound/cdcd')
-rw-r--r-- | media-sound/cdcd/ChangeLog | 8 | ||||
-rw-r--r-- | media-sound/cdcd/cdcd-0.6.4.ebuild | 7 | ||||
-rw-r--r-- | media-sound/cdcd/cdcd-0.6.6-r1.ebuild | 12 | ||||
-rw-r--r-- | media-sound/cdcd/cdcd-0.6.6.ebuild | 7 |
4 files changed, 17 insertions, 17 deletions
diff --git a/media-sound/cdcd/ChangeLog b/media-sound/cdcd/ChangeLog index 265dcdfbd644..fbfa780af5af 100644 --- a/media-sound/cdcd/ChangeLog +++ b/media-sound/cdcd/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-sound/cdcd -# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/cdcd/ChangeLog,v 1.22 2005/08/17 10:27:50 flameeyes Exp $ +# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-sound/cdcd/ChangeLog,v 1.23 2006/03/07 13:40:22 flameeyes Exp $ + + 07 Mar 2006; Diego Pettenò <flameeyes@gentoo.org> cdcd-0.6.4.ebuild, + cdcd-0.6.6.ebuild, cdcd-0.6.6-r1.ebuild: + Drop virtual/libc dependency. *cdcd-0.6.6-r1 (17 Aug 2005) diff --git a/media-sound/cdcd/cdcd-0.6.4.ebuild b/media-sound/cdcd/cdcd-0.6.4.ebuild index 10fa288c36ef..d516b224f342 100644 --- a/media-sound/cdcd/cdcd-0.6.4.ebuild +++ b/media-sound/cdcd/cdcd-0.6.4.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2004 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/cdcd/cdcd-0.6.4.ebuild,v 1.14 2004/07/30 02:41:16 tgall Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/cdcd/cdcd-0.6.4.ebuild,v 1.15 2006/03/07 13:40:22 flameeyes Exp $ IUSE="" @@ -9,8 +9,7 @@ inherit eutils gnuconfig DESCRIPTION="a simple yet powerful command line cd player" SRC_URI="mirror://sourceforge/libcdaudio/${P}.tar.gz" HOMEPAGE="http://cdcd.undergrid.net/" -DEPEND="virtual/libc - >=sys-libs/ncurses-5.0 +DEPEND=">=sys-libs/ncurses-5.0 >=sys-libs/readline-4.0 >=media-libs/libcdaudio-0.99.4" diff --git a/media-sound/cdcd/cdcd-0.6.6-r1.ebuild b/media-sound/cdcd/cdcd-0.6.6-r1.ebuild index 99d962860f38..739e77069702 100644 --- a/media-sound/cdcd/cdcd-0.6.6-r1.ebuild +++ b/media-sound/cdcd/cdcd-0.6.6-r1.ebuild @@ -1,16 +1,15 @@ -# 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/cdcd/cdcd-0.6.6-r1.ebuild,v 1.1 2005/08/17 10:27:50 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/cdcd/cdcd-0.6.6-r1.ebuild,v 1.2 2006/03/07 13:40:22 flameeyes Exp $ IUSE="" -inherit eutils gnuconfig +inherit eutils gnuconfig autotools DESCRIPTION="a simple yet powerful command line cd player" SRC_URI="mirror://sourceforge/libcdaudio/${P}.tar.gz" HOMEPAGE="http://libcdaudio.sourceforge.net/" -DEPEND="virtual/libc - >=sys-libs/ncurses-5.0 +DEPEND=">=sys-libs/ncurses-5.0 >=sys-libs/readline-4.2 >=media-libs/libcdaudio-0.99.4" @@ -23,8 +22,7 @@ src_unpack() { cd ${S} epatch "${FILESDIR}/${P}-fbsd.patch" - gnuconfig_update - autoconf || die "autoconf failed" + eautoconf } src_install () { diff --git a/media-sound/cdcd/cdcd-0.6.6.ebuild b/media-sound/cdcd/cdcd-0.6.6.ebuild index 9edeef92d4b9..da5b678c71ab 100644 --- a/media-sound/cdcd/cdcd-0.6.6.ebuild +++ b/media-sound/cdcd/cdcd-0.6.6.ebuild @@ -1,6 +1,6 @@ -# 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/cdcd/cdcd-0.6.6.ebuild,v 1.7 2005/04/08 19:38:15 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/cdcd/cdcd-0.6.6.ebuild,v 1.8 2006/03/07 13:40:22 flameeyes Exp $ IUSE="" @@ -9,8 +9,7 @@ inherit eutils gnuconfig DESCRIPTION="a simple yet powerful command line cd player" SRC_URI="mirror://sourceforge/libcdaudio/${P}.tar.gz" HOMEPAGE="http://cdcd.undergrid.net/" -DEPEND="virtual/libc - >=sys-libs/ncurses-5.0 +DEPEND=">=sys-libs/ncurses-5.0 >=sys-libs/readline-4.2 >=media-libs/libcdaudio-0.99.4" |