summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2004-01-31 20:21:23 +0000
committerMike Frysinger <vapier@gentoo.org>2004-01-31 20:21:23 +0000
commit9d84d58a89971728d9beb1f3c843563d576d1509 (patch)
treee0346ca573d11f8f572712e896e4960c10d64a7e /app-misc/tinyca/tinyca-0.4.2.ebuild
parentadded block on ltsp, see bug #39809, fixed depend (diff)
downloadhistorical-9d84d58a89971728d9beb1f3c843563d576d1509.tar.gz
historical-9d84d58a89971728d9beb1f3c843563d576d1509.tar.bz2
historical-9d84d58a89971728d9beb1f3c843563d576d1509.zip
stable for #39890
Diffstat (limited to 'app-misc/tinyca/tinyca-0.4.2.ebuild')
-rw-r--r--app-misc/tinyca/tinyca-0.4.2.ebuild37
1 files changed, 0 insertions, 37 deletions
diff --git a/app-misc/tinyca/tinyca-0.4.2.ebuild b/app-misc/tinyca/tinyca-0.4.2.ebuild
deleted file mode 100644
index a2d89f895561..000000000000
--- a/app-misc/tinyca/tinyca-0.4.2.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2003 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/tinyca/tinyca-0.4.2.ebuild,v 1.5 2003/02/13 09:09:53 vapier Exp $
-
-S="${WORKDIR}/TinyCA"
-DESCRIPTION="Simple Perl/Tk GUI to manage a small certification authority"
-SRC_URI="http://tinyca.sm-zone.net/${P}.tar.bz2"
-HOMEPAGE="http://tinyca.sm-zone.net"
-
-SLOT="0"
-LICENSE="Artistic"
-KEYWORDS="x86"
-
-DEPEND=">=dev-libs/openssl-0.9.6b
- >=dev-perl/MIME-Base64-2.12
- >=dev-perl/perl-tk-800.024"
-
-src_unpack() {
- unpack ${A}
- cd ${S}
- # this app was written to be run from cwd and not meant to be installed
- # this little hack fixes that... pretty silly if you ask me
- cat tinyca | sed -e "s:\./lib:/usr/share/tinyca/lib:" \
- -e "s:\./template:/usr/share/tinyca/template:" > tinyca
-}
-
-
-src_install () {
- dodir /usr/bin
- exeinto /usr/share/tinyca/
- doexe tinyca
- dosym /usr/share/tinyca/tinyca /usr/bin/tinyca
- insinto /usr/share/tinyca/lib
- doins lib/*
- insinto /usr/share/tinyca/templates
- doins templates/*
-}