From: "Kristian Fiskerstrand" <k_f@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-crypt/monkeysign/
Date: Mon, 6 Mar 2017 21:40:00 +0000 (UTC) [thread overview]
Message-ID: <1488836280.4c93a54829c144a5468cbfcfedb0f1aa952d9288.k_f@gentoo> (raw)
commit: 4c93a54829c144a5468cbfcfedb0f1aa952d9288
Author: Kristian Fiskerstrand <k_f <AT> gentoo <DOT> org>
AuthorDate: Mon Mar 6 21:37:18 2017 +0000
Commit: Kristian Fiskerstrand <k_f <AT> gentoo <DOT> org>
CommitDate: Mon Mar 6 21:38:00 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4c93a548
app-crypt/monkeysign: New upstream version 2.2.3
Package-Manager: Portage-2.3.3, Repoman-2.3.1
app-crypt/monkeysign/Manifest | 1 +
app-crypt/monkeysign/monkeysign-2.2.3.ebuild | 57 ++++++++++++++++++++++++++++
2 files changed, 58 insertions(+)
diff --git a/app-crypt/monkeysign/Manifest b/app-crypt/monkeysign/Manifest
index 5f763a45496..158ba663fd3 100644
--- a/app-crypt/monkeysign/Manifest
+++ b/app-crypt/monkeysign/Manifest
@@ -1 +1,2 @@
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.2.3.ebuild b/app-crypt/monkeysign/monkeysign-2.2.3.ebuild
new file mode 100644
index 00000000000..eb83ce43fc8
--- /dev/null
+++ b/app-crypt/monkeysign/monkeysign-2.2.3.ebuild
@@ -0,0 +1,57 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PYTHON_COMPAT=( python2_7 )
+
+inherit eutils 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}]
+ dev-python/sphinx[${PYTHON_USEDEP}]
+ app-arch/xz-utils
+ ${CDEPEND}"
+
+RDEPEND="
+ app-crypt/gnupg
+ virtual/mta
+ ${CDEPEND}"
+
+PATCHES=(
+ "${FILESDIR}/${PN}-1.1-basename.patch"
+ )
+
+src_prepare() {
+ sed -i "s/'rst2s5/'rst2s5.py/g" monkeysign/documentation.py || die
+ sed -i "s/'--list-dirs'/'--dry-run --list-dirs'/" monkeysign/gpg.py || die
+ rm CHANGELOG || die
+ eapply_user
+}
+
+src_compile() {
+ export SETUPTOOLS_SCM_PRETEND_VERSION=${PV}
+ distutils-r1_src_compile
+}
+
+python_install_all() {
+ distutils-r1_python_install_all
+ domenu "${FILESDIR}/monkeysign.desktop"
+}
next reply other threads:[~2017-03-06 21:40 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-03-06 21:40 Kristian Fiskerstrand [this message]
-- strict thread matches above, loose matches on Subject: below --
2017-03-06 21:40 [gentoo-commits] repo/gentoo:master commit in: app-crypt/monkeysign/ Kristian Fiskerstrand
2016-07-15 15:53 Kristian Fiskerstrand
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1488836280.4c93a54829c144a5468cbfcfedb0f1aa952d9288.k_f@gentoo \
--to=k_f@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox