summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoonas Niilola <juippis@gentoo.org>2020-04-23 08:42:22 +0300
committerJoonas Niilola <juippis@gentoo.org>2020-04-23 09:36:25 +0300
commitfe7e91cd29a129eb8e2fd7a74709f69cdccd1736 (patch)
treee0faea08b61161c651974a2104cb046e16672589
parentapp-admin/pwman3: correct DISTUTILS_USE_SETUPTOOLS value (diff)
downloadgentoo-fe7e91cd29a129eb8e2fd7a74709f69cdccd1736.tar.gz
gentoo-fe7e91cd29a129eb8e2fd7a74709f69cdccd1736.tar.bz2
gentoo-fe7e91cd29a129eb8e2fd7a74709f69cdccd1736.zip
app-admin/pwman3: remove old
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
-rw-r--r--app-admin/pwman3/Manifest1
-rw-r--r--app-admin/pwman3/metadata.xml29
-rw-r--r--app-admin/pwman3/pwman3-0.10.0.ebuild39
-rw-r--r--app-admin/pwman3/pwman3-0.9.11.ebuild39
4 files changed, 13 insertions, 95 deletions
diff --git a/app-admin/pwman3/Manifest b/app-admin/pwman3/Manifest
index 6612c190c892..47d43eb360fe 100644
--- a/app-admin/pwman3/Manifest
+++ b/app-admin/pwman3/Manifest
@@ -1,2 +1 @@
DIST pwman3-0.10.0.tar.gz 75726 BLAKE2B ba7331bd3d36ac23d9151a5ebd4a343e2d8c523ba8b324850139a9ba4af8404ddf23380b3eaef523251e8f4137c5c56b6ab509c3927690fc612962ff872ea820 SHA512 a6dc24b2e1405a91f35a9a9155dde5409e35ce733bacee8858930d82443c09b8017e2701bc8c45688483b6c40554e4d6266f6cd21dc6f205b13f96e7de4f57c2
-DIST pwman3-0.9.11.tar.gz 74364 BLAKE2B 9544b692e8853b7fb8e1b4d51093e72e04f8d82888a9278c94aaa27716026b348bb16f0fa9c52af2144395a4ffb242c8a48fc34252890e68477d2e3a70ea4a88 SHA512 2aa5a7b4d810d1bbc6aea34b728f89190570cbfbedc33f45cc1aa4d737ebbb9e993d2d372b44f956d5cdbc07f911f289fd77d7df167100e820455650f5b3e46a
diff --git a/app-admin/pwman3/metadata.xml b/app-admin/pwman3/metadata.xml
index 9bb7c2866116..9b3b7313abcd 100644
--- a/app-admin/pwman3/metadata.xml
+++ b/app-admin/pwman3/metadata.xml
@@ -1,18 +1,15 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
-<maintainer type="person">
- <name>Oz Tiram</name>
- <email>oz.tiram@gmail.com</email>
-</maintainer>
-<maintainer type="project">
- <email>proxy-maint@gentoo.org</email>
- <name>Proxy Maintainers</name>
-</maintainer>
-<use>
- <flag name="mongodb">Add support for MongoDB</flag>
-</use>
-<longdescription lang="en">
+ <maintainer type="person">
+ <name>Oz Tiram</name>
+ <email>oz.tiram@gmail.com</email>
+ </maintainer>
+ <maintainer type="project">
+ <email>proxy-maint@gentoo.org</email>
+ <name>Proxy Maintainers</name>
+ </maintainer>
+ <longdescription lang="en">
A lightweight command line password manager, which can use different
databases to store your passwords (currently, SQLite, MySQL, Postgresql
and MongoDB are supported). Pwman3 can also copy passwords to the
@@ -20,8 +17,8 @@
Pwman3 can also generate passwords using different algorithms.
Per default pwman3 uses a strong AES encryption algorithm to store the
data.
-</longdescription>
-<upstream>
- <remote-id type="github">pwman3/pwman3</remote-id>
-</upstream>
+ </longdescription>
+ <upstream>
+ <remote-id type="github">pwman3/pwman3</remote-id>
+ </upstream>
</pkgmetadata>
diff --git a/app-admin/pwman3/pwman3-0.10.0.ebuild b/app-admin/pwman3/pwman3-0.10.0.ebuild
deleted file mode 100644
index f10173d499f0..000000000000
--- a/app-admin/pwman3/pwman3-0.10.0.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python3_6 )
-PYTHON_REQ_USE="sqlite?"
-inherit distutils-r1
-
-DESCRIPTION="A lightweight password-manager with multiple database backends"
-HOMEPAGE="https://pwman3.github.io/pwman3/"
-SRC_URI="https://github.com/pwman3/pwman3/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE="mongodb mysql postgres +sqlite test"
-RESTRICT="!test? ( test )"
-
-CDEPEND="
- >=dev-python/cryptography-2.3[${PYTHON_USEDEP}]
- >=dev-python/colorama-0.3.0[${PYTHON_USEDEP}]
- "
-
-DEPEND="
- ${CDEPEND}
- test? ( dev-python/pexpect[${PYTHON_USEDEP}] )
- "
-
-RDEPEND="
- ${CDEPEND}
- mongodb? ( dev-python/pymongo[${PYTHON_USEDEP}] )
- mysql? ( dev-python/pymysql[${PYTHON_USEDEP}] )
- postgres? ( dev-python/psycopg[${PYTHON_USEDEP}] )
- "
-
-python_test() {
- esetup.py test
-}
diff --git a/app-admin/pwman3/pwman3-0.9.11.ebuild b/app-admin/pwman3/pwman3-0.9.11.ebuild
deleted file mode 100644
index bbacc08b8c4c..000000000000
--- a/app-admin/pwman3/pwman3-0.9.11.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python3_6 )
-PYTHON_REQ_USE="sqlite?"
-inherit distutils-r1
-
-DESCRIPTION="A lightweight password-manager with multiple database backends"
-HOMEPAGE="https://pwman3.github.io/pwman3/"
-SRC_URI="https://github.com/pwman3/pwman3/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE="mongodb mysql postgres +sqlite test"
-RESTRICT="!test? ( test )"
-
-COMMON="
- >=dev-python/cryptography-2.3[${PYTHON_USEDEP}]
- >=dev-python/colorama-0.3.0[${PYTHON_USEDEP}]
- "
-
-DEPEND="
- ${COMMON}
- test? ( dev-python/pexpect[${PYTHON_USEDEP}] )
- "
-
-RDEPEND="
- ${COMMON}
- mongodb? ( dev-python/pymongo[${PYTHON_USEDEP}] )
- mysql? ( dev-python/pymysql[${PYTHON_USEDEP}] )
- postgres? ( dev-python/psycopg[${PYTHON_USEDEP}] )
- "
-
-python_test() {
- esetup.py test
-}