public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in app-crypt/monkeysign: monkeysign-2.0.2-r1.ebuild ChangeLog monkeysign-2.0.0.ebuild monkeysign-1.1-r2.ebuild monkeysign-2.0.2.ebuild
@ 2015-02-02 22:25 Kristian Fiskerstrand (k_f)
  0 siblings, 0 replies; only message in thread
From: Kristian Fiskerstrand (k_f) @ 2015-02-02 22:25 UTC (permalink / raw
  To: gentoo-commits

k_f         15/02/02 22:25:45

  Modified:             ChangeLog
  Added:                monkeysign-2.0.2-r1.ebuild
  Removed:              monkeysign-2.0.0.ebuild monkeysign-1.1-r2.ebuild
                        monkeysign-2.0.2.ebuild
  Log:
  Fix NameError: Global name 'SMTPException' is not defined. The patch is already submitted and included upstream.
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0xFED5002857C1ABFA!)

Revision  Changes    Path
1.8                  app-crypt/monkeysign/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/monkeysign/ChangeLog?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/monkeysign/ChangeLog?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/monkeysign/ChangeLog?r1=1.7&r2=1.8

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-crypt/monkeysign/ChangeLog,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- ChangeLog	6 Dec 2014 12:14:37 -0000	1.7
+++ ChangeLog	2 Feb 2015 22:25:45 -0000	1.8
@@ -1,6 +1,16 @@
 # ChangeLog for app-crypt/monkeysign
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-crypt/monkeysign/ChangeLog,v 1.7 2014/12/06 12:14:37 k_f Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-crypt/monkeysign/ChangeLog,v 1.8 2015/02/02 22:25:45 k_f Exp $
+
+*monkeysign-2.0.2-r1 (02 Feb 2015)
+
+  02 Feb 2015; Kristian Fiskerstrand <k_f@gentoo.org>
+  +files/monkeysign-2.0.2-smtplib.patch, +monkeysign-2.0.2-r1.ebuild,
+  -files/monkeysign-1.1-rst2s5.patch,
+  -files/monkeysign-1.2-test-no-emit-version.patch, -monkeysign-1.1-r2.ebuild,
+  -monkeysign-2.0.0.ebuild, -monkeysign-2.0.2.ebuild:
+  Fix NameError: Global name 'SMTPException' is not defined. The patch is
+  already submitted and included upstream.
 
 *monkeysign-2.0.2 (06 Dec 2014)
 



1.1                  app-crypt/monkeysign/monkeysign-2.0.2-r1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/monkeysign/monkeysign-2.0.2-r1.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/monkeysign/monkeysign-2.0.2-r1.ebuild?rev=1.1&content-type=text/plain

Index: monkeysign-2.0.2-r1.ebuild
===================================================================
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-crypt/monkeysign/monkeysign-2.0.2-r1.ebuild,v 1.1 2015/02/02 22:25:45 k_f Exp $

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}]
	virtual/python-imaging[${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	[flat|nested] only message in thread

only message in thread, other threads:[~2015-02-02 22:25 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-02-02 22:25 [gentoo-commits] gentoo-x86 commit in app-crypt/monkeysign: monkeysign-2.0.2-r1.ebuild ChangeLog monkeysign-2.0.0.ebuild monkeysign-1.1-r2.ebuild monkeysign-2.0.2.ebuild Kristian Fiskerstrand (k_f)

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