summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDennis Lichtenthaeler (pvbcharon) <charon@episode-iv.de>2009-05-14 10:38:00 +0000
committerDennis Lichtenthaeler (pvbcharon) <charon@episode-iv.de>2009-05-14 10:38:00 +0000
commitce0c0bada9341020c1186a96782e8ac95270f6df (patch)
treebeb9d109d073b03ed2e92b65aa0cc46bad2efb6d /app-crypt/paperkey/paperkey-1.0.ebuild
parentapp-crypt/paperkey: Ebuild for bug 206945 (diff)
downloadsunrise-ce0c0bada9341020c1186a96782e8ac95270f6df.tar.gz
sunrise-ce0c0bada9341020c1186a96782e8ac95270f6df.tar.bz2
sunrise-ce0c0bada9341020c1186a96782e8ac95270f6df.zip
app-crypt/paperkey: Updated to 1.1, thanks to jlec and idl0r
svn path=/sunrise/; revision=8541
Diffstat (limited to 'app-crypt/paperkey/paperkey-1.0.ebuild')
-rw-r--r--app-crypt/paperkey/paperkey-1.0.ebuild21
1 files changed, 0 insertions, 21 deletions
diff --git a/app-crypt/paperkey/paperkey-1.0.ebuild b/app-crypt/paperkey/paperkey-1.0.ebuild
deleted file mode 100644
index 919b0131e..000000000
--- a/app-crypt/paperkey/paperkey-1.0.ebuild
+++ /dev/null
@@ -1,21 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-DESCRIPTION="an OpenPGP key archiver"
-HOMEPAGE="http://www.jabberwocky.com/software/paperkey/"
-SRC_URI="http://www.jabberwocky.com/software/paperkey/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~x86"
-IUSE=""
-
-DEPEND=""
-RDEPEND=""
-
-src_install() {
- dobin paperkey
- doman paperkey.1
- dodoc README
-}