Gentoo Archives: gentoo-commits

From: "Pacho Ramos (pacho)" <pacho@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-libs/libgksu: libgksu-2.0.12-r2.ebuild ChangeLog
Date: Sat, 31 May 2014 10:25:46
Message-Id: 20140531102542.EEC832004E@flycatcher.gentoo.org
1 pacho 14/05/31 10:25:42
2
3 Modified: ChangeLog
4 Added: libgksu-2.0.12-r2.ebuild
5 Log:
6 Needs to be rebuilt with libgtop soname bumps
7
8 (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
9
10 Revision Changes Path
11 1.87 x11-libs/libgksu/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libgksu/ChangeLog?rev=1.87&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libgksu/ChangeLog?rev=1.87&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libgksu/ChangeLog?r1=1.86&r2=1.87
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/x11-libs/libgksu/ChangeLog,v
20 retrieving revision 1.86
21 retrieving revision 1.87
22 diff -u -r1.86 -r1.87
23 --- ChangeLog 27 Apr 2013 16:39:20 -0000 1.86
24 +++ ChangeLog 31 May 2014 10:25:42 -0000 1.87
25 @@ -1,6 +1,11 @@
26 # ChangeLog for x11-libs/libgksu
27 -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/libgksu/ChangeLog,v 1.86 2013/04/27 16:39:20 ssuominen Exp $
29 +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
30 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libgksu/ChangeLog,v 1.87 2014/05/31 10:25:42 pacho Exp $
31 +
32 +*libgksu-2.0.12-r2 (31 May 2014)
33 +
34 + 31 May 2014; Pacho Ramos <pacho@g.o> +libgksu-2.0.12-r2.ebuild:
35 + Needs to be rebuilt with libgtop soname bumps
36
37 27 Apr 2013; Samuli Suominen <ssuominen@g.o> libgksu-2.0.12-r1.ebuild:
38 Fix automake-1.13 compability by using AC_CONFIG_HEADERS instead of the
39 @@ -337,4 +342,3 @@
40 +libgksu-1.2.5.ebuild:
41 Initial import to satisify gksu version bump in bug #88850. Ebuild by Kalle
42 Kotte <xake@×××××.com>.
43 -
44
45
46
47 1.1 x11-libs/libgksu/libgksu-2.0.12-r2.ebuild
48
49 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libgksu/libgksu-2.0.12-r2.ebuild?rev=1.1&view=markup
50 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libgksu/libgksu-2.0.12-r2.ebuild?rev=1.1&content-type=text/plain
51
52 Index: libgksu-2.0.12-r2.ebuild
53 ===================================================================
54 # Copyright 1999-2014 Gentoo Foundation
55 # Distributed under the terms of the GNU General Public License v2
56 # $Header: /var/cvsroot/gentoo-x86/x11-libs/libgksu/libgksu-2.0.12-r2.ebuild,v 1.1 2014/05/31 10:25:42 pacho Exp $
57
58 EAPI="5"
59 GCONF_DEBUG="no"
60
61 inherit autotools eutils gnome2
62
63 DESCRIPTION="A library for integration of su into applications"
64 HOMEPAGE="http://www.nongnu.org/gksu/"
65 SRC_URI="http://people.debian.org/~kov/gksu/${P}.tar.gz"
66
67 LICENSE="LGPL-2"
68 SLOT="2"
69 KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd"
70 IUSE="nls static-libs"
71
72 COMMON_DEPEND="
73 >=x11-libs/gtk+-2.12:2
74 >=gnome-base/gconf-2
75 gnome-base/libgnome-keyring
76 x11-libs/startup-notification
77 >=gnome-base/libgtop-2:2=
78 nls? ( >=sys-devel/gettext-0.14.1 )
79 "
80 DEPEND="${COMMON_DEPEND}
81 dev-util/gtk-doc-am
82 >=dev-util/intltool-0.35.5
83 virtual/pkgconfig
84 "
85 RDEPEND="${COMMON_DEPEND}
86 app-admin/sudo
87 "
88
89 src_prepare() {
90 # Fix compilation on bsd
91 epatch "${FILESDIR}"/${PN}-2.0.0-fbsd.patch
92
93 # Fix wrong usage of LDFLAGS, bug #226837
94 epatch "${FILESDIR}/${PN}-2.0.7-libs.patch"
95
96 # Use po/LINGUAS
97 epatch "${FILESDIR}/${PN}-2.0.7-polinguas.patch"
98
99 # Don't forkpty; bug #298289
100 epatch "${FILESDIR}/${P}-revert-forkpty.patch"
101
102 # Make this gmake-3.82 compliant, bug #333961
103 epatch "${FILESDIR}/${P}-fix-make-3.82.patch"
104
105 # Do not build test programs that are never executed; also fixes bug
106 # #367397 (underlinking issues).
107 epatch "${FILESDIR}/${P}-notests.patch"
108
109 # Fix automake-1.11.2 compatibility, bug #397411
110 epatch "${FILESDIR}/${P}-automake-1.11.2.patch"
111
112 sed -i -e 's:AM_CONFIG_HEADER:AC_CONFIG_HEADERS:' configure.ac || die #467026
113
114 eautoreconf
115 gnome2_src_prepare
116 }
117
118 src_configure() {
119 gnome2_src_configure \
120 $(use_enable nls) \
121 $(use_enable static-libs static)
122 }