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

Collapse All | Expand All

(-)caver-0.99.2.ebuild (-1 / +6 lines)
Lines 2-8 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/sci-chemistry/caver/caver-0.99.2.ebuild,v 1.1 2006/05/14 06:12:45 spyderous Exp $
3
# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/caver/caver-0.99.2.ebuild,v 1.1 2006/05/14 06:12:45 spyderous Exp $
4
4
5
inherit multilib python
5
inherit multilib python eutils
6
6
7
MY_PN="${PN}_unix"
7
MY_PN="${PN}_unix"
8
MY_P="${MY_PN}_v${PV}"
8
MY_P="${MY_PN}_v${PV}"
Lines 30-35 Link Here
30
	einfo "Place tarballs in ${DISTDIR}."
30
	einfo "Place tarballs in ${DISTDIR}."
31
}
31
}
32
32
33
src_unpack() {
34
	unpack ${A}
35
	epatch "${FILESDIR}"/${P}-001.patch
36
}
37
33
src_install() {
38
src_install() {
34
	make DESTDIR="${D}" install
39
	make DESTDIR="${D}" install
35
	if use pymol; then
40
	if use pymol; then

Return to bug 144329