summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2013-01-18 16:57:02 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2013-01-18 16:57:02 +0000
commit4f21fa9b75af803baa33390002596f86610a88e1 (patch)
tree88621099cb605ae2a7bc2952d1d71d88a995a35e /app-cdr
parentConfigure to build static libs or not. (diff)
downloadgentoo-2-4f21fa9b75af803baa33390002596f86610a88e1.tar.gz
gentoo-2-4f21fa9b75af803baa33390002596f86610a88e1.tar.bz2
gentoo-2-4f21fa9b75af803baa33390002596f86610a88e1.zip
old
(Portage version: 2.1.11.31/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'app-cdr')
-rw-r--r--app-cdr/cdw/ChangeLog10
-rw-r--r--app-cdr/cdw/cdw-0.6.0.ebuild32
-rw-r--r--app-cdr/cdw/cdw-0.7.0.ebuild33
-rw-r--r--app-cdr/cdw/files/cdw-0.6.0-asneeded.patch34
-rw-r--r--app-cdr/cdw/files/cdw-0.7.0-asneeded.patch34
5 files changed, 7 insertions, 136 deletions
diff --git a/app-cdr/cdw/ChangeLog b/app-cdr/cdw/ChangeLog
index 61681d780125..a2fcdfb4acc3 100644
--- a/app-cdr/cdw/ChangeLog
+++ b/app-cdr/cdw/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for app-cdr/cdw
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-cdr/cdw/ChangeLog,v 1.57 2012/06/07 21:50:59 ranger Exp $
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-cdr/cdw/ChangeLog,v 1.58 2013/01/18 16:57:02 mr_bones_ Exp $
+
+ 18 Jan 2013; Michael Sterrett <mr_bones_@gentoo.org> -cdw-0.6.0.ebuild,
+ -cdw-0.7.0.ebuild, -files/cdw-0.6.0-asneeded.patch,
+ -files/cdw-0.7.0-asneeded.patch:
+ old
07 Jun 2012; Brent Baude <ranger@gentoo.org> cdw-0.7.1.ebuild:
Marking cdw-0.7.1 ppc for bug 418319
@@ -210,4 +215,3 @@
09 Oct 2003; Michael Sterrett <mr_bones_@gentoo.org> cdw-0.1.4.ebuild:
initial commit (bug 21217)
-
diff --git a/app-cdr/cdw/cdw-0.6.0.ebuild b/app-cdr/cdw/cdw-0.6.0.ebuild
deleted file mode 100644
index 60894e0ef03b..000000000000
--- a/app-cdr/cdw/cdw-0.6.0.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-cdr/cdw/cdw-0.6.0.ebuild,v 1.6 2011/01/13 22:38:22 ranger Exp $
-
-EAPI=2
-inherit autotools flag-o-matic eutils
-
-DESCRIPTION="An ncurses based console frontend for cdrtools and dvd+rw-tools"
-HOMEPAGE="http://cdw.sourceforge.net"
-SRC_URI="mirror://sourceforge/cdw/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ppc sparc x86"
-IUSE=""
-
-DEPEND="virtual/cdrtools
- app-cdr/dvd+rw-tools
- dev-libs/libcdio[-minimal]
- sys-libs/ncurses[unicode]"
-
-src_prepare() {
- epatch "${FILESDIR}"/${P}-asneeded.patch
- rm -f missing
- eautoreconf
- strip-flags
-}
-
-src_install() {
- emake DESTDIR="${D}" install || die
- dodoc AUTHORS ChangeLog NEWS README THANKS cdw.conf
-}
diff --git a/app-cdr/cdw/cdw-0.7.0.ebuild b/app-cdr/cdw/cdw-0.7.0.ebuild
deleted file mode 100644
index 42675c0f1513..000000000000
--- a/app-cdr/cdw/cdw-0.7.0.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-cdr/cdw/cdw-0.7.0.ebuild,v 1.5 2012/03/09 11:03:59 phajdan.jr Exp $
-
-EAPI=2
-inherit autotools flag-o-matic eutils
-
-DESCRIPTION="An ncurses based console frontend for cdrtools and dvd+rw-tools"
-HOMEPAGE="http://cdw.sourceforge.net"
-SRC_URI="mirror://sourceforge/cdw/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ppc x86"
-IUSE=""
-
-DEPEND="virtual/cdrtools
- app-cdr/dvd+rw-tools
- dev-libs/libburn
- dev-libs/libcdio[-minimal]
- sys-libs/ncurses[unicode]"
-
-src_prepare() {
- epatch "${FILESDIR}"/${P}-asneeded.patch
- rm -f missing
- eautoreconf
- strip-flags
-}
-
-src_install() {
- emake DESTDIR="${D}" install || die
- dodoc AUTHORS ChangeLog NEWS README THANKS cdw.conf
-}
diff --git a/app-cdr/cdw/files/cdw-0.6.0-asneeded.patch b/app-cdr/cdw/files/cdw-0.6.0-asneeded.patch
deleted file mode 100644
index 80f075127932..000000000000
--- a/app-cdr/cdw/files/cdw-0.6.0-asneeded.patch
+++ /dev/null
@@ -1,34 +0,0 @@
-diff -ru cdw-0.6.0.orig/src/Makefile.am cdw-0.6.0/src/Makefile.am
---- cdw-0.6.0.orig/src/Makefile.am 2010-10-20 14:24:16.000000000 -0400
-+++ cdw-0.6.0/src/Makefile.am 2010-11-05 03:49:25.609187912 -0400
-@@ -10,10 +10,6 @@
- include $(top_srcdir)/Makefile.cdw.am
-
-
--# define common linker flags
--AM_LDFLAGS = -lmenuw -lformw -lpanelw -lncursesw -lpthread -lcdio -liso9660
--
--
- # list source files
- cdw_source_files = cddb.c main.c
-
-@@ -56,7 +52,8 @@
- $(top_builddir)/src/optical_file_systems/libcdwopticalfilesystems.a \
- $(top_builddir)/src/configuration/libcdwconfiguration.a \
- $(top_builddir)/src/user_interface/libcdwuserinterface.a \
-- $(top_builddir)/gnulib/lib/libgnulib.a
-+ $(top_builddir)/gnulib/lib/libgnulib.a \
-+ -lmenuw -lformw -lpanelw -lncursesw -lpthread -lcdio -liso9660 -lm
-
- cdw_SOURCES = $(cdw_source_files)
-
-@@ -77,7 +74,8 @@
- $(top_builddir)/src/optical_file_systems/libcdwopticalfilesystems_check.a \
- $(top_builddir)/src/configuration/libcdwconfiguration_check.a \
- $(top_builddir)/src/user_interface/libcdwuserinterface_check.a \
-- $(top_builddir)/gnulib/lib/libgnulib.a
-+ $(top_builddir)/gnulib/lib/libgnulib.a \
-+ -lmenuw -lformw -lpanelw -lncursesw -lpthread -lcdio -liso9660 -lm
-
- cdw_tests_SOURCES = $(cdw_source_files)
-
diff --git a/app-cdr/cdw/files/cdw-0.7.0-asneeded.patch b/app-cdr/cdw/files/cdw-0.7.0-asneeded.patch
deleted file mode 100644
index 81ee3898a312..000000000000
--- a/app-cdr/cdw/files/cdw-0.7.0-asneeded.patch
+++ /dev/null
@@ -1,34 +0,0 @@
---- src/Makefile.am.orig 2012-01-19 03:18:12.240607766 -0500
-+++ src/Makefile.am 2012-01-19 03:19:24.833598014 -0500
-@@ -9,11 +9,6 @@
- # use $(top_srcdir); $(top_builddir) would fail during "make distcheck"
- include $(top_srcdir)/Makefile.cdw.am
-
--
--# define common linker flags
--AM_LDFLAGS = -lmenuw -lformw -lpanelw -lncursesw -lpthread -lcdio -liso9660 -lm -lburn
--
--
- # list source files
- cdw_source_files = cddb.c main.c
-
-@@ -58,7 +53,8 @@
- $(top_builddir)/src/user_interface/libcdwuserinterface.a \
- $(top_builddir)/gnulib/lib/libgnulib.a \
- $(top_builddir)/src/external_tools/libcdwexternaltools.a \
-- $(top_builddir)/src/tasks/libcdwtasks.a
-+ $(top_builddir)/src/tasks/libcdwtasks.a \
-+ -lmenuw -lformw -lpanelw -lncursesw -lpthread -lcdio -liso9660 -lm -lburn
-
- cdw_SOURCES = $(cdw_source_files)
-
-@@ -81,7 +77,8 @@
- $(top_builddir)/src/user_interface/libcdwuserinterface_check.a \
- $(top_builddir)/gnulib/lib/libgnulib.a \
- $(top_builddir)/src/external_tools/libcdwexternaltools_check.a \
-- $(top_builddir)/src/tasks/libcdwtasks_check.a
-+ $(top_builddir)/src/tasks/libcdwtasks_check.a \
-+ -lmenuw -lformw -lpanelw -lncursesw -lpthread -lcdio -liso9660 -lm -lburn
-
- cdw_tests_SOURCES = $(cdw_source_files)
-