From e6c8cee614d0a132d6bcfe40cd6485141c86f22e Mon Sep 17 00:00:00 2001 From: Daniel Pielmeier Date: Mon, 8 Feb 2010 18:27:38 +0000 Subject: Version bump. Remove old. (Portage version: 2.1.7.16/cvs/Linux i686) --- app-cdr/cdrtools/ChangeLog | 8 +- app-cdr/cdrtools/cdrtools-2.01.01_alpha73.ebuild | 128 ----------------------- app-cdr/cdrtools/cdrtools-2.01.01_alpha75.ebuild | 128 +++++++++++++++++++++++ 3 files changed, 135 insertions(+), 129 deletions(-) delete mode 100644 app-cdr/cdrtools/cdrtools-2.01.01_alpha73.ebuild create mode 100644 app-cdr/cdrtools/cdrtools-2.01.01_alpha75.ebuild (limited to 'app-cdr/cdrtools') diff --git a/app-cdr/cdrtools/ChangeLog b/app-cdr/cdrtools/ChangeLog index c6b4d673ef8e..01fcea6b35bf 100644 --- a/app-cdr/cdrtools/ChangeLog +++ b/app-cdr/cdrtools/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for app-cdr/cdrtools # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-cdr/cdrtools/ChangeLog,v 1.246 2010/02/02 18:39:43 billie Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-cdr/cdrtools/ChangeLog,v 1.247 2010/02/08 18:27:38 billie Exp $ + +*cdrtools-2.01.01_alpha75 (08 Feb 2010) + + 08 Feb 2010; Daniel Pielmeier + -cdrtools-2.01.01_alpha73.ebuild, +cdrtools-2.01.01_alpha75.ebuild: + Version bump. Remove old. *cdrtools-2.01.01_alpha74 (02 Feb 2010) diff --git a/app-cdr/cdrtools/cdrtools-2.01.01_alpha73.ebuild b/app-cdr/cdrtools/cdrtools-2.01.01_alpha73.ebuild deleted file mode 100644 index 8b8c2ac35bdd..000000000000 --- a/app-cdr/cdrtools/cdrtools-2.01.01_alpha73.ebuild +++ /dev/null @@ -1,128 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-cdr/cdrtools/cdrtools-2.01.01_alpha73.ebuild,v 1.1 2010/01/25 17:51:16 billie Exp $ - -EAPI=2 - -inherit multilib eutils toolchain-funcs flag-o-matic - -DESCRIPTION="A set of tools for CD/DVD reading and recording, including cdrecord" -HOMEPAGE="http://cdrecord.berlios.de/private/cdrecord.html" -if [[ ${PV%_alpha*} == ${PV} ]] ; then -SRC_URI="ftp://ftp.berlios.de/pub/cdrecord/${P}.tar.bz2" -else -SRC_URI="ftp://ftp.berlios.de/pub/cdrecord/alpha/${P/_alpha/a}.tar.bz2" -fi - -LICENSE="GPL-2 LGPL-2.1 CDDL-Schily" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" -IUSE="acl unicode" - -DEPEND="acl? ( sys-apps/acl ) - !app-cdr/dvdrtools - !app-cdr/cdrkit" -RDEPEND="${DEPEND}" - -S=${WORKDIR}/${P/_alpha[0-9][0-9]} - -src_prepare() { - # Remove profiled make files. - rm -f $(find . -name '*_p.mk') || die "rm profiled" - - # Adjusting hardcoded paths. - sed -i -e 's:opt/schily:usr:' \ - $(find ./ -type f -name \*.[0-9ch] -exec grep -l 'opt/schily' '{}' '+') \ - || die "sed opt/schily" - - sed -i -e "s:\(^INSDIR=\t\tshare/doc/\):\1${PF}/:" \ - $(find ./ -type f -exec grep -l 'INSDIR.\+doc' '{}' '+') \ - || die "sed doc" - - # Respect libdir. - sed -i -e "s:\(^INSDIR=\t\t\)lib:\1$(get_libdir):" \ - $(find ./ -type f -exec grep -l '^INSDIR.\+lib\(/siconv\)\?$' '{}' '+') \ - || die "sed multilib" - - sed -i -e 's:include\t\t.*rules.lib::' \ - $(find ./ -type f -exec grep -l '^include.\+rules\.lib' '{}' '+') \ - || die "sed rules" - - # Respect CC/CXX variables. - cd "${S}"/RULES - local tcCC=$(tc-getCC) - local tcCXX=$(tc-getCXX) - sed -i -e "/cc-config.sh/s|\$(C_ARCH:%64=%) \$(CCOM_DEF)|${tcCC} ${tcCC}|" \ - rules1.top || die "sed rules1.top" - sed -i -e "/^\(CC\|DYNLD\|LDCC\|MKDEP\)/s|gcc|${tcCC}|" \ - -e "/^\(CC++\|DYNLDC++\|LDCC++\|MKC++DEP\)/s|g++|${tcCXX}|" \ - cc-gcc.rul || die "sed cc-gcc.rul" - sed -i -e "s|^#CONFFLAGS +=\t-cc=\$(XCC_COM)$|CONFFLAGS +=\t-cc=${tcCC}|g" \ - rules.cnf || die "sed rules.cnf" - - # Create additional symlinks needed for some archs. - local t - for t in ppc64 s390x ; do - ln -s i586-linux-cc.rul ${t}-linux-cc.rul || die - ln -s i586-linux-gcc.rul ${t}-linux-gcc.rul || die - done - - # Schily make setup. - cd "${S}"/DEFAULTS - local os="linux" - - sed -i \ - -e "s:/opt/schily:/usr:g" \ - -e "s:/usr/src/linux/include::g" \ - -e "/RUNPATH/ c\RUNPATH= " \ - -e "s:bin:root:g" \ - Defaults.${os} || die "sed Schily make setup" -} - -src_configure() { : ; } - -src_compile() { - if use unicode; then - local flags="$(test-flags -finput-charset=ISO-8859-1 -fexec-charset=UTF-8)" - if [[ -n ${flags} ]]; then - append-flags ${flags} - else - ewarn "Your compiler does not support the options required to build" - ewarn "cdrtools with unicode in USE. unicode flag will be ignored." - fi - fi - - local acl="-lacl" - if ! use acl - then - CFLAGS="${CFLAGS} -DNO_ACL" - acl="" - fi - - # If not built with -j1, "sometimes" cdda2wav will not be built. Bug? - emake -j1 CC="$(tc-getCC)" CPPOPTX="${CPPFLAGS}" COPTX="${CFLAGS}" \ - LDOPTX="${LDFLAGS}" LINKMODE="dynamic" LIB_ACL_TEST="${acl}" \ - GMAKE_NOWARN="true" || die "emake" -} - -src_install() { - # If not built with -j1, "sometimes" manpages are not installed. Bug? - emake -j1 INS_BASE="${D}/usr/" INS_RBASE="${D}" MANDIR="share/man" \ - LINKMODE="dynamic" GMAKE_NOWARN="true" install || die "emake install" - - # These symlinks are for compat with cdrkit. - dosym schily /usr/include/scsilib || die "dosym scsilib" - dosym ../scg /usr/include/schily/scg || die "dosym scg" - - dodoc ABOUT Changelog* CONTRIBUTING PORTING README.linux-shm READMEs/README.linux \ - || die "dodoc" - - cd "${S}"/cdda2wav - docinto cdda2wav - dodoc Changelog FAQ Frontends HOWTOUSE NEEDED README THANKS TODO \ - || die "dodoc cdda2wav" - - cd "${S}"/mkisofs - docinto mkisofs - dodoc ChangeLog* TODO || die "dodoc mkisofs" -} diff --git a/app-cdr/cdrtools/cdrtools-2.01.01_alpha75.ebuild b/app-cdr/cdrtools/cdrtools-2.01.01_alpha75.ebuild new file mode 100644 index 000000000000..1b4995e21e8a --- /dev/null +++ b/app-cdr/cdrtools/cdrtools-2.01.01_alpha75.ebuild @@ -0,0 +1,128 @@ +# Copyright 1999-2010 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-cdr/cdrtools/cdrtools-2.01.01_alpha75.ebuild,v 1.1 2010/02/08 18:27:38 billie Exp $ + +EAPI=2 + +inherit multilib eutils toolchain-funcs flag-o-matic + +DESCRIPTION="A set of tools for CD/DVD reading and recording, including cdrecord" +HOMEPAGE="http://cdrecord.berlios.de/private/cdrecord.html" +if [[ ${PV%_alpha*} == ${PV} ]] ; then +SRC_URI="ftp://ftp.berlios.de/pub/cdrecord/${P}.tar.bz2" +else +SRC_URI="ftp://ftp.berlios.de/pub/cdrecord/alpha/${P/_alpha/a}.tar.bz2" +fi + +LICENSE="GPL-2 LGPL-2.1 CDDL-Schily" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" +IUSE="acl unicode" + +DEPEND="acl? ( sys-apps/acl ) + !app-cdr/dvdrtools + !app-cdr/cdrkit" +RDEPEND="${DEPEND}" + +S=${WORKDIR}/${P/_alpha[0-9][0-9]} + +src_prepare() { + # Remove profiled make files. + rm -f $(find . -name '*_p.mk') || die "rm profiled" + + # Adjusting hardcoded paths. + sed -i -e 's:opt/schily:usr:' \ + $(find ./ -type f -name \*.[0-9ch] -exec grep -l 'opt/schily' '{}' '+') \ + || die "sed opt/schily" + + sed -i -e "s:\(^INSDIR=\t\tshare/doc/\):\1${PF}/:" \ + $(find ./ -type f -exec grep -l 'INSDIR.\+doc' '{}' '+') \ + || die "sed doc" + + # Respect libdir. + sed -i -e "s:\(^INSDIR=\t\t\)lib:\1$(get_libdir):" \ + $(find ./ -type f -exec grep -l '^INSDIR.\+lib\(/siconv\)\?$' '{}' '+') \ + || die "sed multilib" + + sed -i -e 's:include\t\t.*rules.lib::' \ + $(find ./ -type f -exec grep -l '^include.\+rules\.lib' '{}' '+') \ + || die "sed rules" + + # Respect CC/CXX variables. + cd "${S}"/RULES + local tcCC=$(tc-getCC) + local tcCXX=$(tc-getCXX) + sed -i -e "/cc-config.sh/s|\$(C_ARCH:%64=%) \$(CCOM_DEF)|${tcCC} ${tcCC}|" \ + rules1.top || die "sed rules1.top" + sed -i -e "/^\(CC\|DYNLD\|LDCC\|MKDEP\)/s|gcc|${tcCC}|" \ + -e "/^\(CC++\|DYNLDC++\|LDCC++\|MKC++DEP\)/s|g++|${tcCXX}|" \ + cc-gcc.rul || die "sed cc-gcc.rul" + sed -i -e "s|^#CONFFLAGS +=\t-cc=\$(XCC_COM)$|CONFFLAGS +=\t-cc=${tcCC}|g" \ + rules.cnf || die "sed rules.cnf" + + # Create additional symlinks needed for some archs. + local t + for t in ppc64 s390x ; do + ln -s i586-linux-cc.rul ${t}-linux-cc.rul || die + ln -s i586-linux-gcc.rul ${t}-linux-gcc.rul || die + done + + # Schily make setup. + cd "${S}"/DEFAULTS + local os="linux" + + sed -i \ + -e "s:/opt/schily:/usr:g" \ + -e "s:/usr/src/linux/include::g" \ + -e "/RUNPATH/ c\RUNPATH= " \ + -e "s:bin:root:g" \ + Defaults.${os} || die "sed Schily make setup" +} + +src_configure() { : ; } + +src_compile() { + if use unicode; then + local flags="$(test-flags -finput-charset=ISO-8859-1 -fexec-charset=UTF-8)" + if [[ -n ${flags} ]]; then + append-flags ${flags} + else + ewarn "Your compiler does not support the options required to build" + ewarn "cdrtools with unicode in USE. unicode flag will be ignored." + fi + fi + + local acl="-lacl" + if ! use acl + then + CFLAGS="${CFLAGS} -DNO_ACL" + acl="" + fi + + # If not built with -j1, "sometimes" cdda2wav will not be built. Bug? + emake -j1 CC="$(tc-getCC)" CPPOPTX="${CPPFLAGS}" COPTX="${CFLAGS}" \ + LDOPTX="${LDFLAGS}" LINKMODE="dynamic" LIB_ACL_TEST="${acl}" \ + GMAKE_NOWARN="true" || die "emake" +} + +src_install() { + # If not built with -j1, "sometimes" manpages are not installed. Bug? + emake -j1 INS_BASE="${D}/usr/" INS_RBASE="${D}" MANDIR="share/man" \ + LINKMODE="dynamic" GMAKE_NOWARN="true" install || die "emake install" + + # These symlinks are for compat with cdrkit. + dosym schily /usr/include/scsilib || die "dosym scsilib" + dosym ../scg /usr/include/schily/scg || die "dosym scg" + + dodoc ABOUT Changelog* CONTRIBUTING PORTING README.linux-shm READMEs/README.linux \ + || die "dodoc" + + cd "${S}"/cdda2wav + docinto cdda2wav + dodoc Changelog FAQ Frontends HOWTOUSE NEEDED README THANKS TODO \ + || die "dodoc cdda2wav" + + cd "${S}"/mkisofs + docinto mkisofs + dodoc ChangeLog* TODO || die "dodoc mkisofs" +} -- cgit v1.2.3-65-gdbad