diff options
author | Marcelo Góes <vanquirius@gentoo.org> | 2005-12-10 23:27:43 +0000 |
---|---|---|
committer | Marcelo Góes <vanquirius@gentoo.org> | 2005-12-10 23:27:43 +0000 |
commit | 322ee478fca45926751a7839bc289cec507d3a54 (patch) | |
tree | a253d8229057854423142ec489a868094958a40c /app-crypt/tinyca | |
parent | Stable on alpha. (diff) | |
download | historical-322ee478fca45926751a7839bc289cec507d3a54.tar.gz historical-322ee478fca45926751a7839bc289cec507d3a54.tar.bz2 historical-322ee478fca45926751a7839bc289cec507d3a54.zip |
dev-perl/gtk-perl needs to be emerged with the gnome USE flag. Fixes bug 113644.
Package-Manager: portage-2.0.53
Diffstat (limited to 'app-crypt/tinyca')
-rw-r--r-- | app-crypt/tinyca/ChangeLog | 6 | ||||
-rw-r--r-- | app-crypt/tinyca/Manifest | 4 | ||||
-rw-r--r-- | app-crypt/tinyca/tinyca-0.5.4-r1.ebuild | 8 |
3 files changed, 14 insertions, 4 deletions
diff --git a/app-crypt/tinyca/ChangeLog b/app-crypt/tinyca/ChangeLog index 37f1eabdbf48..6092fabf820c 100644 --- a/app-crypt/tinyca/ChangeLog +++ b/app-crypt/tinyca/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-crypt/tinyca # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/tinyca/ChangeLog,v 1.9 2005/12/10 18:11:53 vanquirius Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/tinyca/ChangeLog,v 1.10 2005/12/10 23:27:43 vanquirius Exp $ + + 10 Dec 2005; Marcelo Goes <vanquirius@gentoo.org> tinyca-0.5.4-r1.ebuild: + dev-perl/gtk-perl needs to be emerged with the gnome USE flag. Fixes bug + 113644. Thanks to Matt LaPlante <webmaster at cyberdogtech dot com>. *tinyca-2.0.7.1 (10 Dec 2005) diff --git a/app-crypt/tinyca/Manifest b/app-crypt/tinyca/Manifest index a0d614743d7d..e366efbf7a64 100644 --- a/app-crypt/tinyca/Manifest +++ b/app-crypt/tinyca/Manifest @@ -1,10 +1,10 @@ -MD5 4f3aab2e31449565afcbbc004a44c09b ChangeLog 2547 +MD5 23cbbe4dce4b604a50352204c7eb0ce8 ChangeLog 2771 MD5 ce4138146004f379403a5187796ce262 files/digest-tinyca-0.5.4-r1 64 MD5 f43987f1a14d5d3bde3916f480d303b7 files/digest-tinyca-0.6.7 65 MD5 49988ea3c1507a7ac8395df87479ab61 files/digest-tinyca-2.0.7.0 66 MD5 cd61f443ad6dc80ddb080d262ea9ac9a files/digest-tinyca-2.0.7.1 66 MD5 566cf4f89e44670d0aba4a745913d748 metadata.xml 224 -MD5 a04ae7b96f75622f71abaa2c8e37ffb4 tinyca-0.5.4-r1.ebuild 1118 +MD5 321c2f324bec2cb374a8314e7100ff46 tinyca-0.5.4-r1.ebuild 1269 MD5 e87db0c41b0ac7492a32e1473dfe4cbb tinyca-0.6.7.ebuild 1478 MD5 55661faa08a75bd49469357ef8e9aa16 tinyca-2.0.7.0.ebuild 1278 MD5 18af882f02074cad267abce71a99f6a7 tinyca-2.0.7.1.ebuild 1288 diff --git a/app-crypt/tinyca/tinyca-0.5.4-r1.ebuild b/app-crypt/tinyca/tinyca-0.5.4-r1.ebuild index 7662f79c3af4..c5a098ba7bb0 100644 --- a/app-crypt/tinyca/tinyca-0.5.4-r1.ebuild +++ b/app-crypt/tinyca/tinyca-0.5.4-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/tinyca/tinyca-0.5.4-r1.ebuild,v 1.2 2005/05/25 14:07:03 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/tinyca/tinyca-0.5.4-r1.ebuild,v 1.3 2005/12/10 23:27:43 vanquirius Exp $ DESCRIPTION="Simple Perl/Tk GUI to manage a small certification authority" HOMEPAGE="http://tinyca.sm-zone.net/" @@ -19,6 +19,12 @@ DEPEND=">=dev-libs/openssl-0.9.6i S=${WORKDIR}/TinyCA +pkg_setup() { + if [ ! -r /usr/lib/perl?/vendor_perl/*/*/Gnome.pm ]; then + die "dev-perl/gtk-perl needs to be emerged with the gnome USE flag" + fi +} + src_unpack() { unpack ${A} cd ${S} |