diff options
author | Daniel Black <dragonheart@gentoo.org> | 2005-09-07 09:46:28 +0000 |
---|---|---|
committer | Daniel Black <dragonheart@gentoo.org> | 2005-09-07 09:46:28 +0000 |
commit | cf841c1fe8c3a520a723e43514bbbfa310e39b9e (patch) | |
tree | 0e062eb3452e9237bcd7c3ce49de511b057b29e2 /media-video/dvdstyler | |
parent | fixed initscript - thanks ian bug #105121. QA fixes too (diff) | |
download | gentoo-2-cf841c1fe8c3a520a723e43514bbbfa310e39b9e.tar.gz gentoo-2-cf841c1fe8c3a520a723e43514bbbfa310e39b9e.tar.bz2 gentoo-2-cf841c1fe8c3a520a723e43514bbbfa310e39b9e.zip |
removed 1.31 as per bug #104872 to remove version problem. amd64 still has issues according to Jim in bug #104872
(Portage version: 2.0.51.22-r2)
Diffstat (limited to 'media-video/dvdstyler')
-rw-r--r-- | media-video/dvdstyler/ChangeLog | 6 | ||||
-rw-r--r-- | media-video/dvdstyler/dvdstyler-1.31.ebuild | 51 | ||||
-rw-r--r-- | media-video/dvdstyler/files/digest-dvdstyler-1.31 | 1 |
3 files changed, 5 insertions, 53 deletions
diff --git a/media-video/dvdstyler/ChangeLog b/media-video/dvdstyler/ChangeLog index 25b43197827f..4ab781844cd8 100644 --- a/media-video/dvdstyler/ChangeLog +++ b/media-video/dvdstyler/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-video/dvdstyler # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/dvdstyler/ChangeLog,v 1.18 2005/09/05 22:29:16 dragonheart Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/dvdstyler/ChangeLog,v 1.19 2005/09/07 09:46:28 dragonheart Exp $ + + 07 Sep 2005; Daniel Black <dragonheart@gentoo.org> -dvdstyler-1.31.ebuild: + removed 1.31 as per bug #104872 to remove version problem. ~amd64 still has + issues according to Jim in bug #104872 05 Sep 2005; Daniel Black <dragonheart@gentoo.org> dvdstyler-1.31.ebuild: drop x86 keyword to avoid downgrade - bug #104872 diff --git a/media-video/dvdstyler/dvdstyler-1.31.ebuild b/media-video/dvdstyler/dvdstyler-1.31.ebuild deleted file mode 100644 index b12d44ecc14a..000000000000 --- a/media-video/dvdstyler/dvdstyler-1.31.ebuild +++ /dev/null @@ -1,51 +0,0 @@ -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/dvdstyler/dvdstyler-1.31.ebuild,v 1.6 2005/09/05 22:29:16 dragonheart Exp $ - -inherit eutils - -MY_P=DVDStyler-${PV} - -DESCRIPTION="DVD filesystem Builder" -HOMEPAGE="http://dvdstyler.sourceforge.net" -SRC_URI="mirror://sourceforge/dvdstyler/${MY_P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64" -IUSE="gnome" -S=${WORKDIR}/${MY_P} - -RDEPEND="virtual/x11 - =x11-libs/wxGTK-2.4* - >=media-video/mjpegtools-1.6.2 - >=media-video/dvdauthor-0.6.10 - gnome? ( >=gnome-base/libgnomeui-2.0 ) - media-video/mpgtx - x11-libs/gtk+ - dev-libs/expat - virtual/libc - media-libs/tiff - media-libs/libpng - media-libs/jpeg - media-libs/netpbm - dev-libs/glib - sys-libs/zlib - app-cdr/dvd+rw-tools - virtual/cdrtools" - -DEPEND="${RDEPEND} - dev-util/pkgconfig - sys-devel/gcc - >=sys-apps/sed-4" - -# sys-devel/autoconf" -#PDEPEND= kde? and gnome - -src_install() { - emake DESTDIR=${D} install || die "failed to install" - rm ${D}usr/share/doc/${PN}/COPYING ${D}usr/share/doc/${PN}/INSTALL - mv ${D}usr/share/doc/${PN} ${D}usr/share/doc/${PF} - - make_desktop_entry dvdstyler DVDStyler dvdstyler.png Application -} diff --git a/media-video/dvdstyler/files/digest-dvdstyler-1.31 b/media-video/dvdstyler/files/digest-dvdstyler-1.31 deleted file mode 100644 index 6984d7c863e3..000000000000 --- a/media-video/dvdstyler/files/digest-dvdstyler-1.31 +++ /dev/null @@ -1 +0,0 @@ -MD5 149503a58c3ef25a1882e9a53c15a9b8 DVDStyler-1.31.tar.gz 678069 |