diff options
author | Justin Lecher <jlec@gentoo.org> | 2015-03-25 15:46:49 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2015-03-25 15:46:49 +0000 |
commit | 35066173ba24df71031447069f79fddf6acc7f8e (patch) | |
tree | ac4bd5d29cb0148b02440cdda5fe41cb36b3934f /app-crypt | |
parent | Drop old (diff) | |
download | gentoo-2-35066173ba24df71031447069f79fddf6acc7f8e.tar.gz gentoo-2-35066173ba24df71031447069f79fddf6acc7f8e.tar.bz2 gentoo-2-35066173ba24df71031447069f79fddf6acc7f8e.zip |
Drop old
(Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key B9D4F231BD1558AB!)
Diffstat (limited to 'app-crypt')
-rw-r--r-- | app-crypt/gorilla/ChangeLog | 5 | ||||
-rw-r--r-- | app-crypt/gorilla/gorilla-1.4.ebuild | 63 |
2 files changed, 4 insertions, 64 deletions
diff --git a/app-crypt/gorilla/ChangeLog b/app-crypt/gorilla/ChangeLog index 6c6ceb83a4d6..4183cb444277 100644 --- a/app-crypt/gorilla/ChangeLog +++ b/app-crypt/gorilla/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-crypt/gorilla # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/gorilla/ChangeLog,v 1.8 2015/03/25 14:04:01 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/gorilla/ChangeLog,v 1.9 2015/03/25 15:46:49 jlec Exp $ + + 25 Mar 2015; Justin Lecher <jlec@gentoo.org> -gorilla-1.4.ebuild: + Drop old 25 Mar 2015; Agostino Sarubbo <ago@gentoo.org> gorilla-1.4-r1.ebuild: Stable for x86, wrt bug #543792 diff --git a/app-crypt/gorilla/gorilla-1.4.ebuild b/app-crypt/gorilla/gorilla-1.4.ebuild deleted file mode 100644 index 720807cc0ed2..000000000000 --- a/app-crypt/gorilla/gorilla-1.4.ebuild +++ /dev/null @@ -1,63 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/gorilla/gorilla-1.4.ebuild,v 1.5 2014/08/10 02:27:01 patrick Exp $ - -inherit eutils - -DESCRIPTION="Password Safe clone for Linux. Stores passwords in secure way with -GUI interface" -HOMEPAGE="http://www.fpx.de/fp/Software/Gorilla/" -SRC_URI="http://www.fpx.de/fp/Software/Gorilla/download/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="" - -DEPEND=">=dev-lang/tcl-8.4.19 - >=dev-lang/tk-8.4.19 - dev-tcltk/iwidgets - dev-tcltk/bwidget" -RDEPEND=${DEPEND} - -src_unpack() { - unpack ${A} - cd "${S}" - - epatch "${FILESDIR}"/${PN}-script-destdir.patch -} - -src_compile() { - ./configure || die "econf failed" -} - -src_install() { - PREFIX="/opt/${P}" - - dodir ${PREFIX} - insinto ${PREFIX} - doins gorilla.tcl isaac.tcl - - dodir ${PREFIX}/twofish - insinto ${PREFIX}/twofish - doins twofish/* - - dodir ${PREFIX}/sha1 - insinto ${PREFIX}/sha1 - doins sha1/* - - dodir ${PREFIX}/blowfish - insinto ${PREFIX}/blowfish - doins blowfish/* - - dodir ${PREFIX}/pwsafe - insinto ${PREFIX}/pwsafe - doins pwsafe/* - - dodir ${PREFIX}/pics - insinto ${PREFIX}/pics - doins pics/* - - exeinto /usr/bin - doexe gorilla -} |