Gentoo Archives: gentoo-commits

From: Theo Anderson <telans@××××××.de>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:dev commit in: app-admin/gnome-passwordsafe/
Date: Fri, 08 Jan 2021 10:39:58
Message-Id: 1610102349.b8036859afaaf9154db7313c5ccadb737d27e435.telans@gentoo
1 commit: b8036859afaaf9154db7313c5ccadb737d27e435
2 Author: Theo Anderson <telans <AT> posteo <DOT> de>
3 AuthorDate: Fri Jan 8 10:39:09 2021 +0000
4 Commit: Theo Anderson <telans <AT> posteo <DOT> de>
5 CommitDate: Fri Jan 8 10:39:09 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=b8036859
7
8 app-admin/gnome-passwordsafe: drop old
9
10 Closes: https://bugs.gentoo.org/742482
11 Package-Manager: Portage-3.0.12, Repoman-3.0.2
12 Signed-off-by: Theo Anderson <telans <AT> posteo.de>
13
14 app-admin/gnome-passwordsafe/Manifest | 1 -
15 .../gnome-passwordsafe-3.99.2.ebuild | 48 -------------------
16 .../gnome-passwordsafe-4.0.ebuild | 55 ----------------------
17 3 files changed, 104 deletions(-)
18
19 diff --git a/app-admin/gnome-passwordsafe/Manifest b/app-admin/gnome-passwordsafe/Manifest
20 index 01e29c8a..632e9412 100644
21 --- a/app-admin/gnome-passwordsafe/Manifest
22 +++ b/app-admin/gnome-passwordsafe/Manifest
23 @@ -1,3 +1,2 @@
24 -DIST PasswordSafe-3.99.2.tar.bz2 530191 BLAKE2B 06e46052c765dd4b2633cec02b6d6712d3d0b516965ea8100366b865bf50ee63e6c555d10a259afe2c88ec26781c062c34928b66efa77cb7d6737a30c47ab8da SHA512 f3f45c68806481e863baaeac566321349374e0fed9b960e41791e858329e859c76209bcf3b1f0483cae4e932103caf5abf263b53966174e3ddafb083d8d424e7
25 DIST PasswordSafe-4.0.tar.bz2 707474 BLAKE2B 4b1eaa09aecfd40d49886d72dad0b9043074d58d7918593c25645d1c9cc081cd7ade42f8cb957b2eef33d188c882b5cd7c3e9e9b3109cf6f53500d66f981be74 SHA512 9c5deaac73193368dac419b3f74d7a1d3c48674a6360afd036bdc6164cfd0d439d0f2fbb955e30e00e7958add41bde905cc6a9bb12a80b400c3cbbf1e276b98e
26 DIST PasswordSafe-4.1.tar.bz2 707696 BLAKE2B e185f44c505c54a59e611f990094cb43bd989f510218d4ea9050696af1620b92e72e5e0171c93f1e42f694a08fe8cca99ab48838f3b87471543597dafd413865 SHA512 69416d335de33d171df314e769c59aa08d7d445e3d822d1b0045cb28625dfc1e5e201a2975c28ad95703d1c4d84ca5ecde2e9901555f4d5ee947fe7b13b8875f
27
28 diff --git a/app-admin/gnome-passwordsafe/gnome-passwordsafe-3.99.2.ebuild b/app-admin/gnome-passwordsafe/gnome-passwordsafe-3.99.2.ebuild
29 deleted file mode 100644
30 index 74e37a19..00000000
31 --- a/app-admin/gnome-passwordsafe/gnome-passwordsafe-3.99.2.ebuild
32 +++ /dev/null
33 @@ -1,48 +0,0 @@
34 -# Copyright 1999-2020 Gentoo Authors
35 -# Distributed under the terms of the GNU General Public License v2
36 -
37 -EAPI=7
38 -
39 -inherit gnome2-utils meson xdg
40 -
41 -DESCRIPTION="A password manager for GNOME"
42 -HOMEPAGE="https://gitlab.gnome.org/World/PasswordSafe"
43 -
44 -SRC_URI="https://gitlab.gnome.org/World/PasswordSafe/-/archive/${PV}/PasswordSafe-${PV}.tar.bz2"
45 -
46 -LICENSE="GPL-2+"
47 -IUSE="debug +introspection"
48 -KEYWORDS="~amd64 ~x86"
49 -SLOT="0"
50 -
51 -S="${WORKDIR}/PasswordSafe-${PV}"
52 -
53 -RDEPEND="
54 - >=dev-lang/python-3.6.5:*
55 - >=dev-python/pykeepass-3.2.0
56 - >=x11-libs/gtk+-3.24.1:3[introspection?]
57 - >=gui-libs/libhandy-0.0.13:0.0/0
58 - >=dev-libs/libpwquality-1.4.0[python]
59 - introspection? ( >=dev-libs/gobject-introspection-0.6.7:= )
60 -"
61 -DEPEND="
62 - ${RDEPEND}
63 -"
64 -
65 -src_configure() {
66 - local emesonargs=(
67 - -Dprofile=$(usex debug development default)
68 - )
69 - meson_src_configure
70 -}
71 -
72 -pkg_postinst() {
73 - gnome2_gconf_install
74 - gnome2_schemas_update
75 - xdg_pkg_postinst
76 -}
77 -pkg_postrm() {
78 - gnome2_gconf_uninstall
79 - gnome2_schemas_update
80 - xdg_pkg_postrm
81 -}
82
83 diff --git a/app-admin/gnome-passwordsafe/gnome-passwordsafe-4.0.ebuild b/app-admin/gnome-passwordsafe/gnome-passwordsafe-4.0.ebuild
84 deleted file mode 100644
85 index d4f4b72f..00000000
86 --- a/app-admin/gnome-passwordsafe/gnome-passwordsafe-4.0.ebuild
87 +++ /dev/null
88 @@ -1,55 +0,0 @@
89 -# Copyright 1999-2020 Gentoo Authors
90 -# Distributed under the terms of the GNU General Public License v2
91 -
92 -EAPI=7
93 -
94 -PYTHON_COMPAT=( python3_{7..9} )
95 -
96 -inherit gnome2-utils meson xdg python-any-r1
97 -
98 -DESCRIPTION="A password manager for GNOME"
99 -HOMEPAGE="https://gitlab.gnome.org/World/PasswordSafe"
100 -SRC_URI="https://gitlab.gnome.org/World/PasswordSafe/-/archive/${PV}/PasswordSafe-${PV}.tar.bz2"
101 -
102 -LICENSE="GPL-2+"
103 -IUSE="debug +introspection"
104 -KEYWORDS="~amd64 ~x86"
105 -SLOT="0"
106 -
107 -S="${WORKDIR}/PasswordSafe-${PV}"
108 -
109 -DEPEND="
110 - $(python_gen_any_dep '
111 - dev-python/pycryptodome[${PYTHON_USEDEP}]
112 - >=dev-python/pykeepass-3.2.0[${PYTHON_USEDEP}]
113 - ')
114 - gui-libs/libhandy:1=[introspection?]
115 - >=dev-libs/libpwquality-1.4.0[python]
116 - >=x11-libs/gtk+-3.24.1:3[introspection?]
117 - introspection? ( >=dev-libs/gobject-introspection-0.6.7:= )
118 -"
119 -RDEPEND="${DEPEND}"
120 -
121 -src_configure() {
122 - local emesonargs=(
123 - -Dprofile=$(usex debug development default)
124 - )
125 - meson_src_configure
126 -}
127 -
128 -src_install() {
129 - meson_src_install
130 - python_optimize
131 -}
132 -
133 -pkg_postinst() {
134 - gnome2_gconf_install
135 - gnome2_schemas_update
136 - xdg_pkg_postinst
137 -}
138 -
139 -pkg_postrm() {
140 - gnome2_gconf_uninstall
141 - gnome2_schemas_update
142 - xdg_pkg_postrm
143 -}