diff options
author | Patrick Lauer <patrick@gentoo.org> | 2014-08-10 02:27:01 +0000 |
---|---|---|
committer | Patrick Lauer <patrick@gentoo.org> | 2014-08-10 02:27:01 +0000 |
commit | 05003d6b839e865077c84758faa858692fb5467e (patch) | |
tree | 0bca92acbe9a30d9668653ca0a0047438aadea42 /app-crypt | |
parent | Fix description for more repoman happy (diff) | |
download | gentoo-2-05003d6b839e865077c84758faa858692fb5467e.tar.gz gentoo-2-05003d6b839e865077c84758faa858692fb5467e.tar.bz2 gentoo-2-05003d6b839e865077c84758faa858692fb5467e.zip |
Fix description for more repoman happy
(Portage version: 2.2.11-r1/cvs/Linux x86_64, RepoMan options: --force, unsigned Manifest commit)
Diffstat (limited to 'app-crypt')
35 files changed, 119 insertions, 85 deletions
diff --git a/app-crypt/acr38u/ChangeLog b/app-crypt/acr38u/ChangeLog index 806f17d69b9f..e41be2487405 100644 --- a/app-crypt/acr38u/ChangeLog +++ b/app-crypt/acr38u/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-crypt/acr38u -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/acr38u/ChangeLog,v 1.9 2013/12/07 17:13:29 flameeyes Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-crypt/acr38u/ChangeLog,v 1.10 2014/08/10 02:27:00 patrick Exp $ + + 10 Aug 2014; Patrick Lauer <patrick@gentoo.org> acr38u-1.7.11-r1.ebuild, + acr38u-1.7.11-r3.ebuild: + Fix description for more repoman happy *acr38u-1.7.11-r3 (07 Dec 2013) diff --git a/app-crypt/acr38u/acr38u-1.7.11-r1.ebuild b/app-crypt/acr38u/acr38u-1.7.11-r1.ebuild index 14cf3c7c1b4d..01a967a5e135 100644 --- a/app-crypt/acr38u/acr38u-1.7.11-r1.ebuild +++ b/app-crypt/acr38u/acr38u-1.7.11-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/acr38u/acr38u-1.7.11-r1.ebuild,v 1.3 2012/12/11 14:50:43 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/acr38u/acr38u-1.7.11-r1.ebuild,v 1.4 2014/08/10 02:27:00 patrick Exp $ EAPI=4 @@ -11,7 +11,7 @@ MY_P=ACR38_LINUX_$(get_version_component_range 1)00$(get_version_component_range SLOT="0" LICENSE="LGPL-2.1" KEYWORDS="~amd64 ~x86" -DESCRIPTION="Non CCID driver for ACR38 AC1038-based Smart Card Reader." +DESCRIPTION="Non CCID driver for ACR38 AC1038-based Smart Card Reader" #SRC_URI="http://www.acs.com.hk/drivers/eng/${MY_P}.tar.bz2" # tarball release is encapsuled in a .zip file :-( diff --git a/app-crypt/acr38u/acr38u-1.7.11-r3.ebuild b/app-crypt/acr38u/acr38u-1.7.11-r3.ebuild index 54c6bd07e983..f468d83cc0bb 100644 --- a/app-crypt/acr38u/acr38u-1.7.11-r3.ebuild +++ b/app-crypt/acr38u/acr38u-1.7.11-r3.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/acr38u/acr38u-1.7.11-r3.ebuild,v 1.1 2013/12/07 17:13:29 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/acr38u/acr38u-1.7.11-r3.ebuild,v 1.2 2014/08/10 02:27:00 patrick Exp $ EAPI=5 @@ -11,7 +11,7 @@ MY_P=ACR38_LINUX_$(get_version_component_range 1)00$(get_version_component_range SLOT="0" LICENSE="LGPL-2.1" KEYWORDS="~amd64 ~x86" -DESCRIPTION="Non CCID driver for ACR38 AC1038-based Smart Card Reader." +DESCRIPTION="Non CCID driver for ACR38 AC1038-based Smart Card Reader" #SRC_URI="http://www.acs.com.hk/drivers/eng/${MY_P}.tar.bz2" # tarball release is encapsuled in a .zip file :-( diff --git a/app-crypt/easy-rsa/ChangeLog b/app-crypt/easy-rsa/ChangeLog index 6f129b91753a..c962826408bd 100644 --- a/app-crypt/easy-rsa/ChangeLog +++ b/app-crypt/easy-rsa/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-crypt/easy-rsa # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/easy-rsa/ChangeLog,v 1.15 2014/04/13 10:28:31 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/easy-rsa/ChangeLog,v 1.16 2014/08/10 02:26:59 patrick Exp $ + + 10 Aug 2014; Patrick Lauer <patrick@gentoo.org> easy-rsa-2.2.0-r1.ebuild, + easy-rsa-2.2.0.ebuild: + Fix description for more repoman happy 13 Apr 2014; Markos Chandras <hwoarang@gentoo.org> easy-rsa-2.2.0-r1.ebuild: Add ~mips diff --git a/app-crypt/easy-rsa/easy-rsa-2.2.0-r1.ebuild b/app-crypt/easy-rsa/easy-rsa-2.2.0-r1.ebuild index b62cb7aff5e9..0e54fef00e5e 100644 --- a/app-crypt/easy-rsa/easy-rsa-2.2.0-r1.ebuild +++ b/app-crypt/easy-rsa/easy-rsa-2.2.0-r1.ebuild @@ -1,12 +1,12 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/easy-rsa/easy-rsa-2.2.0-r1.ebuild,v 1.8 2014/04/13 10:28:31 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/easy-rsa/easy-rsa-2.2.0-r1.ebuild,v 1.9 2014/08/10 02:26:59 patrick Exp $ EAPI=4 inherit eutils -DESCRIPTION="Small RSA key management package, based on OpenSSL." +DESCRIPTION="Small RSA key management package, based on OpenSSL" HOMEPAGE="http://openvpn.net/" KEYWORDS="~alpha amd64 arm hppa ~ia64 ~mips ppc ~s390 ~sh ~sparc x86" SRC_URI="http://swupdate.openvpn.net/community/releases/${P}_master.tar.gz" diff --git a/app-crypt/easy-rsa/easy-rsa-2.2.0.ebuild b/app-crypt/easy-rsa/easy-rsa-2.2.0.ebuild index 26ee3442dd72..2cb800abb62b 100644 --- a/app-crypt/easy-rsa/easy-rsa-2.2.0.ebuild +++ b/app-crypt/easy-rsa/easy-rsa-2.2.0.ebuild @@ -1,12 +1,12 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/easy-rsa/easy-rsa-2.2.0.ebuild,v 1.8 2013/12/17 10:45:29 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/easy-rsa/easy-rsa-2.2.0.ebuild,v 1.9 2014/08/10 02:26:59 patrick Exp $ EAPI=4 inherit eutils -DESCRIPTION="Small RSA key management package, based on OpenSSL." +DESCRIPTION="Small RSA key management package, based on OpenSSL" HOMEPAGE="http://openvpn.net/" KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~ppc ~s390 ~sh ~sparc ~x86" SRC_URI="http://swupdate.openvpn.net/community/releases/${P}_master.tar.gz" diff --git a/app-crypt/eid-mw/ChangeLog b/app-crypt/eid-mw/ChangeLog index e58e3a101821..896b8a3b335a 100644 --- a/app-crypt/eid-mw/ChangeLog +++ b/app-crypt/eid-mw/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-crypt/eid-mw # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/eid-mw/ChangeLog,v 1.9 2014/07/10 14:53:53 swift Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/eid-mw/ChangeLog,v 1.10 2014/08/10 02:26:59 patrick Exp $ + + 10 Aug 2014; Patrick Lauer <patrick@gentoo.org> eid-mw-4.0.2_p1188.ebuild, + eid-mw-4.0.4_p1253.ebuild, eid-mw-4.0.6_p1480.ebuild, eid-mw-9999.ebuild: + Fix description for more repoman happy *eid-mw-9999 (10 Jul 2014) *eid-mw-4.0.6_p1480 (10 Jul 2014) diff --git a/app-crypt/eid-mw/eid-mw-4.0.2_p1188.ebuild b/app-crypt/eid-mw/eid-mw-4.0.2_p1188.ebuild index 3405b91d1262..dd1c7bafc22c 100644 --- a/app-crypt/eid-mw/eid-mw-4.0.2_p1188.ebuild +++ b/app-crypt/eid-mw/eid-mw-4.0.2_p1188.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/eid-mw/eid-mw-4.0.2_p1188.ebuild,v 1.4 2012/06/24 08:38:34 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/eid-mw/eid-mw-4.0.2_p1188.ebuild,v 1.5 2014/08/10 02:26:59 patrick Exp $ EAPI=4 @@ -19,7 +19,7 @@ fi SLOT="0" LICENSE="GPL-3" -DESCRIPTION="Belgian Electronic Identity Card middleware supplied by the Belgian Federal Government." +DESCRIPTION="Belgian Electronic Identity Card middleware supplied by the Belgian Federal Government" HOMEPAGE="http://code.google.com/p/eid-mw" diff --git a/app-crypt/eid-mw/eid-mw-4.0.4_p1253.ebuild b/app-crypt/eid-mw/eid-mw-4.0.4_p1253.ebuild index 08e2399e7bfb..1d0797948d1d 100644 --- a/app-crypt/eid-mw/eid-mw-4.0.4_p1253.ebuild +++ b/app-crypt/eid-mw/eid-mw-4.0.4_p1253.ebuild @@ -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/app-crypt/eid-mw/eid-mw-4.0.4_p1253.ebuild,v 1.1 2014/03/07 15:24:12 swift Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/eid-mw/eid-mw-4.0.4_p1253.ebuild,v 1.2 2014/08/10 02:26:59 patrick Exp $ EAPI=5 @@ -19,7 +19,7 @@ fi SLOT="0" LICENSE="LGPL-3" -DESCRIPTION="Belgian Electronic Identity Card middleware supplied by the Belgian Federal Government." +DESCRIPTION="Belgian Electronic Identity Card middleware supplied by the Belgian Federal Government" HOMEPAGE="http://eid.belgium.be" diff --git a/app-crypt/eid-mw/eid-mw-4.0.6_p1480.ebuild b/app-crypt/eid-mw/eid-mw-4.0.6_p1480.ebuild index aa746631c4e9..9d4de7809b60 100644 --- a/app-crypt/eid-mw/eid-mw-4.0.6_p1480.ebuild +++ b/app-crypt/eid-mw/eid-mw-4.0.6_p1480.ebuild @@ -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/app-crypt/eid-mw/eid-mw-4.0.6_p1480.ebuild,v 1.1 2014/07/10 14:53:53 swift Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/eid-mw/eid-mw-4.0.6_p1480.ebuild,v 1.2 2014/08/10 02:26:59 patrick Exp $ EAPI=5 @@ -19,7 +19,7 @@ fi SLOT="0" LICENSE="LGPL-3" -DESCRIPTION="Belgian Electronic Identity Card middleware supplied by the Belgian Federal Government." +DESCRIPTION="Belgian Electronic Identity Card middleware supplied by the Belgian Federal Government" HOMEPAGE="http://eid.belgium.be" diff --git a/app-crypt/eid-mw/eid-mw-9999.ebuild b/app-crypt/eid-mw/eid-mw-9999.ebuild index d63fc9a82aff..b3b8fd285a7e 100644 --- a/app-crypt/eid-mw/eid-mw-9999.ebuild +++ b/app-crypt/eid-mw/eid-mw-9999.ebuild @@ -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/app-crypt/eid-mw/eid-mw-9999.ebuild,v 1.1 2014/07/10 14:53:53 swift Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/eid-mw/eid-mw-9999.ebuild,v 1.2 2014/08/10 02:26:59 patrick Exp $ EAPI=5 @@ -19,7 +19,7 @@ fi SLOT="0" LICENSE="LGPL-3" -DESCRIPTION="Belgian Electronic Identity Card middleware supplied by the Belgian Federal Government." +DESCRIPTION="Belgian Electronic Identity Card middleware supplied by the Belgian Federal Government" HOMEPAGE="http://eid.belgium.be" diff --git a/app-crypt/gorilla/ChangeLog b/app-crypt/gorilla/ChangeLog index 47a54a686975..fdea75e25b7d 100644 --- a/app-crypt/gorilla/ChangeLog +++ b/app-crypt/gorilla/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-crypt/gorilla -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/gorilla/ChangeLog,v 1.4 2011/02/13 19:00:19 hwoarang Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-crypt/gorilla/ChangeLog,v 1.5 2014/08/10 02:27:01 patrick Exp $ + + 10 Aug 2014; Patrick Lauer <patrick@gentoo.org> gorilla-1.4.ebuild: + Fix description for more repoman happy 13 Feb 2011; Markos Chandras <hwoarang@gentoo.org> gorilla-1.4.ebuild: Stable on amd64 wrt bug #350707 @@ -16,4 +19,3 @@ 28 Feb 2009; Patrick Lauer <patrick@gentoo.org> +files/gorilla-script-destdir.patch, +metadata.xml, +gorilla-1.4.ebuild: Initial import. Fixes #140393. Ebuild contributed by Ben Timby - diff --git a/app-crypt/gorilla/gorilla-1.4.ebuild b/app-crypt/gorilla/gorilla-1.4.ebuild index d15ad5308cd1..720807cc0ed2 100644 --- a/app-crypt/gorilla/gorilla-1.4.ebuild +++ b/app-crypt/gorilla/gorilla-1.4.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/gorilla/gorilla-1.4.ebuild,v 1.4 2011/02/13 19:00:19 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/gorilla/gorilla-1.4.ebuild,v 1.5 2014/08/10 02:27:01 patrick Exp $ inherit eutils DESCRIPTION="Password Safe clone for Linux. Stores passwords in secure way with -GUI interface." +GUI interface" HOMEPAGE="http://www.fpx.de/fp/Software/Gorilla/" SRC_URI="http://www.fpx.de/fp/Software/Gorilla/download/${P}.tar.gz" diff --git a/app-crypt/mdcrack/ChangeLog b/app-crypt/mdcrack/ChangeLog index c78cf68fc778..92f8f6909255 100644 --- a/app-crypt/mdcrack/ChangeLog +++ b/app-crypt/mdcrack/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-crypt/mdcrack -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/mdcrack/ChangeLog,v 1.6 2010/12/23 12:40:05 c1pher Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-crypt/mdcrack/ChangeLog,v 1.7 2014/08/10 02:27:00 patrick Exp $ + + 10 Aug 2014; Patrick Lauer <patrick@gentoo.org> mdcrack-1.2.ebuild: + Fix description for more repoman happy 23 Dec 2010; Dane Smith <c1pher@gentoo.org> mdcrack-1.2.ebuild, +files/mdcrack-1.2-remove-interactive-test.diff: @@ -28,4 +31,3 @@ 14 Aug 2005; Daniel Black <dragonheart@gentoo.org> +metadata.xml, +mdcrack-1.2.ebuild: Initial import thanks to Minati and Thomas. (bug #34690) - diff --git a/app-crypt/mdcrack/mdcrack-1.2.ebuild b/app-crypt/mdcrack/mdcrack-1.2.ebuild index dbb7fdce12ac..de4319c79014 100644 --- a/app-crypt/mdcrack/mdcrack-1.2.ebuild +++ b/app-crypt/mdcrack/mdcrack-1.2.ebuild @@ -1,12 +1,12 @@ -# 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/app-crypt/mdcrack/mdcrack-1.2.ebuild,v 1.5 2010/12/23 12:40:05 c1pher Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/mdcrack/mdcrack-1.2.ebuild,v 1.6 2014/08/10 02:27:00 patrick Exp $ EAPI="2" inherit eutils toolchain-funcs -DESCRIPTION="A MD4/MD5/NTML hashes bruteforcer." +DESCRIPTION="A MD4/MD5/NTML hashes bruteforcer" HOMEPAGE="http://mdcrack.df.ru/" SRC_URI="http://mdcrack.df.ru/download/${P}.tar.gz" diff --git a/app-crypt/nasty/ChangeLog b/app-crypt/nasty/ChangeLog index 45a147798965..daa4a0ebe3d5 100644 --- a/app-crypt/nasty/ChangeLog +++ b/app-crypt/nasty/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-crypt/nasty -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/nasty/ChangeLog,v 1.6 2009/07/15 22:53:38 arfrever Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-crypt/nasty/ChangeLog,v 1.7 2014/08/10 02:27:01 patrick Exp $ + + 10 Aug 2014; Patrick Lauer <patrick@gentoo.org> nasty-0.6-r1.ebuild: + Fix description for more repoman happy 15 Jul 2009; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> nasty-0.6-r1.ebuild, +files/nasty-0.6-flags.patch: @@ -28,4 +31,3 @@ 19 Sep 2005; Robin H. Johnson <robbat2@gentoo.org> +metadata.xml, +nasty-0.6.ebuild: Initial commit. Ebuild by Robin H. Johnson <robbat2@gentoo.org>. - diff --git a/app-crypt/nasty/nasty-0.6-r1.ebuild b/app-crypt/nasty/nasty-0.6-r1.ebuild index ba779b223fb3..17ea78c615c0 100644 --- a/app-crypt/nasty/nasty-0.6-r1.ebuild +++ b/app-crypt/nasty/nasty-0.6-r1.ebuild @@ -1,12 +1,12 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/nasty/nasty-0.6-r1.ebuild,v 1.5 2009/07/15 22:53:38 arfrever Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/nasty/nasty-0.6-r1.ebuild,v 1.6 2014/08/10 02:27:01 patrick Exp $ EAPI="2" inherit eutils toolchain-funcs -DESCRIPTION="Proof-of-concept GPG passphrase recovery tool." +DESCRIPTION="Proof-of-concept GPG passphrase recovery tool" HOMEPAGE="http://www.vanheusden.com/nasty/" SRC_URI="http://www.vanheusden.com/nasty/${P}.tgz" LICENSE="GPL-2" diff --git a/app-crypt/p11-kit/ChangeLog b/app-crypt/p11-kit/ChangeLog index a824e12be3f5..75438e961c56 100644 --- a/app-crypt/p11-kit/ChangeLog +++ b/app-crypt/p11-kit/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for app-crypt/p11-kit # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/p11-kit/ChangeLog,v 1.67 2014/08/02 10:26:52 alonbl Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/p11-kit/ChangeLog,v 1.68 2014/08/10 02:26:59 patrick Exp $ + + 10 Aug 2014; Patrick Lauer <patrick@gentoo.org> p11-kit-0.13.ebuild, + p11-kit-0.18.4.ebuild, p11-kit-0.19.3.ebuild, p11-kit-0.19.4.ebuild, + p11-kit-0.20.1.ebuild, p11-kit-0.20.2-r1.ebuild, p11-kit-0.20.2.ebuild, + p11-kit-0.20.3-r1.ebuild, p11-kit-0.20.3.ebuild: + Fix description for more repoman happy *p11-kit-0.20.3-r1 (02 Aug 2014) diff --git a/app-crypt/p11-kit/p11-kit-0.13.ebuild b/app-crypt/p11-kit/p11-kit-0.13.ebuild index c870998d471f..2cc3906b4ff3 100644 --- a/app-crypt/p11-kit/p11-kit-0.13.ebuild +++ b/app-crypt/p11-kit/p11-kit-0.13.ebuild @@ -1,12 +1,12 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/p11-kit/p11-kit-0.13.ebuild,v 1.8 2012/09/29 17:01:30 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/p11-kit/p11-kit-0.13.ebuild,v 1.9 2014/08/10 02:26:59 patrick Exp $ EAPI=4 inherit autotools-utils -DESCRIPTION="Provides a standard configuration setup for installing PKCS#11." +DESCRIPTION="Provides a standard configuration setup for installing PKCS#11" HOMEPAGE="http://p11-glue.freedesktop.org/p11-kit.html" SRC_URI="http://p11-glue.freedesktop.org/releases/${P}.tar.gz" diff --git a/app-crypt/p11-kit/p11-kit-0.18.4.ebuild b/app-crypt/p11-kit/p11-kit-0.18.4.ebuild index 51f3756c1abf..f41bf11dcbef 100644 --- a/app-crypt/p11-kit/p11-kit-0.18.4.ebuild +++ b/app-crypt/p11-kit/p11-kit-0.18.4.ebuild @@ -1,12 +1,12 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/p11-kit/p11-kit-0.18.4.ebuild,v 1.1 2013/06/28 01:55:06 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/p11-kit/p11-kit-0.18.4.ebuild,v 1.2 2014/08/10 02:26:59 patrick Exp $ EAPI=5 inherit eutils -DESCRIPTION="Provides a standard configuration setup for installing PKCS#11." +DESCRIPTION="Provides a standard configuration setup for installing PKCS#11" HOMEPAGE="http://p11-glue.freedesktop.org/p11-kit.html" SRC_URI="http://p11-glue.freedesktop.org/releases/${P}.tar.gz" diff --git a/app-crypt/p11-kit/p11-kit-0.19.3.ebuild b/app-crypt/p11-kit/p11-kit-0.19.3.ebuild index df715026f40c..5798e08dcbdd 100644 --- a/app-crypt/p11-kit/p11-kit-0.19.3.ebuild +++ b/app-crypt/p11-kit/p11-kit-0.19.3.ebuild @@ -1,12 +1,12 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/p11-kit/p11-kit-0.19.3.ebuild,v 1.1 2013/07/27 20:24:41 alonbl Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/p11-kit/p11-kit-0.19.3.ebuild,v 1.2 2014/08/10 02:26:59 patrick Exp $ EAPI=5 inherit eutils autotools -DESCRIPTION="Provides a standard configuration setup for installing PKCS#11." +DESCRIPTION="Provides a standard configuration setup for installing PKCS#11" HOMEPAGE="http://p11-glue.freedesktop.org/p11-kit.html" SRC_URI="http://p11-glue.freedesktop.org/releases/${P}.tar.gz" diff --git a/app-crypt/p11-kit/p11-kit-0.19.4.ebuild b/app-crypt/p11-kit/p11-kit-0.19.4.ebuild index b22373656d55..1ecacab33d57 100644 --- a/app-crypt/p11-kit/p11-kit-0.19.4.ebuild +++ b/app-crypt/p11-kit/p11-kit-0.19.4.ebuild @@ -1,12 +1,12 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/p11-kit/p11-kit-0.19.4.ebuild,v 1.2 2013/09/01 18:54:27 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/p11-kit/p11-kit-0.19.4.ebuild,v 1.3 2014/08/10 02:26:59 patrick Exp $ EAPI=5 inherit eutils -DESCRIPTION="Provides a standard configuration setup for installing PKCS#11." +DESCRIPTION="Provides a standard configuration setup for installing PKCS#11" HOMEPAGE="http://p11-glue.freedesktop.org/p11-kit.html" SRC_URI="http://p11-glue.freedesktop.org/releases/${P}.tar.gz" diff --git a/app-crypt/p11-kit/p11-kit-0.20.1.ebuild b/app-crypt/p11-kit/p11-kit-0.20.1.ebuild index 1178ab04bb28..68055a6f8358 100644 --- a/app-crypt/p11-kit/p11-kit-0.20.1.ebuild +++ b/app-crypt/p11-kit/p11-kit-0.20.1.ebuild @@ -1,12 +1,12 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/p11-kit/p11-kit-0.20.1.ebuild,v 1.1 2013/09/27 07:29:21 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/p11-kit/p11-kit-0.20.1.ebuild,v 1.2 2014/08/10 02:26:59 patrick Exp $ EAPI=5 inherit eutils -DESCRIPTION="Provides a standard configuration setup for installing PKCS#11." +DESCRIPTION="Provides a standard configuration setup for installing PKCS#11" HOMEPAGE="http://p11-glue.freedesktop.org/p11-kit.html" SRC_URI="http://p11-glue.freedesktop.org/releases/${P}.tar.gz" diff --git a/app-crypt/p11-kit/p11-kit-0.20.2-r1.ebuild b/app-crypt/p11-kit/p11-kit-0.20.2-r1.ebuild index ac04fc45526e..a817fa02cf95 100644 --- a/app-crypt/p11-kit/p11-kit-0.20.2-r1.ebuild +++ b/app-crypt/p11-kit/p11-kit-0.20.2-r1.ebuild @@ -1,12 +1,12 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/p11-kit/p11-kit-0.20.2-r1.ebuild,v 1.4 2014/06/22 17:32:20 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/p11-kit/p11-kit-0.20.2-r1.ebuild,v 1.5 2014/08/10 02:26:59 patrick Exp $ EAPI=5 inherit eutils multilib-minimal -DESCRIPTION="Provides a standard configuration setup for installing PKCS#11." +DESCRIPTION="Provides a standard configuration setup for installing PKCS#11" HOMEPAGE="http://p11-glue.freedesktop.org/p11-kit.html" SRC_URI="http://p11-glue.freedesktop.org/releases/${P}.tar.gz" diff --git a/app-crypt/p11-kit/p11-kit-0.20.2.ebuild b/app-crypt/p11-kit/p11-kit-0.20.2.ebuild index c026d03de28b..84b5c18f6869 100644 --- a/app-crypt/p11-kit/p11-kit-0.20.2.ebuild +++ b/app-crypt/p11-kit/p11-kit-0.20.2.ebuild @@ -1,12 +1,12 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/p11-kit/p11-kit-0.20.2.ebuild,v 1.10 2014/04/19 17:43:16 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/p11-kit/p11-kit-0.20.2.ebuild,v 1.11 2014/08/10 02:26:59 patrick Exp $ EAPI=5 inherit eutils -DESCRIPTION="Provides a standard configuration setup for installing PKCS#11." +DESCRIPTION="Provides a standard configuration setup for installing PKCS#11" HOMEPAGE="http://p11-glue.freedesktop.org/p11-kit.html" SRC_URI="http://p11-glue.freedesktop.org/releases/${P}.tar.gz" diff --git a/app-crypt/p11-kit/p11-kit-0.20.3-r1.ebuild b/app-crypt/p11-kit/p11-kit-0.20.3-r1.ebuild index 76a4a3862f83..7d82494aa4e7 100644 --- a/app-crypt/p11-kit/p11-kit-0.20.3-r1.ebuild +++ b/app-crypt/p11-kit/p11-kit-0.20.3-r1.ebuild @@ -1,12 +1,12 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/p11-kit/p11-kit-0.20.3-r1.ebuild,v 1.1 2014/08/02 10:26:52 alonbl Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/p11-kit/p11-kit-0.20.3-r1.ebuild,v 1.2 2014/08/10 02:26:59 patrick Exp $ EAPI=5 inherit eutils multilib-minimal -DESCRIPTION="Provides a standard configuration setup for installing PKCS#11." +DESCRIPTION="Provides a standard configuration setup for installing PKCS#11" HOMEPAGE="http://p11-glue.freedesktop.org/p11-kit.html" SRC_URI="http://p11-glue.freedesktop.org/releases/${P}.tar.gz" diff --git a/app-crypt/p11-kit/p11-kit-0.20.3.ebuild b/app-crypt/p11-kit/p11-kit-0.20.3.ebuild index 38bb90708582..5f7ea5016466 100644 --- a/app-crypt/p11-kit/p11-kit-0.20.3.ebuild +++ b/app-crypt/p11-kit/p11-kit-0.20.3.ebuild @@ -1,12 +1,12 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/p11-kit/p11-kit-0.20.3.ebuild,v 1.1 2014/07/27 18:26:48 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/p11-kit/p11-kit-0.20.3.ebuild,v 1.2 2014/08/10 02:26:59 patrick Exp $ EAPI=5 inherit eutils multilib-minimal -DESCRIPTION="Provides a standard configuration setup for installing PKCS#11." +DESCRIPTION="Provides a standard configuration setup for installing PKCS#11" HOMEPAGE="http://p11-glue.freedesktop.org/p11-kit.html" SRC_URI="http://p11-glue.freedesktop.org/releases/${P}.tar.gz" diff --git a/app-crypt/pius/ChangeLog b/app-crypt/pius/ChangeLog index 20700e4331a9..6927f4837bb1 100644 --- a/app-crypt/pius/ChangeLog +++ b/app-crypt/pius/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-crypt/pius -# 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 $ +# 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 $ + + 10 Aug 2014; Patrick Lauer <patrick@gentoo.org> pius-2.0.10.ebuild, + pius-2.0.8.ebuild, pius-2.0.9.ebuild: + Fix description for more repoman happy *pius-2.0.10 (12 May 2013) diff --git a/app-crypt/pius/pius-2.0.10.ebuild b/app-crypt/pius/pius-2.0.10.ebuild index 7484b8b2fb15..4f88f2a1c684 100644 --- a/app-crypt/pius/pius-2.0.10.ebuild +++ b/app-crypt/pius/pius-2.0.10.ebuild @@ -1,13 +1,13 @@ -# Copyright 1999-2013 Gentoo Foundation +# 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.10.ebuild,v 1.1 2013/05/12 14:38:55 tomk Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/pius/pius-2.0.10.ebuild,v 1.2 2014/08/10 02:26:59 patrick Exp $ EAPI="5" PYTHON_DEPEND="2" inherit python -DESCRIPTION="A tool for signing and email all UIDs on a set of PGP keys." +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" diff --git a/app-crypt/pius/pius-2.0.8.ebuild b/app-crypt/pius/pius-2.0.8.ebuild index c1c103827040..2c8b9ab57aa8 100644 --- a/app-crypt/pius/pius-2.0.8.ebuild +++ b/app-crypt/pius/pius-2.0.8.ebuild @@ -1,13 +1,13 @@ -# Copyright 1999-2011 Gentoo Foundation +# 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.8.ebuild,v 1.2 2011/02/15 16:58:07 arfrever Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/pius/pius-2.0.8.ebuild,v 1.3 2014/08/10 02:26:59 patrick Exp $ EAPI="3" PYTHON_DEPEND="2" inherit python -DESCRIPTION="A tool for signing and email all UIDs on a set of PGP keys." +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" diff --git a/app-crypt/pius/pius-2.0.9.ebuild b/app-crypt/pius/pius-2.0.9.ebuild index a655ac4bb8cb..2e413868b8f6 100644 --- a/app-crypt/pius/pius-2.0.9.ebuild +++ b/app-crypt/pius/pius-2.0.9.ebuild @@ -1,13 +1,13 @@ -# Copyright 1999-2012 Gentoo Foundation +# 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.9.ebuild,v 1.1 2012/01/12 06:17:12 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/pius/pius-2.0.9.ebuild,v 1.2 2014/08/10 02:26:59 patrick Exp $ EAPI="4" PYTHON_DEPEND="2" inherit python -DESCRIPTION="A tool for signing and email all UIDs on a set of PGP keys." +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" diff --git a/app-crypt/rotix/ChangeLog b/app-crypt/rotix/ChangeLog index 3bd4c3f8512c..6f83413b3c7b 100644 --- a/app-crypt/rotix/ChangeLog +++ b/app-crypt/rotix/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-crypt/rotix # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/rotix/ChangeLog,v 1.16 2014/01/21 05:01:50 creffett Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/rotix/ChangeLog,v 1.17 2014/08/10 02:27:00 patrick Exp $ + + 10 Aug 2014; Patrick Lauer <patrick@gentoo.org> rotix-0.83.ebuild: + Fix description for more repoman happy 21 Jan 2014; Chris Reffett <creffett@gentoo.org> rotix-0.83.ebuild: EAPI bump diff --git a/app-crypt/rotix/rotix-0.83.ebuild b/app-crypt/rotix/rotix-0.83.ebuild index b1247d5face7..b95e1c0132eb 100644 --- a/app-crypt/rotix/rotix-0.83.ebuild +++ b/app-crypt/rotix/rotix-0.83.ebuild @@ -1,11 +1,11 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/rotix/rotix-0.83.ebuild,v 1.18 2014/01/21 05:01:50 creffett Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/rotix/rotix-0.83.ebuild,v 1.19 2014/08/10 02:27:00 patrick Exp $ EAPI=5 inherit eutils flag-o-matic -DESCRIPTION="Rotix allows you to generate rotational obfuscations." +DESCRIPTION="Rotix allows you to generate rotational obfuscations" HOMEPAGE="http://gentoo.org" SRC_URI="http://elektron.its.tudelft.nl/~hemmin98/rotix_releases/${P}/${P}.tar.bz2" diff --git a/app-crypt/stan/ChangeLog b/app-crypt/stan/ChangeLog index bbeeb4b7f2e3..389853eb4dcd 100644 --- a/app-crypt/stan/ChangeLog +++ b/app-crypt/stan/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-crypt/stan -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/stan/ChangeLog,v 1.9 2013/06/04 05:38:07 alonbl Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-crypt/stan/ChangeLog,v 1.10 2014/08/10 02:27:00 patrick Exp $ + + 10 Aug 2014; Patrick Lauer <patrick@gentoo.org> stan-0.4.1.ebuild: + Fix description for more repoman happy 04 Jun 2013; Alon Bar-Lev <alonbl@gentoo.org> stan-0.4.1.ebuild: Fix automake-1.13 compatibility, bug#467556 diff --git a/app-crypt/stan/stan-0.4.1.ebuild b/app-crypt/stan/stan-0.4.1.ebuild index 1a6df6ac98ef..5a157aaac541 100644 --- a/app-crypt/stan/stan-0.4.1.ebuild +++ b/app-crypt/stan/stan-0.4.1.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/stan/stan-0.4.1.ebuild,v 1.7 2013/06/04 05:38:07 alonbl Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/stan/stan-0.4.1.ebuild,v 1.8 2014/08/10 02:27:00 patrick Exp $ EAPI="2" inherit autotools eutils -DESCRIPTION="Stan is a console application that analyzes binary streams and calculates statistical information." +DESCRIPTION="Stan is a console application that analyzes binary streams and calculates statistical information" HOMEPAGE="http://www.roqe.org/stan/" SRC_URI="http://www.roqe.org/${PN}/${P}.tar.gz" |