summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-cdr')
-rw-r--r--app-cdr/cdrdao/Manifest1
-rw-r--r--app-cdr/cdrdao/cdrdao-1.2.1-r1.ebuild62
-rw-r--r--app-cdr/cdrdao/cdrdao-1.2.2.ebuild66
-rw-r--r--app-cdr/cdrdao/files/cdrdao-1.2.1-gcc41.patch13
4 files changed, 0 insertions, 142 deletions
diff --git a/app-cdr/cdrdao/Manifest b/app-cdr/cdrdao/Manifest
index 31d273822de3..916ed4f1a941 100644
--- a/app-cdr/cdrdao/Manifest
+++ b/app-cdr/cdrdao/Manifest
@@ -1,4 +1,3 @@
-AUX cdrdao-1.2.1-gcc41.patch 421 RMD160 374d62319984001921f03d89ab22c736f874190e SHA1 702ba18a2d62c4166af051364ef46a933d3dec7d SHA256 bb546f4a8060a188afb346af0f34894d03afc29d4874f3b561a17211ffd4dbd5
AUX cdrdao-1.2.2-excl.patch 2476 RMD160 71e1b06eea119141910798a3c44dddc4a0b6436c SHA1 285e1ebc2f571851c192da758a78b7614a7a3983 SHA256 c0790bfd26336427448bdd50026aad95c119a1ee23ab8c84750fba442ba8bff3
AUX cdrdao-1.2.2-gcc43.patch 2450 RMD160 b59c8bdb0c4590cd21cefa4f2bdac059e1267122 SHA1 4dd068df0a6978e6dae8395dd07ba88b76455301 SHA256 695bc5da74689c6cc6269d73bc158835810b05b452fc55afd56e48627d596f16
AUX cdrdao-1.2.2-nonlinux.patch 380 RMD160 d58247e7faeb12b3bf416845f41aa9a77aa6d1ef SHA1 955a6e56e3264e773241d89ac0fd603ba5bcff31 SHA256 e15d0d3302272e958d8d5df705cd4146653aff2a55b5b582f04e70814cab7cd3
diff --git a/app-cdr/cdrdao/cdrdao-1.2.1-r1.ebuild b/app-cdr/cdrdao/cdrdao-1.2.1-r1.ebuild
deleted file mode 100644
index f97f4b1af145..000000000000
--- a/app-cdr/cdrdao/cdrdao-1.2.1-r1.ebuild
+++ /dev/null
@@ -1,62 +0,0 @@
-# Copyright 1999-2006 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-cdr/cdrdao/cdrdao-1.2.1-r1.ebuild,v 1.14 2006/08/02 18:36:30 gustavoz Exp $
-
-inherit flag-o-matic eutils
-
-DESCRIPTION="Burn CDs in disk-at-once mode -- with optional GUI frontend"
-HOMEPAGE="http://cdrdao.sourceforge.net/"
-SRC_URI="mirror://sourceforge/cdrdao/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 sh sparc x86"
-IUSE="gnome debug encode pccts"
-RESTRICT="strip"
-
-RDEPEND="encode? ( >=media-sound/lame-3.90 )
- gnome? ( >=dev-cpp/gtkmm-2.4
- >=dev-cpp/libgnomemm-2.6
- >=dev-cpp/libgnomecanvasmm-2.6
- >=dev-cpp/gconfmm-2.6
- >=dev-cpp/libgnomeuimm-2.6
- media-libs/libao )"
-DEPEND="pccts? ( >=dev-util/pccts-1.33.24-r1 )
- virtual/cdrtools
- ${RDEPEND}"
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
-
- epatch "${FILESDIR}"/${P}-gcc41.patch
-
- # Display better SCSI messages (advise from Bug 43003)
- cd scsilib/include
- sed -i -e 's:HAVE_SCANSTACK:NO_FRIGGING_SCANSTACK:g' xmconfig.h
- sed -i -e 's:HAVE_SCANSTACK:NO_FRIGGING_SCANSTACK:g' mconfig.h
-
- cd "${S}"/scsilib/RULES
- cp x86_64-linux-cc.rul sh4-linux-cc.rul
-}
-
-src_compile() {
- # A few CFLAGS do not work see bug #99998
- strip-flags
- append-flags "-fno-inline"
-
- econf \
- $(use_enable debug) \
- $(use_with gnome xdao) \
- $(use_with encode lame) \
- $(use_with pccts pcctsbin /usr/bin) \
- $(use_with pccts pcctsinc /usr/include/pccts) \
- --disable-dependency-tracking || die "configure failed"
-
- make || die "could not compile"
-}
-
-src_install() {
- einstall || die "could not install"
- dodoc AUTHORS CREDITS ChangeLog NEWS README*
-}
diff --git a/app-cdr/cdrdao/cdrdao-1.2.2.ebuild b/app-cdr/cdrdao/cdrdao-1.2.2.ebuild
deleted file mode 100644
index 9702370d61ef..000000000000
--- a/app-cdr/cdrdao/cdrdao-1.2.2.ebuild
+++ /dev/null
@@ -1,66 +0,0 @@
-# Copyright 1999-2008 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-cdr/cdrdao/cdrdao-1.2.2.ebuild,v 1.12 2008/10/27 05:41:50 vapier Exp $
-
-inherit flag-o-matic eutils
-
-DESCRIPTION="Burn CDs in disk-at-once mode -- with optional GUI frontend"
-HOMEPAGE="http://cdrdao.sourceforge.net/"
-SRC_URI="mirror://sourceforge/cdrdao/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm hppa ~ia64 ppc ppc64 sh sparc x86 ~x86-fbsd"
-IUSE="gnome debug encode pccts"
-RESTRICT="strip"
-
-RDEPEND="encode? ( >=media-sound/lame-3.90 )
- gnome? ( >=dev-cpp/gtkmm-2.4
- >=dev-cpp/libgnomemm-2.6
- >=dev-cpp/libgnomecanvasmm-2.6
- >=dev-cpp/gconfmm-2.6
- >=dev-cpp/libgnomeuimm-2.6
- media-libs/libao )"
-DEPEND="pccts? ( >=dev-util/pccts-1.33.24-r1 )
- virtual/cdrtools
- ${RDEPEND}"
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
-
- # FreeBSD needs this patch
- # I think the correct define should be linux, but this will maintain
- # the status quo for the time being.
- # Upstream bug #1596097
- epatch "${FILESDIR}/${P}"-nonlinux.patch
-
- # Display better SCSI messages (advise from Bug 43003)
- cd scsilib/include
- sed -i -e 's:HAVE_SCANSTACK:NO_FRIGGING_SCANSTACK:g' xmconfig.h
- sed -i -e 's:HAVE_SCANSTACK:NO_FRIGGING_SCANSTACK:g' mconfig.h
-}
-
-src_compile() {
- # A few CFLAGS do not work see bug #99998
- strip-flags
- append-flags "-fno-inline"
-
- econf \
- $(use_enable debug) \
- $(use_with gnome xdao) \
- $(use_with encode lame) \
- $(use_with pccts pcctsbin /usr/bin) \
- $(use_with pccts pcctsinc /usr/include/pccts) \
- --disable-dependency-tracking || die "configure failed"
-
- make || die "could not compile"
-}
-
-src_install() {
- einstall || die "could not install"
-
- cd "${S}"
-
- dodoc AUTHORS CREDITS ChangeLog NEWS README*
-}
diff --git a/app-cdr/cdrdao/files/cdrdao-1.2.1-gcc41.patch b/app-cdr/cdrdao/files/cdrdao-1.2.1-gcc41.patch
deleted file mode 100644
index f966143fe8d6..000000000000
--- a/app-cdr/cdrdao/files/cdrdao-1.2.1-gcc41.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-diff -ur cdrdao-1.2.1-orig/xdao/ProgressDialog.h cdrdao-1.2.1/xdao/ProgressDialog.h
---- cdrdao-1.2.1-orig/xdao/ProgressDialog.h 2005-12-17 02:40:51.000000000 -0500
-+++ cdrdao-1.2.1/xdao/ProgressDialog.h 2005-12-17 02:43:54.000000000 -0500
-@@ -62,7 +62,7 @@
- bool leadTimeFilled_;
-
- struct timeval time_;
-- bool ProgressDialog::time();
-+ bool time();
-
- Gtk::Button *cancelButton_;
- Gtk::Button *closeButton_;
-