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

(-)a/gnome-base/gnome-shell/Manifest (-2 / +2 lines)
Lines 1-2 Link Here
1
DIST gnome-shell-2.28.0.tar.bz2 591376 RMD160 7b97fd4d7fcb98d3f826777c1b170e69666df615 SHA1 53a741b87149ec5fcb44579d367e4d2366635198 SHA256 64d30bd2692af2047a3056545b8f549c713ee91877cee8742d4b02d606ef6bd4
1
DIST gnome-shell-2.29.1.tar.bz2 669050 RMD160 4045a4bbc54dd2a49880e5de7e60b5230bed9596 SHA1 4420e050d284bd565ef5f573318b03361db472c8 SHA256 710b863c0beea45543f8057d31b028ec85e19efeedda2b964d784d6fc1729c0b
2
EBUILD gnome-shell-2.28.0.ebuild 976 RMD160 ab6751f810c3e5cfbb3e3be74d66a3bfccd82638 SHA1 b095c07eaee16134d81ad2cf5034e89bb34dced1 SHA256 ee8ee99c532a2b5bf32dcc742e7a53d4af100a51c1446fa0d32989f2385c3890
2
EBUILD gnome-shell-2.29.1.ebuild 972 RMD160 6670d77854bb0d3549429d957b1e13ddfc66fb0f SHA1 95bb5725ce4ec39d045a85ff0f5512e27f708915 SHA256 a9292416e5050a72baaeb7f77731016033661e135d75f5b6bf29cc04c521ebde
(-)a/gnome-base/gnome-shell/gnome-shell-2.28.0.ebuild (-46 lines)
Lines 1-46 Link Here
1
# Copyright 1999-2009 Gentoo Foundation
2
# Distributed under the terms of the GNU General Public License v2
3
# $Header: $
4
5
EAPI="2"
6
GCONF_DEBUG="no"
7
8
inherit gnome2
9
10
DESCRIPTION="Provides core UI functions for the GNOME 3 desktop"
11
HOMEPAGE="http://live.gnome.org/GnomeShell"
12
13
LICENSE="GPL-2"
14
SLOT="0"
15
KEYWORDS="~amd64 ~x86"
16
IUSE=""
17
18
RDEPEND=">=dev-libs/glib-2.20
19
	>=x11-libs/gtk+-2.16
20
	>=media-libs/gstreamer-0.10.16
21
	>=media-libs/gst-plugins-base-0.10.16
22
	>=gnome-base/gnome-desktop-2.26
23
	>=dev-libs/gobject-introspection-0.6.5
24
25
	dev-libs/dbus-glib
26
	dev-libs/gjs
27
	media-libs/clutter:1.0[opengl,introspection]
28
	dev-libs/libcroco:0.6
29
30
	gnome-base/gconf
31
	gnome-base/gnome-menus
32
	gnome-base/librsvg
33
34
	x11-libs/startup-notification
35
	x11-libs/libXfixes
36
	x11-wm/mutter[introspection]
37
	x11-apps/mesa-progs
38
"
39
DEPEND="${RDEPEND}
40
	>=dev-lang/python-2.5
41
	sys-devel/gettext
42
	>=dev-util/pkgconfig-0.9
43
	>=dev-util/intltool-0.26
44
	gnome-base/gnome-common
45
"
46
DOCS="AUTHORS ChangeLog NEWS README"
(-)a/gnome-base/gnome-shell/gnome-shell-2.29.1.ebuild (-1 / +47 lines)
Line 0 Link Here
0
- 
1
# Copyright 1999-2010 Gentoo Foundation
2
# Distributed under the terms of the GNU General Public License v2
3
# $Header: $
4
5
EAPI="2"
6
GCONF_DEBUG="no"
7
8
inherit gnome2
9
10
DESCRIPTION="Provides core UI functions for the GNOME 3 desktop"
11
HOMEPAGE="http://live.gnome.org/GnomeShell"
12
13
LICENSE="GPL-2"
14
SLOT="0"
15
KEYWORDS="~amd64 ~x86"
16
IUSE=""
17
18
RDEPEND=">=dev-libs/glib-2.20
19
	>=x11-libs/gtk+-2.16
20
	>=media-libs/gstreamer-0.10.16
21
	>=media-libs/gst-plugins-base-0.10.16
22
	>=gnome-base/gnome-desktop-2.26
23
24
	dev-libs/dbus-glib
25
	dev-libs/gjs
26
	>=media-libs/clutter-1.2[opengl,introspection]
27
	dev-libs/libcroco:0.6
28
29
	gnome-base/gconf
30
	gnome-base/gnome-menus
31
	gnome-base/librsvg
32
33
	x11-libs/startup-notification
34
	x11-libs/libXfixes
35
	>=x11-wm/mutter-2.29
36
	x11-apps/mesa-progs
37
"
38
#	>=dev-libs/gobject-introspection-0.6.5
39
40
DEPEND="${RDEPEND}
41
	>=dev-lang/python-2.5
42
	sys-devel/gettext
43
	>=dev-util/pkgconfig-0.9
44
	>=dev-util/intltool-0.26
45
	gnome-base/gnome-common
46
"
47
DOCS="AUTHORS ChangeLog NEWS README"

Return to bug 311347