Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 308317 | Differences between
and this patch

Collapse All | Expand All

(-)burn-cd.orig/burn-cd-1.7.4.ebuild (-2 / +8 lines)
Lines 2-7 Link Here
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/burn-cd/burn-cd-1.7.4.ebuild,v 1.2 2009/02/01 12:11:55 maekke Exp $
3
# $Header: /var/cvsroot/gentoo-x86/app-cdr/burn-cd/burn-cd-1.7.4.ebuild,v 1.2 2009/02/01 12:11:55 maekke Exp $
4
4
5
EAPI="3"
6
7
PYTHON_DEPEND="*:2.6"
8
9
inherit python
10
5
DESCRIPTION="Smart console frontend for virtual/cdrtools and dvd+rw-tools"
11
DESCRIPTION="Smart console frontend for virtual/cdrtools and dvd+rw-tools"
6
HOMEPAGE="http://burn-cd.sourceforge.net"
12
HOMEPAGE="http://burn-cd.sourceforge.net"
7
SRC_URI="mirror://sourceforge/${PN}/${P}.gz"
13
SRC_URI="mirror://sourceforge/${PN}/${P}.gz"
Lines 11-21 Link Here
11
KEYWORDS="amd64 x86"
17
KEYWORDS="amd64 x86"
12
IUSE=""
18
IUSE=""
13
19
14
RDEPEND="dev-lang/python
20
RDEPEND="virtual/cdrtools
15
	virtual/cdrtools
16
	app-cdr/dvd+rw-tools"
21
	app-cdr/dvd+rw-tools"
17
DEPEND=""
22
DEPEND=""
18
23
19
src_install() {
24
src_install() {
20
	newbin ${P} ${PN} || die "newbin failed."
25
	newbin ${P} ${PN} || die "newbin failed."
26
	python_convert_shebangs -r 2 "${ED}"
21
}
27
}
(-)burn-cd.orig/burn-cd-1.8.0.ebuild (-2 / +8 lines)
Lines 2-7 Link Here
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/burn-cd/burn-cd-1.8.0.ebuild,v 1.1 2009/11/24 14:55:12 beandog Exp $
3
# $Header: /var/cvsroot/gentoo-x86/app-cdr/burn-cd/burn-cd-1.8.0.ebuild,v 1.1 2009/11/24 14:55:12 beandog Exp $
4
4
5
EAPI="3"
6
7
PYTHON_DEPEND="*:2.6"
8
9
inherit python
10
5
DESCRIPTION="Smart console frontend for virtual/cdrtools and dvd+rw-tools"
11
DESCRIPTION="Smart console frontend for virtual/cdrtools and dvd+rw-tools"
6
HOMEPAGE="http://burn-cd.sourceforge.net"
12
HOMEPAGE="http://burn-cd.sourceforge.net"
7
SRC_URI="mirror://sourceforge/${PN}/${P}.gz"
13
SRC_URI="mirror://sourceforge/${PN}/${P}.gz"
Lines 11-21 Link Here
11
KEYWORDS="~amd64 ~x86"
17
KEYWORDS="~amd64 ~x86"
12
IUSE=""
18
IUSE=""
13
19
14
RDEPEND="dev-lang/python
20
RDEPEND="virtual/cdrtools
15
	virtual/cdrtools
16
	app-cdr/dvd+rw-tools"
21
	app-cdr/dvd+rw-tools"
17
DEPEND=""
22
DEPEND=""
18
23
19
src_install() {
24
src_install() {
20
	newbin ${P} ${PN} || die "newbin failed."
25
	newbin ${P} ${PN} || die "newbin failed."
26
	python_convert_shebangs -r 2 "${ED}"
21
}
27
}

Return to bug 308317