Lines 6-12
Link Here
|
6 |
# catalyst-2.9999 -> catalyst_2 branch from Git |
6 |
# catalyst-2.9999 -> catalyst_2 branch from Git |
7 |
# catalyst-VER -> normal catalyst release |
7 |
# catalyst-VER -> normal catalyst release |
8 |
|
8 |
|
9 |
EAPI=2 |
9 |
EAPI=3 |
10 |
|
10 |
|
11 |
if [[ ${PV} == 9999* || ${PV} == 2.9999* ]]; then |
11 |
if [[ ${PV} == 9999* || ${PV} == 2.9999* ]]; then |
12 |
EGIT_REPO_URI="git://git.overlays.gentoo.org/proj/catalyst.git" |
12 |
EGIT_REPO_URI="git://git.overlays.gentoo.org/proj/catalyst.git" |
Lines 18-24
Link Here
|
18 |
SRC_URI="mirror://gentoo/${P}.tar.bz2" |
18 |
SRC_URI="mirror://gentoo/${P}.tar.bz2" |
19 |
KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd" |
19 |
KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd" |
20 |
fi |
20 |
fi |
21 |
inherit eutils multilib |
21 |
PYTHON_DEPEND="*:2.6" |
|
|
22 |
inherit eutils multilib python |
22 |
|
23 |
|
23 |
DESCRIPTION="release metatool used for creating releases based on Gentoo Linux" |
24 |
DESCRIPTION="release metatool used for creating releases based on Gentoo Linux" |
24 |
HOMEPAGE="http://www.gentoo.org/proj/en/releng/catalyst/" |
25 |
HOMEPAGE="http://www.gentoo.org/proj/en/releng/catalyst/" |
Lines 29-42
Link Here
|
29 |
IUSE="ccache" |
30 |
IUSE="ccache" |
30 |
|
31 |
|
31 |
DEPEND="" |
32 |
DEPEND="" |
32 |
RDEPEND="dev-lang/python |
33 |
RDEPEND="app-crypt/shash |
33 |
app-crypt/shash |
|
|
34 |
virtual/cdrtools |
34 |
virtual/cdrtools |
35 |
ccache? ( dev-util/ccache ) |
35 |
ccache? ( dev-util/ccache ) |
36 |
ia64? ( sys-fs/dosfstools ) |
36 |
ia64? ( sys-fs/dosfstools ) |
37 |
kernel_linux? ( app-misc/zisofs-tools >=sys-fs/squashfs-tools-2.1 )" |
37 |
kernel_linux? ( app-misc/zisofs-tools >=sys-fs/squashfs-tools-2.1 )" |
38 |
|
38 |
|
39 |
pkg_setup() { |
39 |
pkg_setup() { |
|
|
40 |
python_pkg_setup |
40 |
if use ccache ; then |
41 |
if use ccache ; then |
41 |
einfo "Enabling ccache support for catalyst." |
42 |
einfo "Enabling ccache support for catalyst." |
42 |
else |
43 |
else |
Lines 85-90
Link Here
|
85 |
/etc/catalyst/catalyst.conf |
86 |
/etc/catalyst/catalyst.conf |
86 |
dosed "s:/usr/lib/catalyst:/usr/$(get_libdir)/catalyst:" \ |
87 |
dosed "s:/usr/lib/catalyst:/usr/$(get_libdir)/catalyst:" \ |
87 |
/etc/catalyst/catalyst.conf |
88 |
/etc/catalyst/catalyst.conf |
|
|
89 |
python_convert_shebangs -r 2 "${ED}" |
88 |
} |
90 |
} |
89 |
|
91 |
|
90 |
pkg_postinst() { |
92 |
pkg_postinst() { |