Gentoo Archives: gentoo-commits

From: Mart Raudsepp <leio@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-crypt/libsecret/
Date: Wed, 15 Feb 2017 16:47:24
Message-Id: 1487177229.f8b28712d2fff431d1826f6ab1fed94309b4f253.leio@gentoo
1 commit: f8b28712d2fff431d1826f6ab1fed94309b4f253
2 Author: Mart Raudsepp <leio <AT> gentoo <DOT> org>
3 AuthorDate: Wed Feb 15 16:44:15 2017 +0000
4 Commit: Mart Raudsepp <leio <AT> gentoo <DOT> org>
5 CommitDate: Wed Feb 15 16:47:09 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f8b28712
7
8 app-crypt/libsecret: remove old
9
10 Package-Manager: Portage-2.3.3, Repoman-2.3.1
11
12 app-crypt/libsecret/Manifest | 2 -
13 app-crypt/libsecret/libsecret-0.18.3.ebuild | 66 ----------------------------
14 app-crypt/libsecret/libsecret-0.18.4.ebuild | 67 -----------------------------
15 3 files changed, 135 deletions(-)
16
17 diff --git a/app-crypt/libsecret/Manifest b/app-crypt/libsecret/Manifest
18 index 84d0abe9c7..4bf39e0d6a 100644
19 --- a/app-crypt/libsecret/Manifest
20 +++ b/app-crypt/libsecret/Manifest
21 @@ -1,3 +1 @@
22 -DIST libsecret-0.18.3.tar.xz 481256 SHA256 f2bf1d0c5ab4640664f3e3c7ef6b086c180e50ff415720b5e22f96750dbf84c9 SHA512 ff2cdc01f2d68eaa4e3de925616e22532aa41b489ba3da7d071eef64a11b652e78ed44447c5c161eca4aa13d7f3cfb5a6ddef67fee9e520cb58782cc0acac258 WHIRLPOOL b78eb8a3a0cdc7fecd2c74a96eeb6fab9b48f7d994b0a2b0b3e60763956426ce1aab3db3da92cbc1dfdee993a9b7b70920f863fd1859dd2fc047ce659ef5e8e0
23 -DIST libsecret-0.18.4.tar.xz 499132 SHA256 0f29b51698198e6999c91f4adce3119c8c457f546b133a85baea5ea9010a19ed SHA512 2350d43d8a8db77a4330bc1a8b6ac82270aee7e455373f3e433d5e35539ce5c212fea7a840b0fcf76cf6ec209eb168a64864c582b36e7ec6e1d6b9f78276dcaf WHIRLPOOL cd1952cb97459767b16765c25767c59ccbe028eb8f92c5174f49529cf3caf2c955a72d1396514507a7aced60c993d69d7ed47dbb667338908226da37e6eab1eb
24 DIST libsecret-0.18.5.tar.xz 508556 SHA256 9ce7bd8dd5831f2786c935d82638ac428fa085057cc6780aba0e39375887ccb3 SHA512 4ee297b556d3b555b6ca9f5eb5cc87425b782491d0550a75873aac0f7019b123f437f0731c85bb058fc65b50a589d54d0697657a50bef4ac2952e9e40a916b5c WHIRLPOOL 5ee5ffb4235c75a20475777ee09c96869c59eb01374743a0e0af0139f76e1e21bf57a15dbca72c6a2f70b4809eb2848776a0a3cba187c8f725b19ce68e611e23
25
26 diff --git a/app-crypt/libsecret/libsecret-0.18.3.ebuild b/app-crypt/libsecret/libsecret-0.18.3.ebuild
27 deleted file mode 100644
28 index e2d87f704e..0000000000
29 --- a/app-crypt/libsecret/libsecret-0.18.3.ebuild
30 +++ /dev/null
31 @@ -1,66 +0,0 @@
32 -# Copyright 1999-2015 Gentoo Foundation
33 -# Distributed under the terms of the GNU General Public License v2
34 -# $Id$
35 -
36 -EAPI="5"
37 -PYTHON_COMPAT=( python2_7 )
38 -VALA_MIN_API_VERSION=0.18
39 -VALA_USE_DEPEND=vapigen
40 -
41 -inherit gnome2 python-any-r1 vala virtualx
42 -
43 -DESCRIPTION="GObject library for accessing the freedesktop.org Secret Service API"
44 -HOMEPAGE="https://live.gnome.org/Libsecret"
45 -
46 -LICENSE="LGPL-2.1+ Apache-2.0" # Apache-2.0 license is used for tests only
47 -SLOT="0"
48 -IUSE="+crypt debug +introspection test vala"
49 -REQUIRED_USE="vala? ( introspection )"
50 -KEYWORDS="alpha amd64 arm ~arm64 ia64 ~mips ppc ppc64 sparc x86 ~amd64-fbsd"
51 -
52 -RDEPEND="
53 - >=dev-libs/glib-2.38:2
54 - crypt? ( >=dev-libs/libgcrypt-1.2.2:0= )
55 - introspection? ( >=dev-libs/gobject-introspection-1.29 )
56 -"
57 -PDEPEND=">=gnome-base/gnome-keyring-3
58 -"
59 -# PDEPEND to avoid circular dep (bug #547456)
60 -# Add ksecrets to PDEPEND when it's added to portage
61 -DEPEND="${RDEPEND}
62 - dev-libs/libxslt
63 - dev-util/gdbus-codegen
64 - >=dev-util/gtk-doc-am-1.9
65 - >=dev-util/intltool-0.35.0
66 - sys-devel/gettext
67 - virtual/pkgconfig
68 - test? (
69 - dev-python/mock
70 - introspection? (
71 - ${PYTHON_DEPS}
72 - >=dev-libs/gjs-1.32
73 - dev-python/pygobject:3 )
74 - )
75 - vala? ( $(vala_depend) )
76 -"
77 -
78 -src_prepare() {
79 - use vala && vala_src_prepare
80 - gnome2_src_prepare
81 -}
82 -
83 -src_configure() {
84 - DOCS="AUTHORS ChangeLog NEWS README"
85 - gnome2_src_configure \
86 - --enable-manpages \
87 - --disable-strict \
88 - --disable-coverage \
89 - --disable-static \
90 - $(use_enable crypt gcrypt) \
91 - $(use_enable introspection) \
92 - $(use_enable vala)
93 -}
94 -
95 -src_test() {
96 - Xemake check
97 -}
98
99 diff --git a/app-crypt/libsecret/libsecret-0.18.4.ebuild b/app-crypt/libsecret/libsecret-0.18.4.ebuild
100 deleted file mode 100644
101 index f5b8c7456e..0000000000
102 --- a/app-crypt/libsecret/libsecret-0.18.4.ebuild
103 +++ /dev/null
104 @@ -1,67 +0,0 @@
105 -# Copyright 1999-2015 Gentoo Foundation
106 -# Distributed under the terms of the GNU General Public License v2
107 -# $Id$
108 -
109 -EAPI="5"
110 -GCONF_DEBUG="yes"
111 -PYTHON_COMPAT=( python2_7 )
112 -VALA_USE_DEPEND=vapigen
113 -
114 -inherit gnome2 python-any-r1 vala virtualx
115 -
116 -DESCRIPTION="GObject library for accessing the freedesktop.org Secret Service API"
117 -HOMEPAGE="https://wiki.gnome.org/Projects/Libsecret"
118 -
119 -LICENSE="LGPL-2.1+ Apache-2.0" # Apache-2.0 license is used for tests only
120 -SLOT="0"
121 -
122 -IUSE="+crypt +introspection test vala"
123 -REQUIRED_USE="vala? ( introspection )"
124 -
125 -KEYWORDS="~alpha amd64 arm ~arm64 ~ia64 ~mips ~ppc ppc64 ~sparc x86 ~amd64-fbsd"
126 -
127 -RDEPEND="
128 - >=dev-libs/glib-2.38:2
129 - crypt? ( >=dev-libs/libgcrypt-1.2.2:0= )
130 - introspection? ( >=dev-libs/gobject-introspection-1.29:= )
131 -"
132 -PDEPEND=">=gnome-base/gnome-keyring-3
133 -"
134 -# PDEPEND to avoid circular dep (bug #547456)
135 -# Add ksecrets to PDEPEND when it's added to portage
136 -DEPEND="${RDEPEND}
137 - dev-libs/libxslt
138 - dev-util/gdbus-codegen
139 - >=dev-util/gtk-doc-am-1.9
140 - >=dev-util/intltool-0.35.0
141 - sys-devel/gettext
142 - virtual/pkgconfig
143 - test? (
144 - dev-python/mock
145 - introspection? (
146 - ${PYTHON_DEPS}
147 - >=dev-libs/gjs-1.32
148 - dev-python/pygobject:3 )
149 - )
150 - vala? ( $(vala_depend) )
151 -"
152 -
153 -src_prepare() {
154 - use vala && vala_src_prepare
155 - gnome2_src_prepare
156 -}
157 -
158 -src_configure() {
159 - gnome2_src_configure \
160 - --enable-manpages \
161 - --disable-strict \
162 - --disable-coverage \
163 - --disable-static \
164 - $(use_enable crypt gcrypt) \
165 - $(use_enable introspection) \
166 - $(use_enable vala)
167 -}
168 -
169 -src_test() {
170 - Xemake check
171 -}