Gentoo Archives: gentoo-commits

From: "Pacho Ramos (pacho)" <pacho@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in gnome-extra/gdesklets-core: gdesklets-core-0.36.3-r4.ebuild ChangeLog
Date: Tue, 02 Dec 2014 21:55:45
Message-Id: 20141202215539.1BC09B629@oystercatcher.gentoo.org
1 pacho 14/12/02 21:55:39
2
3 Modified: ChangeLog
4 Added: gdesklets-core-0.36.3-r4.ebuild
5 Log:
6 Use new python eclasses, don't install .la files, disable static and other gnome2.eclass cleanups
7
8 (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
9
10 Revision Changes Path
11 1.158 gnome-extra/gdesklets-core/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/gdesklets-core/ChangeLog?rev=1.158&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/gdesklets-core/ChangeLog?rev=1.158&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/gdesklets-core/ChangeLog?r1=1.157&r2=1.158
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/gnome-extra/gdesklets-core/ChangeLog,v
20 retrieving revision 1.157
21 retrieving revision 1.158
22 diff -u -r1.157 -r1.158
23 --- ChangeLog 21 Jul 2013 10:19:58 -0000 1.157
24 +++ ChangeLog 2 Dec 2014 21:55:39 -0000 1.158
25 @@ -1,6 +1,12 @@
26 # ChangeLog for gnome-extra/gdesklets-core
27 -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/gnome-extra/gdesklets-core/ChangeLog,v 1.157 2013/07/21 10:19:58 pacho Exp $
29 +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
30 +# $Header: /var/cvsroot/gentoo-x86/gnome-extra/gdesklets-core/ChangeLog,v 1.158 2014/12/02 21:55:39 pacho Exp $
31 +
32 +*gdesklets-core-0.36.3-r4 (02 Dec 2014)
33 +
34 + 02 Dec 2014; Pacho Ramos <pacho@g.o> +gdesklets-core-0.36.3-r4.ebuild:
35 + Use new python eclasses, don't install .la files, disable static and other
36 + gnome2.eclass cleanups
37
38 21 Jul 2013; Pacho Ramos <pacho@g.o> metadata.xml:
39 Cleanup due http://www.gossamer-threads.com/lists/gentoo/dev/273644
40
41
42
43 1.1 gnome-extra/gdesklets-core/gdesklets-core-0.36.3-r4.ebuild
44
45 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/gdesklets-core/gdesklets-core-0.36.3-r4.ebuild?rev=1.1&view=markup
46 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/gdesklets-core/gdesklets-core-0.36.3-r4.ebuild?rev=1.1&content-type=text/plain
47
48 Index: gdesklets-core-0.36.3-r4.ebuild
49 ===================================================================
50 # Copyright 1999-2014 Gentoo Foundation
51 # Distributed under the terms of the GNU General Public License v2
52 # $Header: /var/cvsroot/gentoo-x86/gnome-extra/gdesklets-core/gdesklets-core-0.36.3-r4.ebuild,v 1.1 2014/12/02 21:55:39 pacho Exp $
53
54 EAPI=5
55 GCONF_DEBUG=no
56 GNOME2_LA_PUNT="yes"
57 PYTHON_REQ_USE="xml"
58 PYTHON_COMPAT=( python2_7 )
59
60 inherit autotools eutils gnome2 python-single-r1 multilib bash-completion-r1
61
62 MY_PN=${PN/-core}
63 MY_P=${MY_PN}-${PV}
64 S=${WORKDIR}/${MY_P}
65
66 DESCRIPTION="GNOME Desktop Applets: Core library for desktop applets"
67 SRC_URI="http://gdesklets.de/files/${MY_P}.tar.bz2"
68 HOMEPAGE="http://gdesklets.de"
69 LICENSE="GPL-2"
70
71 IUSE="dbus"
72 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
73
74 SLOT="0"
75 KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
76
77 # is libgsf needed for runtime or just compiling?
78 # only need expat for python-2.4, I think
79 RDEPEND="${PYTHON_DEPS}
80 >=dev-libs/glib-2:2
81 >=gnome-base/librsvg-2.8
82 >=gnome-base/libgtop-2.8.2
83 >=dev-python/pygtk-2.10[${PYTHON_USEDEP}]
84 >=dev-python/libbonobo-python-2.6[${PYTHON_USEDEP}]
85 >=dev-python/gconf-python-2.6[${PYTHON_USEDEP}]
86 >=dev-python/pygobject-2.6:2[${PYTHON_USEDEP}]
87 >=dev-python/pyorbit-2.0.1[${PYTHON_USEDEP}]
88 || ( >=dev-python/gnome-vfs-python-2.6[${PYTHON_USEDEP}] >=dev-python/libgnome-python-2.6[${PYTHON_USEDEP}] )
89 >=dev-libs/expat-1.95.8
90 dbus? ( dev-python/dbus-python[${PYTHON_USEDEP}] )
91 "
92 DEPEND="${RDEPEND}
93 dev-util/intltool
94 sys-devel/gettext
95 virtual/pkgconfig
96 "
97
98 src_prepare() {
99 epatch \
100 "${FILESDIR}"/${P}-.in-files.patch \
101 "${FILESDIR}"/${P}-CFLAGS.patch
102
103 python_fix_shebang .
104
105 eautoreconf
106 gnome2_src_prepare
107 }
108
109 src_configure() {
110 gnome2_src_configure --disable-static
111 }
112
113 src_install() {
114 gnome2_src_install
115
116 # Install bash completion script
117 dobashcomp contrib/bash/gdesklets
118
119 # Install the gdesklets-control-getid script
120 insinto /usr/$(get_libdir)/gdesklets
121 insopts -m0555
122 doins "${FILESDIR}"/gdesklets-control-getid
123 }