Gentoo Archives: gentoo-commits

From: "Tom Wijsman (tomwij)" <tomwij@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-libs/libmatewnck: metadata.xml libmatewnck-1.6.1.ebuild ChangeLog
Date: Sun, 02 Mar 2014 03:49:55
Message-Id: 20140302034952.A9C112004B@flycatcher.gentoo.org
1 tomwij 14/03/02 03:49:52
2
3 Added: metadata.xml libmatewnck-1.6.1.ebuild ChangeLog
4 Log:
5 New ebuild for x11-libs/libmatewnck, a window navigation construction kit for MATE; imported from the mate-overlay, reviewed and adjusted.
6
7 (Portage version: HEAD/cvs/Linux x86_64, signed Manifest commit with key 6D34E57D)
8
9 Revision Changes Path
10 1.1 x11-libs/libmatewnck/metadata.xml
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libmatewnck/metadata.xml?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libmatewnck/metadata.xml?rev=1.1&content-type=text/plain
14
15 Index: metadata.xml
16 ===================================================================
17 <?xml version="1.0" encoding="UTF-8"?>
18 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
19 <pkgmetadata>
20 <maintainer>
21 <email>TomWij@g.o</email>
22 <name>Tom Wijsman</name>
23 </maintainer>
24 </pkgmetadata>
25
26
27
28 1.1 x11-libs/libmatewnck/libmatewnck-1.6.1.ebuild
29
30 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libmatewnck/libmatewnck-1.6.1.ebuild?rev=1.1&view=markup
31 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libmatewnck/libmatewnck-1.6.1.ebuild?rev=1.1&content-type=text/plain
32
33 Index: libmatewnck-1.6.1.ebuild
34 ===================================================================
35 # Copyright 1999-2014 Gentoo Foundation
36 # Distributed under the terms of the GNU General Public License v2
37 # $Header: /var/cvsroot/gentoo-x86/x11-libs/libmatewnck/libmatewnck-1.6.1.ebuild,v 1.1 2014/03/02 03:49:52 tomwij Exp $
38
39 EAPI="5"
40
41 GNOME2_LA_PUNT="yes"
42 GCONF_DEBUG="no"
43
44 inherit gnome2 versionator
45
46 MATE_BRANCH="$(get_version_component_range 1-2)"
47
48 SRC_URI="http://pub.mate-desktop.org/releases/${MATE_BRANCH}/${P}.tar.xz"
49 DESCRIPTION="A window navigation construction kit for MATE"
50 HOMEPAGE="http://www.mate-desktop.org/"
51
52 LICENSE="LGPL-2"
53 SLOT="0"
54 KEYWORDS="~amd64"
55
56 IUSE="X +introspection startup-notification"
57
58 RDEPEND="dev-libs/atk:0
59 >=dev-libs/glib-2.16:2
60 sys-libs/glibc:2.2
61 x11-libs/cairo:0
62 x11-libs/gdk-pixbuf:2
63 >=x11-libs/gtk+-2.19.7:2[introspection?]
64 x11-libs/libX11:0
65 x11-libs/libXext:0
66 x11-libs/libXres:0
67 x11-libs/pango:0
68 virtual/libintl:0
69 introspection? ( >=dev-libs/gobject-introspection-0.6.14:0 )
70 startup-notification? ( >=x11-libs/startup-notification-0.4:0 )"
71
72 DEPEND="${RDEPEND}
73 >=dev-util/gtk-doc-1.9:0
74 >=dev-util/intltool-0.40:0
75 >=mate-base/mate-common-1.6:0
76 sys-devel/gettext:0
77 virtual/pkgconfig:0"
78
79 src_configure() {
80 gnome2_src_configure \
81 $(use_enable introspection) \
82 $(use_enable startup-notification) \
83 $(use_with X x)
84 }
85
86 DOCS="AUTHORS ChangeLog HACKING NEWS README"
87
88
89
90 1.1 x11-libs/libmatewnck/ChangeLog
91
92 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libmatewnck/ChangeLog?rev=1.1&view=markup
93 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libmatewnck/ChangeLog?rev=1.1&content-type=text/plain
94
95 Index: ChangeLog
96 ===================================================================
97 # ChangeLog for x11-libs/libmatewnck
98 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
99 # $Header: /var/cvsroot/gentoo-x86/x11-libs/libmatewnck/ChangeLog,v 1.1 2014/03/02 03:49:52 tomwij Exp $
100
101 *libmatewnck-1.6.1 (02 Mar 2014)
102
103 02 Mar 2014; Tom Wijsman <TomWij@g.o> +libmatewnck-1.6.1.ebuild,
104 +metadata.xml:
105 New ebuild for x11-libs/libmatewnck, a window navigation construction kit for
106 MATE; imported from the mate-overlay, reviewed and adjusted.