Gentoo Archives: gentoo-commits

From: Gilles Dartiguelongue <eva@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] dev/eva:master commit in: dev-db/glom/
Date: Tue, 24 Nov 2015 19:59:33
Message-Id: 1448395160.d35af96c728bead45285118d3eee542ad3137f13.eva@gentoo
1 commit: d35af96c728bead45285118d3eee542ad3137f13
2 Author: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
3 AuthorDate: Tue Nov 24 19:49:53 2015 +0000
4 Commit: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
5 CommitDate: Tue Nov 24 19:59:20 2015 +0000
6 URL: https://gitweb.gentoo.org/dev/eva.git/commit/?id=d35af96c
7
8 dev-db/glom: version bump to 1.30
9
10 Ebuild is still broken, just a bit less.
11
12 dev-db/glom/Manifest | 8 ++---
13 dev-db/glom/glom-1.20.0.ebuild | 56 -----------------------------------
14 dev-db/glom/glom-1.30.0.ebuild | 67 ++++++++++++++++++++++++++++++++++++++++++
15 3 files changed, 71 insertions(+), 60 deletions(-)
16
17 diff --git a/dev-db/glom/Manifest b/dev-db/glom/Manifest
18 index d1322d5..971ae72 100644
19 --- a/dev-db/glom/Manifest
20 +++ b/dev-db/glom/Manifest
21 @@ -1,11 +1,11 @@
22 -----BEGIN PGP SIGNED MESSAGE-----
23 Hash: SHA512
24
25 -DIST glom-1.20.0.tar.xz 6401828 SHA256 047ce7bd6e5a0214f6f49cad15cc0ee1d2e8eeb61462e094328ed32676c15e5b
26 +DIST glom-1.30.0.tar.xz 7800056 SHA256 219dac37aa12a2219ed99828269faddc86af8118444602158c5cf594cd3b8cf0 SHA512 68f52122adea17e1ed631e186462b422c6b17fa7eb800cac0f0fac1007e0c38d5bd1fb2cf519b76f842b95c6367b92c1b2a79ecb4de7e2afb3256c2ca94f43c6 WHIRLPOOL 6902983e682afbf45032d0e2ea6c6c50890d17244d162b891f1882d89aac298b24ee90708602c1dfca2501f721898c6f6e152e84d38a4aa6ef8debe2fa44cee1
27 -----BEGIN PGP SIGNATURE-----
28 Version: GnuPG v2
29
30 -iEYEAREKAAYFAlY5PHoACgkQ1fmVwcYIWAZxDwCgzI77yIxjUmEhA+pelfXkgLa4
31 -0j0Ani4i8cXMN8e3J44dsCfUEA2BMnVA
32 -=esKv
33 +iEYEAREKAAYFAlZUv2IACgkQ1fmVwcYIWAacqwCeNZFXVXXCig9xzCZi8EmGHKPg
34 +3UoAn2couWXbP1GUjKimcDRDH6ve26Ie
35 +=axvc
36 -----END PGP SIGNATURE-----
37
38 diff --git a/dev-db/glom/glom-1.20.0.ebuild b/dev-db/glom/glom-1.20.0.ebuild
39 deleted file mode 100644
40 index b45500f..0000000
41 --- a/dev-db/glom/glom-1.20.0.ebuild
42 +++ /dev/null
43 @@ -1,56 +0,0 @@
44 -# Copyright 1999-2011 Gentoo Foundation
45 -# Distributed under the terms of the GNU General Public License v2
46 -# $Id$
47 -
48 -EAPI="4"
49 -GCONF_DEBUG="no"
50 -PYTHON_DEPEND="2:2.4"
51 -
52 -inherit gnome2 python
53 -
54 -DESCRIPTION="User-friendly database application"
55 -HOMEPAGE="http://www.glom.org/wiki/index.php?title=Glom"
56 -
57 -LICENSE="GPL-3"
58 -SLOT="0"
59 -KEYWORDS="~amd64"
60 -IUSE="postgres sqlite"
61 -
62 -RDEPEND="
63 - >=dev-libs/glib-2.24:2
64 - >=dev-cpp/glibmm-2
65 - >=dev-cpp/libxmlpp-2.23.1
66 - >=dev-libs/libxslt-1.1.10
67 - >=dev-python/pygobject-2.29:3
68 - >=dev-cpp/libgdamm-4.99.6:5
69 - gnome-extra/libgda:5[postgres?]
70 - dev-cpp/gtkmm:3.0
71 - >=net-libs/libepc-0.4
72 - >=dev-cpp/goocanvasmm-1.90.8:2.0
73 - >=app-text/evince-3.0
74 - app-text/iso-codes
75 - >=dev-cpp/gtksourceviewmm-3:3.0
76 - dev-libs/boost[python]
77 - postgres? ( dev-db/postgresql-server )
78 -"
79 -# FIXME: is postgres-server really needed ?
80 -DEPEND="${RDEPEND}
81 - >=dev-util/intltool-0.35
82 - >=sys-devel/gettext-0.17
83 - >=app-text/gnome-doc-utils-0.9
84 - dev-python/sphinx
85 -"
86 -
87 -pkg_setup() {
88 - G2CONF="${G2CONF}
89 - --disable-update-mime-database
90 - --disable-scrollkeeper
91 - --disable-client-only
92 - --enable-glom-ui
93 - $(use_enable sqlite)
94 - $(use_enable postgres postgresql)"
95 - DOCS="AUTHORS ChangeLog NEWS README TODO"
96 -
97 - python_set_active_version 2
98 - python_pkg_setup
99 -}
100
101 diff --git a/dev-db/glom/glom-1.30.0.ebuild b/dev-db/glom/glom-1.30.0.ebuild
102 new file mode 100644
103 index 0000000..14e2c0c
104 --- /dev/null
105 +++ b/dev-db/glom/glom-1.30.0.ebuild
106 @@ -0,0 +1,67 @@
107 +# Copyright 1999-2015 Gentoo Foundation
108 +# Distributed under the terms of the GNU General Public License v2
109 +# $Id$
110 +
111 +EAPI="5"
112 +GCONF_DEBUG="no"
113 +PYTHON_COMPAT=( python3_4 )
114 +
115 +inherit gnome2 python-r1
116 +
117 +DESCRIPTION="User-friendly database application"
118 +HOMEPAGE="http://www.glom.org"
119 +
120 +LICENSE="GPL-3"
121 +SLOT="0"
122 +KEYWORDS="~amd64"
123 +IUSE="mysql postgres"
124 +
125 +RDEPEND="
126 + >=app-arch/libarchive-3
127 + >=dev-libs/glib-2.24:2
128 + >=dev-cpp/glibmm-2.46.1
129 + >=dev-cpp/libxmlpp-2.24
130 + >=dev-libs/libxslt-1.1.10
131 + >=dev-python/pygobject-2.29:3
132 + >=dev-cpp/libgdamm-4.99.10:5
133 + >=gnome-extra/libgda-5.2.1:5[postgres?,mysql?]
134 + >=dev-cpp/gtkmm-3.18:3.0
135 + >=net-libs/libepc-0.4
136 + >=dev-cpp/goocanvasmm-1.90.11:2.0
137 + >=app-text/evince-3.0
138 + app-text/iso-codes
139 + >=dev-cpp/gtksourceviewmm-3.18:3.0
140 + dev-libs/boost[python]
141 + >=x11-libs/goocanvas-2.0.1
142 + mysql? ( dev-db/mysql )
143 + postgres? ( dev-db/postgresql:= )
144 +"
145 +# FIXME: is postgres-server really needed ?
146 +DEPEND="${RDEPEND}
147 + app-text/yelp-tools
148 + >=dev-util/intltool-0.35
149 + >=sys-devel/gettext-0.17
150 + dev-python/sphinx
151 +"
152 +
153 +# FIXME: needs gcc with c++11 support
154 +
155 +pkg_setup() {
156 + python-r1_pkg_setup
157 +}
158 +
159 +src_configure() {
160 + gnome2_src_configure \
161 + --disable-update-mime-database \
162 + --disable-scrollkeeper \
163 + --disable-client-only \
164 + --enable-glom-ui \
165 + --enable-sqlite \
166 + $(use_enable mysql) \
167 + $(use_enable postgres postgresql)
168 +}
169 +
170 +src_install() {
171 + DOCS="AUTHORS ChangeLog NEWS README TODO"
172 + gnome2_src_install
173 +}