diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2009-04-30 19:16:05 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2009-04-30 19:16:05 +0000 |
commit | 05af3d75dd8cf705324ae07177c09aef232d752f (patch) | |
tree | 09c8d47f2181b7b7143d2a5fd5c5709cb4f2d4a9 /app-cdr/dvdisaster | |
parent | Version bump (diff) | |
download | gentoo-2-05af3d75dd8cf705324ae07177c09aef232d752f.tar.gz gentoo-2-05af3d75dd8cf705324ae07177c09aef232d752f.tar.bz2 gentoo-2-05af3d75dd8cf705324ae07177c09aef232d752f.zip |
Version bump.
(Portage version: 2.1.6.11/cvs/Linux x86_64)
Diffstat (limited to 'app-cdr/dvdisaster')
-rw-r--r-- | app-cdr/dvdisaster/ChangeLog | 10 | ||||
-rw-r--r-- | app-cdr/dvdisaster/dvdisaster-0.71.26.ebuild | 79 | ||||
-rw-r--r-- | app-cdr/dvdisaster/dvdisaster-0.72_rc1.ebuild | 83 | ||||
-rw-r--r-- | app-cdr/dvdisaster/files/dvd-rom-0.66.patch | 11 |
4 files changed, 91 insertions, 92 deletions
diff --git a/app-cdr/dvdisaster/ChangeLog b/app-cdr/dvdisaster/ChangeLog index 666299b90c99..5dcb6137a67f 100644 --- a/app-cdr/dvdisaster/ChangeLog +++ b/app-cdr/dvdisaster/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for app-cdr/dvdisaster -# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-cdr/dvdisaster/ChangeLog,v 1.11 2008/06/03 14:45:55 beandog Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-cdr/dvdisaster/ChangeLog,v 1.12 2009/04/30 19:16:05 ssuominen Exp $ + +*dvdisaster-0.72_rc1 (30 Apr 2009) + + 30 Apr 2009; Samuli Suominen <ssuominen@gentoo.org> + -dvdisaster-0.71.26.ebuild, +dvdisaster-0.72_rc1.ebuild: + Version bump. *dvdisaster-0.71.26 (03 Jun 2008) diff --git a/app-cdr/dvdisaster/dvdisaster-0.71.26.ebuild b/app-cdr/dvdisaster/dvdisaster-0.71.26.ebuild deleted file mode 100644 index c110548a8a69..000000000000 --- a/app-cdr/dvdisaster/dvdisaster-0.71.26.ebuild +++ /dev/null @@ -1,79 +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/dvdisaster/dvdisaster-0.71.26.ebuild,v 1.1 2008/06/03 14:45:55 beandog Exp $ - -inherit eutils gnome2 - -DESCRIPTION="Data-protection and recovery tool for DVDs" -HOMEPAGE="http://dvdisaster.sourceforge.net/" -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2" - -LICENSE="GPL-2" -KEYWORDS="~amd64 ~ppc ~x86" -SLOT="0" -IUSE_LINGUAS="linguas_cs linguas_de linguas_it linguas_sv" -IUSE="${IUSE_LINGUAS} gnome nls" - -DEPEND=">=x11-libs/gtk+-2.2 - dev-util/pkgconfig - nls? ( sys-devel/gettext )" -RDEPEND=">=x11-libs/gtk+-2.2 - nls? ( virtual/libintl )" - -S=${WORKDIR}/${P/.1/} - -src_compile() { - local myconf - # use_with won't work - if use nls ; then - myconf="${myconf} --with-nls=yes --localedir=/usr/share/locale" - else - myconf="${myconf} --with-nls=no" - fi - use debug && myconf="${myconf} --debug --with-memdebug=yes" - econf ${myconf} \ - --docdir=/usr/share/doc \ - --docsubdir=${PF} \ - || die "econf failed" - make || die "make failed" -} - -src_install() { - local docdir="${D}/usr/share/doc/${PF}" - local mandir="${D}/usr/share/man" - local localedir="${D}/usr/share/locale" - - make install \ - BINDIR=${D}/usr/bin \ - DOCSUBDIR=${docdir} \ - MANDIR=${mandir} \ - LOCALEDIR=${localedir} \ - || die "make install failed" - - insinto /usr/share/pixmaps - newins contrib/${PN}48.png ${PN}.png - for res in 16 32 48 64 ; do - insinto /usr/share/icons/hicolor/${res}x${res}/apps/ - newins contrib/${PN}${res}.png ${PN}.png - done - - sed -i -e "s:48::" "${S}"/contrib/${PN}.desktop || die "sed failed" - insinto /usr/share/applications - doins contrib/${PN}.desktop - - # no sane way to disable unwanted LINGUAS at compile time - # there are no Italian docs, only manpage and localization for now - for lang in cs de it sv ; do - use linguas_${lang} || rm -rf ${docdir}/${lang} ${mandir}/${lang} ${localedir}/${lang} - use linguas_${lang} || rm -f ${docdir}/CREDITS.${lang} - done - rm -f "${D}"/usr/bin/*.sh -} - -pkg_postinst() { - use gnome && gnome2_pkg_postinst -} - -pkg_postrm() { - use gnome && gnome2_pkg_postrm -} diff --git a/app-cdr/dvdisaster/dvdisaster-0.72_rc1.ebuild b/app-cdr/dvdisaster/dvdisaster-0.72_rc1.ebuild new file mode 100644 index 000000000000..29c1a7aada3e --- /dev/null +++ b/app-cdr/dvdisaster/dvdisaster-0.72_rc1.ebuild @@ -0,0 +1,83 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-cdr/dvdisaster/dvdisaster-0.72_rc1.ebuild,v 1.1 2009/04/30 19:16:05 ssuominen Exp $ + +EAPI=2 +inherit eutils gnome2-utils versionator + +MY_P=${PN}-$(replace_version_separator 2 '.') + +DESCRIPTION="Data-protection and recovery tool for DVDs" +HOMEPAGE="http://dvdisaster.sourceforge.net/" +SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.bz2" + +LICENSE="GPL-2" +KEYWORDS="~amd64 ~ppc ~x86" +SLOT="0" +IUSE="linguas_cs linguas_de linguas_it linguas_ru sse2" + +RDEPEND=">=x11-libs/gtk+-2.6:2" +DEPEND="${RDEPEND} + dev-util/pkgconfig" + +S=${WORKDIR}/${MY_P} + +# - There is no autotools, use_ functions won't work +# - NLS disabled because sys-devel/gettext fails, if you enable it +# you need also virtual/libintl because it links to it for FreeBSD +src_configure() { + local myconf + + if use sse2; then + myconf+=" --with-sse2=yes" + else + myconf+=" --with-sse2=no" + fi + + use debug && myconf+=" --debug --with-memdebug=yes" + + ./configure \ + --prefix="/usr" \ + --bindir="/usr/bin" \ + --mandir="/usr/share/man" \ + --docdir="/usr/share/doc" \ + --docsubdir="${PF}" \ + --localedir="/usr/share/locale" \ + --buildroot="${D}" \ + --with-nls="no" \ + ${myconf} \ + || die "./configure failed" +} + +src_install() { + emake install || die "emake install failed" + + newicon contrib/${PN}48.png ${PN}.png + make_desktop_entry ${PN} ${PN} ${PN} + + for res in 16 32 48 64; do + insinto /usr/share/icons/hicolor/${res}x${res}/apps + newins contrib/${PN}${res}.png ${PN}.png + done + + local dest="${D}/usr/share" + + for lang in cs de it ru; do + use linguas_${lang} || rm -rf ${dest}/doc/${PF}/${lang} \ + ${dest}/doc/${PF}/CREDITS.${lang} ${dest}/man/${lang} + done + + rm -f "${D}"/usr/bin/*.sh +} + +pkg_preinst() { + gnome2_icon_savelist +} + +pkg_postinst() { + gnome2_icon_cache_update +} + +pkg_postrm() { + gnome2_icon_cache_update +} diff --git a/app-cdr/dvdisaster/files/dvd-rom-0.66.patch b/app-cdr/dvdisaster/files/dvd-rom-0.66.patch deleted file mode 100644 index a1cb6a0adc56..000000000000 --- a/app-cdr/dvdisaster/files/dvd-rom-0.66.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- scsi-layer.c 2005-08-01 22:18:43.000000000 +0200 -+++ scsi-layer.c 2005-10-05 14:59:23.000000000 +0200 -@@ -929,7 +929,7 @@ - dh->typedescr = "DVD-ROM (faked book type)"; - else - { dh->typedescr = "DVD-ROM"; -- dh->subType = UNSUPPORTED; -+/* dh->subType = UNSUPPORTED; */ - } - break; - } |