mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
app-crypt/tinyca: version bump
Package-Manager: portage-2.3.3
This commit is contained in:
@@ -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 @@
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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);
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user