From 92b14a26e991b71ab01896ef91b48fd5bf99f708 Mon Sep 17 00:00:00 2001 From: Tim Harder Date: Sat, 11 Oct 2014 21:02:18 +0000 Subject: Version bump, migrate to python-r1. (Portage version: 2.2.12/cvs/Linux x86_64, signed Manifest commit with key 4AB3E85B4F064CA3) --- app-crypt/pius/ChangeLog | 7 ++++++- app-crypt/pius/pius-2.0.11.ebuild | 28 ++++++++++++++++++++++++++++ 2 files changed, 34 insertions(+), 1 deletion(-) create mode 100644 app-crypt/pius/pius-2.0.11.ebuild (limited to 'app-crypt') diff --git a/app-crypt/pius/ChangeLog b/app-crypt/pius/ChangeLog index 6927f4837bb1..fb3784abd637 100644 --- a/app-crypt/pius/ChangeLog +++ b/app-crypt/pius/ChangeLog @@ -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 +pius-2.0.11.ebuild: + Version bump, migrate to python-r1. 10 Aug 2014; Patrick Lauer pius-2.0.10.ebuild, pius-2.0.8.ebuild, pius-2.0.9.ebuild: diff --git a/app-crypt/pius/pius-2.0.11.ebuild b/app-crypt/pius/pius-2.0.11.ebuild new file mode 100644 index 000000000000..80c8d4831c96 --- /dev/null +++ b/app-crypt/pius/pius-2.0.11.ebuild @@ -0,0 +1,28 @@ +# 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 +} -- cgit v1.2.3-65-gdbad