radhermit 14/10/11 21:02:18 Modified: ChangeLog Added: pius-2.0.11.ebuild Log: Version bump, migrate to python-r1. (Portage version: 2.2.12/cvs/Linux x86_64, signed Manifest commit with key 4AB3E85B4F064CA3)
Revision Changes Path 1.6 app-crypt/pius/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/pius/ChangeLog?rev=1.6&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/pius/ChangeLog?rev=1.6&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/pius/ChangeLog?r1=1.5&r2=1.6 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/app-crypt/pius/ChangeLog,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- ChangeLog 10 Aug 2014 02:27:00 -0000 1.5 +++ ChangeLog 11 Oct 2014 21:02:18 -0000 1.6 @@ -1,6 +1,11 @@ # ChangeLog for app-crypt/pius # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/pius/ChangeLog,v 1.5 2014/08/10 02:27:00 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/pius/ChangeLog,v 1.6 2014/10/11 21:02:18 radhermit Exp $ + +*pius-2.0.11 (11 Oct 2014) + + 11 Oct 2014; Tim Harder <[email protected]> +pius-2.0.11.ebuild: + Version bump, migrate to python-r1. 10 Aug 2014; Patrick Lauer <[email protected]> pius-2.0.10.ebuild, pius-2.0.8.ebuild, pius-2.0.9.ebuild: 1.1 app-crypt/pius/pius-2.0.11.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/pius/pius-2.0.11.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/pius/pius-2.0.11.ebuild?rev=1.1&content-type=text/plain Index: pius-2.0.11.ebuild =================================================================== # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/app-crypt/pius/pius-2.0.11.ebuild,v 1.1 2014/10/11 21:02:18 radhermit Exp $ EAPI=5 PYTHON_COMPAT=( python2_7 ) inherit python-r1 DESCRIPTION="A tool for signing and email all UIDs on a set of PGP keys" HOMEPAGE="http://www.phildev.net/pius/" SRC_URI="mirror://sourceforge/pgpius/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" DEPEND="app-crypt/gnupg ${PYTHON_DEPS}" RDEPEND="${DEPEND} dev-lang/perl" src_install() { python_foreach_impl python_doscript ${PN} ${PN}-keyring-mgr dobin ${PN}-party-worksheet dodoc Changelog README README.keyring-mgr }
