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-arch/hardlink/hardlink-0.1.1.ebuild,v 1.2 2009/10/23 09:18:39 robbat2 Exp $ |
3 |
# $Header: /var/cvsroot/gentoo-x86/app-arch/hardlink/hardlink-0.1.1.ebuild,v 1.2 2009/10/23 09:18:39 robbat2 Exp $ |
4 |
|
4 |
|
|
|
5 |
EAPI="3" |
6 |
|
7 |
PYTHON_DEPEND="*:2.6" |
8 |
|
9 |
inherit python |
10 |
|
5 |
DESCRIPTION="replace file copies using hardlinks" |
11 |
DESCRIPTION="replace file copies using hardlinks" |
6 |
HOMEPAGE="http://jak-linux.org/projects/hardlink/" |
12 |
HOMEPAGE="http://jak-linux.org/projects/hardlink/" |
7 |
SRC_URI="${HOMEPAGE}/${P/-/_}.tar.gz" |
13 |
SRC_URI="${HOMEPAGE}/${P/-/_}.tar.gz" |
Lines 10-17
Link Here
|
10 |
KEYWORDS="~x86 ~amd64" |
16 |
KEYWORDS="~x86 ~amd64" |
11 |
IUSE="" |
17 |
IUSE="" |
12 |
DEPEND="" |
18 |
DEPEND="" |
13 |
RDEPEND="dev-lang/python" |
19 |
RDEPEND="" |
|
|
20 |
|
21 |
pkg_setup() { |
22 |
python_pkg_setup |
23 |
} |
14 |
|
24 |
|
15 |
src_install() { |
25 |
src_install() { |
16 |
emake DESTDIR="${D}" install || die "Failed emake install" |
26 |
emake DESTDIR="${ED}" install || die "Failed emake install" |
17 |
} |
27 |
} |