summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2003-09-08 06:55:29 +0000
committerMike Frysinger <vapier@gentoo.org>2003-09-08 06:55:29 +0000
commit516087b7d9e3e51c26222b28f002c2b085a0a836 (patch)
treedf1fa48568d6c3de49743f0257f4b80c457d9761 /net-misc
parentrepoman (diff)
downloadgentoo-2-516087b7d9e3e51c26222b28f002c2b085a0a836.tar.gz
gentoo-2-516087b7d9e3e51c26222b28f002c2b085a0a836.tar.bz2
gentoo-2-516087b7d9e3e51c26222b28f002c2b085a0a836.zip
old
Diffstat (limited to 'net-misc')
-rw-r--r--net-misc/x11-ssh-askpass/files/digest-x11-ssh-askpass-1.2.21
-rw-r--r--net-misc/x11-ssh-askpass/x11-ssh-askpass-1.2.2.ebuild34
2 files changed, 0 insertions, 35 deletions
diff --git a/net-misc/x11-ssh-askpass/files/digest-x11-ssh-askpass-1.2.2 b/net-misc/x11-ssh-askpass/files/digest-x11-ssh-askpass-1.2.2
deleted file mode 100644
index 297104421ff5..000000000000
--- a/net-misc/x11-ssh-askpass/files/digest-x11-ssh-askpass-1.2.2
+++ /dev/null
@@ -1 +0,0 @@
-MD5 6b403348310df14cab1d0e29a6e3b5ac x11-ssh-askpass-1.2.2.tar.gz 29085
diff --git a/net-misc/x11-ssh-askpass/x11-ssh-askpass-1.2.2.ebuild b/net-misc/x11-ssh-askpass/x11-ssh-askpass-1.2.2.ebuild
deleted file mode 100644
index 8493a5eadae1..000000000000
--- a/net-misc/x11-ssh-askpass/x11-ssh-askpass-1.2.2.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2003 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/x11-ssh-askpass/x11-ssh-askpass-1.2.2.ebuild,v 1.18 2003/09/05 22:01:49 msterret Exp $
-
-S=${WORKDIR}/${P}
-DESCRIPTION="X11-based passphrase dialog for use with OpenSSH"
-HOMEPAGE="http://www.liquidmeme.net/software/x11-ssh-askpass/"
-SRC_URI="http://www.liquidmeme.net/software/${PN}/${P}.tar.gz"
-KEYWORDS="x86 sparc ppc"
-LICENSE="as-is"
-SLOT="0"
-
-DEPEND="virtual/glibc virtual/x11"
-RDEPEND=">=net-misc/openssh-2.3.0 virtual/x11"
-
-src_unpack() {
- unpack ${A}
- cd ${S}
- patch -p0 < ${FILESDIR}/stupid-imake.diff
-}
-src_compile() {
- try ./configure --prefix=/usr --libexecdir=/usr/lib/misc
- try xmkmf
- try make includes
- try make
-}
-
-src_install() {
- newman x11-ssh-askpass.man x11-ssh-askpass.1
- dobin x11-ssh-askpass
- dodir /usr/lib/misc
- dosym /usr/bin/x11-ssh-askpass /usr/lib/misc/ssh-askpass
- dodoc ChangeLog README TODO
-}