public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: app-crypt/monkeysign/
@ 2016-07-15 15:53 Kristian Fiskerstrand
  0 siblings, 0 replies; 3+ messages in thread
From: Kristian Fiskerstrand @ 2016-07-15 15:53 UTC (permalink / raw
  To: gentoo-commits

commit:     7dea94d5d1f59ab9f512b012cb2f49cf2bdfa378
Author:     Kristian Fiskerstrand <k_f <AT> gentoo <DOT> org>
AuthorDate: Fri Jul 15 15:52:23 2016 +0000
Commit:     Kristian Fiskerstrand <k_f <AT> gentoo <DOT> org>
CommitDate: Fri Jul 15 15:52:54 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7dea94d5

app-crypt/monkeysign: Copyright update

This is a test of the git delta if waiting more than 20 seconds for PIN
entry for signature

Package-Manager: portage-2.3.0

 app-crypt/monkeysign/monkeysign-2.0.2-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-crypt/monkeysign/monkeysign-2.0.2-r1.ebuild b/app-crypt/monkeysign/monkeysign-2.0.2-r1.ebuild
index 179897b..d4e0056 100644
--- a/app-crypt/monkeysign/monkeysign-2.0.2-r1.ebuild
+++ b/app-crypt/monkeysign/monkeysign-2.0.2-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-crypt/monkeysign/
@ 2017-03-06 21:40 Kristian Fiskerstrand
  0 siblings, 0 replies; 3+ messages in thread
From: Kristian Fiskerstrand @ 2017-03-06 21:40 UTC (permalink / raw
  To: gentoo-commits

commit:     6e8c68fccd2cdfaf5ec7e7020baccefdc923405e
Author:     Kristian Fiskerstrand <k_f <AT> gentoo <DOT> org>
AuthorDate: Mon Mar  6 21:37:48 2017 +0000
Commit:     Kristian Fiskerstrand <k_f <AT> gentoo <DOT> org>
CommitDate: Mon Mar  6 21:38:03 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6e8c68fc

app-crypt/monkeysign: Remove old version

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 app-crypt/monkeysign/Manifest                   |  1 -
 app-crypt/monkeysign/monkeysign-2.0.2-r1.ebuild | 50 -------------------------
 2 files changed, 51 deletions(-)

diff --git a/app-crypt/monkeysign/Manifest b/app-crypt/monkeysign/Manifest
index 158ba663fd3..0efcdfc9d2e 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 706d6b108c1..00000000000
--- 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"
-}


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-crypt/monkeysign/
@ 2017-03-06 21:40 Kristian Fiskerstrand
  0 siblings, 0 replies; 3+ messages in thread
From: Kristian Fiskerstrand @ 2017-03-06 21:40 UTC (permalink / raw
  To: gentoo-commits

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"
+}


^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2017-03-06 21:40 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-07-15 15:53 [gentoo-commits] repo/gentoo:master commit in: app-crypt/monkeysign/ Kristian Fiskerstrand
  -- strict thread matches above, loose matches on Subject: below --
2017-03-06 21:40 Kristian Fiskerstrand
2017-03-06 21:40 Kristian Fiskerstrand

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox