diff options
author | Tom Knight <tomk@gentoo.org> | 2013-05-12 14:38:55 +0000 |
---|---|---|
committer | Tom Knight <tomk@gentoo.org> | 2013-05-12 14:38:55 +0000 |
commit | 8a4b5eef536d68a9668a1298fcfde55322783fb2 (patch) | |
tree | 5c5cb4e91e069df32ab184730c210020273fcb12 /app-crypt/pius | |
parent | Drop dep etsdevtools to be soon dropped from portage (diff) | |
download | gentoo-2-8a4b5eef536d68a9668a1298fcfde55322783fb2.tar.gz gentoo-2-8a4b5eef536d68a9668a1298fcfde55322783fb2.tar.bz2 gentoo-2-8a4b5eef536d68a9668a1298fcfde55322783fb2.zip |
Version bump to 2.0.10, fixed bug #469572
(Portage version: 2.1.11.55/cvs/Linux x86_64, signed Manifest commit with key 5395BF49)
Diffstat (limited to 'app-crypt/pius')
-rw-r--r-- | app-crypt/pius/ChangeLog | 10 | ||||
-rw-r--r-- | app-crypt/pius/pius-2.0.10.ebuild | 30 |
2 files changed, 37 insertions, 3 deletions
diff --git a/app-crypt/pius/ChangeLog b/app-crypt/pius/ChangeLog index 98d503de4075..20700e4331a9 100644 --- a/app-crypt/pius/ChangeLog +++ b/app-crypt/pius/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for app-crypt/pius -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/pius/ChangeLog,v 1.3 2012/01/12 06:17:12 radhermit Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-crypt/pius/ChangeLog,v 1.4 2013/05/12 14:38:55 tomk Exp $ + +*pius-2.0.10 (12 May 2013) + + 12 May 2013; Tom Knight <tomk@gentoo.org> +pius-2.0.10.ebuild: + Version bump to 2.0.10, fixed bug #469572 *pius-2.0.9 (12 Jan 2012) @@ -17,4 +22,3 @@ +metadata.xml: New package - PIUS: A tool for signing and email all UIDs on a set of PGP keys - diff --git a/app-crypt/pius/pius-2.0.10.ebuild b/app-crypt/pius/pius-2.0.10.ebuild new file mode 100644 index 000000000000..7484b8b2fb15 --- /dev/null +++ b/app-crypt/pius/pius-2.0.10.ebuild @@ -0,0 +1,30 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-crypt/pius/pius-2.0.10.ebuild,v 1.1 2013/05/12 14:38:55 tomk Exp $ + +EAPI="5" +PYTHON_DEPEND="2" + +inherit python + +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" +RDEPEND="${DEPEND} + dev-lang/perl" + +src_prepare() { + python_convert_shebangs 2 ${PN} ${PN}-keyring-mgr +} + +src_install() { + dobin ${PN} ${PN}-keyring-mgr ${PN}-party-worksheet + dodoc Changelog README README.keyring-mgr +} |