commit:     56667d5ac3e6174520464dff075786bbdb4e1cd2
Author:     Alon Bar-Lev <alonbl <AT> gentoo <DOT> org>
AuthorDate: Sat Feb  4 20:52:05 2017 +0000
Commit:     Alon Bar-Lev <alonbl <AT> gentoo <DOT> org>
CommitDate: Sat Feb  4 21:40:20 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=56667d5a

app-crypt/tinyca: version bump

Package-Manager: portage-2.3.3

 .../tinyca/files/tinyca-2.0.7.3-compositefix.patch      |  2 +-
 app-crypt/tinyca/files/tinyca-2.0.7.5-openssl-1.patch   |  2 +-
 app-crypt/tinyca/files/tinyca-2.0.7.5-perl-5.18.patch   |  2 +-
 app-crypt/tinyca/tinyca-2.0.7.5-r3.ebuild               | 17 +++++++++++------
 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 a074eec..01a757c 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 3691d5b..27831c6 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 39b3a6e..e8ca5d6 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 fc496ab..e27e9ed 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

Reply via email to