Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 383491
Collapse All | Expand All

(-)file_not_specified_in_diff (-8 / +11 lines)
Line  Link Here
0
-- /usr/portage/app-cdr/dvdisaster/dvdisaster-0.72.2.ebuild    2011-09-20 16:55:08.106419049 +0200
0
++ /usr/portage/app-cdr/dvdisaster/dvdisaster-0.72.1.ebuild    2011-09-20 17:06:20.053318543 +0200
Lines 1-15 Link Here
1
# Copyright 1999-2011 Gentoo Foundation
1
# Copyright 1999-2011 Gentoo Foundation
2
# Distributed under the terms of the GNU General Public License v2
2
# Distributed under the terms of the GNU General Public License v2
3
# $Header: /var/cvsroot/gentoo-x86/app-cdr/dvdisaster/dvdisaster-0.72.2.ebuild,v 1.1 2011/09/16 23:39:27 beandog Exp $
3
# $Header: /var/cvsroot/gentoo-x86/app-cdr/dvdisaster/dvdisaster-0.72.1.ebuild,v 1.3 2011/09/15 02:24:21 ssuominen Exp $
4
EAPI=2
4
EAPI=4
5
inherit eutils gnome2-utils versionator
5
inherit eutils gnome2-utils versionator
6
MY_P=${PN}-$(replace_version_separator 2 '.')
6
MY_P=${PN}-$(replace_version_separator 2 '.')
7
DESCRIPTION="Data-protection and recovery tool for DVDs"
7
DESCRIPTION="Data-protection and recovery tool for DVDs"
8
HOMEPAGE="http://dvdisaster.net/"
8
HOMEPAGE="http://dvdisaster.sourceforge.net/"
9
SRC_URI="http://dvdisaster.net/downloads/${P}.tar.bz2"
9
SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.bz2"
10
LICENSE="GPL-2"
10
LICENSE="GPL-2"
11
KEYWORDS="~amd64 ~ppc ~x86"
11
KEYWORDS="~amd64 ~ppc ~x86"
Lines 24-29 Link Here
24
S=${WORKDIR}/${MY_P}
24
S=${WORKDIR}/${MY_P}
25
src_prepare() {
26
       epatch "${FILESDIR}"/${P}-libpng15.patch
27
}
28
25
# - There is no autotools, use_ functions won't work
29
# - There is no autotools, use_ functions won't work
26
# - NLS disabled because sys-devel/gettext fails, if you enable it
30
# - NLS disabled because sys-devel/gettext fails, if you enable it
27
# you need also virtual/libintl because it links to it for FreeBSD
31
# you need also virtual/libintl because it links to it for FreeBSD
Lines 47-58 Link Here
47
               --localedir=/usr/share/locale \
51
               --localedir=/usr/share/locale \
48
               --buildroot="${D}" \
52
               --buildroot="${D}" \
49
               --with-nls=no \
53
               --with-nls=no \
50
               ${myconf} \
54
               ${myconf} || die
51
               || die "./configure failed"
52
}
55
}
53
src_install() {
56
src_install() {
54
       emake install || die "emake install failed"
57
       emake install
55
       newicon contrib/${PN}48.png ${PN}.png
58
       newicon contrib/${PN}48.png ${PN}.png
56
       make_desktop_entry ${PN} ${PN} ${PN} "System;Utility"
59
       make_desktop_entry ${PN} ${PN} ${PN} "System;Utility"

Return to bug 383491