Gentoo Archives: gentoo-commits

From: "Samuli Suominen (ssuominen)" <ssuominen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-libs/libindicator: ChangeLog libindicator-0.4.1-r201.ebuild libindicator-0.4.1-r300.ebuild
Date: Sat, 26 Nov 2011 16:25:15
Message-Id: 20111126162506.01CA22004B@flycatcher.gentoo.org
1 ssuominen 11/11/26 16:25:05
2
3 Modified: ChangeLog
4 Added: libindicator-0.4.1-r201.ebuild
5 libindicator-0.4.1-r300.ebuild
6 Log:
7 Provide GTK+-3.0 version in SLOT="3"
8
9 (Portage version: 2.2.0_alpha77/cvs/Linux x86_64)
10
11 Revision Changes Path
12 1.10 dev-libs/libindicator/ChangeLog
13
14 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libindicator/ChangeLog?rev=1.10&view=markup
15 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libindicator/ChangeLog?rev=1.10&content-type=text/plain
16 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libindicator/ChangeLog?r1=1.9&r2=1.10
17
18 Index: ChangeLog
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/dev-libs/libindicator/ChangeLog,v
21 retrieving revision 1.9
22 retrieving revision 1.10
23 diff -u -r1.9 -r1.10
24 --- ChangeLog 20 Nov 2011 12:14:33 -0000 1.9
25 +++ ChangeLog 26 Nov 2011 16:25:05 -0000 1.10
26 @@ -1,6 +1,13 @@
27 # ChangeLog for dev-libs/libindicator
28 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
29 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libindicator/ChangeLog,v 1.9 2011/11/20 12:14:33 ssuominen Exp $
30 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libindicator/ChangeLog,v 1.10 2011/11/26 16:25:05 ssuominen Exp $
31 +
32 +*libindicator-0.4.1-r300 (26 Nov 2011)
33 +*libindicator-0.4.1-r201 (26 Nov 2011)
34 +
35 + 26 Nov 2011; Samuli Suominen <ssuominen@g.o>
36 + +libindicator-0.4.1-r201.ebuild, +libindicator-0.4.1-r300.ebuild:
37 + Provide GTK+-3.0 version in SLOT="3"
38
39 20 Nov 2011; Samuli Suominen <ssuominen@g.o> metadata.xml:
40 Move to ayatana herd.
41
42
43
44 1.1 dev-libs/libindicator/libindicator-0.4.1-r201.ebuild
45
46 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libindicator/libindicator-0.4.1-r201.ebuild?rev=1.1&view=markup
47 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libindicator/libindicator-0.4.1-r201.ebuild?rev=1.1&content-type=text/plain
48
49 Index: libindicator-0.4.1-r201.ebuild
50 ===================================================================
51 # Copyright 1999-2011 Gentoo Foundation
52 # Distributed under the terms of the GNU General Public License v2
53 # $Header: /var/cvsroot/gentoo-x86/dev-libs/libindicator/libindicator-0.4.1-r201.ebuild,v 1.1 2011/11/26 16:25:05 ssuominen Exp $
54
55 EAPI=4
56
57 DESCRIPTION="A set of symbols and convience functions that all indicators would like to use"
58 HOMEPAGE="http://launchpad.net/libindicator"
59 SRC_URI="http://launchpad.net/${PN}/${PV%.*}/${PV}/+download/${P}.tar.gz"
60
61 LICENSE="GPL-3"
62 SLOT="0"
63 KEYWORDS="~amd64 ~x86"
64 IUSE=""
65
66 # note: pull in SLOT="3" to install headers and libs (see rm -rf in src_install)
67 RDEPEND=">=dev-libs/glib-2.22
68 >=x11-libs/gtk+-2.18:2
69 ${CATEGORY}/${PN}:3"
70 DEPEND="${RDEPEND}
71 dev-util/pkgconfig
72 !<${CATEGORY}/${PN}-0.4.1-r201"
73
74 src_prepare() {
75 sed -i -e 's:-Werror::' {libindicator,tests,tools}/Makefile.{am,in} || die
76 }
77
78 src_configure() {
79 econf \
80 --disable-static \
81 --with-gtk=2
82 }
83
84 src_install() {
85 emake -j1 DESTDIR="${D}" install
86
87 # note: purposely not installing documentation and colliding files to
88 # support SLOT="3"
89 rm -rf \
90 "${ED}"usr/share/${PN} \
91 "${ED}"usr/include/${PN}-0.4/${PN} \
92 "${ED}"usr/lib*/*.la \
93 "${ED}"usr/lib*/libdummy-indicator-*
94 }
95
96
97
98 1.1 dev-libs/libindicator/libindicator-0.4.1-r300.ebuild
99
100 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libindicator/libindicator-0.4.1-r300.ebuild?rev=1.1&view=markup
101 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libindicator/libindicator-0.4.1-r300.ebuild?rev=1.1&content-type=text/plain
102
103 Index: libindicator-0.4.1-r300.ebuild
104 ===================================================================
105 # Copyright 1999-2011 Gentoo Foundation
106 # Distributed under the terms of the GNU General Public License v2
107 # $Header: /var/cvsroot/gentoo-x86/dev-libs/libindicator/libindicator-0.4.1-r300.ebuild,v 1.1 2011/11/26 16:25:05 ssuominen Exp $
108
109 EAPI=4
110
111 DESCRIPTION="A set of symbols and convience functions that all indicators would like to use"
112 HOMEPAGE="http://launchpad.net/libindicator"
113 SRC_URI="http://launchpad.net/${PN}/${PV%.*}/${PV}/+download/${P}.tar.gz"
114
115 LICENSE="GPL-3"
116 SLOT="3"
117 KEYWORDS="~amd64 ~x86"
118 IUSE=""
119
120 RDEPEND=">=dev-libs/glib-2.22
121 x11-libs/gtk+:3"
122 DEPEND="${RDEPEND}
123 dev-util/pkgconfig
124 !<${CATEGORY}/${PN}-0.4.1-r201"
125
126 src_prepare() {
127 sed -i -e 's:-Werror::' {libindicator,tests,tools}/Makefile.{am,in} || die
128 }
129
130 src_configure() {
131 econf \
132 --disable-static \
133 --with-gtk=3
134 }
135
136 src_install() {
137 emake -j1 DESTDIR="${D}" install
138 dodoc AUTHORS ChangeLog
139 rm -f "${ED}"usr/lib*/*.la
140 }