Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 160991 | Differences between
and this patch

Collapse All | Expand All

(-)a/dev-python/gnome-python-applet/Manifest (+3 lines)
Line 0 Link Here
1
DIST gnome-python-desktop-2.22.0-split.patch.gz 3173 RMD160 a7745002b2aec035c7667eea2f452ed548035d65 SHA1 b5c5b259e21242ccdf691de057a8ddff6932eab8 SHA256 88999428ff0d91c71773fdc905a435be35615613cb4acaef82e56c5e394d373c
2
DIST gnome-python-desktop-2.22.0.tar.bz2 571816 RMD160 4a9bc36c379f5fbb6549506c8b8e8bdb63bf0d62 SHA1 6f1a93aacfc256ca878f8f3636a0270580d2354b SHA256 116213b0b0fc3f1fa6771589eab86ccdf5d5024c30a987f3b912da0902be9d37
3
EBUILD gnome-python-applet-2.22.0.ebuild 436 RMD160 68e6c417752365c1f370f26bdc1ab38add4a9f47 SHA1 c6258cc6f9cb88c6ddb1670bb52384152c0569ad SHA256 b3858f155de1f188b3d887e51469565571a837f380e27111ab068664cc35f788
(-)a/dev-python/gnome-python-applet/gnome-python-applet-2.22.0.ebuild (+19 lines)
Line 0 Link Here
1
# Copyright 1999-2008 Gentoo Foundation
2
# Distributed under the terms of the GNU General Public License v2
3
# $Header: $
4
5
inherit gnome-python-desktop
6
7
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd"
8
IUSE="examples"
9
10
DEPEND=">=gnome-base/gnome-panel-2.13.4"
11
12
src_install() {
13
	gnome-python-desktop_src_install
14
15
	if use examples; then
16
		insinto /usr/share/doc/${PF}/examples
17
		doins examples/applet/*
18
	fi
19
}
(-)a/dev-python/gnome-python-bugbuddy/Manifest (+3 lines)
Line 0 Link Here
1
DIST gnome-python-desktop-2.22.0-split.patch.gz 3173 RMD160 a7745002b2aec035c7667eea2f452ed548035d65 SHA1 b5c5b259e21242ccdf691de057a8ddff6932eab8 SHA256 88999428ff0d91c71773fdc905a435be35615613cb4acaef82e56c5e394d373c
2
DIST gnome-python-desktop-2.22.0.tar.bz2 571816 RMD160 4a9bc36c379f5fbb6549506c8b8e8bdb63bf0d62 SHA1 6f1a93aacfc256ca878f8f3636a0270580d2354b SHA256 116213b0b0fc3f1fa6771589eab86ccdf5d5024c30a987f3b912da0902be9d37
3
EBUILD gnome-python-bugbuddy-2.22.0.ebuild 278 RMD160 d7c045c2ce2b448b459ff39f6c334d26090d6838 SHA1 cc1920ecf2b4dcfb7dbf89cf3370579802baba98 SHA256 31414bbdd0538b94bd53e17c28c4eef82f848fc1f25f0a85a79d4ed75d2fb122
(-)a/dev-python/gnome-python-bugbuddy/gnome-python-bugbuddy-2.22.0.ebuild (+10 lines)
Line 0 Link Here
1
# Copyright 1999-2008 Gentoo Foundation
2
# Distributed under the terms of the GNU General Public License v2
3
# $Header: $
4
5
inherit gnome-python-desktop
6
7
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd"
8
IUSE=""
9
10
DEPEND=">=gnome-extra/bug-buddy-2.16"
(-)a/dev-python/gnome-python-desktop-base/Manifest (+3 lines)
Line 0 Link Here
1
DIST gnome-python-desktop-2.22.0-split.patch.gz 3173 RMD160 a7745002b2aec035c7667eea2f452ed548035d65 SHA1 b5c5b259e21242ccdf691de057a8ddff6932eab8 SHA256 88999428ff0d91c71773fdc905a435be35615613cb4acaef82e56c5e394d373c
2
DIST gnome-python-desktop-2.22.0.tar.bz2 571816 RMD160 4a9bc36c379f5fbb6549506c8b8e8bdb63bf0d62 SHA1 6f1a93aacfc256ca878f8f3636a0270580d2354b SHA256 116213b0b0fc3f1fa6771589eab86ccdf5d5024c30a987f3b912da0902be9d37
3
EBUILD gnome-python-desktop-base-2.22.0.ebuild 882 RMD160 d96c64f5a2c61a1d7fe1790c896b546cb525ac73 SHA1 1fb19e8f2394f1956daf87cf6a07cac9f2e8ab55 SHA256 0dc943d2bf84ed9f7ff92579d003bae393d314f29177cd4d33a5edcab0fe2bbe
(-)a/dev-python/gnome-python-desktop-base/gnome-python-desktop-base-2.22.0.ebuild (+32 lines)
Line 0 Link Here
1
# Copyright 1999-2008 Gentoo Foundation
2
# Distributed under the terms of the GNU General Public License v2
3
# $Header: $
4
5
inherit autotools gnome2
6
7
# This ebuild does nothing -- we just want to get the pkgconfig file installed
8
MY_PN="gnome-python-desktop"
9
DESCRIPTION="Provides python the base files for the Gnome Python Desktop bindings"
10
HOMEPAGE="http://pygtk.org/"
11
PVP=(${PV//[-\._]/ })
12
SRC_URI="mirror://gnome/sources/${MY_PN}/${PVP[0]}.${PVP[1]}/${MY_PN}-${PV}.tar.bz2
13
		http://nemesis.accosted.net/downloads/${MY_PN}-${PV}-split.patch.gz"
14
15
LICENSE="LGPL-2.1"
16
SLOT="0" 
17
18
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd"
19
20
S="${WORKDIR}/${MY_PN}-${PV}"
21
22
src_unpack() {
23
	unpack ${A}
24
	cd "${S}"
25
	epatch "${WORKDIR}/gnome-python-desktop-${PV}-split.patch"
26
	eautoreconf
27
}
28
29
src_compile() {
30
	G2CONF="${G2CONF} --disable-allbindings"
31
	gnome2_src_compile
32
}
(-)a/dev-python/gnome-python-desktop-meta/Manifest (+3 lines)
Line 0 Link Here
1
DIST gnome-python-desktop-2.22.0-split.patch.gz 3173 RMD160 a7745002b2aec035c7667eea2f452ed548035d65 SHA1 b5c5b259e21242ccdf691de057a8ddff6932eab8 SHA256 88999428ff0d91c71773fdc905a435be35615613cb4acaef82e56c5e394d373c
2
DIST gnome-python-desktop-2.22.0.tar.bz2 571816 RMD160 4a9bc36c379f5fbb6549506c8b8e8bdb63bf0d62 SHA1 6f1a93aacfc256ca878f8f3636a0270580d2354b SHA256 116213b0b0fc3f1fa6771589eab86ccdf5d5024c30a987f3b912da0902be9d37
3
EBUILD gnome-python-desktop-meta-2.22.0.ebuild 995 RMD160 3d9b8d2439f3e2d2f6b4788d0692e841a21e6b93 SHA1 c410c5bad81d5256518cc4e4dde3e9d5dbb3367d SHA256 f456efeb91ae0d0aeb0852e4b4482ab5e18e3fa14e6ab3c5df627ceaab15352f
(-)a/dev-python/gnome-python-desktop-meta/gnome-python-desktop-meta-2.22.0.ebuild (+27 lines)
Line 0 Link Here
1
# Copyright 1999-2008 Gentoo Foundation
2
# Distributed under the terms of the GNU General Public License v2
3
# $Header: $
4
5
inherit gnome-python-desktop
6
7
DESCRIPTION="Meta build which provides python interfacing modules for some GNOME desktop libraries"
8
HOMEPAGE="http://pygtk.org/"
9
10
LICENSE="LGPL-2.1 GPL-2"
11
SLOT="0"
12
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd"
13
14
RDEPEND="=dev-python/gnome-python-applet-${PV}*
15
	=dev-python/gnome-python-bugbuddy-${PV}*
16
	=dev-python/gnome-python-desktop-${PV}*
17
	=dev-python/gnome-python-evolution-${PV}*
18
	=dev-python/gnome-python-gtksourceview-${PV}*
19
	=dev-python/gnome-python-gtop-${PV}*
20
	=dev-python/gnome-python-keyring-${PV}*
21
	=dev-python/gnome-python-mediaprofiles-${PV}*
22
	=dev-python/gnome-python-metacity-${PV}*
23
	=dev-python/gnome-python-nautilusburn-${PV}*
24
	=dev-python/gnome-python-print-${PV}*
25
	=dev-python/gnome-python-rsvg-${PV}*
26
	=dev-python/gnome-python-totem_plparser-${PV}*
27
	=dev-python/gnome-python-wnck-${PV}*"
(-)a/dev-python/gnome-python-desktop/ChangeLog (-12 lines)
Lines 1-12 Link Here
1
# ChangeLog for dev-python/gnome-python-desktop
2
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
3
# $Header: $
4
5
  10 Mar 2008; Daniel Gryniewicz <dang@gentoo.org>
6
  gnome-python-desktop-2.22.0:
7
  Bump to 2.22.0
8
9
  02 Mar 2008; Gilles Dartiguelongue <eva@gentoo.org> 
10
  -gnome-python-desktop-2.20.3.ebuild, +gnome-python-desktop-2.21.3.ebuild:
11
  bump to 2.21.3, add eds USE flag to control new libebook bindings
12
(-)a/dev-python/gnome-python-desktop/Manifest (-2 / +3 lines)
Lines 1-3 Link Here
1
DIST gnome-python-desktop-2.22.0-split.patch.gz 3173 RMD160 a7745002b2aec035c7667eea2f452ed548035d65 SHA1 b5c5b259e21242ccdf691de057a8ddff6932eab8 SHA256 88999428ff0d91c71773fdc905a435be35615613cb4acaef82e56c5e394d373c
1
DIST gnome-python-desktop-2.22.0.tar.bz2 571816 RMD160 4a9bc36c379f5fbb6549506c8b8e8bdb63bf0d62 SHA1 6f1a93aacfc256ca878f8f3636a0270580d2354b SHA256 116213b0b0fc3f1fa6771589eab86ccdf5d5024c30a987f3b912da0902be9d37
2
DIST gnome-python-desktop-2.22.0.tar.bz2 571816 RMD160 4a9bc36c379f5fbb6549506c8b8e8bdb63bf0d62 SHA1 6f1a93aacfc256ca878f8f3636a0270580d2354b SHA256 116213b0b0fc3f1fa6771589eab86ccdf5d5024c30a987f3b912da0902be9d37
2
EBUILD gnome-python-desktop-2.22.0.ebuild 1961 RMD160 4999497ebb8deb26221d88b2e9bbdf503f61d4e9 SHA1 7d4d3441939da5202b4241feec0473a2a21202a8 SHA256 296d24f73af3742b39b42a2d3095829d803d90ebc26f2c91549233a40eedfa6e
3
EBUILD gnome-python-desktop-2.22.0.ebuild 310 RMD160 e07a4a0f18b23a2892b21468ae473095b5b5ad0a SHA1 4b58cc15e00b123128c42b1f7c042c75a9a32123 SHA256 8ee7126f64682197a783988af6b62570a44ec2f154db4b380f054b6f1ebbd328
3
MISC ChangeLog 432 RMD160 fe58ec8a9e06529109c673a8eb4dcc4a145b5289 SHA1 61b6d6d8387e51ebe0e41477d57764bba57f047c SHA256 2de552b230d25f94eb0e884e544e713b866cf494f56a6139a740663f1e9f8ff7
4
MISC .gnome-desktop-desktop-2.22.0.ebuild.swp 12288 RMD160 8c3079c2d968b6f3974e4d04b48e4ad27ab6af47 SHA1 19d68e15fa0470018f7204ef1475ccab381df885 SHA256 1b3c545b96084494dda781a5a3679ceb8d60e7d00f7c8a156bcdb34b669b475c
(-)a/dev-python/gnome-python-desktop/gnome-python-desktop-2.22.0.ebuild (-72 / +5 lines)
Lines 1-79 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/dev-python/gnome-python-desktop/gnome-python-desktop-2.20.0.ebuild,v 1.9 2008/02/10 22:04:04 eva Exp $
3
# $Header: $
4
4
5
EAPI="1"
5
inherit gnome-python-desktop
6
6
7
inherit gnome2 python virtualx
7
MY_BINDING="gnomedesktop"
8
8
9
DESCRIPTION="provides python interfacing modules for some GNOME desktop libraries"
10
HOMEPAGE="http://pygtk.org/"
11
12
LICENSE="LGPL-2.1 GPL-2"
13
SLOT="0"
14
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd"
9
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd"
15
IUSE="doc eds"
10
IUSE=""
16
17
# FIXME: upstream is intending to move to WAF build system
18
19
RDEPEND="virtual/python
20
	>=dev-python/pygtk-2.10.3
21
	>=dev-libs/glib-2.6.0
22
	>=x11-libs/gtk+-2.4.0
23
	>=dev-python/gnome-python-2.10.0
24
	>=gnome-base/gnome-panel-2.13.4
25
	>=gnome-base/libgnomeprint-2.2.0
26
	>=gnome-base/libgnomeprintui-2.2.0
27
	x11-libs/gtksourceview:1.0
28
	>=x11-libs/libwnck-2.19.3
29
	>=gnome-base/libgtop-2.13.0
30
	>=gnome-extra/nautilus-cd-burner-2.15.3
31
	>=gnome-extra/gnome-media-2.10.0
32
	>=gnome-base/gconf-2.10.0
33
	>=x11-wm/metacity-2.21.5
34
	dev-python/pycairo
35
	>=gnome-base/librsvg-2.13.93
36
	>=gnome-base/gnome-keyring-2.20.1
37
	>=gnome-base/gnome-desktop-2.10.0
38
	eds? ( >=gnome-extra/evolution-data-server-1.8 )
39
	>=media-video/totem-1.4.0
40
	!<dev-python/gnome-python-extras-2.13"
41
DEPEND="${RDEPEND}
42
	>=dev-util/pkgconfig-0.7"
43
44
DOCS="AUTHORS ChangeLog INSTALL* MAINTAINERS NEWS README"
45
46
pkg_config() {
47
	G2CONF="${G2CONF} $(use_enable eds evolution)"
48
}
49
50
src_unpack() {
51
	gnome2_src_unpack
52
53
	# disable pyc compiling
54
	mv py-compile py-compile.orig
55
	ln -s $(type -P true) py-compile
56
}
57
58
src_test() {
59
	Xemake check || die "tests failed"
60
}
61
62
src_install() {
63
	gnome2_src_install
64
65
	if use doc; then
66
		insinto /usr/share/doc/${PF}
67
		doins -r examples
68
	fi
69
}
70
71
pkg_postinst() {
72
	python_version
73
	python_mod_optimize /usr/$(get_libdir)/python${PYVER}/site-packages/gtk-2.0
74
}
75
11
76
pkg_postrm() {
12
DEPEND=">=gnome-base/gnome-desktop-2.10.0"
77
	python_version
78
	python_mod_cleanup /usr/$(get_libdir)/python${PYVER}/site-packages/gtk-2.0
79
}
(-)a/dev-python/gnome-python-evolution/Manifest (+3 lines)
Line 0 Link Here
1
DIST gnome-python-desktop-2.22.0-split.patch.gz 3173 RMD160 a7745002b2aec035c7667eea2f452ed548035d65 SHA1 b5c5b259e21242ccdf691de057a8ddff6932eab8 SHA256 88999428ff0d91c71773fdc905a435be35615613cb4acaef82e56c5e394d373c
2
DIST gnome-python-desktop-2.22.0.tar.bz2 571816 RMD160 4a9bc36c379f5fbb6549506c8b8e8bdb63bf0d62 SHA1 6f1a93aacfc256ca878f8f3636a0270580d2354b SHA256 116213b0b0fc3f1fa6771589eab86ccdf5d5024c30a987f3b912da0902be9d37
3
EBUILD gnome-python-evolution-2.22.0.ebuild 471 RMD160 41ac33cc87e80c0163351fc1bcdd6b2ef31c098c SHA1 b2618c64d9efcd91a7400a3744edd18b9839e2a7 SHA256 3156b7f9b1c33430ff078056b6a91b6c128e794fcce3cbc1a093b7b8e940e33f
(-)a/dev-python/gnome-python-evolution/gnome-python-evolution-2.22.0.ebuild (+20 lines)
Line 0 Link Here
1
# Copyright 1999-2008 Gentoo Foundation
2
# Distributed under the terms of the GNU General Public License v2
3
# $Header: $
4
5
inherit gnome-python-desktop
6
7
MY_BINDING="evolution"
8
9
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd"
10
IUSE=""
11
12
DEPEND=">=gnome-extra/evolution-data-server-1.2
13
	=dev-python/pygobject-2*
14
	=x11-libs/gtk+-2*
15
	x11-libs/pango"
16
17
src_compile() {
18
	G2CONF="${G2CONF} --enable-evolution_ecal"
19
	gnome-python-desktop_src_compile
20
}
(-)a/dev-python/gnome-python-gtksourceview/Manifest (+3 lines)
Line 0 Link Here
1
DIST gnome-python-desktop-2.22.0-split.patch.gz 3173 RMD160 a7745002b2aec035c7667eea2f452ed548035d65 SHA1 b5c5b259e21242ccdf691de057a8ddff6932eab8 SHA256 88999428ff0d91c71773fdc905a435be35615613cb4acaef82e56c5e394d373c
2
DIST gnome-python-desktop-2.22.0.tar.bz2 571816 RMD160 4a9bc36c379f5fbb6549506c8b8e8bdb63bf0d62 SHA1 6f1a93aacfc256ca878f8f3636a0270580d2354b SHA256 116213b0b0fc3f1fa6771589eab86ccdf5d5024c30a987f3b912da0902be9d37
3
EBUILD gnome-python-gtksourceview-2.22.0.ebuild 444 RMD160 4235109a79c29ce233f63111d37d8b437835804b SHA1 22638b30ec6ed0f25f1e980d61f8eef60b76c129 SHA256 9f18ec37a5b5f426b892041eb4b3f98467c414fed087131c64e7297d254a4566
(-)a/dev-python/gnome-python-gtksourceview/gnome-python-gtksourceview-2.22.0.ebuild (+19 lines)
Line 0 Link Here
1
# Copyright 1999-2008 Gentoo Foundation
2
# Distributed under the terms of the GNU General Public License v2
3
# $Header: $
4
5
inherit gnome-python-desktop
6
7
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd"
8
IUSE="doc examples"
9
10
DEPEND="=x11-libs/gtksourceview-1.8*"
11
12
src_install() {
13
	gnome-python-desktop_src_install
14
15
	if use examples; then
16
		insinto /usr/share/doc/${PF}/examples
17
		doins examples/gtksourceview/*
18
	fi
19
}
(-)a/dev-python/gnome-python-gtop/Manifest (+3 lines)
Line 0 Link Here
1
DIST gnome-python-desktop-2.22.0-split.patch.gz 3173 RMD160 a7745002b2aec035c7667eea2f452ed548035d65 SHA1 b5c5b259e21242ccdf691de057a8ddff6932eab8 SHA256 88999428ff0d91c71773fdc905a435be35615613cb4acaef82e56c5e394d373c
2
DIST gnome-python-desktop-2.22.0.tar.bz2 571816 RMD160 4a9bc36c379f5fbb6549506c8b8e8bdb63bf0d62 SHA1 6f1a93aacfc256ca878f8f3636a0270580d2354b SHA256 116213b0b0fc3f1fa6771589eab86ccdf5d5024c30a987f3b912da0902be9d37
3
EBUILD gnome-python-gtop-2.22.0.ebuild 277 RMD160 a1f781538887d256bae6628b11c74c3e3a5312eb SHA1 99d676f86970c70858cd08d42548df23722e7067 SHA256 9de280246f9480d1874556a2b300bc42883721ca1fa6f613731d1660cffc63e9
(-)a/dev-python/gnome-python-gtop/gnome-python-gtop-2.22.0.ebuild (+10 lines)
Line 0 Link Here
1
# Copyright 1999-2008 Gentoo Foundation
2
# Distributed under the terms of the GNU General Public License v2
3
# $Header: $
4
5
inherit gnome-python-desktop
6
7
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd"
8
IUSE=""
9
10
DEPEND=">=gnome-base/libgtop-2.13.0"
(-)a/dev-python/gnome-python-keyring/Manifest (+3 lines)
Line 0 Link Here
1
DIST gnome-python-desktop-2.22.0-split.patch.gz 3173 RMD160 a7745002b2aec035c7667eea2f452ed548035d65 SHA1 b5c5b259e21242ccdf691de057a8ddff6932eab8 SHA256 88999428ff0d91c71773fdc905a435be35615613cb4acaef82e56c5e394d373c
2
DIST gnome-python-desktop-2.22.0.tar.bz2 571816 RMD160 4a9bc36c379f5fbb6549506c8b8e8bdb63bf0d62 SHA1 6f1a93aacfc256ca878f8f3636a0270580d2354b SHA256 116213b0b0fc3f1fa6771589eab86ccdf5d5024c30a987f3b912da0902be9d37
3
EBUILD gnome-python-keyring-2.22.0.ebuild 464 RMD160 5d3f9dbeeedf726c6345f6582f7226ddb073c9ce SHA1 de86240fcd64590bd675bbe0a5ca8fb93f40b0c2 SHA256 5a1a65d6d7cd78627c6c70d53343a2c47dfee57278faa45e890d015c8471132a
(-)a/dev-python/gnome-python-keyring/gnome-python-keyring-2.22.0.ebuild (+21 lines)
Line 0 Link Here
1
# Copyright 1999-2008 Gentoo Foundation
2
# Distributed under the terms of the GNU General Public License v2
3
# $Header: $
4
5
inherit gnome-python-desktop
6
7
MY_BINDING="gnomekeyring"
8
9
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd"
10
IUSE="examples"
11
12
DEPEND=">=gnome-base/gnome-keyring-0.5.0"
13
14
src_install() {
15
	gnome-python-desktop_src_install
16
17
	if use examples; then
18
		insinto /usr/share/doc/${PF}/examples
19
		doins examples/keyring*
20
	fi
21
}
(-)a/dev-python/gnome-python-mediaprofiles/Manifest (+3 lines)
Line 0 Link Here
1
DIST gnome-python-desktop-2.22.0-split.patch.gz 3173 RMD160 a7745002b2aec035c7667eea2f452ed548035d65 SHA1 b5c5b259e21242ccdf691de057a8ddff6932eab8 SHA256 88999428ff0d91c71773fdc905a435be35615613cb4acaef82e56c5e394d373c
2
DIST gnome-python-desktop-2.22.0.tar.bz2 571816 RMD160 4a9bc36c379f5fbb6549506c8b8e8bdb63bf0d62 SHA1 6f1a93aacfc256ca878f8f3636a0270580d2354b SHA256 116213b0b0fc3f1fa6771589eab86ccdf5d5024c30a987f3b912da0902be9d37
3
EBUILD gnome-python-mediaprofiles-2.22.0.ebuild 471 RMD160 0a285495fd66dd2d7d4ae5ad02a9343357f45f6c SHA1 f92c8ede4d2884060b244d215c3ff0c85827ebf3 SHA256 e49fd4767c09a519dde6e6d661ff6da5043ae2df8f609becf1ca1a6a6e429093
(-)a/dev-python/gnome-python-mediaprofiles/gnome-python-mediaprofiles-2.22.0.ebuild (+20 lines)
Line 0 Link Here
1
# Copyright 1999-2008 Gentoo Foundation
2
# Distributed under the terms of the GNU General Public License v2
3
# $Header: $
4
5
inherit gnome-python-desktop
6
7
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd"
8
IUSE="examples"
9
10
DEPEND=">=gnome-extra/gnome-media-2.10.0
11
	>=gnome-base/gconf-2.10.0"
12
13
src_install() {
14
	gnome-python-desktop_src_install
15
16
	if use examples; then
17
		insinto /usr/share/doc/${PF}/examples
18
		doins examples/mediaprofiles/*
19
	fi
20
}
(-)a/dev-python/gnome-python-metacity/Manifest (+3 lines)
Line 0 Link Here
1
DIST gnome-python-desktop-2.22.0-split.patch.gz 3173 RMD160 a7745002b2aec035c7667eea2f452ed548035d65 SHA1 b5c5b259e21242ccdf691de057a8ddff6932eab8 SHA256 88999428ff0d91c71773fdc905a435be35615613cb4acaef82e56c5e394d373c
2
DIST gnome-python-desktop-2.22.0.tar.bz2 571816 RMD160 4a9bc36c379f5fbb6549506c8b8e8bdb63bf0d62 SHA1 6f1a93aacfc256ca878f8f3636a0270580d2354b SHA256 116213b0b0fc3f1fa6771589eab86ccdf5d5024c30a987f3b912da0902be9d37
3
EBUILD gnome-python-metacity-2.22.0.ebuild 274 RMD160 bcf5159b109dc7905d2b2caee3637051c7ea572f SHA1 f67e691192591669f9bc400e04856d9b8634d67c SHA256 fecf5dc083ebdc9f41ddfc2c1cfd45d9da8b0dfaea1f2c3c8a612532a26442d0
(-)a/dev-python/gnome-python-metacity/gnome-python-metacity-2.22.0.ebuild (+10 lines)
Line 0 Link Here
1
# Copyright 1999-2008 Gentoo Foundation
2
# Distributed under the terms of the GNU General Public License v2
3
# $Header: $
4
5
inherit gnome-python-desktop
6
7
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd"
8
IUSE=""
9
10
DEPEND=">=x11-wm/metacity-2.21.5"
(-)a/dev-python/gnome-python-nautilusburn/Manifest (+3 lines)
Line 0 Link Here
1
DIST gnome-python-desktop-2.22.0-split.patch.gz 3173 RMD160 a7745002b2aec035c7667eea2f452ed548035d65 SHA1 b5c5b259e21242ccdf691de057a8ddff6932eab8 SHA256 88999428ff0d91c71773fdc905a435be35615613cb4acaef82e56c5e394d373c
2
DIST gnome-python-desktop-2.22.0.tar.bz2 571816 RMD160 4a9bc36c379f5fbb6549506c8b8e8bdb63bf0d62 SHA1 6f1a93aacfc256ca878f8f3636a0270580d2354b SHA256 116213b0b0fc3f1fa6771589eab86ccdf5d5024c30a987f3b912da0902be9d37
3
EBUILD gnome-python-nautilusburn-2.22.0.ebuild 450 RMD160 b0302acdf9f5a16ddb979b2eb987d8424abe9a4e SHA1 2f3e5b18904ba593b9a1269d2bb5cda12e6ff1dc SHA256 87ccf11b24d685e25ab87541eb4d134ed4060538c5e6ead0603951d8d0b379b6
(-)a/dev-python/gnome-python-nautilusburn/gnome-python-nautilusburn-2.22.0.ebuild (+19 lines)
Line 0 Link Here
1
# Copyright 1999-2008 Gentoo Foundation
2
# Distributed under the terms of the GNU General Public License v2
3
# $Header: $
4
5
inherit gnome-python-desktop
6
7
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd"
8
IUSE="examples"
9
10
DEPEND=">=gnome-extra/nautilus-cd-burner-2.15.3"
11
12
src_install() {
13
	gnome-python-desktop_src_install
14
15
	if use examples; then
16
		insinto /usr/share/doc/${PF}/examples
17
		doins examples/nautilusburn/*
18
	fi
19
}
(-)a/dev-python/gnome-python-print/Manifest (+3 lines)
Line 0 Link Here
1
DIST gnome-python-desktop-2.22.0-split.patch.gz 3173 RMD160 a7745002b2aec035c7667eea2f452ed548035d65 SHA1 b5c5b259e21242ccdf691de057a8ddff6932eab8 SHA256 88999428ff0d91c71773fdc905a435be35615613cb4acaef82e56c5e394d373c
2
DIST gnome-python-desktop-2.22.0.tar.bz2 571816 RMD160 4a9bc36c379f5fbb6549506c8b8e8bdb63bf0d62 SHA1 6f1a93aacfc256ca878f8f3636a0270580d2354b SHA256 116213b0b0fc3f1fa6771589eab86ccdf5d5024c30a987f3b912da0902be9d37
3
EBUILD gnome-python-print-2.22.0.ebuild 601 RMD160 a9f65cb799e507609f338af48ba6c4c295ea81b2 SHA1 10aed91f1f3d86a139d6fc9d1b3979b3aeac2cae SHA256 2c6348e3391488275d6b51ab51f6d1942bf8ad647ecedc7fcf0e1fa994c8d808
(-)a/dev-python/gnome-python-print/gnome-python-print-2.22.0.ebuild (+27 lines)
Line 0 Link Here
1
# Copyright 1999-2008 Gentoo Foundation
2
# Distributed under the terms of the GNU General Public License v2
3
# $Header: $
4
5
inherit gnome-python-desktop
6
7
MY_BINDING="gnomeprint"
8
9
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd"
10
IUSE="doc examples"
11
12
DEPEND=">=gnome-base/libgnomeprint-2.2.0
13
	>=gnome-base/libgnomeprintui-2.2.0"
14
15
src_compile() {
16
	G2CONF="${G2CONF} --enable-gnomeprintui"
17
	gnome-python-desktop_src_compile
18
}
19
20
src_install() {
21
	gnome-python-desktop_src_install
22
23
	if use examples; then
24
		insinto /usr/share/doc/${PF}/examples
25
		doins examples/gnomeprint/*
26
	fi
27
}
(-)a/dev-python/gnome-python-rsvg/Manifest (+3 lines)
Line 0 Link Here
1
DIST gnome-python-desktop-2.22.0-split.patch.gz 3173 RMD160 a7745002b2aec035c7667eea2f452ed548035d65 SHA1 b5c5b259e21242ccdf691de057a8ddff6932eab8 SHA256 88999428ff0d91c71773fdc905a435be35615613cb4acaef82e56c5e394d373c
2
DIST gnome-python-desktop-2.22.0.tar.bz2 571816 RMD160 4a9bc36c379f5fbb6549506c8b8e8bdb63bf0d62 SHA1 6f1a93aacfc256ca878f8f3636a0270580d2354b SHA256 116213b0b0fc3f1fa6771589eab86ccdf5d5024c30a987f3b912da0902be9d37
3
EBUILD gnome-python-rsvg-2.22.0.ebuild 451 RMD160 329e217ec62bfcf53cb71f280d5887c9ff693b69 SHA1 d2929c84dc9eaa249600d3ed402a2d29c3a7f9ff SHA256 c8a316688680d9c0399ba88e6bb1d8da655916f5a3ef3d1e34927229d21a0248
(-)a/dev-python/gnome-python-rsvg/gnome-python-rsvg-2.22.0.ebuild (+20 lines)
Line 0 Link Here
1
# Copyright 1999-2008 Gentoo Foundation
2
# Distributed under the terms of the GNU General Public License v2
3
# $Header: $
4
5
inherit gnome-python-desktop
6
7
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd"
8
IUSE="examples"
9
10
DEPEND=">=gnome-base/librsvg-2.13.93
11
	dev-python/pycairo"
12
13
src_install() {
14
	gnome-python-desktop_src_install
15
16
	if use examples; then
17
		insinto /usr/share/doc/${PF}/examples
18
		doins examples/rsvg/*
19
	fi
20
}
(-)a/dev-python/gnome-python-totem_plparser/Manifest (+3 lines)
Line 0 Link Here
1
DIST gnome-python-desktop-2.22.0-split.patch.gz 3173 RMD160 a7745002b2aec035c7667eea2f452ed548035d65 SHA1 b5c5b259e21242ccdf691de057a8ddff6932eab8 SHA256 88999428ff0d91c71773fdc905a435be35615613cb4acaef82e56c5e394d373c
2
DIST gnome-python-desktop-2.22.0.tar.bz2 571816 RMD160 4a9bc36c379f5fbb6549506c8b8e8bdb63bf0d62 SHA1 6f1a93aacfc256ca878f8f3636a0270580d2354b SHA256 116213b0b0fc3f1fa6771589eab86ccdf5d5024c30a987f3b912da0902be9d37
3
EBUILD gnome-python-totem_plparser-2.22.0.ebuild 275 RMD160 f67d8b9732f64bdb64edaadaf31eb01927e7c69d SHA1 1b2446911fe27304394638d8e2da72bb83b538b4 SHA256 31b11f4cd8140135ca24c75bf2295ea084f9bf7c821d336915de7aeedd917f7e
(-)a/dev-python/gnome-python-totem_plparser/gnome-python-totem_plparser-2.22.0.ebuild (+10 lines)
Line 0 Link Here
1
# Copyright 1999-2008 Gentoo Foundation
2
# Distributed under the terms of the GNU General Public License v2
3
# $Header: $
4
5
inherit gnome-python-desktop
6
7
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd"
8
IUSE=""
9
10
DEPEND=">=media-video/totem-1.4.0"
(-)a/dev-python/gnome-python-wnck/Manifest (+3 lines)
Line 0 Link Here
1
DIST gnome-python-desktop-2.22.0-split.patch.gz 3173 RMD160 a7745002b2aec035c7667eea2f452ed548035d65 SHA1 b5c5b259e21242ccdf691de057a8ddff6932eab8 SHA256 88999428ff0d91c71773fdc905a435be35615613cb4acaef82e56c5e394d373c
2
DIST gnome-python-desktop-2.22.0.tar.bz2 571816 RMD160 4a9bc36c379f5fbb6549506c8b8e8bdb63bf0d62 SHA1 6f1a93aacfc256ca878f8f3636a0270580d2354b SHA256 116213b0b0fc3f1fa6771589eab86ccdf5d5024c30a987f3b912da0902be9d37
3
EBUILD gnome-python-wnck-2.22.0.ebuild 437 RMD160 5d217868d2b1cb17161fdb52f2b8c23da604a7ae SHA1 162b0b0029003001c1ac3e54010cd1ede41c9af3 SHA256 9bedfebcd1f8ba4249f6f24ba90513b6360f93274ad17702e2bb69a1a6454fa6
(-)a/dev-python/gnome-python-wnck/gnome-python-wnck-2.22.0.ebuild (+19 lines)
Line 0 Link Here
1
# Copyright 1999-2008 Gentoo Foundation
2
# Distributed under the terms of the GNU General Public License v2
3
# $Header: $
4
5
inherit gnome-python-desktop
6
7
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd"
8
IUSE="examples"
9
10
DEPEND=">=x11-libs/libwnck-2.19.3"
11
12
src_install() {
13
	gnome-python-desktop_src_install
14
15
	if use examples; then
16
		insinto /usr/share/doc/${PF}/examples
17
		doins examples/wnck_example.py
18
	fi
19
}
(-)a/eclass/gnome-python-desktop.eclass (-1 / +73 lines)
Line 0 Link Here
0
- 
1
# Copyright 1999-2008 Gentoo Foundation
2
# Distributed under the terms of the GNU General Public License v2
3
# $Header: $
4
5
#
6
# Original Author: Jim Ramsay <lack@gentoo.org>
7
# Purpose: Centralizes functions needed to split up the huge
8
# 'gnome-python-desktop' package into its constituent bindings
9
#
10
# Important enviroment variables:
11
#
12
# MY_BINDING: The actual '--enable-<binding>' name, which by default is the end
13
# 			  of ${PN} after the final '-'.  May be overridden if necessary.
14
#
15
16
inherit gnome2 python eutils autotools
17
18
MY_BINDING=${PN##*-}
19
MY_PN="gnome-python-desktop"
20
DESCRIPTION="Provides python interfacing modules for some GNOME desktop libraries"
21
HOMEPAGE="http://pygtk.org/"
22
PVP=(${PV//[-\._]/ })
23
SRC_URI="mirror://gnome/sources/${MY_PN}/${PVP[0]}.${PVP[1]}/${MY_PN}-${PV}.tar.bz2
24
		http://nemesis.accosted.net/downloads/${MY_PN}-${PV}-split.patch.gz"
25
26
LICENSE="LGPL-2.1 GPL-2"
27
SLOT="0"
28
29
RDEPEND="virtual/python
30
	>=dev-python/pygtk-2.10.3
31
	>=dev-libs/glib-2.6.0
32
	>=x11-libs/gtk+-2.4.0
33
	>=dev-python/gnome-python-2.10.0
34
	!<dev-python/gnome-python-extras-2.13"
35
DEPEND="${RDEPEND}
36
	>=dev-util/pkgconfig-0.7
37
	=dev-python/gnome-python-desktop-base-${PV}"
38
39
DOCS="AUTHORS ChangeLog INSTALL* MAINTAINERS NEWS README"
40
41
S="${WORKDIR}/${MY_PN}-${PV}"
42
43
gnome-python-desktop_src_unpack() {
44
	unpack ${A}
45
	cd "${S}"
46
	epatch "${WORKDIR}/gnome-python-desktop-${PV}-split.patch"
47
	eautoreconf
48
}
49
50
gnome-python-desktop_src_compile() {
51
	G2CONF="${G2CONF} --disable-allbindings --enable-${MY_BINDING}"
52
	gnome2_src_compile
53
}
54
55
gnome-python-desktop_src_install() {
56
	gnome2_src_install
57
}
58
59
gnome-python-desktop_src_test() {
60
	Xemake check || die "tests failed"
61
}
62
63
gnome-python-desktop_pkg_postinst() {
64
	python_version
65
	python_mod_optimize "${ROOT}/usr/$(get_libdir)/python${PYVER}/site-packages/gtk-2.0"
66
}
67
68
gnome-python-desktop_pkg_postrm() {
69
	python_version
70
	python_mod_cleanup
71
}
72
73
EXPORT_FUNCTIONS src_unpack src_compile src_install pkg_postinst pkg_postrm

Return to bug 160991