Portage is a package management system used by Gentoo Linux
# 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 $
*dvdisaster-0.71.26 (03 Jun 2008)
03 Jun 2008; Steve Dibb
Version bump, bug 216357
29 May 2008; Christian Heim
Removing Lars Weiler (Pylon) from metadata.xml (as per #215644).
02 Mar 2008; Markus Meier
x86 stable, bug #209875
02 Mar 2008; Robert Buchholz
stable amd64, bug 209875
Fix quoting
01 Mar 2008; Lars Weiler
stable ppc, bug #209875
*dvdisaster-0.70.4 (12 May 2007)
12 May 2007; Lars Weiler
dvdisaster-0.70.1.ebuild, +dvdisaster-0.70.4.ebuild:
Version bump; updated HOMEPAGE and SRC_URI.
11 Nov 2006; Piotr JaroszyĆski
dvdisaster-0.70.1.ebuild:
Add ~amd64 wrt bug #154492.
10 Sep 2006; Lars Weiler
Works on ppc; added ~ppc.
27 Aug 2006; Lars Weiler
Set the path to the docsubdir; bug #145117.
*dvdisaster-0.70.1 (21 Aug 2006)
21 Aug 2006; Lars Weiler
Version bump; bug #143468.
*dvdisaster-0.66 (17 Jun 2006)
17 Jun 2006; Lars Weiler
+metadata.xml, +dvdisaster-0.66.ebuild:
Initial import; thanks to all contributors in bug #81290.
AUX dvd-rom-0.66.patch 313 RMD160 689a1db9be6ae9db1b0d81754ac458c468aa1adc SHA1 1adfd52126ca2517061f1ba3456306f2b94202be SHA256 d85396d1c3450fa8f28427cdfc4f1e3c3607a9c9bbdfa55a28d8e9317f8a1e85
DIST dvdisaster-0.70.4.tar.bz2 1148733 RMD160 917457581309db33aef5ceddc7dddbd2ef084497 SHA1 0ab5fe59d4c91e77c2f73b389485d0f5443d8873 SHA256 3ad9a17876223e802497d6b60a6a810aabb2fc08db579245ecebec6158496ddf
DIST dvdisaster-0.71.26.tar.bz2 1130629 RMD160 183ea3b0c913e795b7dac38499cc79879f3b1bca SHA1 042208e49a0766e5b2d5741303392616e716f9cc SHA256 d7011d88a18034807f05c9f0775dabec7a9a15b7a1ba2d7957635eeacbcdae28
EBUILD dvdisaster-0.70.4.ebuild 2117 RMD160 64f091dea8a2c8112f6ebefea0ad58969db5c8da SHA1 7d4c09b98e37ea28fd4700e0624f5ee23fe78ec2 SHA256 4adc78a240e91e1767a6facae4224c5153da2b96f3ee346a1204d9f5e8a63733
EBUILD dvdisaster-0.71.26.ebuild 2122 RMD160 bba194acfe55016817eff713bf52e2cbc5a91dd1 SHA1 d78763c4f69b57a18b8ff932d90d4c37d211e9f4 SHA256 666a7f9139c1bbeb9b51abccc3b7dbecb2223734e9201d8eeb8150a2b2699fe8
MISC ChangeLog 1680 RMD160 c594442f09b57281bd18821abba655f4aca7b385 SHA1 b9b0eed0b01d7d55604adbb958c75721808a5391 SHA256 a9ddd0c6d8ab593d20a01dfbf8a184408afea442494f2041cd228bd63a7300d6
MISC metadata.xml 167 RMD160 ab34a00275c75c4522a5fb146a9c6e7d9ca18d7f SHA1 02a137b11f7f59a2f650c1e85a830acd896d64a8 SHA256 e63e128685e2c6da2eacfda6e91e700c1eb6f62cc2172ab64eada2ae71431ef2
# 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.70.4.ebuild,v 1.4 2008/03/02 19:34:46 maekke 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
}
# 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
}