diff options
author | Samuli Suominen <drac@gentoo.org> | 2008-06-17 16:26:02 +0000 |
---|---|---|
committer | Samuli Suominen <drac@gentoo.org> | 2008-06-17 16:26:02 +0000 |
commit | f004ff20be36caba6a10989a5b9be0ef0a55fa40 (patch) | |
tree | 33d840db0cdefcefe72142da74862925e41395b1 /app-cdr | |
parent | ppc stable, bug #216112 (diff) | |
download | gentoo-2-f004ff20be36caba6a10989a5b9be0ef0a55fa40.tar.gz gentoo-2-f004ff20be36caba6a10989a5b9be0ef0a55fa40.tar.bz2 gentoo-2-f004ff20be36caba6a10989a5b9be0ef0a55fa40.zip |
Version bump wrt #227843, seems upstream released 2.1 with my gcc-4.3 fix and 2.0 never made into the mirrors. Thanks to Benjamin Franzke for reporting.
(Portage version: 2.1.5.5)
Diffstat (limited to 'app-cdr')
-rw-r--r-- | app-cdr/cddetect/ChangeLog | 10 | ||||
-rw-r--r-- | app-cdr/cddetect/cddetect-2.1.ebuild (renamed from app-cdr/cddetect/cddetect-2.0.ebuild) | 10 |
2 files changed, 11 insertions, 9 deletions
diff --git a/app-cdr/cddetect/ChangeLog b/app-cdr/cddetect/ChangeLog index baf8d6418867..09e136511b24 100644 --- a/app-cdr/cddetect/ChangeLog +++ b/app-cdr/cddetect/ChangeLog @@ -1,6 +1,14 @@ # ChangeLog for app-cdr/cddetect # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-cdr/cddetect/ChangeLog,v 1.1 2008/06/17 13:45:09 drac Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-cdr/cddetect/ChangeLog,v 1.2 2008/06/17 16:26:02 drac Exp $ + +*cddetect-2.1 (17 Jun 2008) + + 17 Jun 2008; Samuli Suominen <drac@gentoo.org> -cddetect-2.0.ebuild, + +cddetect-2.1.ebuild: + Version bump wrt #227843, seems upstream released 2.1 with my gcc-4.3 fix + and 2.0 never made into the mirrors. Thanks to Benjamin Franzke for + reporting. *cddetect-2.0 (17 Jun 2008) diff --git a/app-cdr/cddetect/cddetect-2.0.ebuild b/app-cdr/cddetect/cddetect-2.1.ebuild index a0868ef87066..0758e33b733e 100644 --- a/app-cdr/cddetect/cddetect-2.0.ebuild +++ b/app-cdr/cddetect/cddetect-2.1.ebuild @@ -1,10 +1,10 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-cdr/cddetect/cddetect-2.0.ebuild,v 1.1 2008/06/17 13:45:09 drac Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-cdr/cddetect/cddetect-2.1.ebuild,v 1.1 2008/06/17 16:26:02 drac Exp $ inherit toolchain-funcs -DESCRIPTION="Detects CD/DVD media types without mounting them. At least Audio, ISO, VCD, SVCD, and VDVD are supported." +DESCRIPTION="Detects CD/DVD media types without mounting. Supported ones are Audio, ISO, VCD, SVCD, and VDVD." HOMEPAGE="http://www.bellut.net/projects.html#cddetect" SRC_URI="http://www.bellut.net/files/${P}.tar.gz" @@ -15,12 +15,6 @@ IUSE="" S=${WORKDIR} -src_unpack() { - unpack ${A} - sed -i -e 's:#include <stdlib.h>:#include <stdlib.h>\n#include <stddef.h>:' \ - "${S}"/${PN}.c || die "sed failed." -} - src_compile() { $(tc-getCC) ${CFLAGS} ${LDFLAGS} ${PN}.c -o ${PN} || die "compile failed." } |