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

(-)/usr/portage/gnome-extra/hamster-applet/hamster-applet-2.28.2.ebuild (-2 / +12 lines)
Lines 6-20 Link Here
6
GCONF_DEBUG="no"
6
GCONF_DEBUG="no"
7
SCROLLKEEPER_UPDATE="no"
7
SCROLLKEEPER_UPDATE="no"
8
8
9
inherit eutils gnome2 python
9
inherit git eutils gnome2 python
10
10
11
DESCRIPTION="Time tracking for the masses, in a GNOME applet"
11
DESCRIPTION="Time tracking for the masses, in a GNOME applet"
12
HOMEPAGE="http://projecthamster.wordpress.com/"
12
HOMEPAGE="http://projecthamster.wordpress.com/"
13
SRC_URI=""
14
EGIT_REPO_URI="git://git.gnome.org/hamster-applet"
13
15
14
# license on homepage is out-of-date, was changed to GPL-2 on 2008-04-16
16
# license on homepage is out-of-date, was changed to GPL-2 on 2008-04-16
15
LICENSE="GPL-2"
17
LICENSE="GPL-2"
16
SLOT="0"
18
SLOT="0"
17
KEYWORDS="~amd64 ~x86"
19
KEYWORDS=""
18
IUSE="eds libnotify"
20
IUSE="eds libnotify"
19
21
20
RDEPEND=">=dev-lang/python-2.5[sqlite]
22
RDEPEND=">=dev-lang/python-2.5[sqlite]
Lines 22-27 Link Here
22
	dev-python/libgnome-python
24
	dev-python/libgnome-python
23
	dev-python/gnome-applets-python
25
	dev-python/gnome-applets-python
24
	dev-python/dbus-python
26
	dev-python/dbus-python
27
	dev-python/pyxdg
25
	eds? ( dev-python/evolution-python )
28
	eds? ( dev-python/evolution-python )
26
	libnotify? ( dev-python/notify-python )
29
	libnotify? ( dev-python/notify-python )
27
	>=dev-python/pygobject-2.14
30
	>=dev-python/pygobject-2.14
Lines 30-35 Link Here
30
	x11-libs/libXScrnSaver"
33
	x11-libs/libXScrnSaver"
31
34
32
DEPEND="${RDEPEND}
35
DEPEND="${RDEPEND}
36
	gnome-base/gnome-common
33
	x11-proto/scrnsaverproto
37
	x11-proto/scrnsaverproto
34
	>=dev-util/intltool-0.40
38
	>=dev-util/intltool-0.40
35
	dev-util/pkgconfig
39
	dev-util/pkgconfig
Lines 37-48 Link Here
37
41
38
DOCS="AUTHORS ChangeLog NEWS README"
42
DOCS="AUTHORS ChangeLog NEWS README"
39
43
44
src_unpack() {
45
	git_src_unpack
46
}
47
40
src_prepare() {
48
src_prepare() {
41
	gnome2_src_prepare
49
	gnome2_src_prepare
42
50
43
	# disable pyc compiling
51
	# disable pyc compiling
44
	mv py-compile py-compile.orig
52
	mv py-compile py-compile.orig
45
	ln -s $(type -P true) py-compile
53
	ln -s $(type -P true) py-compile
54
55
	NOCONFIGURE=true ./autogen.sh || die './autogen.sh failed'
46
}
56
}
47
57
48
pkg_postinst() {
58
pkg_postinst() {

Return to bug 308413