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

(-)gentoolkit-0.2.4_rc2.ebuild.orig (-2 / +14 lines)
Lines 1-6 Link Here
1
# Copyright 1999-2008 Gentoo Foundation
1
# Copyright 1999-2008 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-portage/gentoolkit/gentoolkit-0.2.4_rc2.ebuild,v 1.1 2008/02/20 23:04:10 fuzzyray Exp $
3
# $Header: $
4
4
5
inherit eutils python
5
inherit eutils python
6
6
Lines 10-16 Link Here
10
10
11
LICENSE="GPL-2"
11
LICENSE="GPL-2"
12
SLOT="0"
12
SLOT="0"
13
IUSE="userland_GNU"
13
IUSE="dev userland_GNU"
14
14
15
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
15
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
16
16
Lines 22-27 Link Here
22
22
23
src_install() {
23
src_install() {
24
	emake DESTDIR="${D}" install-gentoolkit || die "install-gentoolkit failed"
24
	emake DESTDIR="${D}" install-gentoolkit || die "install-gentoolkit failed"
25
	if use dev; then
26
			emake DESTDIR="${D}" install-gentoolkit-dev ||
27
				die "install-gentoolkit-dev failed"
28
	fi
25
}
29
}
26
30
27
pkg_postinst() {
31
pkg_postinst() {
Lines 32-37 Link Here
32
	elog "For further information on gentoolkit, please read the gentoolkit"
36
	elog "For further information on gentoolkit, please read the gentoolkit"
33
	elog "guide: http://www.gentoo.org/doc/en/gentoolkit.xml"
37
	elog "guide: http://www.gentoo.org/doc/en/gentoolkit.xml"
34
	elog
38
	elog
39
	if use dev; then
40
		echo
41
		ewarn "The gensync utility has been deprecated in favor of"
42
		ewarn "app-portage/layman. It is still available in"
43
		ewarn "${ROOT}usr/share/doc/${PF}/deprecated/ for use while"
44
		ewarn "you migrate to layman."
45
	fi
46
	echo
35
}
47
}
36
48
37
pkg_postrm() {
49
pkg_postrm() {

Return to bug 211055