diff options
author | Alon Bar-Lev <alonbl@gentoo.org> | 2017-02-04 22:52:05 +0200 |
---|---|---|
committer | Alon Bar-Lev <alonbl@gentoo.org> | 2017-02-04 23:40:20 +0200 |
commit | 56667d5ac3e6174520464dff075786bbdb4e1cd2 (patch) | |
tree | 5af0a0a7a4a6b2a5f0f78a26e325c5566500925b /app-crypt/tinyca | |
parent | app-crypt/asedriveiiie-serial: eapi bump (diff) | |
download | gentoo-56667d5ac3e6174520464dff075786bbdb4e1cd2.tar.gz gentoo-56667d5ac3e6174520464dff075786bbdb4e1cd2.tar.bz2 gentoo-56667d5ac3e6174520464dff075786bbdb4e1cd2.zip |
app-crypt/tinyca: version bump
Package-Manager: portage-2.3.3
Diffstat (limited to 'app-crypt/tinyca')
4 files changed, 14 insertions, 9 deletions
diff --git a/app-crypt/tinyca/files/tinyca-2.0.7.3-compositefix.patch b/app-crypt/tinyca/files/tinyca-2.0.7.3-compositefix.patch index a074eec2025a..01a757cc778e 100644 --- a/app-crypt/tinyca/files/tinyca-2.0.7.3-compositefix.patch +++ b/app-crypt/tinyca/files/tinyca-2.0.7.3-compositefix.patch @@ -1,4 +1,4 @@ ---- tinyca2-0.7.2/./tinyca2.orig 2006-05-28 21:45:03.000000000 +1000 +--- tinyca2-0.7.2/tinyca2 2006-05-28 21:45:03.000000000 +1000 +++ tinyca2-0.7.2/tinyca2 2006-05-28 21:46:38.000000000 +1000 @@ -87,6 +87,9 @@ diff --git a/app-crypt/tinyca/files/tinyca-2.0.7.5-openssl-1.patch b/app-crypt/tinyca/files/tinyca-2.0.7.5-openssl-1.patch index 3691d5b9cc93..27831c6854f9 100644 --- a/app-crypt/tinyca/files/tinyca-2.0.7.5-openssl-1.patch +++ b/app-crypt/tinyca/files/tinyca-2.0.7.5-openssl-1.patch @@ -1,4 +1,4 @@ ---- a/lib/OpenSSL.pm.orig 2013-03-05 15:57:46.332286060 +0100 +--- a/lib/OpenSSL.pm 2013-03-05 15:57:46.332286060 +0100 +++ b/lib/OpenSSL.pm 2013-03-05 15:57:53.408466038 +0100 @@ -605,6 +605,8 @@ # dirty fix (incompleted) --curly diff --git a/app-crypt/tinyca/files/tinyca-2.0.7.5-perl-5.18.patch b/app-crypt/tinyca/files/tinyca-2.0.7.5-perl-5.18.patch index 39b3a6e29f4a..e8ca5d695daf 100644 --- a/app-crypt/tinyca/files/tinyca-2.0.7.5-perl-5.18.patch +++ b/app-crypt/tinyca/files/tinyca-2.0.7.5-perl-5.18.patch @@ -1,4 +1,4 @@ ---- tinyca2-0.7.5.orig/lib/GUI.pm 2006-07-25 16:12:00.000000000 -0400 +--- tinyca2-0.7.5/lib/GUI.pm 2006-07-25 16:12:00.000000000 -0400 --- tinyca2-0.7.5/lib/GUI.pm 2006-07-25 16:12:00.000000000 -0400 @@ -978,7 +978,7 @@ $piter = $store->append($root); diff --git a/app-crypt/tinyca/tinyca-2.0.7.5-r3.ebuild b/app-crypt/tinyca/tinyca-2.0.7.5-r3.ebuild index fc496abb01a0..e27e9ed426f3 100644 --- a/app-crypt/tinyca/tinyca-2.0.7.5-r3.ebuild +++ b/app-crypt/tinyca/tinyca-2.0.7.5-r3.ebuild @@ -1,14 +1,14 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ -EAPI=5 +EAPI=6 inherit eutils MY_P="${PN}${PV/./-}" DESCRIPTION="Simple Perl/Tk GUI to manage a small certification authority" -HOMEPAGE="http://tinyca.sm-zone.net/" +HOMEPAGE="https://opsec.eu/src/tinyca/" SRC_URI="http://tinyca.sm-zone.net/${MY_P}.tar.bz2" LICENSE="Artistic" @@ -30,12 +30,16 @@ RDEPEND=" DEPEND="${RDEPEND} >=sys-apps/sed-4" +PATCHES=( + "${FILESDIR}/${PN}-2.0.7.3-compositefix.patch" + "${FILESDIR}/${P}-openssl-1.patch" + "${FILESDIR}/${P}-perl-5.18.patch" +) + S="${WORKDIR}/${MY_P}" src_prepare() { - epatch "${FILESDIR}/${PN}-2.0.7.3-compositefix.patch" - epatch "${FILESDIR}/${P}-openssl-1.patch" - epatch "${FILESDIR}/${P}-perl-5.18.patch" + default sed -i -e 's:./lib:/usr/share/tinyca/lib:g' \ -e 's:./templates:/usr/share/tinyca/templates:g' \ -e 's:./locale:/usr/share/locale:g' "${S}/tinyca2" || die @@ -51,6 +55,7 @@ locale_install() { } src_install() { + einstalldocs newbin tinyca2 tinyca insinto /usr/share/tinyca/lib doins lib/*.pm |