diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2009-11-24 20:16:10 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2009-11-24 20:16:10 +0000 |
commit | 13ddeedce7e468b455c27c5841e1e0740dfa3f0e (patch) | |
tree | 8fb7fbf7a0b3b967f05136368b5e93b4ac91fbe1 /app-cdr | |
parent | whitespace (diff) | |
download | gentoo-2-13ddeedce7e468b455c27c5841e1e0740dfa3f0e.tar.gz gentoo-2-13ddeedce7e468b455c27c5841e1e0740dfa3f0e.tar.bz2 gentoo-2-13ddeedce7e468b455c27c5841e1e0740dfa3f0e.zip |
version bump; turn off the test suite since it's broken
(Portage version: 2.1.6.13/cvs/Linux i686)
Diffstat (limited to 'app-cdr')
-rw-r--r-- | app-cdr/cdw/ChangeLog | 8 | ||||
-rw-r--r-- | app-cdr/cdw/cdw-0.3.93.ebuild | 3 | ||||
-rw-r--r-- | app-cdr/cdw/cdw-0.3.94.ebuild | 36 | ||||
-rw-r--r-- | app-cdr/cdw/files/cdw-0.3.94-asneeded.patch | 22 |
4 files changed, 67 insertions, 2 deletions
diff --git a/app-cdr/cdw/ChangeLog b/app-cdr/cdw/ChangeLog index e624b766c8ef..e45a68525627 100644 --- a/app-cdr/cdw/ChangeLog +++ b/app-cdr/cdw/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for app-cdr/cdw # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-cdr/cdw/ChangeLog,v 1.27 2009/10/24 12:34:16 nixnut Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-cdr/cdw/ChangeLog,v 1.28 2009/11/24 20:16:09 mr_bones_ Exp $ + +*cdw-0.3.94 (24 Nov 2009) + + 24 Nov 2009; Michael Sterrett <mr_bones_@gentoo.org> cdw-0.3.93.ebuild, + +cdw-0.3.94.ebuild, +files/cdw-0.3.94-asneeded.patch: + version bump; turn off the test suite since it's broken 24 Oct 2009; nixnut <nixnut@gentoo.org> cdw-0.3.93.ebuild: ppc stable #286348 diff --git a/app-cdr/cdw/cdw-0.3.93.ebuild b/app-cdr/cdw/cdw-0.3.93.ebuild index 6498b317aca9..4f615d6a8f77 100644 --- a/app-cdr/cdw/cdw-0.3.93.ebuild +++ b/app-cdr/cdw/cdw-0.3.93.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-cdr/cdw/cdw-0.3.93.ebuild,v 1.4 2009/10/24 12:34:16 nixnut Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-cdr/cdw/cdw-0.3.93.ebuild,v 1.5 2009/11/24 20:16:09 mr_bones_ Exp $ EAPI=2 inherit autotools eutils @@ -14,6 +14,7 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ppc ~sparc ~x86" IUSE="" +RESTRICT="test" # testing code is broken DEPEND="virtual/cdrtools app-cdr/dvd+rw-tools diff --git a/app-cdr/cdw/cdw-0.3.94.ebuild b/app-cdr/cdw/cdw-0.3.94.ebuild new file mode 100644 index 000000000000..345c1f64839d --- /dev/null +++ b/app-cdr/cdw/cdw-0.3.94.ebuild @@ -0,0 +1,36 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-cdr/cdw/cdw-0.3.94.ebuild,v 1.1 2009/11/24 20:16:09 mr_bones_ Exp $ + +EAPI=2 +inherit autotools eutils + +MY_P=${PN}_${PV} +DESCRIPTION="An ncurses based console frontend for cdrtools and dvd+rw-tools" +HOMEPAGE="http://cdw.sourceforge.net" +SRC_URI="mirror://sourceforge/cdw/${MY_P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~ppc ~sparc ~x86" +IUSE="" +RESTRICT="test" # testing code is broken + +DEPEND="virtual/cdrtools + app-cdr/dvd+rw-tools + dev-libs/libcdio[-minimal] + sys-libs/ncurses[unicode]" + +S=${WORKDIR}/${MY_P}/cdw + +src_prepare() { + epatch "${FILESDIR}"/${P}-asneeded.patch + rm -f missing + eautoreconf +} + +src_install() { + emake DESTDIR="${D}" install || die "emake install failed." + dodoc AUTHORS ChangeLog NEWS THANKS \ + doc/{KNOWN_BUGS,README*,default.conf} +} diff --git a/app-cdr/cdw/files/cdw-0.3.94-asneeded.patch b/app-cdr/cdw/files/cdw-0.3.94-asneeded.patch new file mode 100644 index 000000000000..d649dd181746 --- /dev/null +++ b/app-cdr/cdw/files/cdw-0.3.94-asneeded.patch @@ -0,0 +1,22 @@ +--- cdw.orig/src/Makefile.am 2009-08-09 20:02:12.000000000 +0200 ++++ cdw/src/Makefile.am 2009-10-16 19:12:55.669768307 +0200 +@@ -35,7 +35,6 @@ + -Wstrict-prototypes + + # AM_CFLAGS = -pedantic -Wall -Wextra -Wformat-security -Wswitch-default -Wshadow -Wno-declaration-after-statement -Wno-long-long +-AM_LDFLAGS = -lmenuw -lformw -lpanelw -lncursesw -lpthread -lcdio + + + # this lists the binaries to produce +@@ -65,9 +64,11 @@ + + # this should include all source files except *_tests.c + cdw_SOURCES = $(cdw_base_sources) $(cdw_base_main) ++cdw_LDADD = -lmenuw -lformw -lpanelw -lncursesw -lpthread -lcdio -lm + + # this should include all source files except main.c + cdw_tests_SOURCES = $(cdw_base_sources) $(cdw_test_sources) $(cdw_test_main) ++cdw_tests_LDADD = -lmenuw -lformw -lpanelw -lncursesw -lpthread -lcdio -lm + + # all header files + noinst_HEADERS = blank_wizard.h cdda2wav.h cddb.h cdrecord_interface.h \ |