slyfox 14/08/10 21:15:51 Modified: py-gnupg-0.3.2.ebuild py-gnupg-0.3.2-r1.ebuild ChangeLog Log: QA: drop trailing '.' from DESCRIPTION (Portage version: 2.2.11_p9/cvs/Linux x86_64, signed Manifest commit with key 611FF3AA)
Revision Changes Path 1.14 dev-python/py-gnupg/py-gnupg-0.3.2.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/py-gnupg/py-gnupg-0.3.2.ebuild?rev=1.14&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/py-gnupg/py-gnupg-0.3.2.ebuild?rev=1.14&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/py-gnupg/py-gnupg-0.3.2.ebuild?r1=1.13&r2=1.14 Index: py-gnupg-0.3.2.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-python/py-gnupg/py-gnupg-0.3.2.ebuild,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- py-gnupg-0.3.2.ebuild 23 Jul 2010 22:16:48 -0000 1.13 +++ py-gnupg-0.3.2.ebuild 10 Aug 2014 21:15:51 -0000 1.14 @@ -1,6 +1,6 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/py-gnupg/py-gnupg-0.3.2.ebuild,v 1.13 2010/07/23 22:16:48 arfrever Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/py-gnupg/py-gnupg-0.3.2.ebuild,v 1.14 2014/08/10 21:15:51 slyfox Exp $ EAPI="3" PYTHON_DEPEND="2" @@ -11,7 +11,7 @@ MY_P="GnuPGInterface-${PV}" -DESCRIPTION="A Python module to interface with GnuPG." +DESCRIPTION="A Python module to interface with GnuPG" HOMEPAGE="http://py-gnupg.sourceforge.net/" SRC_URI="mirror://sourceforge/py-gnupg/${MY_P}.tar.gz" 1.4 dev-python/py-gnupg/py-gnupg-0.3.2-r1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/py-gnupg/py-gnupg-0.3.2-r1.ebuild?rev=1.4&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/py-gnupg/py-gnupg-0.3.2-r1.ebuild?rev=1.4&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/py-gnupg/py-gnupg-0.3.2-r1.ebuild?r1=1.3&r2=1.4 Index: py-gnupg-0.3.2-r1.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-python/py-gnupg/py-gnupg-0.3.2-r1.ebuild,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- py-gnupg-0.3.2-r1.ebuild 31 Mar 2014 20:55:14 -0000 1.3 +++ py-gnupg-0.3.2-r1.ebuild 10 Aug 2014 21:15:51 -0000 1.4 @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/py-gnupg/py-gnupg-0.3.2-r1.ebuild,v 1.3 2014/03/31 20:55:14 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/py-gnupg/py-gnupg-0.3.2-r1.ebuild,v 1.4 2014/08/10 21:15:51 slyfox Exp $ EAPI=5 @@ -10,7 +10,7 @@ MY_P="GnuPGInterface-${PV}" -DESCRIPTION="A Python module to interface with GnuPG." +DESCRIPTION="A Python module to interface with GnuPG" HOMEPAGE="http://py-gnupg.sourceforge.net/" SRC_URI="mirror://sourceforge/py-gnupg/${MY_P}.tar.gz" 1.16 dev-python/py-gnupg/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/py-gnupg/ChangeLog?rev=1.16&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/py-gnupg/ChangeLog?rev=1.16&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/py-gnupg/ChangeLog?r1=1.15&r2=1.16 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-python/py-gnupg/ChangeLog,v retrieving revision 1.15 retrieving revision 1.16 diff -u -r1.15 -r1.16 --- ChangeLog 31 Mar 2014 20:55:14 -0000 1.15 +++ ChangeLog 10 Aug 2014 21:15:51 -0000 1.16 @@ -1,6 +1,10 @@ # ChangeLog for dev-python/py-gnupg # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/py-gnupg/ChangeLog,v 1.15 2014/03/31 20:55:14 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/py-gnupg/ChangeLog,v 1.16 2014/08/10 21:15:51 slyfox Exp $ + + 10 Aug 2014; Sergei Trofimovich <sly...@gentoo.org> py-gnupg-0.3.2-r1.ebuild, + py-gnupg-0.3.2.ebuild: + QA: drop trailing '.' from DESCRIPTION 31 Mar 2014; Michał Górny <mgo...@gentoo.org> py-gnupg-0.3.2-r1.ebuild: Add support for the new PyPy slotting.