Gentoo Archives: gentoo-commits

From: Mart Raudsepp <leio@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-vcs/gitg/
Date: Mon, 19 Feb 2018 20:03:38
Message-Id: 1519070590.1a2bdaa3b2d1024a90d9f22af7f65d7a372a72c4.leio@gentoo
1 commit: 1a2bdaa3b2d1024a90d9f22af7f65d7a372a72c4
2 Author: Mart Raudsepp <leio <AT> gentoo <DOT> org>
3 AuthorDate: Mon Feb 19 19:58:20 2018 +0000
4 Commit: Mart Raudsepp <leio <AT> gentoo <DOT> org>
5 CommitDate: Mon Feb 19 20:03:10 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1a2bdaa3
7
8 dev-vcs/gitg: remove old
9
10 Package-Manager: Portage-2.3.19, Repoman-2.3.6
11
12 dev-vcs/gitg/Manifest | 2 -
13 dev-vcs/gitg/gitg-3.22.0.ebuild | 84 -----------------------------------------
14 dev-vcs/gitg/gitg-3.24.0.ebuild | 84 -----------------------------------------
15 3 files changed, 170 deletions(-)
16
17 diff --git a/dev-vcs/gitg/Manifest b/dev-vcs/gitg/Manifest
18 index 1b33cf36238..fe3406baeee 100644
19 --- a/dev-vcs/gitg/Manifest
20 +++ b/dev-vcs/gitg/Manifest
21 @@ -1,3 +1 @@
22 -DIST gitg-3.22.0.tar.xz 1507056 BLAKE2B 5ffce478971fe7d0a0ab3dd9161d3d0bcf9011da6af2ebd8681173906ccf2ebecfe36eaee28a63ee261e6af24f015cd601c3a409fb21d030aadd4d9af4ba7619 SHA512 2d59af3bb725c111966544ed6977002a901a862f0280c9acf117b2b613b00d889039ea780cad83bd624de5099256e48b99cdf0421362f154a8380e98f5f977da
23 -DIST gitg-3.24.0.tar.xz 1703132 BLAKE2B 98f57e80d8775c2c4b7c55bd5888daf7d0fdb79a265d4575dbeed01ce11ad1b3e0dbaed2c42dbae51fe9fa13c5470370e131d696743e7cfbe166d1462f3e4584 SHA512 3200ec39e05e5c7deae62e7c8938cb16ea3e63c034a5520b7e1ca692ce660671e7548650a6d91b29410303d027048b0f1f85206cc484a316cae702898b4c8d73
24 DIST gitg-3.26.0.tar.xz 1551308 BLAKE2B 45a9fd3df8eb891c4e07eefb6cf8f9b517c78dccc63dd08498b4c847614e164472e0605a01c81515ea349366e56c21c99a4558e73b6548b18bb94f578c0fc9bd SHA512 782aa02e2f0f4d8c86ad726045502d545877d835f0449d2ec646d93a78bbfa50f84662d3a437c922eb168b2737c00ec088dc2c73487742f332e3910f041b519d
25
26 diff --git a/dev-vcs/gitg/gitg-3.22.0.ebuild b/dev-vcs/gitg/gitg-3.22.0.ebuild
27 deleted file mode 100644
28 index b78376684cd..00000000000
29 --- a/dev-vcs/gitg/gitg-3.22.0.ebuild
30 +++ /dev/null
31 @@ -1,84 +0,0 @@
32 -# Copyright 1999-2017 Gentoo Foundation
33 -# Distributed under the terms of the GNU General Public License v2
34 -
35 -EAPI=6
36 -GNOME2_LA_PUNT="yes"
37 -PYTHON_COMPAT=( python{3_4,3_5} )
38 -VALA_MIN_API_VERSION="0.32" # Needed when gtk+-3.20 is found
39 -
40 -inherit gnome2 pax-utils python-r1 vala
41 -
42 -DESCRIPTION="git repository viewer for GNOME"
43 -HOMEPAGE="https://wiki.gnome.org/Apps/Gitg"
44 -
45 -LICENSE="GPL-2+"
46 -SLOT="0"
47 -KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux"
48 -
49 -IUSE="glade +python"
50 -REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
51 -
52 -# test if unbundling of libgd is possible
53 -# Currently it seems not to be (unstable API/ABI)
54 -RDEPEND="
55 - app-crypt/libsecret
56 - dev-libs/libgee:0.8[introspection]
57 - >=app-text/gtkspell-3.0.3:3
58 - >=dev-libs/glib-2.38:2[dbus]
59 - >=dev-libs/gobject-introspection-0.10.1:=
60 - dev-libs/libgit2:=[threads]
61 -
62 - >=dev-libs/libgit2-glib-0.24.4[ssh]
63 - <dev-libs/libgit2-glib-0.25.0
64 -
65 - >=dev-libs/libpeas-1.5.0[gtk]
66 - >=dev-libs/libxml2-2.9.0:2
67 - net-libs/libsoup:2.4
68 - >=gnome-base/gsettings-desktop-schemas-0.1.1
69 - >=x11-libs/gtk+-3.20.0:3
70 - >=x11-libs/gtksourceview-3.10:3.0
71 - x11-themes/adwaita-icon-theme
72 - glade? ( >=dev-util/glade-3.2:3.10 )
73 - python? (
74 - ${PYTHON_DEPS}
75 - dev-python/pygobject:3[${PYTHON_USEDEP}]
76 - )
77 -"
78 -DEPEND="${RDEPEND}
79 - $(vala_depend)
80 - >=dev-libs/libgit2-glib-0.24.4[vala]
81 - >=dev-util/intltool-0.40
82 - gnome-base/gnome-common
83 - >=sys-devel/gettext-0.17
84 - virtual/pkgconfig
85 -"
86 -
87 -pkg_setup() {
88 - use python && [[ ${MERGE_TYPE} != binary ]] && python_setup
89 -}
90 -
91 -src_prepare() {
92 - gnome2_src_prepare
93 - vala_src_prepare
94 -}
95 -
96 -src_configure() {
97 - gnome2_src_configure \
98 - --disable-static \
99 - --disable-deprecations \
100 - $(use_enable glade glade-catalog) \
101 - $(use_enable python)
102 -}
103 -
104 -src_install() {
105 - # -j1: bug #???
106 - gnome2_src_install -j1
107 -
108 - if use python ; then
109 - install_gi_override() {
110 - python_moduleinto "$(python_get_sitedir)/gi/overrides"
111 - python_domodule "${S}"/libgitg-ext/GitgExt.py
112 - }
113 - python_foreach_impl install_gi_override
114 - fi
115 -}
116
117 diff --git a/dev-vcs/gitg/gitg-3.24.0.ebuild b/dev-vcs/gitg/gitg-3.24.0.ebuild
118 deleted file mode 100644
119 index 3b5aa6ca980..00000000000
120 --- a/dev-vcs/gitg/gitg-3.24.0.ebuild
121 +++ /dev/null
122 @@ -1,84 +0,0 @@
123 -# Copyright 1999-2017 Gentoo Foundation
124 -# Distributed under the terms of the GNU General Public License v2
125 -
126 -EAPI=6
127 -GNOME2_LA_PUNT="yes"
128 -PYTHON_COMPAT=( python{3_4,3_5} )
129 -VALA_MIN_API_VERSION="0.32" # Needed when gtk+-3.20 is found
130 -
131 -inherit gnome2 pax-utils python-r1 vala
132 -
133 -DESCRIPTION="git repository viewer for GNOME"
134 -HOMEPAGE="https://wiki.gnome.org/Apps/Gitg"
135 -
136 -LICENSE="GPL-2+"
137 -SLOT="0"
138 -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
139 -
140 -IUSE="glade +python"
141 -REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
142 -
143 -# test if unbundling of libgd is possible
144 -# Currently it seems not to be (unstable API/ABI)
145 -RDEPEND="
146 - app-crypt/libsecret
147 - dev-libs/libgee:0.8[introspection]
148 - >=app-text/gtkspell-3.0.3:3
149 - >=dev-libs/glib-2.38:2[dbus]
150 - >=dev-libs/gobject-introspection-0.10.1:=
151 - dev-libs/libgit2:=[threads]
152 -
153 - >=dev-libs/libgit2-glib-0.25.0[ssh]
154 - <dev-libs/libgit2-glib-0.26.0
155 -
156 - >=dev-libs/libpeas-1.5.0[gtk]
157 - >=dev-libs/libxml2-2.9.0:2
158 - net-libs/libsoup:2.4
159 - >=gnome-base/gsettings-desktop-schemas-0.1.1
160 - >=x11-libs/gtk+-3.20.0:3
161 - >=x11-libs/gtksourceview-3.10:3.0
162 - x11-themes/adwaita-icon-theme
163 - glade? ( >=dev-util/glade-3.2:3.10 )
164 - python? (
165 - ${PYTHON_DEPS}
166 - dev-python/pygobject:3[${PYTHON_USEDEP}]
167 - )
168 -"
169 -DEPEND="${RDEPEND}
170 - $(vala_depend)
171 - >=dev-libs/libgit2-glib-0.24.4[vala]
172 - >=dev-util/intltool-0.40
173 - gnome-base/gnome-common
174 - >=sys-devel/gettext-0.17
175 - virtual/pkgconfig
176 -"
177 -
178 -pkg_setup() {
179 - use python && [[ ${MERGE_TYPE} != binary ]] && python_setup
180 -}
181 -
182 -src_prepare() {
183 - gnome2_src_prepare
184 - vala_src_prepare
185 -}
186 -
187 -src_configure() {
188 - gnome2_src_configure \
189 - --disable-static \
190 - --disable-deprecations \
191 - $(use_enable glade glade-catalog) \
192 - $(use_enable python)
193 -}
194 -
195 -src_install() {
196 - # -j1: bug #???
197 - gnome2_src_install -j1
198 -
199 - if use python ; then
200 - install_gi_override() {
201 - python_moduleinto "$(python_get_sitedir)/gi/overrides"
202 - python_domodule "${S}"/libgitg-ext/GitgExt.py
203 - }
204 - python_foreach_impl install_gi_override
205 - fi
206 -}