Gentoo Archives: gentoo-commits

From: "Fabian Groffen (grobian)" <grobian@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-libs/gtk-mac-integration: gtk-mac-integration-2.0.5.ebuild metadata.xml Manifest ChangeLog
Date: Thu, 23 Jan 2014 21:14:29
Message-Id: 20140123211426.01A202004C@flycatcher.gentoo.org
1 grobian 14/01/23 21:14:25
2
3 Added: gtk-mac-integration-2.0.5.ebuild metadata.xml
4 Manifest ChangeLog
5 Log:
6 Initial version, ebuild by me
7
8 (Portage version: 2.2.8-prefix/cvs/Darwin i386, signed Manifest commit with key 0x5F75F607C5C74E89)
9
10 Revision Changes Path
11 1.1 x11-libs/gtk-mac-integration/gtk-mac-integration-2.0.5.ebuild
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/gtk-mac-integration/gtk-mac-integration-2.0.5.ebuild?rev=1.1&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/gtk-mac-integration/gtk-mac-integration-2.0.5.ebuild?rev=1.1&content-type=text/plain
15
16 Index: gtk-mac-integration-2.0.5.ebuild
17 ===================================================================
18 # Copyright 1999-2014 Gentoo Foundation
19 # Distributed under the terms of the GNU General Public License v2
20 # $Header: /var/cvsroot/gentoo-x86/x11-libs/gtk-mac-integration/gtk-mac-integration-2.0.5.ebuild,v 1.1 2014/01/23 21:14:25 grobian Exp $
21
22 EAPI=5
23
24 DESCRIPTION="Menubar, doc and app bundle integration for GTK+"
25 HOMEPAGE="https://wiki.gnome.org/Projects/GTK%2B/OSX/Integration"
26 SRC_URI="https://download.gnome.org/sources/${PN}/2.0/${P}.tar.xz"
27
28 LICENSE="GPL-2"
29 SLOT="0"
30 KEYWORDS="~x64-macos"
31 IUSE=""
32
33 DEPEND=">=dev-util/pkgconfig-0.12
34 >=dev-libs/glib-2.14.0
35 x11-libs/gtk+[aqua]"
36
37 RDEPEND="${DEPEND}"
38
39 src_configure() {
40 econf --enable-python=no
41 }
42
43
44
45 1.1 x11-libs/gtk-mac-integration/metadata.xml
46
47 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/gtk-mac-integration/metadata.xml?rev=1.1&view=markup
48 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/gtk-mac-integration/metadata.xml?rev=1.1&content-type=text/plain
49
50 Index: metadata.xml
51 ===================================================================
52 <?xml version="1.0" encoding="UTF-8"?>
53 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
54 <pkgmetadata>
55 <herd>prefix</herd>
56 </pkgmetadata>
57
58
59
60 1.1 x11-libs/gtk-mac-integration/Manifest
61
62 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/gtk-mac-integration/Manifest?rev=1.1&view=markup
63 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/gtk-mac-integration/Manifest?rev=1.1&content-type=text/plain
64
65 Index: Manifest
66 ===================================================================
67 DIST gtk-mac-integration-2.0.5.tar.xz 305656 SHA256 6c4ff7501d7ff35e49068052d80fcf76ce494e5953c5f3967e4958b1b0c67b9f SHA512 c26c9ceadb4b8c4410636e38fcd57f76a5b04b6dd14be44e62217973fe9ad1b1107a9771ddcc66e8e8fa078fa3b521df834b9928ba9371ef08cc5a55953426cd WHIRLPOOL ea369122dc30dab1327946e9fb52b6b48612f097ae29119cc5e1fce11f71d89cf2a9734162b0efe4ffdc0dba0b0318fd3c30a9a81b9cd0098867bc4ed5d6564b
68 EBUILD gtk-mac-integration-2.0.5.ebuild 530 SHA256 8d68229564dabd2cc3372206e1d2454bc22be1fd175766172b0f285bf28e93c7 SHA512 f28e963a36ca253028a4027b808d3320481001f06c77c074771ed555a13ad49f157415722c128c0e1fd25391c5a8bde93499cc2dc9b23127e248830c367c404f WHIRLPOOL 7b6549bd20ff09cb0ec58577d35910dea918885efacfaf094027b4624a7c421749e3d27e15fc039732d6d4eb588a0775d783f659a4fb9bcbb94c741afe2c7265
69 MISC metadata.xml 160 SHA256 27667dd7db1d188c12342624ec5ff2155717821d646e442aef9a691c65539ac4 SHA512 23ce0baa192a52aed9c84e2f1244b34513a7909c00538dce260a3f06e933aae9377ae0906d0d224d24a708537df1bfbdecf74dd26165aa6ffff1afc9f5aa0359 WHIRLPOOL 4417cf46c7ae7268980d6c3195e3d197227f447b90c2d22158a3882be393cc416a390421241021f2c556adae381911625585025add367f012c1567dd0c3b1a1c
70
71
72
73 1.1 x11-libs/gtk-mac-integration/ChangeLog
74
75 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/gtk-mac-integration/ChangeLog?rev=1.1&view=markup
76 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/gtk-mac-integration/ChangeLog?rev=1.1&content-type=text/plain
77
78 Index: ChangeLog
79 ===================================================================
80 # ChangeLog for x11-libs/gtk-mac-integration
81 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
82 # $Header: /var/cvsroot/gentoo-x86/x11-libs/gtk-mac-integration/ChangeLog,v 1.1 2014/01/23 21:14:25 grobian Exp $
83
84 *gtk-mac-integration-2.0.5 (23 Jan 2014)
85
86 23 Jan 2014; Fabian Groffen <grobian@g.o>
87 +gtk-mac-integration-2.0.5.ebuild, +metadata.xml:
88 Initial version, ebuild by me