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-libs/libgit2-glib/
Date: Mon, 19 Feb 2018 20:03:39
Message-Id: 1519070599.5b1f8c947954daad358bb137550fd64e1a94be7d.leio@gentoo
1 commit: 5b1f8c947954daad358bb137550fd64e1a94be7d
2 Author: Mart Raudsepp <leio <AT> gentoo <DOT> org>
3 AuthorDate: Mon Feb 19 20:00:00 2018 +0000
4 Commit: Mart Raudsepp <leio <AT> gentoo <DOT> org>
5 CommitDate: Mon Feb 19 20:03:19 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5b1f8c94
7
8 dev-libs/libgit2-glib: remove old
9
10 Package-Manager: Portage-2.3.19, Repoman-2.3.6
11
12 dev-libs/libgit2-glib/Manifest | 2 -
13 dev-libs/libgit2-glib/libgit2-glib-0.24.4.ebuild | 59 ------------------------
14 dev-libs/libgit2-glib/libgit2-glib-0.25.0.ebuild | 58 -----------------------
15 3 files changed, 119 deletions(-)
16
17 diff --git a/dev-libs/libgit2-glib/Manifest b/dev-libs/libgit2-glib/Manifest
18 index ce4954ef8e2..68a7f94f1f1 100644
19 --- a/dev-libs/libgit2-glib/Manifest
20 +++ b/dev-libs/libgit2-glib/Manifest
21 @@ -1,3 +1 @@
22 -DIST libgit2-glib-0.24.4.tar.xz 458360 BLAKE2B 2a4202939ac6442c2119e102cc160981caa15abe4151bddd772f297c75a62d9f020701f69943023d81a7f7d2e659d670be31582c06035655b93285c9bff673f5 SHA512 55874f77ded1474eab6f84d3426c8cddd56a42b04b8b3e50e4294f396b8c10025a38bc925c0b74ba3e52022c696f07e7f69b75c443bbd0af0f9e0769b7c4555f
23 -DIST libgit2-glib-0.25.0.tar.xz 420500 BLAKE2B 7522417cd9f5249e108c39c3bef820f19a806891dfe81ffd1851b1544f224d943b3bf96e8e824f852bdd181f60581879f84d48a2603263445c122de6cd393140 SHA512 f265d5da4bba28de2aa7254d36fa596b9e348c6543cd559cbb9c1f9610d4b63af00c82fb4138f345e15109503e0d61101d3344c68539348cb268403387a4418e
24 DIST libgit2-glib-0.26.2.tar.xz 421956 BLAKE2B d38698f00d85b484d17078e78ad051a4c068b87df73fcf4d7b852dc6966628580cc4e5b3899a6edd5dc29fb47ef97ebe2c458992701b7642549f3e411d917dc5 SHA512 35fb3ec7a3757212f53cc884760f69725beff8462018b8e716fad389ba57d1acba99ece0fcd148ff40dc63e1fc7e7d566fe84759bd88d3a0ff9fdf970b0a5563
25
26 diff --git a/dev-libs/libgit2-glib/libgit2-glib-0.24.4.ebuild b/dev-libs/libgit2-glib/libgit2-glib-0.24.4.ebuild
27 deleted file mode 100644
28 index 4c3a9d766b9..00000000000
29 --- a/dev-libs/libgit2-glib/libgit2-glib-0.24.4.ebuild
30 +++ /dev/null
31 @@ -1,59 +0,0 @@
32 -# Copyright 1999-2016 Gentoo Foundation
33 -# Distributed under the terms of the GNU General Public License v2
34 -
35 -EAPI=5
36 -GCONF_DEBUG="no"
37 -PYTHON_COMPAT=( python{3_4,3_5} )
38 -VALA_USE_DEPEND="vapigen"
39 -
40 -inherit eutils gnome2 python-r1 vala
41 -
42 -DESCRIPTION="Git library for GLib"
43 -HOMEPAGE="https://wiki.gnome.org/Projects/Libgit2-glib"
44 -
45 -LICENSE="LGPL-2+"
46 -SLOT="0"
47 -KEYWORDS="amd64 x86"
48 -
49 -IUSE="python ssh +vala"
50 -REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
51 -
52 -# Specify libgit2 dependency with subslot because libgit2 upstream has a habit
53 -# of changing their API in each release in ways that break libgit2-glib
54 -RDEPEND="
55 - >=dev-libs/libgit2-0.24.0:0/24[ssh?]
56 - >=dev-libs/glib-2.44.0:2
57 - >=dev-libs/gobject-introspection-0.10.1:=
58 - python? (
59 - ${PYTHON_DEPS}
60 - dev-python/pygobject:3[${PYTHON_USEDEP}] )
61 -"
62 -DEPEND="${RDEPEND}
63 - >=dev-util/gtk-doc-am-1.11
64 - virtual/pkgconfig
65 - vala? ( $(vala_depend) )
66 -"
67 -
68 -src_prepare() {
69 - use vala && vala_src_prepare
70 - gnome2_src_prepare
71 -}
72 -
73 -src_configure() {
74 - gnome2_src_configure \
75 - $(use_enable python) \
76 - $(use_enable ssh) \
77 - $(use_enable vala)
78 -}
79 -
80 -src_install() {
81 - gnome2_src_install
82 -
83 - if use python ; then
84 - install_gi_override() {
85 - python_moduleinto "$(python_get_sitedir)/gi/overrides"
86 - python_domodule "${S}"/${PN}/Ggit.py
87 - }
88 - python_foreach_impl install_gi_override
89 - fi
90 -}
91
92 diff --git a/dev-libs/libgit2-glib/libgit2-glib-0.25.0.ebuild b/dev-libs/libgit2-glib/libgit2-glib-0.25.0.ebuild
93 deleted file mode 100644
94 index 07fc8e722f0..00000000000
95 --- a/dev-libs/libgit2-glib/libgit2-glib-0.25.0.ebuild
96 +++ /dev/null
97 @@ -1,58 +0,0 @@
98 -# Copyright 1999-2017 Gentoo Foundation
99 -# Distributed under the terms of the GNU General Public License v2
100 -
101 -EAPI=5
102 -GCONF_DEBUG="no"
103 -PYTHON_COMPAT=( python{3_4,3_5,3_6} )
104 -VALA_USE_DEPEND="vapigen"
105 -
106 -inherit eutils gnome2 python-r1 vala
107 -
108 -DESCRIPTION="Git library for GLib"
109 -HOMEPAGE="https://wiki.gnome.org/Projects/Libgit2-glib"
110 -
111 -LICENSE="LGPL-2+"
112 -SLOT="0"
113 -KEYWORDS="~amd64 ~x86"
114 -
115 -IUSE="python ssh +vala"
116 -REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
117 -
118 -# Specify libgit2 dependency with subslot because libgit2 upstream has a habit
119 -# of changing their API in each release in ways that break libgit2-glib
120 -RDEPEND="
121 - >=dev-libs/libgit2-0.25.0:0/25[ssh?]
122 - >=dev-libs/glib-2.44.0:2
123 - python? (
124 - ${PYTHON_DEPS}
125 - dev-python/pygobject:3[${PYTHON_USEDEP}] )
126 -"
127 -DEPEND="${RDEPEND}
128 - >=dev-util/gtk-doc-am-1.11
129 - virtual/pkgconfig
130 - vala? ( $(vala_depend) )
131 -"
132 -
133 -src_prepare() {
134 - use vala && vala_src_prepare
135 - gnome2_src_prepare
136 -}
137 -
138 -src_configure() {
139 - gnome2_src_configure \
140 - $(use_enable python) \
141 - $(use_enable ssh) \
142 - $(use_enable vala)
143 -}
144 -
145 -src_install() {
146 - gnome2_src_install
147 -
148 - if use python ; then
149 - install_gi_override() {
150 - python_moduleinto "$(python_get_sitedir)/gi/overrides"
151 - python_domodule "${S}"/${PN}/Ggit.py
152 - }
153 - python_foreach_impl install_gi_override
154 - fi
155 -}