Gentoo Archives: gentoo-commits

From: Joonas Niilola <juippis@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/pwman3/
Date: Thu, 23 Apr 2020 06:37:16
Message-Id: 1587623785.fe7e91cd29a129eb8e2fd7a74709f69cdccd1736.juippis@gentoo
1 commit: fe7e91cd29a129eb8e2fd7a74709f69cdccd1736
2 Author: Joonas Niilola <juippis <AT> gentoo <DOT> org>
3 AuthorDate: Thu Apr 23 05:42:22 2020 +0000
4 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
5 CommitDate: Thu Apr 23 06:36:25 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fe7e91cd
7
8 app-admin/pwman3: remove old
9
10 Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
11
12 app-admin/pwman3/Manifest | 1 -
13 app-admin/pwman3/metadata.xml | 29 ++++++++++++--------------
14 app-admin/pwman3/pwman3-0.10.0.ebuild | 39 -----------------------------------
15 app-admin/pwman3/pwman3-0.9.11.ebuild | 39 -----------------------------------
16 4 files changed, 13 insertions(+), 95 deletions(-)
17
18 diff --git a/app-admin/pwman3/Manifest b/app-admin/pwman3/Manifest
19 index 6612c190c89..47d43eb360f 100644
20 --- a/app-admin/pwman3/Manifest
21 +++ b/app-admin/pwman3/Manifest
22 @@ -1,2 +1 @@
23 DIST pwman3-0.10.0.tar.gz 75726 BLAKE2B ba7331bd3d36ac23d9151a5ebd4a343e2d8c523ba8b324850139a9ba4af8404ddf23380b3eaef523251e8f4137c5c56b6ab509c3927690fc612962ff872ea820 SHA512 a6dc24b2e1405a91f35a9a9155dde5409e35ce733bacee8858930d82443c09b8017e2701bc8c45688483b6c40554e4d6266f6cd21dc6f205b13f96e7de4f57c2
24 -DIST pwman3-0.9.11.tar.gz 74364 BLAKE2B 9544b692e8853b7fb8e1b4d51093e72e04f8d82888a9278c94aaa27716026b348bb16f0fa9c52af2144395a4ffb242c8a48fc34252890e68477d2e3a70ea4a88 SHA512 2aa5a7b4d810d1bbc6aea34b728f89190570cbfbedc33f45cc1aa4d737ebbb9e993d2d372b44f956d5cdbc07f911f289fd77d7df167100e820455650f5b3e46a
25
26 diff --git a/app-admin/pwman3/metadata.xml b/app-admin/pwman3/metadata.xml
27 index 9bb7c286611..9b3b7313abc 100644
28 --- a/app-admin/pwman3/metadata.xml
29 +++ b/app-admin/pwman3/metadata.xml
30 @@ -1,18 +1,15 @@
31 <?xml version="1.0" encoding="UTF-8"?>
32 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
33 <pkgmetadata>
34 -<maintainer type="person">
35 - <name>Oz Tiram</name>
36 - <email>oz.tiram@×××××.com</email>
37 -</maintainer>
38 -<maintainer type="project">
39 - <email>proxy-maint@g.o</email>
40 - <name>Proxy Maintainers</name>
41 -</maintainer>
42 -<use>
43 - <flag name="mongodb">Add support for MongoDB</flag>
44 -</use>
45 -<longdescription lang="en">
46 + <maintainer type="person">
47 + <name>Oz Tiram</name>
48 + <email>oz.tiram@×××××.com</email>
49 + </maintainer>
50 + <maintainer type="project">
51 + <email>proxy-maint@g.o</email>
52 + <name>Proxy Maintainers</name>
53 + </maintainer>
54 + <longdescription lang="en">
55 A lightweight command line password manager, which can use different
56 databases to store your passwords (currently, SQLite, MySQL, Postgresql
57 and MongoDB are supported). Pwman3 can also copy passwords to the
58 @@ -20,8 +17,8 @@
59 Pwman3 can also generate passwords using different algorithms.
60 Per default pwman3 uses a strong AES encryption algorithm to store the
61 data.
62 -</longdescription>
63 -<upstream>
64 - <remote-id type="github">pwman3/pwman3</remote-id>
65 -</upstream>
66 + </longdescription>
67 + <upstream>
68 + <remote-id type="github">pwman3/pwman3</remote-id>
69 + </upstream>
70 </pkgmetadata>
71
72 diff --git a/app-admin/pwman3/pwman3-0.10.0.ebuild b/app-admin/pwman3/pwman3-0.10.0.ebuild
73 deleted file mode 100644
74 index f10173d499f..00000000000
75 --- a/app-admin/pwman3/pwman3-0.10.0.ebuild
76 +++ /dev/null
77 @@ -1,39 +0,0 @@
78 -# Copyright 1999-2020 Gentoo Authors
79 -# Distributed under the terms of the GNU General Public License v2
80 -
81 -EAPI=6
82 -
83 -PYTHON_COMPAT=( python3_6 )
84 -PYTHON_REQ_USE="sqlite?"
85 -inherit distutils-r1
86 -
87 -DESCRIPTION="A lightweight password-manager with multiple database backends"
88 -HOMEPAGE="https://pwman3.github.io/pwman3/"
89 -SRC_URI="https://github.com/pwman3/pwman3/archive/v${PV}.tar.gz -> ${P}.tar.gz"
90 -
91 -LICENSE="GPL-3"
92 -SLOT="0"
93 -KEYWORDS="~amd64"
94 -IUSE="mongodb mysql postgres +sqlite test"
95 -RESTRICT="!test? ( test )"
96 -
97 -CDEPEND="
98 - >=dev-python/cryptography-2.3[${PYTHON_USEDEP}]
99 - >=dev-python/colorama-0.3.0[${PYTHON_USEDEP}]
100 - "
101 -
102 -DEPEND="
103 - ${CDEPEND}
104 - test? ( dev-python/pexpect[${PYTHON_USEDEP}] )
105 - "
106 -
107 -RDEPEND="
108 - ${CDEPEND}
109 - mongodb? ( dev-python/pymongo[${PYTHON_USEDEP}] )
110 - mysql? ( dev-python/pymysql[${PYTHON_USEDEP}] )
111 - postgres? ( dev-python/psycopg[${PYTHON_USEDEP}] )
112 - "
113 -
114 -python_test() {
115 - esetup.py test
116 -}
117
118 diff --git a/app-admin/pwman3/pwman3-0.9.11.ebuild b/app-admin/pwman3/pwman3-0.9.11.ebuild
119 deleted file mode 100644
120 index bbacc08b8c4..00000000000
121 --- a/app-admin/pwman3/pwman3-0.9.11.ebuild
122 +++ /dev/null
123 @@ -1,39 +0,0 @@
124 -# Copyright 1999-2020 Gentoo Authors
125 -# Distributed under the terms of the GNU General Public License v2
126 -
127 -EAPI=6
128 -
129 -PYTHON_COMPAT=( python3_6 )
130 -PYTHON_REQ_USE="sqlite?"
131 -inherit distutils-r1
132 -
133 -DESCRIPTION="A lightweight password-manager with multiple database backends"
134 -HOMEPAGE="https://pwman3.github.io/pwman3/"
135 -SRC_URI="https://github.com/pwman3/pwman3/archive/v${PV}.tar.gz -> ${P}.tar.gz"
136 -
137 -LICENSE="GPL-2"
138 -SLOT="0"
139 -KEYWORDS="~amd64"
140 -IUSE="mongodb mysql postgres +sqlite test"
141 -RESTRICT="!test? ( test )"
142 -
143 -COMMON="
144 - >=dev-python/cryptography-2.3[${PYTHON_USEDEP}]
145 - >=dev-python/colorama-0.3.0[${PYTHON_USEDEP}]
146 - "
147 -
148 -DEPEND="
149 - ${COMMON}
150 - test? ( dev-python/pexpect[${PYTHON_USEDEP}] )
151 - "
152 -
153 -RDEPEND="
154 - ${COMMON}
155 - mongodb? ( dev-python/pymongo[${PYTHON_USEDEP}] )
156 - mysql? ( dev-python/pymysql[${PYTHON_USEDEP}] )
157 - postgres? ( dev-python/psycopg[${PYTHON_USEDEP}] )
158 - "
159 -
160 -python_test() {
161 - esetup.py test
162 -}