From 2abef0eeefdbc4554150966e11bd86ab71c46781 Mon Sep 17 00:00:00 2001 From: Nick Owens Date: Tue, 31 May 2016 16:42:51 -0700 Subject: [PATCH] bump(app-cdr/cdrtools): sync with upstream cdrtools supports uefi for eltorito alternate boot entries, and cdrkit does not and is old. --- .../portage-stable/app-cdr/cdrtools/ChangeLog | 167 ++ .../app-cdr/cdrtools/ChangeLog-2015 | 1693 +++++++++++++++++ .../portage-stable/app-cdr/cdrtools/Manifest | 10 + .../cdrtools/cdrtools-3.01_alpha17.ebuild | 166 ++ .../cdrtools/cdrtools-3.01_alpha24.ebuild | 269 +++ .../cdrtools/cdrtools-3.02_alpha06.ebuild | 271 +++ .../files/cdrtools-fix-clone-uclibc.patch | 69 + .../app-cdr/cdrtools/metadata.xml | 16 + .../md5-cache/app-cdr/cdrtools-3.01_alpha17 | 13 + .../md5-cache/app-cdr/cdrtools-3.01_alpha24 | 13 + .../md5-cache/app-cdr/cdrtools-3.02_alpha06 | 13 + 11 files changed, 2700 insertions(+) create mode 100644 sdk_container/src/third_party/portage-stable/app-cdr/cdrtools/ChangeLog create mode 100644 sdk_container/src/third_party/portage-stable/app-cdr/cdrtools/ChangeLog-2015 create mode 100644 sdk_container/src/third_party/portage-stable/app-cdr/cdrtools/Manifest create mode 100644 sdk_container/src/third_party/portage-stable/app-cdr/cdrtools/cdrtools-3.01_alpha17.ebuild create mode 100644 sdk_container/src/third_party/portage-stable/app-cdr/cdrtools/cdrtools-3.01_alpha24.ebuild create mode 100644 sdk_container/src/third_party/portage-stable/app-cdr/cdrtools/cdrtools-3.02_alpha06.ebuild create mode 100644 sdk_container/src/third_party/portage-stable/app-cdr/cdrtools/files/cdrtools-fix-clone-uclibc.patch create mode 100644 sdk_container/src/third_party/portage-stable/app-cdr/cdrtools/metadata.xml create mode 100644 sdk_container/src/third_party/portage-stable/metadata/md5-cache/app-cdr/cdrtools-3.01_alpha17 create mode 100644 sdk_container/src/third_party/portage-stable/metadata/md5-cache/app-cdr/cdrtools-3.01_alpha24 create mode 100644 sdk_container/src/third_party/portage-stable/metadata/md5-cache/app-cdr/cdrtools-3.02_alpha06 diff --git a/sdk_container/src/third_party/portage-stable/app-cdr/cdrtools/ChangeLog b/sdk_container/src/third_party/portage-stable/app-cdr/cdrtools/ChangeLog new file mode 100644 index 0000000000..811a953d0b --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/app-cdr/cdrtools/ChangeLog @@ -0,0 +1,167 @@ +# ChangeLog for app-cdr/cdrtools +# Copyright 1999-2016 Gentoo Foundation; Distributed under the GPL v2 +# (auto-generated from git log) + +*cdrtools-3.01_alpha30 (09 Aug 2015) +*cdrtools-3.01_alpha24 (09 Aug 2015) +*cdrtools-3.01_alpha17 (09 Aug 2015) + + 09 Aug 2015; Robin H. Johnson + +cdrtools-3.01_alpha17.ebuild, +cdrtools-3.01_alpha24.ebuild, + +cdrtools-3.01_alpha30.ebuild, +metadata.xml: + proj/gentoo: Initial commit + + This commit represents a new era for Gentoo: + Storing the gentoo-x86 tree in Git, as converted from CVS. + + This commit is the start of the NEW history. + Any historical data is intended to be grafted onto this point. + + Creation process: + 1. Take final CVS checkout snapshot + 2. Remove ALL ChangeLog* files + 3. Transform all Manifests to thin + 4. Remove empty Manifests + 5. Convert all stale $Header$/$Id$ CVS keywords to non-expanded Git $Id$ + 5.1. Do not touch files with -kb/-ko keyword flags. + + Signed-off-by: Robin H. Johnson + X-Thanks: Alec Warner - did the GSoC 2006 migration + tests + X-Thanks: Robin H. Johnson - infra guy, herding this + project + X-Thanks: Nguyen Thai Ngoc Duy - Former Gentoo + developer, wrote Git features for the migration + X-Thanks: Brian Harring - wrote much python to improve + cvs2svn + X-Thanks: Rich Freeman - validation scripts + X-Thanks: Patrick Lauer - Gentoo dev, running new 2014 + work in migration + X-Thanks: Michał Górny - scripts, QA, nagging + X-Thanks: All of other Gentoo developers - many ideas and lots of paint on + the bikeshed + + 24 Aug 2015; Justin Lecher metadata.xml: + Use https by default + + Convert all URLs for sites supporting encrypted connections from http to + https + + Signed-off-by: Justin Lecher + + 24 Aug 2015; Mike Gilbert metadata.xml: + Revert DOCTYPE SYSTEM https changes in metadata.xml + + repoman does not yet accept the https version. + This partially reverts eaaface92ee81f30a6ac66fe7acbcc42c00dc450. + + Bug: https://bugs.gentoo.org/552720 + +*cdrtools-3.01_alpha31 (02 Sep 2015) + + 02 Sep 2015; Daniel Pielmeier + +cdrtools-3.01_alpha31.ebuild: + Version bump + + Package-Manager: portage-2.2.20.1 + + 28 Sep 2015; Daniel Pielmeier + -cdrtools-3.01_alpha30.ebuild: + Remove old. + + Package-Manager: portage-2.2.20.1 + +*cdrtools-3.02_alpha02 (25 Nov 2015) + + 25 Nov 2015; Daniel Pielmeier + +cdrtools-3.02_alpha02.ebuild: + Version bump. + + Package-Manager: portage-2.2.20.1 + +*cdrtools-3.02_alpha05 (24 Jan 2016) + + 24 Jan 2016; Daniel Pielmeier + cdrtools-3.01_alpha17.ebuild, cdrtools-3.01_alpha24.ebuild, + cdrtools-3.01_alpha31.ebuild, cdrtools-3.02_alpha02.ebuild, + +cdrtools-3.02_alpha05.ebuild: + Version bump. + + Package-Manager: portage-2.2.26 + + 24 Jan 2016; Daniel Pielmeier + -cdrtools-3.01_alpha31.ebuild: + Remove old. + + Package-Manager: portage-2.2.26 + + 24 Jan 2016; Michał Górny metadata.xml: + Replace all herds with appropriate projects (GLEP 67) + + Replace all uses of herd with appropriate project maintainers, or no + maintainers in case of herds requested to be disbanded. + + 24 Jan 2016; Michał Górny metadata.xml: + Set appropriate maintainer types in metadata.xml (GLEP 67) + +*cdrtools-3.02_alpha06 (13 Feb 2016) + + 13 Feb 2016; Daniel Pielmeier + +cdrtools-3.02_alpha06.ebuild: + Version bump. + + Package-Manager: portage-2.2.26 + + 13 Feb 2016; Daniel Pielmeier + -cdrtools-3.02_alpha02.ebuild: + Remove old. + + Package-Manager: portage-2.2.26 + + 03 Apr 2016; Daniel Pielmeier + -cdrtools-3.02_alpha05.ebuild: + Remove old. + + Package-Manager: portage-2.2.26 + + 09 Apr 2016; Anthony G. Basile + cdrtools-3.02_alpha06.ebuild, +files/cdrtools-fix-clone-uclibc.patch: + avoid clash with clone() on uclibc, bug #486782 + + Package-Manager: portage-2.2.26 + + 17 Apr 2016; Patrice Clement metadata.xml: + Fix metadata.xml file. + + Package-Manager: portage-2.2.26 + + 07 May 2016; Michał Górny metadata.xml: + Add missing upstream maintainer's name + + 13 May 2016; Agostino Sarubbo cdrtools-3.02_alpha06.ebuild: + amd64 stable wrt bug #581286 + + Package-Manager: portage-2.2.26 + RepoMan-Options: --include-arches="amd64" + Signed-off-by: Agostino Sarubbo + + 17 May 2016; Markus Meier cdrtools-3.02_alpha06.ebuild: + arm stable, bug #581286 + + Package-Manager: portage-2.2.28 + RepoMan-Options: --include-arches="arm" + + 24 May 2016; Jeroen Roovers cdrtools-3.02_alpha06.ebuild: + Stable for HPPA PPC64 (bug #581286). + + Package-Manager: portage-2.3.0_rc1 + RepoMan-Options: --ignore-arches + + 31 May 2016; Tobias Klausmann + cdrtools-3.02_alpha06.ebuild: + 3.02_alpha06-r0: add alpha keyword + + Gentoo-Bug: 581286 + + Package-Manager: portage-2.3.0_rc1 + diff --git a/sdk_container/src/third_party/portage-stable/app-cdr/cdrtools/ChangeLog-2015 b/sdk_container/src/third_party/portage-stable/app-cdr/cdrtools/ChangeLog-2015 new file mode 100644 index 0000000000..b7dd7d61aa --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/app-cdr/cdrtools/ChangeLog-2015 @@ -0,0 +1,1693 @@ +# ChangeLog for app-cdr/cdrtools +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-cdr/cdrtools/ChangeLog,v 1.358 2015/07/31 14:34:19 billie Exp $ + + 31 Jul 2015; Daniel Pielmeier + -cdrtools-3.01_alpha28.ebuild, -cdrtools-3.01_alpha29.ebuild: + Remove old. + +*cdrtools-3.01_alpha30 (12 Jul 2015) + + 12 Jul 2015; Daniel Pielmeier + +cdrtools-3.01_alpha30.ebuild: + Version bump. + + 09 Jun 2015; Justin Lecher metadata.xml: + Updating remote-id in metadata.xml + +*cdrtools-3.01_alpha29 (04 Jun 2015) + + 04 Jun 2015; Daniel Pielmeier + +cdrtools-3.01_alpha29.ebuild: + Version bump. + + 25 Apr 2015; Daniel Pielmeier + -cdrtools-3.01_alpha27.ebuild: + Remove old. + +*cdrtools-3.01_alpha28 (03 Apr 2015) + + 03 Apr 2015; Daniel Pielmeier + +cdrtools-3.01_alpha28.ebuild: + Version bump. + + 25 Feb 2015; Mike Frysinger cdrtools-3.01_alpha27.ebuild: + Enable verbose building so we can see the exact compile/link lines. + + 25 Feb 2015; Mike Frysinger cdrtools-3.01_alpha24.ebuild, + cdrtools-3.01_alpha27.ebuild: + Do not hardcode -L/usr/lib when linking -- it is both unnecessary and wrong as + it breaks cross-compiling badly. + + 19 Feb 2015; Mike Gilbert cdrtools-3.01_alpha17.ebuild, + cdrtools-3.01_alpha24.ebuild, cdrtools-3.01_alpha27.ebuild: + Use 'caps' use flag to toggle linkage against libcap. Fixup automagic linkage + of libacl and libcap in 3.01_alpha27. + + 18 Feb 2015; Rick Farina cdrtools-3.01_alpha17.ebuild, + cdrtools-3.01_alpha24.ebuild, cdrtools-3.01_alpha27.ebuild: + add missing RDEPEND on libcap per bug 540430 + + 14 Feb 2015; Daniel Pielmeier + -cdrtools-3.01_alpha25.ebuild: + Remove old. + +*cdrtools-3.01_alpha27 (30 Jan 2015) + + 30 Jan 2015; Daniel Pielmeier + +cdrtools-3.01_alpha27.ebuild: + Version bump. + +*cdrtools-3.01_alpha25 (11 Oct 2014) + + 11 Oct 2014; Daniel Pielmeier + +cdrtools-3.01_alpha25.ebuild: + Version bump. + + 21 Sep 2014; Patrick Lauer cdrtools-3.01_alpha17.ebuild, + cdrtools-3.01_alpha24.ebuild: + Whitespace + + 21 Sep 2014; Robin H. Johnson + cdrtools-3.01_alpha17.ebuild, cdrtools-3.01_alpha24.ebuild: + Bug #486680: do not create group-writable directories during build that would + fail under grsec TPE. + + 03 Aug 2014; cdrtools-3.01_alpha24.ebuild: + arm64, initial support + + 10 Jun 2014; Daniel Pielmeier + -cdrtools-3.01_alpha23.ebuild: + Remove old. + +*cdrtools-3.01_alpha24 (04 Jun 2014) + + 04 Jun 2014; Daniel Pielmeier + +cdrtools-3.01_alpha24.ebuild: + Version bump. + + 17 May 2014; Daniel Pielmeier + cdrtools-3.01_alpha17.ebuild, cdrtools-3.01_alpha23.ebuild: + Updating homepage and mirror due to BerliOS finally closing its doors. + + 13 Apr 2014; Naohiro Aota cdrtools-3.01_alpha23.ebuild: + Use 0 instead of root for group name. #507466 + + 05 Apr 2014; Raúl Porcel cdrtools-3.01_alpha23.ebuild: + Add support for arm64 + + 24 Mar 2014; Daniel Pielmeier + -cdrtools-3.01_alpha22.ebuild: + Remove old. + +*cdrtools-3.01_alpha23 (07 Mar 2014) + + 07 Mar 2014; Daniel Pielmeier + +cdrtools-3.01_alpha23.ebuild: + Version bump. + + 01 Mar 2014; Daniel Pielmeier + -cdrtools-3.01_alpha21.ebuild: + Remove old. + + 29 Jan 2014; Mike Frysinger cdrtools-3.01_alpha17.ebuild, + cdrtools-3.01_alpha21.ebuild, cdrtools-3.01_alpha22.ebuild: + Fix clean up of _p.mk files (bug added in recent commit). + + 24 Jan 2014; Daniel Pielmeier -cdrtools-3.00.ebuild, + -cdrtools-3.01_alpha19.ebuild: + Remove old. + +*cdrtools-3.01_alpha22 (24 Jan 2014) + + 24 Jan 2014; Daniel Pielmeier + +cdrtools-3.01_alpha22.ebuild: + Version bump. + + 21 Jan 2014; Mike Frysinger cdrtools-3.01_alpha17.ebuild, + cdrtools-3.01_alpha19.ebuild, cdrtools-3.01_alpha21.ebuild: + Add makedepend into DEPEND since it is used. + + 20 Jan 2014; Patrick Lauer cdrtools-3.01_alpha21.ebuild: + Whitespace + + 19 Jan 2014; Mike Frysinger cdrtools-3.01_alpha21.ebuild: + Add cross-compiling support #486680. + + 18 Jan 2014; Mike Frysinger cdrtools-3.01_alpha17.ebuild, + cdrtools-3.01_alpha19.ebuild, cdrtools-3.01_alpha21.ebuild: + Update the local config.{sub,guess} files manually. + + 18 Jan 2014; Mike Frysinger cdrtools-3.01_alpha17.ebuild: + Mark s390/sh stable. + + 18 Jan 2014; Agostino Sarubbo cdrtools-3.01_alpha17.ebuild: + Stable for alpha, wrt bug #486318 + + 15 Jan 2014; Agostino Sarubbo cdrtools-3.01_alpha17.ebuild: + Stable for ia64, wrt bug #486318 + +*cdrtools-3.01_alpha21 (11 Jan 2014) + + 11 Jan 2014; Daniel Pielmeier + +cdrtools-3.01_alpha21.ebuild: + Version bump. + + 06 Jan 2014; Daniel Pielmeier + cdrtools-3.01_alpha19.ebuild: + Fix bug #494818. Thanks to Yuta Satoh for the report. + + 23 Dec 2013; Agostino Sarubbo cdrtools-3.01_alpha17.ebuild: + Stable for sparc, wrt bug #486318 + + 22 Dec 2013; Agostino Sarubbo cdrtools-3.01_alpha17.ebuild: + Stable for ppc64, wrt bug #486318 + + 21 Dec 2013; Agostino Sarubbo cdrtools-3.01_alpha17.ebuild: + Stable for ppc, wrt bug #486318 + + 30 Nov 2013; Daniel Pielmeier + -cdrtools-3.01_alpha18.ebuild: + Remove old. + +*cdrtools-3.01_alpha19 (23 Nov 2013) + + 23 Nov 2013; Daniel Pielmeier + +cdrtools-3.01_alpha19.ebuild: + Version bump. + + 20 Oct 2013; Markus Meier cdrtools-3.01_alpha17.ebuild: + arm stable, bug #486318 + + 14 Oct 2013; Daniel Pielmeier + -cdrtools-3.01_alpha17-r1.ebuild, + -files/cdrtools-3.01_alpha17-capabilities.patch: + Remove old. + +*cdrtools-3.01_alpha18 (14 Oct 2013) + + 14 Oct 2013; Daniel Pielmeier + +cdrtools-3.01_alpha18.ebuild: + Version bump. + +*cdrtools-3.01_alpha17-r1 (12 Oct 2013) + + 12 Oct 2013; Daniel Pielmeier + +cdrtools-3.01_alpha17-r1.ebuild, + +files/cdrtools-3.01_alpha17-capabilities.patch: + Revision bump. Adding a patch by me and Jörg Schilling to fix bug #480666. + Thanks to Thomas Maguin for the report and Jörg Schilling for debugging this + issue. + + 09 Oct 2013; Jeroen Roovers cdrtools-3.01_alpha17.ebuild: + Stable for HPPA (bug #486318). + + 07 Oct 2013; Daniel Pielmeier metadata.xml: + Add upstream. + + 30 Sep 2013; Agostino Sarubbo cdrtools-3.01_alpha17.ebuild: + Stable for x86, wrt bug #486318 + + 28 Sep 2013; Agostino Sarubbo cdrtools-3.01_alpha17.ebuild: + Stable for amd64, wrt bug #486318 + + 28 Sep 2013; Daniel Pielmeier + -cdrtools-3.01_alpha15.ebuild, -cdrtools-3.01_alpha16.ebuild: + Remove old. + + 06 Sep 2013; Daniel Pielmeier + -cdrtools-3.01_alpha15.ebuild: + Remove old. + +*cdrtools-3.01_alpha17 (06 Sep 2013) + + 06 Sep 2013; Daniel Pielmeier + +cdrtools-3.01_alpha17.ebuild: + Version bump. + +*cdrtools-3.01_alpha16 (21 Jul 2013) + + 21 Jul 2013; Daniel Pielmeier + +cdrtools-3.01_alpha16.ebuild: + Version bump. + + 05 Jul 2013; Daniel Pielmeier + -cdrtools-3.01_alpha13.ebuild: + Remove old. + +*cdrtools-3.01_alpha15 (07 Jun 2013) + + 07 Jun 2013; Daniel Pielmeier + +cdrtools-3.01_alpha15.ebuild: + Version bump. + + 04 Mar 2013; Daniel Pielmeier + -cdrtools-3.01_alpha12.ebuild: + Remove old. + +*cdrtools-3.01_alpha13 (01 Mar 2013) + + 01 Mar 2013; Daniel Pielmeier + +cdrtools-3.01_alpha13.ebuild: + Version bump. + + 14 Feb 2013; Daniel Pielmeier + -cdrtools-3.01_alpha11.ebuild: + Remove old. + +*cdrtools-3.01_alpha12 (14 Feb 2013) + + 14 Feb 2013; Daniel Pielmeier + +cdrtools-3.01_alpha12.ebuild: + Version bump. + + 24 Jan 2013; Daniel Pielmeier + -cdrtools-3.01_alpha10.ebuild: + Remove old. + +*cdrtools-3.01_alpha11 (10 Jan 2013) + + 10 Jan 2013; Daniel Pielmeier + +cdrtools-3.01_alpha11.ebuild: + Version bump. + + 03 Jan 2013; Daniel Pielmeier + cdrtools-3.01_alpha10.ebuild: + Correct fix for Bug #410501. + + 02 Jan 2013; Daniel Pielmeier + cdrtools-3.01_alpha10.ebuild: + Split gettext and libintl dependency according to bug #410501. Thanks to + Maxim Kammerer for the report. + + 18 Dec 2012; Daniel Pielmeier + -cdrtools-3.01_alpha08.ebuild, -cdrtools-3.01_alpha09.ebuild: + Remove old. + +*cdrtools-3.01_alpha10 (18 Dec 2012) + + 18 Dec 2012; Daniel Pielmeier + +cdrtools-3.01_alpha10.ebuild: + Version bump. + +*cdrtools-3.01_alpha09 (03 Dec 2012) + + 03 Dec 2012; Daniel Pielmeier + +cdrtools-3.01_alpha09.ebuild: + Version bump. + + 19 Sep 2012; Alexis Ballier + cdrtools-3.01_alpha08.ebuild: + keyword ~amd64-fbsd + + 13 Sep 2012; Daniel Pielmeier + -cdrtools-3.01_alpha07.ebuild: + Remove old. + + 13 Sep 2012; Christoph Junghans + cdrtools-3.01_alpha08.ebuild: + added prefix support (bug #433585) + +*cdrtools-3.01_alpha08 (18 Aug 2012) + + 18 Aug 2012; Daniel Pielmeier + +cdrtools-3.01_alpha08.ebuild: + Version bump. + + 28 Apr 2012; Daniel Pielmeier cdrtools-3.00.ebuild, + cdrtools-3.01_alpha07.ebuild: + Fix bug #410537 to respect CFLAGS. Thanks to Michael (kensington) for the + report and the ebuild patch. + + 05 Apr 2012; Daniel Pielmeier + -cdrtools-3.01_alpha06.ebuild: + Remove old. Fix headers. + + 10 Mar 2012; Daniel Pielmeier + -cdrtools-3.01_alpha05.ebuild, +cdrtools-3.01_alpha07.ebuild: + Version bump. Remove old. + +*cdrtools-3.01_alpha07 (10 Mar 2012) + + 10 Mar 2012; Daniel Pielmeier + +cdrtools-3.01_alpha07.ebuild: + Version bump. + + 28 Jan 2012; Samuli Suominen + -cdrtools-3.01_alpha06-r1.ebuild: + Revert last commit since according to Ulrich Mueller suid root is also used + for elevating scheduling priority. + +*cdrtools-3.01_alpha06-r1 (28 Jan 2012) + + 28 Jan 2012; Samuli Suominen + +cdrtools-3.01_alpha06-r1.ebuild: + Change cdda2wav, cdrecord, readcd and rscsi from suid root to sgid disk for + udev users (note: tested with cdrecord -scanbus) + +*cdrtools-3.01_alpha06 (18 Oct 2011) + + 18 Oct 2011; Daniel Pielmeier + +cdrtools-3.01_alpha06.ebuild: + Version bump. + + 28 Aug 2011; Daniel Pielmeier cdrtools-3.00.ebuild, + cdrtools-3.01_alpha05.ebuild: + Remove useless blocker. + + 11 Jul 2011; Daniel Pielmeier cdrtools-3.00.ebuild, + cdrtools-3.01_alpha05.ebuild: + Make cdrtools compile on Gentoo/FreeBSD (AMD64). This fixes bug #363743. + Thanks to Yuta SATOH for the patch. + +*cdrtools-3.01_alpha05 (09 Jun 2011) + + 09 Jun 2011; Daniel Pielmeier + -cdrtools-3.01_alpha04.ebuild, +cdrtools-3.01_alpha05.ebuild: + Version bump. Switch to EAPI 4. Remove old. + + 12 Apr 2011; Daniel Pielmeier + -cdrtools-3.01_alpha02.ebuild, -cdrtools-3.01_alpha03.ebuild: + Remove old. + +*cdrtools-3.01_alpha04 (12 Apr 2011) + + 12 Apr 2011; Daniel Pielmeier + +cdrtools-3.01_alpha04.ebuild: + Version bump. + +*cdrtools-3.01_alpha03 (08 Mar 2011) + + 08 Mar 2011; Daniel Pielmeier + +cdrtools-3.01_alpha03.ebuild: + Version bump. + + 13 Feb 2011; Daniel Pielmeier + -cdrtools-3.01_alpha01.ebuild: + Remove old. + +*cdrtools-3.01_alpha02 (10 Jan 2011) + + 10 Jan 2011; Daniel Pielmeier + -cdrtools-2.01.01_alpha75.ebuild, +cdrtools-3.01_alpha02.ebuild: + Version bump. Remove old. + + 05 Dec 2010; Raúl Porcel cdrtools-3.00.ebuild: + ia64/s390/sh stable wrt #328163 + + 30 Nov 2010; Michael Weber cdrtools-3.00.ebuild: + sparc stable (bug 328163) + +*cdrtools-3.01_alpha01 (25 Nov 2010) + + 25 Nov 2010; Daniel Pielmeier -cdrtools-3.00-r1.ebuild, + +cdrtools-3.01_alpha01.ebuild: + Versiom bump. Remove old. + + 20 Nov 2010; Raúl Porcel cdrtools-3.00.ebuild, + cdrtools-3.00-r1.ebuild: + Fix arm again + + 20 Nov 2010; Raúl Porcel cdrtools-3.00.ebuild, + cdrtools-3.00-r1.ebuild: + Fix arm + +*cdrtools-3.00-r1 (07 Nov 2010) + + 07 Nov 2010; Daniel Pielmeier + +cdrtools-3.00-r1.ebuild: + Simplify SRC_URI. Remove man pages related to the build system. + + 15 Oct 2010; Brent Baude cdrtools-3.00.ebuild: + stable ppc, bug 328163 + + 30 Sep 2010; Brent Baude cdrtools-3.00.ebuild: + stable ppc64, bug 328163 + + 14 Sep 2010; Tobias Klausmann cdrtools-3.00.ebuild: + Stable on alpha, bug #328163 + + 14 Aug 2010; Markus Meier cdrtools-3.00.ebuild: + arm stable, bug #328163 + + 20 Jul 2010; Jeroen Roovers cdrtools-3.00.ebuild: + Stable for HPPA (bug #328163). + + 17 Jul 2010; Pawel Hajdan jr cdrtools-3.00.ebuild: + x86 stable wrt bug #328163 + + 13 Jul 2010; Markos Chandras cdrtools-3.00.ebuild: + Stable on amd64 wrt bug #328163 + +*cdrtools-3.00 (07 Jun 2010) + + 07 Jun 2010; Daniel Pielmeier + -cdrtools-2.01.01_alpha78.ebuild, -cdrtools-2.01.01_alpha79.ebuild, + +cdrtools-3.00.ebuild: + Version bump. Remove old. + + 18 May 2010; Daniel Pielmeier + cdrtools-2.01.01_alpha75.ebuild, cdrtools-2.01.01_alpha78.ebuild: + Backport as-needed fix to older versions. + +*cdrtools-2.01.01_alpha79 (18 May 2010) + + 18 May 2010; Daniel Pielmeier + -cdrtools-2.01.01_alpha57-r1.ebuild, -cdrtools-2.01.01_alpha77.ebuild, + +cdrtools-2.01.01_alpha79.ebuild, + -files/cdrtools-2.01.01_alpha34-asneeded.patch, + -files/cdrtools-2.01.01_alpha50-asneeded.patch, + -files/cdrtools-2.01.01a03-warnings.patch: + Version bump. This also fixes bug #289110. Remove old. + + 16 May 2010; Raúl Porcel + cdrtools-2.01.01_alpha75.ebuild: + alpha/arm/ia64/s390/sh/sparc stable wrt #308245 + + 27 Apr 2010; Daniel Pielmeier + cdrtools-2.01.01_alpha77.ebuild, cdrtools-2.01.01_alpha78.ebuild: + Use virtual/acl to support x86-freebsd. Thanks to Alexis Ballier on irc. + + 27 Apr 2010; Daniel Pielmeier + -cdrtools-2.01.01_alpha76.ebuild: + Remove old. + +*cdrtools-2.01.01_alpha78 (27 Apr 2010) + + 27 Apr 2010; Daniel Pielmeier + +cdrtools-2.01.01_alpha78.ebuild: + Version bump + + 25 Apr 2010; Guy Martin + cdrtools-2.01.01_alpha75.ebuild: + hppa stable, #308245 + + 18 Apr 2010; Markus Meier + cdrtools-2.01.01_alpha75.ebuild: + arm/x86 stable, bug #308245 + + 06 Apr 2010; Markos Chandras + cdrtools-2.01.01_alpha75.ebuild: + Stable on amd64 wrt bug #308245 + + 16 Mar 2010; Alexis Ballier + cdrtools-2.01.01_alpha77.ebuild: + keyword ~x86-fbsd + + 15 Mar 2010; Brent Baude + cdrtools-2.01.01_alpha75.ebuild: + stable ppc64, bug 308245 + + 15 Mar 2010; nixnut cdrtools-2.01.01_alpha75.ebuild: + ppc stable #308245 + +*cdrtools-2.01.01_alpha77 (01 Mar 2010) + + 01 Mar 2010; Daniel Pielmeier + +cdrtools-2.01.01_alpha77.ebuild: + Version bump. + +*cdrtools-2.01.01_alpha76 (17 Feb 2010) + + 17 Feb 2010; Daniel Pielmeier + -cdrtools-2.01.01_alpha74.ebuild, +cdrtools-2.01.01_alpha76.ebuild: + Version bump. Remove old. + +*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) + + 02 Feb 2010; Daniel Pielmeier + -cdrtools-2.01.01_alpha72.ebuild, +cdrtools-2.01.01_alpha74.ebuild: + Version bump. Remove old. + +*cdrtools-2.01.01_alpha73 (25 Jan 2010) + + 25 Jan 2010; Daniel Pielmeier + -cdrtools-2.01.01_alpha69.ebuild, +cdrtools-2.01.01_alpha73.ebuild: + Version bump. Remove old. + + 21 Jan 2010; Daniel Pielmeier metadata.xml: + Add myself to maintainers. + +*cdrtools-2.01.01_alpha72 (12 Jan 2010) + + 12 Jan 2010; Daniel Pielmeier + -cdrtools-2.01.01_alpha68.ebuild, +cdrtools-2.01.01_alpha72.ebuild: + Version bump. Remove old. + + 02 Dec 2009; Daniel Pielmeier + cdrtools-2.01.01_alpha69.ebuild: + Cleanup ebuild. + +*cdrtools-2.01.01_alpha69 (01 Dec 2009) + + 01 Dec 2009; Daniel Pielmeier + -cdrtools-2.01.01_alpha67-r1.ebuild, +cdrtools-2.01.01_alpha69.ebuild: + Version bump. + +*cdrtools-2.01.01_alpha68 (19 Nov 2009) + + 19 Nov 2009; Daniel Pielmeier + -cdrtools-2.01.01_alpha66.ebuild, -cdrtools-2.01.01_alpha67.ebuild, + +cdrtools-2.01.01_alpha68.ebuild: + Version bump. Remove old. + + 14 Nov 2009; Daniel Pielmeier + cdrtools-2.01.01_alpha67-r1.ebuild: + Replace slashes as separator in sed expressions as $(tc-getCC) or + $(tc-getCXX) can return a full path which contains slashes. + +*cdrtools-2.01.01_alpha67-r1 (04 Nov 2009) + + 04 Nov 2009; Pielmeier Daniel + +cdrtools-2.01.01_alpha67-r1.ebuild: + Also use LINKMODE in src_install. This should fix bug #289110. + +*cdrtools-2.01.01_alpha67 (04 Nov 2009) + + 04 Nov 2009; Pielmeier Daniel + -cdrtools-2.01.01_alpha65.ebuild, +cdrtools-2.01.01_alpha67.ebuild: + Version bump. Fix comment position. Remove old. + +*cdrtools-2.01.01_alpha66 (13 Oct 2009) + + 13 Oct 2009; Pielmeier Daniel + -cdrtools-2.01.01_alpha64.ebuild, +cdrtools-2.01.01_alpha66.ebuild: + Version bump. Fixes bug #243528. Use LINKMODE switch to force dynamic + linking to save one sed line. Remove old. + +*cdrtools-2.01.01_alpha65 (16 Sep 2009) + + 16 Sep 2009; Pielmeier Daniel + -cdrtools-2.01.01_alpha34.ebuild, -cdrtools-2.01.01_alpha51.ebuild, + -cdrtools-2.01.01_alpha60.ebuild, -cdrtools-2.01.01_alpha61.ebuild, + +cdrtools-2.01.01_alpha65.ebuild: + Version bump. Remove old. Defuse some comments and remove useless einfo + message. + +*cdrtools-2.01.01_alpha64 (04 Sep 2009) + + 04 Sep 2009; Pielmeier Daniel + cdrtools-2.01.01_alpha34.ebuild, cdrtools-2.01.01_alpha51.ebuild, + +cdrtools-2.01.01_alpha64.ebuild: + Version bump. Quiet down repoman a bit. + +*cdrtools-2.01.01_alpha61 (11 Jul 2009) + + 11 Jul 2009; Pielmeier Daniel + -cdrtools-2.01.01_alpha53.ebuild, -cdrtools-2.01.01_alpha59.ebuild, + +cdrtools-2.01.01_alpha61.ebuild: + Version bump. Remove some older testing versions. + + 11 Jun 2009; Jeroen Roovers + cdrtools-2.01.01_alpha57-r1.ebuild: + Stable for HPPA (bug #267933). + + 28 May 2009; Samuli Suominen + cdrtools-2.01.01_alpha34.ebuild, cdrtools-2.01.01_alpha51.ebuild, + cdrtools-2.01.01_alpha53.ebuild, cdrtools-2.01.01_alpha57-r1.ebuild, + cdrtools-2.01.01_alpha59.ebuild, cdrtools-2.01.01_alpha60.ebuild: + Remove PROVIDE for old style virtual. + +*cdrtools-2.01.01_alpha60 (21 May 2009) + + 21 May 2009; Peter Alfredsen + +cdrtools-2.01.01_alpha60.ebuild: + Bump + + 20 May 2009; nixnut + cdrtools-2.01.01_alpha57-r1.ebuild: + ppc stable #267933 + + 15 May 2009; Raúl Porcel + cdrtools-2.01.01_alpha57-r1.ebuild: + arm/ia64/s390/sh/sparc stable wrt #267933 + + 03 May 2009; Tobias Klausmann + cdrtools-2.01.01_alpha57-r1.ebuild: + Stable on alpha, bug #267933 + + 03 May 2009; Markus Meier + cdrtools-2.01.01_alpha57-r1.ebuild: + amd64/x86 stable, bug #267933 + + 03 May 2009; Brent Baude + cdrtools-2.01.01_alpha57-r1.ebuild: + Marking cdrtools-2.01.01_alpha57-r1 ppc64 for bug 267933 + + 30 Apr 2009; Peter Alfredsen + files/cdrtools-2.01.01_alpha50-asneeded.patch: + Fix as-needed patch to not link against libacl unconditionally, bug + 265159. Thanks to Michał Górny . + +*cdrtools-2.01.01_alpha59 (30 Apr 2009) + + 30 Apr 2009; Peter Alfredsen + +cdrtools-2.01.01_alpha59.ebuild: + Bump + +*cdrtools-2.01.01_alpha57-r1 (02 Feb 2009) + + 02 Feb 2009; Peter Alfredsen + -cdrtools-2.01.01_alpha57.ebuild, +cdrtools-2.01.01_alpha57-r1.ebuild: + Fix etc installation prefix. Thanks to billie for the report. + +*cdrtools-2.01.01_alpha57 (01 Feb 2009) + + 01 Feb 2009; Peter Alfredsen + -cdrtools-2.01.01_alpha41.ebuild, -cdrtools-2.01.01_alpha42.ebuild, + -cdrtools-2.01.01_alpha50-r3.ebuild, -cdrtools-2.01.01_alpha52.ebuild, + +cdrtools-2.01.01_alpha57.ebuild: + Bump, fix bug 253229. Also fix bug 198779, acl automagic dependency. + + 15 Nov 2008; Guy Martin + cdrtools-2.01.01_alpha51.ebuild: + hppa stable, #245275 + + 13 Nov 2008; Brent Baude + cdrtools-2.01.01_alpha51.ebuild: + stable ppc64, bug 245275 + + 09 Nov 2008; Raúl Porcel + cdrtools-2.01.01_alpha51.ebuild: + ia64/sparc stable wrt #245275 + + 09 Nov 2008; Tobias Klausmann + cdrtools-2.01.01_alpha51.ebuild: + Stable on alpha, bug #245275 + + 08 Nov 2008; nixnut cdrtools-2.01.01_alpha51.ebuild: + Stable on ppc wrt bug 245275 + + 05 Nov 2008; Markus Meier + cdrtools-2.01.01_alpha51.ebuild: + amd64/x86 stable, bug #245275 + +*cdrtools-2.01.01_alpha53 (02 Nov 2008) + + 02 Nov 2008; Peter Alfredsen + +cdrtools-2.01.01_alpha53.ebuild: + Bump, bug 244951. + +*cdrtools-2.01.01_alpha52 (28 Oct 2008) + + 28 Oct 2008; Peter Alfredsen + +cdrtools-2.01.01_alpha52.ebuild: + Bump, bug 243980. + +*cdrtools-2.01.01_alpha51 (12 Oct 2008) + + 12 Oct 2008; Peter Alfredsen + +cdrtools-2.01.01_alpha51.ebuild: + Bump. Bug 241522. Thanks to Daniel Piedmeyer + +*cdrtools-2.01.01_alpha50-r3 (01 Oct 2008) + + 01 Oct 2008; Peter Alfredsen + -cdrtools-2.01.01_alpha50-r2.ebuild, +cdrtools-2.01.01_alpha50-r3.ebuild: + If not built with -j1, "sometimes" cdda2wav will not be built, make will + complete anyway. Nasty bug. + +*cdrtools-2.01.01_alpha50-r2 (30 Sep 2008) + + 30 Sep 2008; Peter Alfredsen + -cdrtools-2.01.01_alpha50-r1.ebuild, +cdrtools-2.01.01_alpha50-r2.ebuild: + A last bug, discovered by daniel pielmeyer (again :-)). Fix to make + cdrtools install its configuration files in /etc, not /usr/etc. + +*cdrtools-2.01.01_alpha50-r1 (28 Sep 2008) + + 28 Sep 2008; Peter Alfredsen + -cdrtools-2.01.01_alpha50.ebuild, +cdrtools-2.01.01_alpha50-r1.ebuild: + Fix manpages and docs not being installed to the right place. Fixup + mulilib sed. Sincerest thanks to Daniel Pielmeyer (billie on IRC) + daniel.pielmeier@googlemail.com for noticing these things and proposing + solutions. + + 28 Sep 2008; Peter Alfredsen + cdrtools-2.01.01_alpha50.ebuild: + I'm told the parallel-make bug is not there. Dropping -j1 and waiting for + a bug report. + + 28 Sep 2008; Peter Alfredsen + cdrtools-2.01.01_alpha50.ebuild: + Restrict to -j1, parallel make may fail. :-( + +*cdrtools-2.01.01_alpha50 (27 Sep 2008) + + 27 Sep 2008; Peter Alfredsen + +files/cdrtools-2.01.01_alpha50-asneeded.patch, + +cdrtools-2.01.01_alpha50.ebuild: + Bump, fixing bug #230940 and bug #234537. Major rewrite to take advantage + of built-in make system. + +*cdrtools-2.01.01_alpha42 (06 Jul 2008) + + 06 Jul 2008; Christian Faulhammer + -cdrtools-2.01.01_alpha40.ebuild, +cdrtools-2.01.01_alpha42.ebuild: + version bump and clean up + +*cdrtools-2.01.01_alpha41 (16 Jun 2008) + + 16 Jun 2008; Samuli Suominen + +cdrtools-2.01.01_alpha41.ebuild: + Version bump. + + 06 Jun 2008; Christian Faulhammer + -cdrtools-2.01-r1.ebuild: + clean up + +*cdrtools-2.01.01_alpha40 (06 Jun 2008) + + 06 Jun 2008; Christian Faulhammer + +cdrtools-2.01.01_alpha40.ebuild: + version bump, fixing bug 224449 + +*cdrtools-2.01.01_alpha39 (16 May 2008) + + 16 May 2008; Steve Dibb + +cdrtools-2.01.01_alpha39.ebuild: + Version bump, bug 220327 + +*cdrtools-2.01.01_alpha38 (18 Apr 2008) + + 18 Apr 2008; Steve Dibb + +cdrtools-2.01.01_alpha38.ebuild: + Version bump, bug 213122 + + 27 Jan 2008; Lars Weiler + -cdrtools-2.01.01_alpha25.ebuild: + Cleanup. + +*cdrtools-2.01.01_alpha37 (27 Jan 2008) + + 27 Jan 2008; Lars Weiler + -cdrtools-2.01.01_alpha36.ebuild, +cdrtools-2.01.01_alpha37.ebuild: + Version bump; bug #205794. + + 25 Jan 2008; Fabian Groffen cdrtools-2.01-r1.ebuild, + cdrtools-2.01.01_alpha25.ebuild, cdrtools-2.01.01_alpha34.ebuild, + cdrtools-2.01.01_alpha36.ebuild, cdrtools-2.01.01_alpha36-r1.ebuild: + Dropped ppc-macos keyword, see you in prefix + + 11 Jan 2008; Mike Frysinger + cdrtools-2.01.01_alpha34.ebuild, cdrtools-2.01.01_alpha36.ebuild, + cdrtools-2.01.01_alpha36-r1.ebuild: + Cleanup old rules, add in s390x, and make sure we catch future additions + automatically. + +*cdrtools-2.01.01_alpha36-r1 (05 Jan 2008) + + 05 Jan 2008; Steve Dibb + +cdrtools-2.01.01_alpha36-r1.ebuild: + Add dependency for sys-apps/acl, bug 198779 + + 14 Nov 2007; Jeroen Roovers + cdrtools-2.01.01_alpha34.ebuild: + Stable for HPPA (bug #197665). + +*cdrtools-2.01.01_alpha36 (11 Nov 2007) + + 11 Nov 2007; Lars Weiler + -files/cdrtools-2.01.01a03-rezero.patch, + -files/cdrtools-2.01a27-writemode.patch, -cdrtools-2.01.01_alpha32.ebuild, + +cdrtools-2.01.01_alpha36.ebuild: + Version bump; bug #193544. Cleaned out old version. + + 10 Nov 2007; Samuli Suominen + cdrtools-2.01.01_alpha34.ebuild: + amd64 stable wrt #197665, thanks to Kenneth Prugh for testing. + + 07 Nov 2007; Raúl Porcel + cdrtools-2.01.01_alpha34.ebuild: + alpha stable wrt #197665, thanks to Tobias Klausmann + + 06 Nov 2007; Markus Rothe + cdrtools-2.01.01_alpha34.ebuild: + Stable on ppc64; bug #197665 + + 03 Nov 2007; Raúl Porcel + cdrtools-2.01.01_alpha34.ebuild: + ia64 stable wrt #197665 + + 02 Nov 2007; Lars Weiler + cdrtools-2.01.01_alpha34.ebuild: + stable ppc, bug #197665 + + 01 Nov 2007; Ferris McCormick + cdrtools-2.01.01_alpha34.ebuild: + Stable for sparc, Bug #197665 + + 31 Oct 2007; Dawid Węgliński + cdrtools-2.01.01_alpha34.ebuild: + Stable on x86 (bug #197665) + + 28 Aug 2007; Samuli Suominen + +files/cdrtools-2.01.01_alpha34-asneeded.patch, + cdrtools-2.01.01_alpha34.ebuild: + Fix building with -Wl,--as-needed, bug 190180. + +*cdrtools-2.01.01_alpha34 (24 Aug 2007) + + 24 Aug 2007; Lars Weiler + +cdrtools-2.01.01_alpha34.ebuild: + Version bump with dynamic linking; thanks to Sebastian in bug #189981. + + 04 Aug 2007; Lars Weiler + -cdrtools-2.01.01_alpha10.ebuild, -cdrtools-2.01.01_alpha27.ebuild, + -cdrtools-2.01.01_alpha30.ebuild: + Cleanup. + +*cdrtools-2.01.01_alpha32 (30 Jul 2007) + + 30 Jul 2007; Lars Weiler + +cdrtools-2.01.01_alpha32.ebuild: + Version bump. Now with >4GB-support. + +*cdrtools-2.01.01_alpha30 (10 Jul 2007) + + 10 Jul 2007; Lars Weiler + -cdrtools-2.01.01_alpha29.ebuild, +cdrtools-2.01.01_alpha30.ebuild: + Version bump. + +*cdrtools-2.01.01_alpha29 (10 Jul 2007) + + 10 Jul 2007; Lars Weiler + +cdrtools-2.01.01_alpha29.ebuild: + Version bump. Removed unicode-patch from ebuild as mkisofs now supports + unicode. + + 03 Jul 2007; Raúl Porcel + cdrtools-2.01.01_alpha25.ebuild: + alpha stable wrt #177472 + + 02 Jun 2007; Lars Weiler +files/mkisofs-iconv-25.patch, + cdrtools-2.01.01_alpha25.ebuild, cdrtools-2.01.01_alpha27.ebuild: + Re-added the mkisofs-unicode-patch from bug #178856. + +*cdrtools-2.01.01_alpha27 (02 Jun 2007) + + 02 Jun 2007; Lars Weiler -files/mkisofs-iconv-10.patch, + -files/mkisofs-iconv-18.patch, cdrtools-2.01.01_alpha25.ebuild, + +cdrtools-2.01.01_alpha27.ebuild: + Version bump. Minor fixes. + + 20 May 2007; Joseph Jezak + cdrtools-2.01.01_alpha25.ebuild: + Marked ppc stable for bug #177472. + + 16 May 2007; Jeroen Roovers + cdrtools-2.01.01_alpha25.ebuild: + Stable for HPPA (bug #177472). + + 16 May 2007; Daniel Gryniewicz + cdrtools-2.01.01_alpha25.ebuild: + Marked stable on amd64 for bug #177472 + + 15 May 2007; Gustavo Zacarias + cdrtools-2.01.01_alpha25.ebuild: + Stable on sparc wrt #177472 + + 13 May 2007; Raúl Porcel + cdrtools-2.01.01_alpha25.ebuild: + ia64 + x86 stable wrt bug 177472 + + 13 May 2007; Markus Rothe + cdrtools-2.01.01_alpha25.ebuild: + Stable on ppc64; bug #177472 + + 13 May 2007; Joshua Kinard + cdrtools-2.01.01_alpha25.ebuild: + Added ~mips to KEYWORDS. + +*cdrtools-2.01.01_alpha26 (12 May 2007) + + 12 May 2007; Lars Weiler + +cdrtools-2.01.01_alpha26.ebuild: + Version bump; bug #176823. + + 12 May 2007; Lars Weiler -cdrtools-2.01-r3.ebuild: + Removing old version which was stable for m68k, but as no m68k-arch-alias + exists, I can't ask for new stabilisations. + +*cdrtools-2.01.01_alpha25 (10 Apr 2007) + + 10 Apr 2007; Lars Weiler + -cdrtools-2.01.01_alpha11.ebuild, -cdrtools-2.01.01_alpha18.ebuild, + -cdrtools-2.01.01_alpha20.ebuild, -cdrtools-2.01.01_alpha23.ebuild, + +cdrtools-2.01.01_alpha25.ebuild: + Version bump and cleanup. + + 01 Mar 2007; cdrtools-2.01-r1.ebuild, + cdrtools-2.01.01_alpha10.ebuild, cdrtools-2.01.01_alpha11.ebuild, + cdrtools-2.01.01_alpha18.ebuild, cdrtools-2.01.01_alpha20.ebuild, + cdrtools-2.01.01_alpha23.ebuild: + Dropped ppc-macos keyword, see you in prefix + +*cdrtools-2.01.01_alpha23 (28 Feb 2007) + + 28 Feb 2007; Lars Weiler + +cdrtools-2.01.01_alpha23.ebuild: + Version bump; removed gnuconfig.eclass functions from bug #160174. + +*cdrtools-2.01.01_alpha20 (12 Nov 2006) + + 12 Nov 2006; Lars Weiler + +cdrtools-2.01.01_alpha20.ebuild: + Version bump. + + 11 Nov 2006; Lars Weiler cdrtools-2.01-r1.ebuild, + cdrtools-2.01-r3.ebuild, cdrtools-2.01.01_alpha10.ebuild, + cdrtools-2.01.01_alpha11.ebuild, cdrtools-2.01.01_alpha18.ebuild: + Added installation of missing documents; bug #154032. + + 28 Oct 2006; Lars Weiler files/mkisofs-iconv-18.patch, + cdrtools-2.01.01_alpha18.ebuild: + Fixed the patch and installation of header-files. + +*cdrtools-2.01.01_alpha18 (28 Oct 2006) + + 28 Oct 2006; Lars Weiler + +files/cdrtools-2.01.01a18-rezero.patch, +files/mkisofs-iconv-18.patch, + +cdrtools-2.01.01_alpha18.ebuild: + Version bump. + + 28 Oct 2006; Lars Weiler + -cdrtools-2.01.01_alpha07.ebuild, -cdrtools-2.01.01_alpha08.ebuild: + Cleanup. + + 28 Oct 2006; Lars Weiler +files/mkisofs-iconv-11.patch, + cdrtools-2.01.01_alpha10.ebuild, cdrtools-2.01.01_alpha11.ebuild: + Added proper unicode-handling for mkisofs. Thanks to Kim Seongcheol in bug + #129759 who created the patch. + + 05 Sep 2006; Luis Medinas ChangeLog: + Add a blocker for app-cdr/cdrkit. + +*cdrtools-2.01.01_alpha08 (05 Sep 2006) + + 05 Sep 2006; Lars Weiler + +cdrtools-2.01.01_alpha08.ebuild: + Add this old version, because it's the last GPL-version. + +*cdrtools-2.01.01_alpha11 (20 Jul 2006) + + 20 Jul 2006; Lars Weiler + -cdrtools-2.01.01_alpha01-r2.ebuild, +cdrtools-2.01.01_alpha11.ebuild: + Version bump; bug #140344. + + 12 Jul 2006; Aron Griffis + cdrtools-2.01.01_alpha10.ebuild: + Mark 2.01.01_alpha10 stable on ia64 + + 08 Jul 2006; Thomas Cort + cdrtools-2.01.01_alpha10.ebuild: + Stable on alpha wrt Bug #138932. + + 05 Jul 2006; Joshua Jackson + cdrtools-2.01.01_alpha10.ebuild: + Stable x86; bug #138932 + + 04 Jul 2006; Markus Rothe + cdrtools-2.01.01_alpha10.ebuild: + Stable on ppc64; bug #138932 + + 03 Jul 2006; Gustavo Zacarias + cdrtools-2.01.01_alpha10.ebuild: + Stable on hppa and sparc wrt #138932 + + 03 Jul 2006; Luis Medinas + cdrtools-2.01.01_alpha10.ebuild: + Stable on amd64. Bug #138932. + + 03 Jul 2006; Lars Weiler + cdrtools-2.01.01_alpha10.ebuild: + Stable on ppc; bug #138932. + + 30 Jun 2006; Gustavo Zacarias + cdrtools-2.01.01_alpha07.ebuild: + Stable on hppa + + 06 Jun 2006; Lars Weiler + files/digest-cdrtools-2.01.01_alpha10, Manifest: + New Digest due to file-change after announcement; bug #135709. + +*cdrtools-2.01.01_alpha10 (05 Jun 2006) + + 05 Jun 2006; Lars Weiler + -cdrtools-2.01.01_alpha09.ebuild, +cdrtools-2.01.01_alpha10.ebuild: + Version bump. Contains upstream-workaround for kernel-issue with writing as + user. + + 21 May 2006; Markus Rothe + cdrtools-2.01.01_alpha01-r2.ebuild, cdrtools-2.01.01_alpha07.ebuild, + cdrtools-2.01.01_alpha09.ebuild: + Added ~ppc64 + +*cdrtools-2.01.01_alpha09 (15 May 2006) + + 15 May 2006; Lars Weiler + +cdrtools-2.01.01_alpha09.ebuild: + Version bump. You can record DVDs with cdrecord now. Be aware of the + license-change. Probably there are some issues with burning as user; this + needs some investigation. + + 23 Apr 2006; Thomas Cort + cdrtools-2.01.01_alpha07.ebuild: + Added ~alpha keyword wrt Bug #117451. + + 22 Apr 2006; cdrtools-2.01.01_alpha07.ebuild: + Stable on amd64. + + 11 Apr 2006; Lars Weiler + cdrtools-2.01.01_alpha07.ebuild: + Stable on sparc. + + 10 Apr 2006; Lars Weiler + cdrtools-2.01.01_alpha07.ebuild: + Stable on ppc and x86. + + 11 Mar 2006; Lars Weiler ChangeLog, + +cdrtools-2.01.01_alpha01-r2.ebuild: + Recovered previous version. + + 11 Mar 2006; Lars Weiler + cdrtools-2.01.01_alpha07.ebuild: + Remove on-the-fly-crypt as the patch does not apply any more. + +*cdrtools-2.01.01_alpha07 (11 Mar 2006) + + 11 Mar 2006; Lars Weiler + -cdrtools-2.01.01_alpha01-r2.ebuild, -cdrtools-2.01.01_alpha03-r2.ebuild, + +cdrtools-2.01.01_alpha07.ebuild: + Version bump. + + 12 Oct 2005; Lars Weiler cdrtools-2.01-r3.ebuild, + cdrtools-2.01.01_alpha01-r2.ebuild, cdrtools-2.01.01_alpha03-r2.ebuild: + Added cryptsetup-luks as another dependency beside cryptsetup for + on-the-fly-encryption. + + 01 Oct 2005; Luis Medinas + cdrtools-2.01.01_alpha01-r2.ebuild, cdrtools-2.01.01_alpha03-r2.ebuild: + Added a better fix for unicode on x86 thanks to Harald Van Dijk + . + +*cdrtools-2.01.01_alpha03-r2 (22 Aug 2005) + + 22 Aug 2005; Luis Medinas + -files/cdrtools-2.01a32-scan.patch, + +files/cdrtools-2.01.01a01-scanbus.patch, + -cdrtools-2.01.01_alpha03.ebuild, -cdrtools-2.01.01_alpha03-r1.ebuild, + +cdrtools-2.01.01_alpha03-r2.ebuild: + Removed problematic revisions of cdrtools-2.01.01_alpha03. Removed CFLAGS + for x86 that fix bug #102878. Added a patch that fix -scanbus. + +*cdrtools-2.01.01_alpha03-r1 (21 Aug 2005) + + 21 Aug 2005; Luis Medinas + +files/cdrtools-2.01.01a03-rezero.patch, + +files/cdrtools-2.01.01a03-warnings.patch, + +files/cdrtools-2.01a27-writemode.patch, + +cdrtools-2.01.01_alpha03-r1.ebuild: + Added a few patches to fix cdrecord problems when users needs to burn + cd/dvd. Fixes bug #102940. + + 18 Aug 2005; Lars Weiler + cdrtools-2.01.01_alpha03.ebuild: + Take out the iconv-patch for mkisofs, as it fails on the current version. + +*cdrtools-2.01.01_alpha03 (17 Aug 2005) + + 17 Aug 2005; Luis Medinas + +files/cdrtools-2.01a32-scan.patch, +cdrtools-2.01.01_alpha03.ebuild: + New cdrtools development version. Added a patch for scsi scanning. + + 07 Aug 2005; Lars Weiler + cdrtools-2.01.01_alpha01-r2.ebuild: + Change text output to unicode if requested; Bug 99681. + + 06 Jun 2005; Markus Rothe cdrtools-2.01-r3.ebuild: + Stable on ppc64; bug #83684 + + 06 Jun 2005; Lars Weiler cdrtools-2.01-r3.ebuild, + cdrtools-2.01.01_alpha01-r2.ebuild: + Renamed the 'crypt' USE-flag into 'on-the-fly-crypt' so that livecds + with catalyst could be built, even when crypt is enabled. Otherwise it would + fail with an unconfigured kernel error. Now the remaining architectures, + which can't build the dependent cryptsetup can mask that single USE-flag and + step forward with a newer version. + + 31 May 2005; Lars Weiler + cdrtools-2.01.01_alpha01-r2.ebuild: + Fixed docs; bug #94595. + +*cdrtools-2.01.01_alpha01-r2 (30 May 2005) +*cdrtools-2.01-r3 (30 May 2005) + + 30 May 2005; Lars Weiler +cdrtools-2.01-r1.ebuild, + +cdrtools-2.01-r3.ebuild, +cdrtools-2.01.01_alpha01-r2.ebuild: + Version bump due to security bug #86649. + + 30 May 2005; Lars Weiler cdrtools-2.01.ebuild: + Changed to toolchain-funcs; bug #92745. + + 07 May 2005; Lars Weiler + files/cdrtools-2.01-scsi-remote.patch: + Changed to tell about the security problem in bug #86649. + + 12 Apr 2005; Gustavo Zacarias + cdrtools-2.01-r2.ebuild: + Stable on sparc + + 04 Apr 2005; Lars Weiler cdrtools-2.01.ebuild, + cdrtools-2.01-r2.ebuild, cdrtools-2.01.01_alpha01-r1.ebuild: + Changed homepage; bug #87871 + + 31 Mar 2005; cdrtools-2.01-r2.ebuild: + stable on amd64 + + 29 Mar 2005; Jeremy Huddleston + cdrtools-2.01-r2.ebuild, cdrtools-2.01.01_alpha01-r1.ebuild: + Switch to toolchain-funcs from gcc.eclass to use proper toolchain compiler. + + 22 Mar 2005; Gustavo Zacarias cdrtools-2.01-r2.ebuild: + Keyworded ~sparc + + 18 Mar 2005; Lars Weiler cdrtools-2.01-r2.ebuild: + Stable on x86 and ppc. + + 02 Mar 2005; Lars Weiler cdrtools-2.01-r2.ebuild, + cdrtools-2.01.01_alpha01-r1.ebuild: + Take out that arches which don't support sys-fs/cryptsetup in favour of not + breaking the tree. + +*cdrtools-2.01.01_alpha01-r1 (01 Mar 2005) + + 01 Mar 2005; Lars Weiler +files/mkisofs-iconv-10.patch, + -cdrtools-2.01-r1.ebuild, +cdrtools-2.01-r2.ebuild, + +cdrtools-2.01.01_alpha01-r1.ebuild, -cdrtools-2.01.01_alpha01.ebuild: + Applied patch for unicode support; see Bug #28369. + +*cdrtools-2.01-r1 (08 Jan 2005) + + 08 Jan 2005; Lars Weiler +cdrtools-2.01-r1.ebuild: + Added support for on-the-fly encryption for cdrecord. See bug #71245. + + 02 Jan 2005; Ciaran McCreesh : + Change encoding to UTF-8 for GLEP 31 compliance + +*cdrtools-2.01.01_alpha01 (03 Dec 2004) + + 03 Dec 2004; Lars Weiler + +cdrtools-2.01.01_alpha01.ebuild: + New release with updates. Especially amd64 support should be improved. + Plextor GigaRec Feature added. + + 14 Nov 2004; Hardave Riar cdrtools-2.01.ebuild: + Added mips64 symlink. + + 27 Oct 2004; Kito cdrtools-2.01.ebuild: + added ~ppc-macos closes bug 58717 + + 13 Oct 2004; Lars Weiler + -files/cdrtools-2.01-kernel25-support.patch, + -cdrtools-2.01_alpha28-r1.ebuild, -cdrtools-2.01_alpha28-r2.ebuild, + -cdrtools-2.01_alpha37-r1.ebuild: + Keep your portage clean. + + 13 Oct 2004; Lars Weiler metadata.xml: + Package is now member of the media-optical herd. + + 09 Oct 2004; Tom Gall cdrtools-2.01.ebuild: + stable on ppc64, bug #63187 + + 06 Oct 2004; Lars Weiler cdrtools-2.01.ebuild: + Added !app-cdr/dvdrtools to the dependencies. Resolves bug #66516. + + 18 Sep 2004; Joshua Kinard cdrtools-2.01.ebuild: + Marked stable on mips. + + 17 Sep 2004; Bryan Østergaard cdrtools-2.01.ebuild: + Stable on alpha. + + 14 Sep 2004; Guy Martin cdrtools-2.01.ebuild: + Stable on hppa. + + 14 Sep 2004; Lars Weiler -cdrtools-2.01_alpha25.ebuild, + -cdrtools-2.01_alpha37.ebuild: + Removed unneeded versions. + + 14 Sep 2004; Lars Weiler cdrtools-2.01.ebuild: + Stable on x86 and ppc (bug #63187). + + 14 Sep 2004; Gustavo Zacarias cdrtools-2.01.ebuild: + Stable on sparc wrt #63187 + +*cdrtools-2.01 (14 Sep 2004) + + 14 Sep 2004; Lars Weiler +cdrtools-2.01.ebuild: + Version bump. + +*cdrtools-2.01_alpha28-r2 (14 Sep 2004) + + 14 Sep 2004; +files/cdrtools-2.01-scsi-remote.patch, + +cdrtools-2.01_alpha28-r2.ebuild, +cdrtools-2.01_alpha37-r1.ebuild: + added scsi-remote patch to fix suid handling. Thankfully we don't install this + as suid but as good measure we add the patch from CAN-2004-0806 anyway + + 03 Sep 2004; Lars Weiler cdrtools-2.01_alpha37.ebuild: + Replaced dosed in scr_unpack with sed -i as proposed in bug #61566 + +*cdrtools-2.01_alpha37 (22 Aug 2004) + + 22 Aug 2004; Lars Weiler -cdrtools-2.01_alpha36.ebuild, + +cdrtools-2.01_alpha37.ebuild: + Version bump. This version compiles only with a kernel 2.6.8 and newer. It + does not solve the issue with 2.6.8 kernels and non-root CD writing. Added + also a statement about the different license in cdrecord.c (Bug #60883). + +*cdrtools-2.01_alpha36 (17 Aug 2004) + + 17 Aug 2004; Lars Weiler -cdrtools-2.01_alpha33.ebuild, + +cdrtools-2.01_alpha36.ebuild: + Version bump. This should close bugs 56953, 57462. But probably still errors + with kernel-2.6.8.1. + +*cdrtools-2.01_alpha33 (13 Jul 2004) + + 13 Jul 2004; Lars Weiler +cdrtools-2.01_alpha33.ebuild: + Version bump. + + 09 Jul 2004; Bryan Østergaard + cdrtools-2.01_alpha28-r1.ebuild: + Stable on alpha. + + 06 Jul 2004; Joshua Kinard + cdrtools-2.01_alpha28-r1.ebuild: + Marked stable on mips. + + 31 May 2004; Tom Gall cdrtools-2.01_alpha28-r1.ebuild: + stable on ppc64, fix bug #52335 + + 27 May 2004; Jason Wever cdrtools-2.01_alpha28-r1.ebuild: + Stable on sparc. + +*cdrtools-2.01_alpha28 (26 May 2004) + + 26 May 2004; Lars Weiler -cdrtools-2.01_alpha26.ebuild, + -cdrtools-2.01_alpha27-r1.ebuild, -cdrtools-2.01_alpha27.ebuild, + -cdrtools-2.01_alpha28.ebuild, +cdrtools-2.01_alpha28-r1.ebuild: + Solved several bugs: + - Tools will be build with optimized CFLAGS + - Missing man-pages will be installed + - Info about using dev=ATAPI: for IDE CD burners + Stable on x86 and ppc. + Cleaned up unneeded ebuilds. + + 15 May 2004; Stephen P. Becker + cdrtools-2.01_alpha25.ebuild: + Stable on mips. + + 14 May 2004; Lars Weiler : + Version bump. + +*cdrtools-2.01_alpha27-r1 (19 Apr 2004) + + 19 Apr 2004; Lars Weiler + +cdrtools-2.01_alpha27-r1.ebuild: + I removed all dvdr-patches as they break some cdr-writing (see bug #45589). + Who wants to do dvd-writing should use cdrecord-prodvd or dvd+rw-tools (or a + GUI like k3b). + + 17 Mar 2004; Lars Weiler cdrtools-2.01_alpha27.ebuild: + The dvdr-patches are now available. This ebuild could be used now. + + 11 Mar 2004; Jon Portnoy cdrtools-2.01_alpha25.ebuild : + Stable on AMD64. + +*cdrtools-2.01_alpha27 (11 Mar 2004) +*cdrtools-2.01_alpha26 (11 Mar 2004) + + 11 Mar 2004; Lars Weiler cdrtools-2.01_alpha19.ebuild, + cdrtools-2.01_alpha20.ebuild, cdrtools-2.01_alpha23.ebuild, + cdrtools-2.01_alpha25.ebuild, cdrtools-2.01_alpha26.ebuild, + cdrtools-2.01_alpha27.ebuild, files/cdrtools-2.01-fixinclude.patch: + + Delete several old ebuilds. + + From alpha25 on, cdrtools does not include /usr/src/linux/include, so the + problems with libscg should be history. + + alpha26 is currently the latest version with working dvdr-support; that's + the reason why alpha27 is package-masked. Should the dvdr-patch be + available on alpha27, we can remove the mask. + + 22 Feb 2004; Aron Griffis + cdrtools-2.01_alpha25.ebuild: + stable on alpha and ia64 + + 23 Feb 2004; Lars Weiler cdrtools-2.01_alpha16.ebuild, + cdrtools-2.01_alpha25.ebuild, files/cdrtools-2.01-fixinclude.patch: + Changed the emake to (probably) solve bug #30798. + + 09 Feb 2004; cdrtools-2.01_alpha25.ebuild: + stable on sparc + + 08 Feb 2004; Guy Martin cdrtools-2.01_alpha25.ebuild : + Marked stable on hppa. + + 07 Feb 2004; Lars Weiler cdrtools-2.01_alpha25.ebuild: + stable on x86 and ppc + + 28 Jan 2004; Aron Griffis + cdrtools-2.01_alpha23.ebuild: + stable on alpha and ia64 + + 27 Jan 2004; Lars Weiler cdrtools-2.01_alpha23.ebuild, + cdrtools-2.01_alpha25.ebuild: + Add CC=${CC} to emake, so that cross-compiling over distcc works. See bug + #39507. + + 19 Jan 2004; cdrtools-2.01_alpha23.ebuild: + stable on sparc + +*cdrtools-2.01_alpha23 (17 Jan 2004) +*cdrtools-2.01_alpha25 (17 Jan 2004) + + 17 Jan 2004; Lars Weiler cdrtools-2.01_alpha23.ebuild, + cdrtools-2.01_alpha25.ebuild: + Added the alpha25-version + Bumped the alpha23-version stable for both x86 and ppc + + 07 Jan 2004; Lars Weiler : + Version bump. New revision of Mandrake's DVD patch included. Thanks to + s.kapfinger@gmx.de for the ebuild. + + 14 Dec 2003; cdrtools-2.01_alpha20.ebuild: + stable on ia64 + +*cdrtools-2.01_alpha20 (05 Dec 2003) + + 05 Dec 2003; Lars Weiler cdrtools-2.01_alpha20.ebuild: + Version bump. + + 29 Nov 2003; Brad House cdrtools-2.01_alpha19.ebuild: + mark stable on amd64. Installs /usr/include/scsilib/scg/* needed by cdrdao + +*cdrtools-2.01_alpha19 (29 Oct 2003) + + 29 Oct 2003; Lars Weiler cdrtools-2.01_alpha19.ebuild: + Version bump. + + rscsi as described in bug 29296 will be installed now. + + 22 Oct 2003; Bartosch Pixa + cdrtools-2.01_alpha18-r1.ebuild: + set ppc in keywords + + 11 Sep 2003; Lars Weiler cdrtools-2.01_alpha18-r1.ebuild: + Corrected the patching of the DVDR-patch as described in Bug 28410. + +*cdrtools-2.01_alpha18-r1 (11 Sep 2003) + + 11 Sep 2003; Lars Weiler cdrtools-2.01_alpha18-r1.ebuild: + Usage of the new USE-flag 'dvdr' which will compile in Mandrake's DVD burner + patch for using cdrecord with serveral DVD-writers. This ebuild makes + cdrtools-dvdr obsolete. + + 18 Jul 2003; Olivier Crete cdrtools-2.01_alpha14.ebuild, + cdrtools-2.01_alpha16.ebuild: + Create config for amd64 by copying x86. Added amd64 keyword. + + 08 Jul 2003; Will Woods cdrtools-2.01_alpha16.ebuild: + Added ~alpha to KEYWORDS for the same reason as below. + + 30 Jun 2003; Jason Wever cdrtools-2.01_alpha16.ebuild: + Added ~sparc to keywords to fix cdrdao dependency borkage. + +*cdrtools-2.01_alpha18 (01 Aug 2003) + + 01 Aug 2003; Arcady Genkin : + Version bump. + +*cdrtools-2.01_alpha16 (28 Jun 2003) + + 11 Jul 2003; Guy Martin cdrtools-2.01_alpha16.ebuild : + Added hppa to KEYWORDS. + + 28 Jun 2003; Daniel Ahlberg cdrtools-2.01_alpha16.ebuild : + Version bump. Install includefiles from #23384. + +*cdrtools-1.11.33-r1 (17 May 2003) + + 17 May 2003; Daniel Ahlberg : + Security update. + +*cdrtools-1.11.39-r1 (17 May 2003) + + 17 May 2003; Daniel Ahlberg : + Security update. + + 04 Mar 2003; Arcady Genkin : + Providing virtual/cdrtools. + + 01 Mar 2003; Seemant Kulleen : + Added cdrtools-1.1.33 back in, as it is a REQUIRED dependency for xcdroast. + + 05 Feb 2003; Martin Schlemmer : + Add support for 2.5 kernel. + +*cdrtools-2.01_alpha14 (12 May 2003) + + 12 May 2003; Arcady Genkin : + Version bump. + +*cdrtools-2.01_alpha12 (30 Apr 2003) + + 30 Apr 2003; Arcady Genkin : + Version bump. + +*cdrtools-2.01_alpha11 (25 Apr 2003) + + 25 Apr 2003; Arcady Genkin : + Version bump. + +*cdrtools-2.01_alpha10 (14 Apr 2003) + + 14 Apr 2003; Arcady Genkin : + Version bump. + +*cdrtools-2.01_alpha09 (11 Apr 2003) + + 11 Apr 2003; Arcady Genkin : + Version bump. + +*cdrtools-2.01_alpha08 (02 Apr 2003) + + 11 Apr 2003; Guy Martin cdrtools-2.01_alpha08.ebuild : + Added hppa to KEYWORDS. + + 02 Apr 2003; Arcady Genkin : + Version bump. + +*cdrtools-2.01_alpha07 (27 Mar 2003) + + 27 Mar 2003; Arcady Genkin : + Version bump. + +*cdrtools-2.01_alpha05 (11 Mar 2003) + + 27 Mar 2003; Arcady Genkin : + Marked stable for x86. + + 23 Mar 2003; Lars Weiler cdrtools-2.0.ebuild, + cdrtools-2.01_alpha05.ebuild: + Set ppc in KEYWORDS + + 11 Mar 2003; Arcady Genkin : + Version bump. + + +*cdrtools-2.01_alpha04 (03 Mar 2003) + + 03 Mar 2003; Arcady Genkin : + Version bump. + +*cdrtools-2.01_alpha03 (17 Feb 2003) + + 17 Feb 2003; Arcady Genkin : + Version bump. + +*cdrtools-2.01_alpha02 (29 Jan 2003) + + 29 Jan 2003; Arcady Genkin : + Version bump. + +*cdrtools-2.01_alpha01 (21 Jan 2003) + + 21 Jan 2003; Arcady Genkin : + Version bump. + +*cdrtools-2.0 (26 Dec 2002) + + 26 Dec 2002; Arcady Genkin cdrtools-2.0.ebuild : + Version bump. Closes #12710. + +*cdrtools-2.0_preX (2 Dec 2002) + + 25 Dec 2002; Martin Holzer cdrtools-2.0_pre3.ebuild : + Changed SRC_URI. Fixes #12703. + + 17 Dec 2002; Matt Keadle cdrtools-2.0_pre3.ebuild : + Corrected SRC_URI + + 16 Dec 2002; Arcady Genkin cdrtools-2.0_pre3.ebuild : + Version bump. + + 9 Dec 2002; Arcady Genkin cdrtools-2.0_pre2.ebuild : + Version bump. + + 2 Dec 2002; Arcady Genkin cdrtools-2.0_pre1.ebuild : + Version bump. + +*cdrtools-1.11.40 (25 Nov 2002) + 25 Nov 2002; Arcady Genkin cdrtools-1.11.40.ebuild : + Version bump. + +*cdrtools-1.11.39 (28 Oct 2002) + 28 Oct 2002; Arcady Genkin cdrtools-1.11.39.ebuild : + Version bump. + +*cdrtools-1.11.38 (22 Oct 2002) + + 22 Oct 2002; Arcady Genkin cdtrools-1.11.38.ebuild : + + Version bump to 1.11a38. To quote from freshmeat.net: + + A major speedup was made with libedc (used to write raw data CDs). + Help functions have been added to libscg (SCSI transport) to list + possible low level SCSI transport layers. A patch for Linux from + Linus Torvalds was added to allow cdrecord to be used on ATAPI + drives without needing the ide-scsi driver. + + See ftp://ftp.fokus.gmd.de/pub/unix/cdrecord/alpha/AN-1.11a38. + +*cdrtools-1.11.37 (15 Oct 2002) + + 15 Oct 2002; Arcady Genkin cdtrools-1.11.37.ebuild : + + Version bump to 1.11a37. + +*cdrtools-1.11.36 (07 Oct 2002) + + 07 Oct 2002; Arcady Genkin cdtrools-1.11.36.ebuild : + + Version bump to 1.11a36. + +*cdrtools-1.11.35 (30 Sep 2002) + + 30 Sep 2002; Arcady Genkin cdtrools-1.11.35.ebuild : + + Version bump to 1.11a35. + +*cdrtools-1.11.34 (23 Sep 2002) + + 23 Sep 2002; Arcady Genkin cdtrools-1.11.34.ebuild : + + Version bump to 1.11a34. + +*cdrtools-1.11.33 (21 Sep 2002) + + 21 Sep 2002; Arcady Genkin cdtrools-1.11.33.ebuild : + + Version bump to 1.11a33. + +*cdrtools-1.11.30 (21 Aug 2002) + + 23 Aug 2002; Arcady Genkin cdtrools-1.11.30.ebuild : + + Got rid of supersed dependency. Thanks to Paul Thompson + for pointing out redundancy of it. + + 21 Aug 2002; Arcady Genkin cdtrools-1.11.30.ebuild : + + Version bump to 1.11a30. + +*cdrtools-1.11.29 (12 Ayg 2002) + + 12 Aug 2002; Seemant Kulleen cdrtools-1.11.29.ebuild : + + Version bump, and hopefully future updates will be more automatic (ie, + just renaming the ebuild). Thanks to sasquach for his bash skillz. + +*cdrtools-1.11.28 (30 Jul 2002) + + 30 Jul 2002; Arcady Genkin cdtrools-1.11.28.ebuild : + + Quick update to version 1.11a28. + +*cdrtools-1.11.27 (22 Jul 2002) + + 22 Jul 2002; Arcady Genkin cdtrools-1.11.27.ebuild : + + Quick update to version 1.11a27. + +*cdrtools-1.11.26 (10 Jul 2002) + + 15 Jul 2002; Owen Stampflee : + + Added PPC to KEYWORDS. + + 10 Jul 2002; Arcady Genkin cdtrools-1.11.26.ebuild : + + Quick update to version 1.11a26. + +*cdrtools-1.11.25 (05 Jul 2002) + + 05 Jul 2002; Seemant Kulleen cdrtools-1.11.25.ebuild + files/digest-cdrtools-1.11.25 : + + Version bump, with major upstream bugfixes. + +*cdrtools-1.11.24 (16 Jun 2002) + + 16 Jun 2002; Doug Goldstein (Cardoe) cdrtools-1.11.24.ebuild : + + Update to version 1.11a24 to fix some bugs found between 1.11a23 and xcdroast + And fixed the ebuild to 100% specs with lintool :) + +*cdrtools-1.11.23 (21 May 2002) + + 21 May 2002; Arcady Genkin cdtrools-1.11.23.ebuild : + + Quick update to version 1.11a23. + +*cdrtools-1.11.21 (16 Apr 2002) + + 16 Apr 2002; Seemant Kulleen cdtrools-1.11.21.ebuild + files/digest-cdrtools-1.11.21 + + Quick version bump. + +*cdrtools-1.11.20 (3 Mar 2002) + + 3 Mar 2002; Bruce A. Locke cdrtools-1.11.20.ebuild : + + Quick version update. + +*cdrtools-1.11.19 (27 Mar 2002) + + 27 Mar 2002; Seemant Kulleen cdrtools-1.11.19.ebuild : + + Version update. + +*cdrtools-1.11.16 (9 Mar 2002) + + 9 Mar 2002; Guido Bakker cdrtools-1.11.16.ebuild : + + Version update. diff --git a/sdk_container/src/third_party/portage-stable/app-cdr/cdrtools/Manifest b/sdk_container/src/third_party/portage-stable/app-cdr/cdrtools/Manifest new file mode 100644 index 0000000000..fd1c4c8a9e --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/app-cdr/cdrtools/Manifest @@ -0,0 +1,10 @@ +AUX cdrtools-fix-clone-uclibc.patch 2582 SHA256 e79031d3a1152792ffa62fbd860eaff639f02d966cae76527c519a60b21bd02d SHA512 23031747c1d7bc0292beb754f059381df1f1ac7851c9fdb7f296c933f3a9d7c4e52848f90ab50c459432628d74a7546752b299d74199259d84eb89ce92ae0077 WHIRLPOOL 45b81f0872378072187f2f562f0e4d07ee88e04b986cfbbfd57838e24001a67e00868bc20d09ee041300b70f8644afd8ca7dbe0158057a63238bb21fea8ddd42 +DIST cdrtools-3.01a17.tar.bz2 2061522 SHA256 3d613965b213ad83e4be0ba2535e784901839ea4d11a20a2beb6765f0eb76dfa SHA512 34a0579c536028b030cf828441ad55a705472646bc3a1ae962aad234fbe0b12c2bcb670511487c17086f5ba7643d1b8ae42a4a86bfe2940dc94f9744377daa8b WHIRLPOOL b718d559e0b36a576a42a38f84b3917891450d0bbab47b084eb1e906a396cf28ce47b79fd16565d4e0697311ee0c3d5abdd95b52ba2d7ae4e9f32d9b26bc26e1 +DIST cdrtools-3.01a24.tar.bz2 2075400 SHA256 4d9907b84f5b65dc6ca278b6202b90b8eb68652b01aa4dda978ffede8bdd4a5b SHA512 19be30de77fca00bb06fa6325149421304c1d5ff7d40a9d842496058494fcf0e798678c661ff3ae9ebc9e4c5971917f7aabfd813a6d88ff863d7e2e5f1456766 WHIRLPOOL 4533288dffef2b702eeef2a44fd702aff3e66283d5d90c810eb177ee4f1f1aa7cfd75238bf1f2a406e9b8ccaa43c7a77fb401825f8ce806e73fdc80abcc0a45a +DIST cdrtools-3.02a06.tar.bz2 2117648 SHA256 ed79ab99414352ea9305163660b52b6a82394466bae03aebdbe2150997835eb1 SHA512 31a0743e39513841e77dcaaa52d746cafc0867ba01d46d43310f89e4ef2a0759fcac2e812aa323854daaa9a5ce8627c0612b8e461072a6066c20883ebe639c0c WHIRLPOOL 6358a39ee1fd51be417d3bb21ba7b43b8ee9b6dd71c925b7a1a8bc6f402380804f761749b3c912fc9f4a3e4d49bb4988441c3348ccfcc794847be8f0444628c9 +EBUILD cdrtools-3.01_alpha17.ebuild 5122 SHA256 657c7e2eb0c074b124f934f94cbdb0280d21849aa9df68cdd9eda241d491d1c2 SHA512 f051206954a3ae51f004e47290768c0099678c124170a603e2de04e3b2625b7e10e0c963ec96289597f62df7acfd5fd6156b1624dfae3fc60cd81bc1a4c9b930 WHIRLPOOL fb32a4340117d6f02e6a23d73e33b9343b8074fc8ae0512b42d13750f894fab6ea0d6ed62af4c0a0b04b71ce2eb331f63ccdd113a47409763663f8506d11f7ab +EBUILD cdrtools-3.01_alpha24.ebuild 7871 SHA256 7a302b1f7c5fe5c80afeab874542bbec358da826404676563aec498ff4ada20e SHA512 91d115ad8dfbe7344dc1f823e079c60e99e9c7bb365636f29b76c59ae3abcf9761aa103d6f62483fb0c087b2fa8668155bb089598cedfe2db7104a375b161527 WHIRLPOOL d3505749b69979d6fb9a6db611c86b98631bbae546d290b0b4a531a21e562d4b335255514d495c11c02e5ed24b8b02d31992edb7096dac8437745e6a36361d82 +EBUILD cdrtools-3.02_alpha06.ebuild 8171 SHA256 5105afa57c00e933874bf40b852e8730926bf6604f3e1bc5c3db567676756314 SHA512 e3562adee05e5bf536dbb7ddb223c174427084ceaa9512f2a4008e34e5b26a8b3a270dcb65516aee090a3341f5d037af8d9e9ab0de2b2b53ed143034edf4b7d5 WHIRLPOOL 441319a21ab3e38439280c87382f165f8b5fd26bba84fda334bac661fcf13d386317697b66e7c3dfa34847933b34096256e232a58a1e2c867f1c6f41fd40c397 +MISC ChangeLog 5195 SHA256 2b32fc2e1de52afca41ab7826118e84465787ebe1e2d07c42b020e58e6a39066 SHA512 4847ce231500b15680eab748225afb3667f27ff0e565abc4e109cec8fea688414a716f2a9aedff5c5831da54e7b58b91a6afa182216bb1418a8b54c5bb63aa1b WHIRLPOOL 4c93027080200fc77589ece218eca81b448df53be8483fbdec06860feb835d6bc50cde73e7218a32875040c921e6f824b991df9b241128f454cae88ec26bc235 +MISC ChangeLog-2015 54810 SHA256 a24781a62f564903e5d421a02178b731f592dd3053e4465084755b87e3405fba SHA512 ebe4c18329c93d9811cfdd2f320b45337fa3840dfdd28931502c24621d9bb714334396cb75753a52a5187fbab75a6b915bac8b9497bd8ef3d323e11146e42a04 WHIRLPOOL 9b9e8ec0905e88df239fda6a25e8c9c87de026b78969488c4ee9076886308d665f39d4743f6b702486e847fccc3f2bfbe15dae2f8b362ee967d4887400957416 +MISC metadata.xml 533 SHA256 de2b429bb77ad70e4cea960e60a0c6030e2e227c74f1d51c5ef6aed451a8dc7d SHA512 ddf004043b6d96ef6ec697f2452df1df68b234e4b899c047743a8cdd971167607f91c05435bc0a7978f65e13895fecec31a20a2b2f659a696fa3e4e704e18818 WHIRLPOOL 0d599d804246578c0fd2aae8023dded4afe75114c0e296c5335b3c12992b6d85c3a0202ec90b5dcff30795bbf44f6b98cffb69af6471e55a5326b4b575c2a54c diff --git a/sdk_container/src/third_party/portage-stable/app-cdr/cdrtools/cdrtools-3.01_alpha17.ebuild b/sdk_container/src/third_party/portage-stable/app-cdr/cdrtools/cdrtools-3.01_alpha17.ebuild new file mode 100644 index 0000000000..17f064ca8b --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/app-cdr/cdrtools/cdrtools-3.01_alpha17.ebuild @@ -0,0 +1,166 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +inherit fcaps multilib eutils toolchain-funcs flag-o-matic gnuconfig + +MY_P="${P/_alpha/a}" + +DESCRIPTION="A set of tools for CD/DVD reading and recording, including cdrecord" +HOMEPAGE="http://sourceforge.net/projects/cdrtools/" +SRC_URI="mirror://sourceforge/${PN}/$([[ -z ${PV/*_alpha*} ]] && echo 'alpha')/${MY_P}.tar.bz2" + +LICENSE="GPL-2 LGPL-2.1 CDDL-Schily" +SLOT="0" +KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x86-solaris" +IUSE="acl caps nls unicode" + +RDEPEND="acl? ( virtual/acl ) + caps? ( sys-libs/libcap ) + nls? ( virtual/libintl ) + !app-cdr/cdrkit" +DEPEND="${RDEPEND} + x11-misc/makedepend + nls? ( >=sys-devel/gettext-0.18.1.1 )" + +S=${WORKDIR}/${P/_alpha[0-9][0-9]} + +FILECAPS=( + cap_sys_resource,cap_dac_override,cap_sys_admin,cap_sys_nice,cap_net_bind_service,cap_ipc_lock,cap_sys_rawio+ep usr/bin/cdrecord -- + cap_dac_override,cap_sys_admin,cap_sys_nice,cap_net_bind_service,cap_sys_rawio+ep usr/bin/cdda2wav -- + cap_dac_override,cap_sys_admin,cap_net_bind_service,cap_sys_rawio+ep usr/bin/readcd +) + +src_prepare() { + gnuconfig_update + + # Remove profiled make files. + find -name '*_p.mk' -delete + + # 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" + + # Do not install static libraries. + 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}|" \ + -e "/COPTOPT=/s/-O//" \ + -e 's/$(GCCOPTOPT)//' \ + 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 (armv4l already created) + local t + for t in armv4tl armv5tel armv7l 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" + [[ ${CHOST} == *-darwin* ]] && os="mac-os10" + + sed -i \ + -e "s:/opt/schily:/usr:g" \ + -e "s:/usr/src/linux/include::g" \ + -e "s:bin:root:g" \ + -e '/^DEFUMASK/s,002,022,g' \ + Defaults.${os} || die "sed Schily make setup" + # re DEFUMASK above: + # bug 486680: grsec TPE will block the exec if the directory is + # group-writable. This is painful with cdrtools, because it makes a bunch of + # group-writable directories during build. Change the umask on their + # creation to prevent this. +} + +# skip obsolete configure script +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 + + if ! use caps; then + CFLAGS="${CFLAGS} -DNO_LINUX_CAPS" + fi + + if ! use acl; then + CFLAGS="${CFLAGS} -DNO_ACL" + fi + + # If not built with -j1, "sometimes" cdda2wav will not be built. + emake -j1 CC="$(tc-getCC)" CPPOPTX="${CPPFLAGS}" COPTX="${CFLAGS}" \ + LDOPTX="${LDFLAGS}" \ + INS_BASE="${ED}/usr" INS_RBASE="${ED}" LINKMODE="dynamic" \ + RUNPATH="" GMAKE_NOWARN="true" +} + +src_install() { + # If not built with -j1, "sometimes" manpages are not installed. + emake -j1 CC="$(tc-getCC)" CPPOPTX="${CPPFLAGS}" COPTX="${CFLAGS}" \ + LDOPTX="${LDFLAGS}" \ + INS_BASE="${ED}/usr" INS_RBASE="${ED}" LINKMODE="dynamic" \ + RUNPATH="" GMAKE_NOWARN="true" install + + # These symlinks are for compat with cdrkit. + dosym schily /usr/include/scsilib + dosym ../scg /usr/include/schily/scg + + dodoc ABOUT Changelog* CONTRIBUTING PORTING README.linux-shm READMEs/README.linux + + cd "${S}"/cdda2wav + docinto cdda2wav + dodoc Changelog FAQ Frontends HOWTOUSE NEEDED README THANKS TODO + + cd "${S}"/mkisofs + docinto mkisofs + dodoc ChangeLog* TODO + + # Remove man pages related to the build system + rm -rvf "${ED}"/usr/share/man/man5 +} + +pkg_postinst() { + fcaps_pkg_postinst + + if [[ ${CHOST} == *-darwin* ]] ; then + einfo + einfo "Darwin/OS X use the following device names:" + einfo + einfo "CD burners: (probably) ./cdrecord dev=IOCompactDiscServices" + einfo + einfo "DVD burners: (probably) ./cdrecord dev=IODVDServices" + einfo + fi +} diff --git a/sdk_container/src/third_party/portage-stable/app-cdr/cdrtools/cdrtools-3.01_alpha24.ebuild b/sdk_container/src/third_party/portage-stable/app-cdr/cdrtools/cdrtools-3.01_alpha24.ebuild new file mode 100644 index 0000000000..1a2dcec4d8 --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/app-cdr/cdrtools/cdrtools-3.01_alpha24.ebuild @@ -0,0 +1,269 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +inherit fcaps multilib eutils toolchain-funcs flag-o-matic gnuconfig + +MY_P="${P/_alpha/a}" + +DESCRIPTION="A set of tools for CD/DVD reading and recording, including cdrecord" +HOMEPAGE="http://sourceforge.net/projects/cdrtools/" +SRC_URI="mirror://sourceforge/${PN}/$([[ -z ${PV/*_alpha*} ]] && echo 'alpha')/${MY_P}.tar.bz2" + +LICENSE="GPL-2 LGPL-2.1 CDDL-Schily" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x86-solaris" +IUSE="acl caps nls unicode" + +RDEPEND="acl? ( virtual/acl ) + caps? ( sys-libs/libcap ) + nls? ( virtual/libintl ) + !app-cdr/cdrkit" +DEPEND="${RDEPEND} + x11-misc/makedepend + nls? ( >=sys-devel/gettext-0.18.1.1 )" + +S=${WORKDIR}/${P/_alpha[0-9][0-9]} + +FILECAPS=( + cap_sys_resource,cap_dac_override,cap_sys_admin,cap_sys_nice,cap_net_bind_service,cap_ipc_lock,cap_sys_rawio+ep usr/bin/cdrecord -- + cap_dac_override,cap_sys_admin,cap_sys_nice,cap_net_bind_service,cap_sys_rawio+ep usr/bin/cdda2wav -- + cap_dac_override,cap_sys_admin,cap_net_bind_service,cap_sys_rawio+ep usr/bin/readcd +) + +cdrtools_os() { + local os="linux" + [[ ${CHOST} == *-darwin* ]] && os="mac-os10" + [[ ${CHOST} == *-freebsd* ]] && os="freebsd" + echo "${os}" +} + +src_prepare() { + gnuconfig_update + + # Remove profiled make files. + find -name '*_p.mk' -delete + + # 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" + + # Do not install static libraries. + 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_COM_DEF=/s|gcc|${tcCC}|" \ + -e "/^CC++_COM_DEF=/s|g++|${tcCXX}|" \ + -e "/COPTOPT=/s|-O||" \ + -e 's|$(GCCOPTOPT)||' \ + cc-gcc.rul || die "sed cc-gcc.rul" + sed -i -e "s|^#\(CONFFLAGS +=\).*|\1\t-cc=${tcCC}|" \ + rules.cnf || die "sed rules.cnf" + + # Add support for arm64 + ln -sf i586-linux-cc.rul aarch64-linux-cc.rul + ln -sf i586-linux-gcc.rul aarch64-linux-gcc.rul + + # Schily make setup. + cd "${S}"/DEFAULTS + local os=$(cdrtools_os) + + sed -i \ + -e "s|^\(DEFLINKMODE=\).*|\1\tdynamic|" \ + -e "s|^\(LINUX_INCL_PATH=\).*|\1|" \ + -e "s|^\(LDPATH=\).*|\1|" \ + -e "s|^\(RUNPATH=\).*|\1|" \ + -e "s|^\(INS_BASE=\).*|\1\t${ED}/usr|" \ + -e "s|^\(INS_RBASE=\).*|\1\t${ED}|" \ + -e "s|^\(DEFINSGRP=\).*|\1\t0|" \ + -e '/^DEFUMASK/s,002,022,g' \ + Defaults.${os} || die "sed Schily make setup" + # re DEFUMASK above: + # bug 486680: grsec TPE will block the exec if the directory is + # group-writable. This is painful with cdrtools, because it makes a bunch of + # group-writable directories during build. Change the umask on their + # creation to prevent this. +} + +ac_cv_sizeof() { + cat <<-EOF >"${T}"/test.c + #include + #include + #include + #include + int main () { + static int test_array [1 - 2 * !((sizeof(TYPE)) == LEN)]; + test_array [0] = 0; + return test_array [0]; + } + EOF + + local i=1 + while [[ ${i} -lt 20 ]] ; do + if ${CC} ${CPPFLAGS} ${CFLAGS} -c "${T}"/test.c -o /dev/null -DTYPE="$1" -DLEN=$i 2>/dev/null; then + echo ${i} + return 0 + fi + : $(( i += 1 )) + done + return 1 +} + +src_configure() { + # skip obsolete configure script + if tc-is-cross-compiler ; then + # Cache known values for targets. #486680 + + tc-export CC + local var val t types=( + char "short int" int "long int" "long long" + "unsigned char" "unsigned short int" "unsigned int" + "unsigned long int" "unsigned long long" + float double "long double" size_t ssize_t ptrdiff_t + mode_t uid_t gid_t pid_t dev_t time_t wchar_t + "char *" "unsigned char *" + ) + for t in "${types[@]}" ; do + var="ac_cv_sizeof_${t// /_}" + var=${var//[*]/p} + val=$(ac_cv_sizeof "${t}") || die "could not compute ${t}" + export "${var}=${val}" + einfo "Computing sizeof(${t}) as ${val}" + done + # We don't have these types. + export ac_cv_sizeof___int64=0 + export ac_cv_sizeof_unsigned___int64=0 + export ac_cv_sizeof_major_t=${ac_cv_sizeof_dev_t} + export ac_cv_sizeof_minor_t=${ac_cv_sizeof_dev_t} + export ac_cv_sizeof_wchar=${ac_cv_sizeof_wchar_t} + + export ac_cv_type_prototypes="yes" + export ac_cv_func_mlock{,all}="yes" + export ac_cv_func_{e,f,g}cvt=$(usex elibc_glibc) + export ac_cv_func_dtoa_r="no" + export ac_cv_func_sys_siglist{,_def}="no" + export ac_cv_func_printf_{j,ll}="yes" + export ac_cv_realloc_null="yes" + export ac_cv_no_user_malloc="no" + export ac_cv_var_timezone="yes" + export ac_cv_var___progname{,_full}="yes" + export ac_cv_fnmatch_igncase="yes" + export ac_cv_file__dev_{fd_{0,1,2},null,std{err,in,out},tty,zero}="yes" + export ac_cv_file__usr_src_linux_include="no" + + case $(cdrtools_os) in + linux) + export ac_cv_func_bsd_{g,s}etpgrp="no" + export ac_cv_hard_symlinks="yes" + export ac_cv_link_nofollow="yes" + export ac_cv_access_e_ok="no" + + export ac_cv_dev_minor_noncontig="yes" + case ${ac_cv_sizeof_long_int} in + 4) export ac_cv_dev_minor_bits="32";; + 8) export ac_cv_dev_minor_bits="44";; + esac + + cat <<-EOF >"${T}"/test.c + struct { + char start[6]; + unsigned char x1:4; + unsigned char x2:4; + char end[5]; + } a = { + .start = {'S', 't', 'A', 'r', 'T', '_'}, + .x1 = 5, + .x2 = 4, + .end = {'_', 'e', 'N', 'd', 'X'}, + }; + EOF + ${CC} ${CPPFLAGS} ${CFLAGS} -c "${T}"/test.c -o "${T}"/test.o + if grep -q 'StArT_E_eNdX' "${T}"/test.o ; then + export ac_cv_c_bitfields_htol="no" + elif grep -q 'StArT_T_eNdX' "${T}"/test.o ; then + export ac_cv_c_bitfields_htol="yes" + fi + ;; + esac + fi +} + +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 + + if ! use caps; then + CFLAGS="${CFLAGS} -DNO_LINUX_CAPS" + fi + + if ! use acl; then + CFLAGS="${CFLAGS} -DNO_ACL" + fi + + # If not built with -j1, "sometimes" cdda2wav will not be built. + emake -j1 CPPOPTX="${CPPFLAGS}" COPTX="${CFLAGS}" C++OPTX="${CXXFLAGS}" \ + LDOPTX="${LDFLAGS}" GMAKE_NOWARN="true" +} + +src_install() { + # If not built with -j1, "sometimes" manpages are not installed. + emake -j1 CPPOPTX="${CPPFLAGS}" COPTX="${CFLAGS}" C++OPTX="${CXXFLAGS}" \ + LDOPTX="${LDFLAGS}" GMAKE_NOWARN="true" install + + # These symlinks are for compat with cdrkit. + dosym schily /usr/include/scsilib + dosym ../scg /usr/include/schily/scg + + dodoc ABOUT Changelog* CONTRIBUTING PORTING README.linux-shm READMEs/README.linux + + cd "${S}"/cdda2wav + docinto cdda2wav + dodoc Changelog FAQ Frontends HOWTOUSE NEEDED README THANKS TODO + + cd "${S}"/mkisofs + docinto mkisofs + dodoc ChangeLog* TODO + + # Remove man pages related to the build system + rm -rvf "${ED}"/usr/share/man/man5 +} + +pkg_postinst() { + fcaps_pkg_postinst + + if [[ ${CHOST} == *-darwin* ]] ; then + einfo + einfo "Darwin/OS X use the following device names:" + einfo + einfo "CD burners: (probably) ./cdrecord dev=IOCompactDiscServices" + einfo + einfo "DVD burners: (probably) ./cdrecord dev=IODVDServices" + einfo + fi +} diff --git a/sdk_container/src/third_party/portage-stable/app-cdr/cdrtools/cdrtools-3.02_alpha06.ebuild b/sdk_container/src/third_party/portage-stable/app-cdr/cdrtools/cdrtools-3.02_alpha06.ebuild new file mode 100644 index 0000000000..72de3d804c --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/app-cdr/cdrtools/cdrtools-3.02_alpha06.ebuild @@ -0,0 +1,271 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +inherit fcaps multilib eutils toolchain-funcs flag-o-matic gnuconfig + +MY_P="${P/_alpha/a}" + +DESCRIPTION="A set of tools for CD/DVD reading and recording, including cdrecord" +HOMEPAGE="http://sourceforge.net/projects/cdrtools/" +SRC_URI="mirror://sourceforge/${PN}/$([[ -z ${PV/*_alpha*} ]] && echo 'alpha')/${MY_P}.tar.bz2" + +LICENSE="GPL-2 LGPL-2.1 CDDL-Schily" +SLOT="0" +KEYWORDS="alpha amd64 arm ~arm64 hppa ~ia64 ~mips ~ppc ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x86-solaris" +IUSE="acl caps nls unicode" + +RDEPEND="acl? ( virtual/acl ) + caps? ( sys-libs/libcap ) + nls? ( virtual/libintl ) + !app-cdr/cdrkit" +DEPEND="${RDEPEND} + x11-misc/makedepend + nls? ( >=sys-devel/gettext-0.18.1.1 )" + +S=${WORKDIR}/${P/_alpha[0-9][0-9]} + +FILECAPS=( + cap_sys_resource,cap_dac_override,cap_sys_admin,cap_sys_nice,cap_net_bind_service,cap_ipc_lock,cap_sys_rawio+ep usr/bin/cdrecord -- + cap_dac_override,cap_sys_admin,cap_sys_nice,cap_net_bind_service,cap_sys_rawio+ep usr/bin/cdda2wav -- + cap_dac_override,cap_sys_admin,cap_net_bind_service,cap_sys_rawio+ep usr/bin/readcd +) + +cdrtools_os() { + local os="linux" + [[ ${CHOST} == *-darwin* ]] && os="mac-os10" + [[ ${CHOST} == *-freebsd* ]] && os="freebsd" + echo "${os}" +} + +src_prepare() { + gnuconfig_update + + # This fixes a clash with clone() on uclibc. Upstream isn't + # going to include this so let's try to carry it forward. + # Contact me if it needs updating. Bug #486782. + # Anthony G. Basile . + use elibc_uclibc && epatch "${FILESDIR}"/${PN}-fix-clone-uclibc.patch + + # Remove profiled make files. + find -name '*_p.mk' -delete + + # 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" + + # Do not install static libraries. + sed -i -e "s|include\t\t.*rules.lib||" \ + $(find ./ -type f -exec grep -l '^include.\+rules\.lib' '{}' '+') \ + || die "sed rules" + + # Enable verbose build. + sed -i -e '/@echo.*==>.*;/s:@echo[^;]*;:&set -x;:' \ + RULES/*.rul RULES/rules.prg RULES/rules.inc \ + || die "sed verbose 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_COM_DEF=/s|gcc|${tcCC}|" \ + -e "/^CC++_COM_DEF=/s|g++|${tcCXX}|" \ + -e "/COPTOPT=/s|-O||" \ + -e 's|$(GCCOPTOPT)||' \ + cc-gcc.rul || die "sed cc-gcc.rul" + sed -i -e "s|^#\(CONFFLAGS +=\).*|\1\t-cc=${tcCC}|" \ + rules.cnf || die "sed rules.cnf" + + # Schily make setup. + cd "${S}"/DEFAULTS + local os=$(cdrtools_os) + + sed -i \ + -e "s|^\(DEFLINKMODE=\).*|\1\tdynamic|" \ + -e "s|^\(LINUX_INCL_PATH=\).*|\1|" \ + -e "s|^\(LDPATH=\).*|\1|" \ + -e "s|^\(RUNPATH=\).*|\1|" \ + -e "s|^\(INS_BASE=\).*|\1\t${ED}/usr|" \ + -e "s|^\(INS_RBASE=\).*|\1\t${ED}|" \ + -e "s|^\(DEFINSGRP=\).*|\1\t0|" \ + -e '/^DEFUMASK/s,002,022,g' \ + Defaults.${os} || die "sed Schily make setup" + # re DEFUMASK above: + # bug 486680: grsec TPE will block the exec if the directory is + # group-writable. This is painful with cdrtools, because it makes a bunch of + # group-writable directories during build. Change the umask on their + # creation to prevent this. +} + +ac_cv_sizeof() { + cat <<-EOF >"${T}"/test.c + #include + #include + #include + #include + int main () { + static int test_array [1 - 2 * !((sizeof(TYPE)) == LEN)]; + test_array [0] = 0; + return test_array [0]; + } + EOF + + local i=1 + while [[ ${i} -lt 20 ]] ; do + if ${CC} ${CPPFLAGS} ${CFLAGS} -c "${T}"/test.c -o /dev/null -DTYPE="$1" -DLEN=$i 2>/dev/null; then + echo ${i} + return 0 + fi + : $(( i += 1 )) + done + return 1 +} + +src_configure() { + use acl || export ac_cv_header_sys_acl_h="no" + use caps || export ac_cv_lib_cap_cap_get_proc="no" + + # skip obsolete configure script + if tc-is-cross-compiler ; then + # Cache known values for targets. #486680 + + tc-export CC + local var val t types=( + char "short int" int "long int" "long long" + "unsigned char" "unsigned short int" "unsigned int" + "unsigned long int" "unsigned long long" + float double "long double" size_t ssize_t ptrdiff_t + mode_t uid_t gid_t pid_t dev_t time_t wchar_t + "char *" "unsigned char *" + ) + for t in "${types[@]}" ; do + var="ac_cv_sizeof_${t// /_}" + var=${var//[*]/p} + val=$(ac_cv_sizeof "${t}") || die "could not compute ${t}" + export "${var}=${val}" + einfo "Computing sizeof(${t}) as ${val}" + done + # We don't have these types. + export ac_cv_sizeof___int64=0 + export ac_cv_sizeof_unsigned___int64=0 + export ac_cv_sizeof_major_t=${ac_cv_sizeof_dev_t} + export ac_cv_sizeof_minor_t=${ac_cv_sizeof_dev_t} + export ac_cv_sizeof_wchar=${ac_cv_sizeof_wchar_t} + + export ac_cv_type_prototypes="yes" + export ac_cv_func_mlock{,all}="yes" + export ac_cv_func_{e,f,g}cvt=$(usex elibc_glibc) + export ac_cv_func_dtoa_r="no" + export ac_cv_func_sys_siglist{,_def}="no" + export ac_cv_func_printf_{j,ll}="yes" + export ac_cv_realloc_null="yes" + export ac_cv_no_user_malloc="no" + export ac_cv_var_timezone="yes" + export ac_cv_var___progname{,_full}="yes" + export ac_cv_fnmatch_igncase="yes" + export ac_cv_file__dev_{fd_{0,1,2},null,std{err,in,out},tty,zero}="yes" + export ac_cv_file__usr_src_linux_include="no" + + case $(cdrtools_os) in + linux) + export ac_cv_func_bsd_{g,s}etpgrp="no" + export ac_cv_hard_symlinks="yes" + export ac_cv_link_nofollow="yes" + export ac_cv_access_e_ok="no" + + export ac_cv_dev_minor_noncontig="yes" + case ${ac_cv_sizeof_long_int} in + 4) export ac_cv_dev_minor_bits="32";; + 8) export ac_cv_dev_minor_bits="44";; + esac + + cat <<-EOF >"${T}"/test.c + struct { + char start[6]; + unsigned char x1:4; + unsigned char x2:4; + char end[5]; + } a = { + .start = {'S', 't', 'A', 'r', 'T', '_'}, + .x1 = 5, + .x2 = 4, + .end = {'_', 'e', 'N', 'd', 'X'}, + }; + EOF + ${CC} ${CPPFLAGS} ${CFLAGS} -c "${T}"/test.c -o "${T}"/test.o + if grep -q 'StArT_E_eNdX' "${T}"/test.o ; then + export ac_cv_c_bitfields_htol="no" + elif grep -q 'StArT_T_eNdX' "${T}"/test.o ; then + export ac_cv_c_bitfields_htol="yes" + fi + ;; + esac + fi +} + +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 + + # If not built with -j1, "sometimes" cdda2wav will not be built. + emake -j1 CPPOPTX="${CPPFLAGS}" COPTX="${CFLAGS}" C++OPTX="${CXXFLAGS}" \ + LDOPTX="${LDFLAGS}" GMAKE_NOWARN="true" +} + +src_install() { + # If not built with -j1, "sometimes" manpages are not installed. + emake -j1 CPPOPTX="${CPPFLAGS}" COPTX="${CFLAGS}" C++OPTX="${CXXFLAGS}" \ + LDOPTX="${LDFLAGS}" GMAKE_NOWARN="true" install + + # These symlinks are for compat with cdrkit. + dosym schily /usr/include/scsilib + dosym ../scg /usr/include/schily/scg + + dodoc ABOUT Changelog* CONTRIBUTING PORTING README.linux-shm READMEs/README.linux + + cd "${S}"/cdda2wav + docinto cdda2wav + dodoc Changelog FAQ Frontends HOWTOUSE NEEDED README THANKS TODO + + cd "${S}"/mkisofs + docinto mkisofs + dodoc ChangeLog* TODO + + # Remove man pages related to the build system + rm -rvf "${ED}"/usr/share/man/man5 +} + +pkg_postinst() { + fcaps_pkg_postinst + + if [[ ${CHOST} == *-darwin* ]] ; then + einfo + einfo "Darwin/OS X use the following device names:" + einfo + einfo "CD burners: (probably) ./cdrecord dev=IOCompactDiscServices" + einfo + einfo "DVD burners: (probably) ./cdrecord dev=IODVDServices" + einfo + fi +} diff --git a/sdk_container/src/third_party/portage-stable/app-cdr/cdrtools/files/cdrtools-fix-clone-uclibc.patch b/sdk_container/src/third_party/portage-stable/app-cdr/cdrtools/files/cdrtools-fix-clone-uclibc.patch new file mode 100644 index 0000000000..9ffd28a5ba --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/app-cdr/cdrtools/files/cdrtools-fix-clone-uclibc.patch @@ -0,0 +1,69 @@ +diff -Naur cdrtools-3.02.orig/readcd/readcd.c cdrtools-3.02/readcd/readcd.c +--- cdrtools-3.02.orig/readcd/readcd.c 2016-01-24 11:15:19.000000000 -0500 ++++ cdrtools-3.02/readcd/readcd.c 2016-04-09 12:29:54.727635502 -0400 +@@ -257,7 +257,7 @@ + BOOL pifscan; + BOOL plot; + BOOL fulltoc; +-BOOL clone; ++BOOL clonetoc; + BOOL edc_corr; + BOOL noerror; + BOOL nocorr; +@@ -294,7 +294,7 @@ + error(_("\t-plot Print data suitable for gnuplot\n")); + #ifdef CLONE_WRITE + error(_("\t-fulltoc Retrieve the full TOC\n")); +- error(_("\t-clone Retrieve the full TOC and all data\n")); ++ error(_("\t-clonetoc Retrieve the full TOC and all data\n")); + error(_("\t-edc-corr Try to do user level Reed Solomon repair (experimental)\n")); + #endif + error(_("\ttimeout=# set the default SCSI command timeout to #.\n")); +@@ -320,7 +320,7 @@ + } + + /* CSTYLED */ +-char opts[] = "debug#,d+,kdebug#,kd#,timeout#,quiet,q,verbose+,v+,Verbose+,V+,x+,xd#,silent,s,help,h,version,scanbus,dev*,scgopts*,sectors*,w,c2scan,cxscan,pi8scan,pifscan,plot,fulltoc,clone,edc-corr,noerror,nocorr,notrunc,retries#,factor,f*,speed#,ts&,overhead,meshpoints#"; ++char opts[] = "debug#,d+,kdebug#,kd#,timeout#,quiet,q,verbose+,v+,Verbose+,V+,x+,xd#,silent,s,help,h,version,scanbus,dev*,scgopts*,sectors*,w,c2scan,cxscan,pi8scan,pifscan,plot,fulltoc,clonetoc,edc-corr,noerror,nocorr,notrunc,retries#,factor,f*,speed#,ts&,overhead,meshpoints#"; + + EXPORT int + main(ac, av) +@@ -397,7 +397,7 @@ + &scanbus, &dev, &scgopts, §ors, &do_write, + &c2scan, &cxscan, &pi8scan, &pifscan, + &plot, +- &fulltoc, &clone, ++ &fulltoc, &clonetoc, + &edc_corr, + &noerror, &nocorr, + ¬runc, &retries, &do_factor, &filename, +@@ -679,7 +679,7 @@ + + if (filename || sectors || c2scan || cxscan || pi8scan || pifscan || + meshpoints || fulltoc || +- clone || edc_corr) { ++ clonetoc || edc_corr) { + dorw(scgp, filename, sectors); + } else { + doit(scgp); +@@ -894,9 +894,9 @@ + if (params.name == NULL) + params.name = "/dev/null"; + read_ftoc(scgp, ¶ms, FALSE); +- } else if (clone || edc_corr) { ++ } else if (clonetoc || edc_corr) { + if (!is_mmc(scgp, NULL, NULL)) +- comerrno(EX_BAD, _("Unsupported device for clone mode.\n")); ++ comerrno(EX_BAD, _("Unsupported device for clonetoc mode.\n")); + if (!edc_corr) + noerror = TRUE; + if (retries == MAX_RETRY) +@@ -904,7 +904,7 @@ + if (params.name == NULL) + params.name = "/dev/null"; + +- if (clone) ++ if (clonetoc) + if (read_ftoc(scgp, ¶ms, TRUE) < 0) + comerrno(EX_BAD, _("Read fulltoc problems.\n")); + readcd_disk(scgp, ¶ms); diff --git a/sdk_container/src/third_party/portage-stable/app-cdr/cdrtools/metadata.xml b/sdk_container/src/third_party/portage-stable/app-cdr/cdrtools/metadata.xml new file mode 100644 index 0000000000..f049ae2e63 --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/app-cdr/cdrtools/metadata.xml @@ -0,0 +1,16 @@ + + + + + billie@gentoo.org + Daniel Pielmeier + + + + joerg.schilling@fokus.fraunhofer.de + Jörg Schilling + + cdrtools + + CD and DVD command line recording and ripping tools. + diff --git a/sdk_container/src/third_party/portage-stable/metadata/md5-cache/app-cdr/cdrtools-3.01_alpha17 b/sdk_container/src/third_party/portage-stable/metadata/md5-cache/app-cdr/cdrtools-3.01_alpha17 new file mode 100644 index 0000000000..61717c6e09 --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/metadata/md5-cache/app-cdr/cdrtools-3.01_alpha17 @@ -0,0 +1,13 @@ +DEFINED_PHASES=compile configure install postinst prepare +DEPEND=acl? ( virtual/acl ) caps? ( sys-libs/libcap ) nls? ( virtual/libintl ) !app-cdr/cdrkit x11-misc/makedepend nls? ( >=sys-devel/gettext-0.18.1.1 ) filecaps? ( sys-libs/libcap ) sys-devel/gnuconfig +DESCRIPTION=A set of tools for CD/DVD reading and recording, including cdrecord +EAPI=5 +HOMEPAGE=http://sourceforge.net/projects/cdrtools/ +IUSE=acl caps nls unicode +filecaps +KEYWORDS=alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x86-solaris +LICENSE=GPL-2 LGPL-2.1 CDDL-Schily +RDEPEND=acl? ( virtual/acl ) caps? ( sys-libs/libcap ) nls? ( virtual/libintl ) !app-cdr/cdrkit +SLOT=0 +SRC_URI=mirror://sourceforge/cdrtools/alpha/cdrtools-3.01a17.tar.bz2 +_eclasses_=eutils 9d81603248f2ba3ec59124320d123e5e fcaps 6a1091a98b1dde01cc26ab3252da1a9b flag-o-matic d270fa247153df66074f795fa42dba3e gnuconfig 3920de1188fc7bfee873515453ed1d10 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 +_md5_=d1ae0c15ae20deb18b156f9039d5b118 diff --git a/sdk_container/src/third_party/portage-stable/metadata/md5-cache/app-cdr/cdrtools-3.01_alpha24 b/sdk_container/src/third_party/portage-stable/metadata/md5-cache/app-cdr/cdrtools-3.01_alpha24 new file mode 100644 index 0000000000..50c8eb449d --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/metadata/md5-cache/app-cdr/cdrtools-3.01_alpha24 @@ -0,0 +1,13 @@ +DEFINED_PHASES=compile configure install postinst prepare +DEPEND=acl? ( virtual/acl ) caps? ( sys-libs/libcap ) nls? ( virtual/libintl ) !app-cdr/cdrkit x11-misc/makedepend nls? ( >=sys-devel/gettext-0.18.1.1 ) filecaps? ( sys-libs/libcap ) sys-devel/gnuconfig +DESCRIPTION=A set of tools for CD/DVD reading and recording, including cdrecord +EAPI=5 +HOMEPAGE=http://sourceforge.net/projects/cdrtools/ +IUSE=acl caps nls unicode +filecaps +KEYWORDS=~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x86-solaris +LICENSE=GPL-2 LGPL-2.1 CDDL-Schily +RDEPEND=acl? ( virtual/acl ) caps? ( sys-libs/libcap ) nls? ( virtual/libintl ) !app-cdr/cdrkit +SLOT=0 +SRC_URI=mirror://sourceforge/cdrtools/alpha/cdrtools-3.01a24.tar.bz2 +_eclasses_=eutils 9d81603248f2ba3ec59124320d123e5e fcaps 6a1091a98b1dde01cc26ab3252da1a9b flag-o-matic d270fa247153df66074f795fa42dba3e gnuconfig 3920de1188fc7bfee873515453ed1d10 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 +_md5_=142265122a58f308e15eeb84e7339bae diff --git a/sdk_container/src/third_party/portage-stable/metadata/md5-cache/app-cdr/cdrtools-3.02_alpha06 b/sdk_container/src/third_party/portage-stable/metadata/md5-cache/app-cdr/cdrtools-3.02_alpha06 new file mode 100644 index 0000000000..77f02e6f9a --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/metadata/md5-cache/app-cdr/cdrtools-3.02_alpha06 @@ -0,0 +1,13 @@ +DEFINED_PHASES=compile configure install postinst prepare +DEPEND=acl? ( virtual/acl ) caps? ( sys-libs/libcap ) nls? ( virtual/libintl ) !app-cdr/cdrkit x11-misc/makedepend nls? ( >=sys-devel/gettext-0.18.1.1 ) filecaps? ( sys-libs/libcap ) sys-devel/gnuconfig +DESCRIPTION=A set of tools for CD/DVD reading and recording, including cdrecord +EAPI=5 +HOMEPAGE=http://sourceforge.net/projects/cdrtools/ +IUSE=acl caps nls unicode +filecaps +KEYWORDS=alpha amd64 arm ~arm64 hppa ~ia64 ~mips ~ppc ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x86-solaris +LICENSE=GPL-2 LGPL-2.1 CDDL-Schily +RDEPEND=acl? ( virtual/acl ) caps? ( sys-libs/libcap ) nls? ( virtual/libintl ) !app-cdr/cdrkit +SLOT=0 +SRC_URI=mirror://sourceforge/cdrtools/alpha/cdrtools-3.02a06.tar.bz2 +_eclasses_=eutils 9d81603248f2ba3ec59124320d123e5e fcaps 6a1091a98b1dde01cc26ab3252da1a9b flag-o-matic d270fa247153df66074f795fa42dba3e gnuconfig 3920de1188fc7bfee873515453ed1d10 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 +_md5_=fdcf5a2bc00db72231d66aec2ed5c0a7