summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKristian Fiskerstrand <k_f@gentoo.org>2017-03-06 22:37:48 +0100
committerKristian Fiskerstrand <k_f@gentoo.org>2017-03-06 22:38:03 +0100
commit6e8c68fccd2cdfaf5ec7e7020baccefdc923405e (patch)
tree0d1dfb902795aec6a177b1f25aaceaf65a405529 /app-crypt
parentapp-crypt/monkeysign: New upstream version 2.2.3 (diff)
downloadgentoo-6e8c68fccd2cdfaf5ec7e7020baccefdc923405e.tar.gz
gentoo-6e8c68fccd2cdfaf5ec7e7020baccefdc923405e.tar.bz2
gentoo-6e8c68fccd2cdfaf5ec7e7020baccefdc923405e.zip
app-crypt/monkeysign: Remove old version
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Diffstat (limited to 'app-crypt')
-rw-r--r--app-crypt/monkeysign/Manifest1
-rw-r--r--app-crypt/monkeysign/monkeysign-2.0.2-r1.ebuild50
2 files changed, 0 insertions, 51 deletions
diff --git a/app-crypt/monkeysign/Manifest b/app-crypt/monkeysign/Manifest
index 158ba663fd37..0efcdfc9d2e5 100644
--- a/app-crypt/monkeysign/Manifest
+++ b/app-crypt/monkeysign/Manifest
@@ -1,2 +1 @@
-DIST monkeysign_2.0.2.tar.xz 1006592 SHA256 c883dc0c4f1dbd313239012e1c5984a6ef19b0e5040e613e1727085aa619bf63 SHA512 a7686708a0d1eae0586ba2847bfb788ae9a167462e596ac8486077eaa1d6e7a6495f837596724e84ccac91102f742cc9e8b5960254242a1e935205ac1f8c8b7c WHIRLPOOL 38ab35d2954ca8d0ef32357afbb4a12674ba04b5c8cebadba5ee180ed36d2871d2b49d23ffdfb302292200ad835d37f545cae841ba98c6b8ee163ecbe65eabd9
DIST monkeysign_2.2.3.tar.xz 1145852 SHA256 b33a2154c55cdb2b215d230b0e998c325fc0f9782c13f35e368629478b1b76e5 SHA512 accbe2b2350ad0ba8ab05ec0da759c95d705b69c149045875cbcdcc35d4c776f13339fd8fa97203fc3ebf23e4f1c70a9776767c39e92196545b1b3905cd25caf WHIRLPOOL 5a79db13d79d6a89e9e2f9b5253044c0d759c22af6640a808db9607b21da5aec99c188163d9687918e6eaff054a4c139e0c367c81e955a4d0d74f53e14f8b152
diff --git a/app-crypt/monkeysign/monkeysign-2.0.2-r1.ebuild b/app-crypt/monkeysign/monkeysign-2.0.2-r1.ebuild
deleted file mode 100644
index 706d6b108c11..000000000000
--- a/app-crypt/monkeysign/monkeysign-2.0.2-r1.ebuild
+++ /dev/null
@@ -1,50 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-PYTHON_COMPAT=( python2_7 )
-
-inherit distutils-r1
-
-DESCRIPTION="A user-friendly commandline tool to sign OpenGPG keys"
-HOMEPAGE="http://web.monkeysphere.info/monkeysign/"
-
-SRC_URI="mirror://debian/pool/main/m/monkeysign/monkeysign_${PV}.tar.xz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-CDEPEND="
- dev-python/pygtk:2[${PYTHON_USEDEP}]
- media-gfx/zbar:0[python,gtk,imagemagick,${PYTHON_USEDEP}]
- media-gfx/qrencode-python[${PYTHON_USEDEP}]
- dev-python/pillow[${PYTHON_USEDEP}]"
-
-DEPEND="
- dev-python/docutils[${PYTHON_USEDEP}]
- dev-python/setuptools[${PYTHON_USEDEP}]
- app-arch/xz-utils
- ${CDEPEND}"
-
-RDEPEND="
- app-crypt/gnupg
- virtual/mta
- ${CDEPEND}"
-
-PATCHES=(
- "${FILESDIR}/${PN}-1.1-basename.patch"
- "${FILESDIR}/${PN}-2.0.0-rst2s5.patch"
- "${FILESDIR}/${P}-smtplib.patch"
- )
-
-python_test() {
- "${PYTHON}" ./test.py || die "Tests fails"
-}
-
-python_install_all() {
- distutils-r1_python_install_all
- domenu "${FILESDIR}/monkeysign.desktop"
-}