summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAron Griffis <agriffis@gentoo.org>2004-04-27 21:56:49 +0000
committerAron Griffis <agriffis@gentoo.org>2004-04-27 21:56:49 +0000
commit6c279500b99a5a5120a2f52c0bff01996acde79b (patch)
tree50fd7a99f680b46451d7e048ca15e2fb377fc172 /net-misc/x11-ssh-askpass
parent(no commit message) (diff)
downloadhistorical-6c279500b99a5a5120a2f52c0bff01996acde79b.tar.gz
historical-6c279500b99a5a5120a2f52c0bff01996acde79b.tar.bz2
historical-6c279500b99a5a5120a2f52c0bff01996acde79b.zip
Add inherit eutils
Diffstat (limited to 'net-misc/x11-ssh-askpass')
-rw-r--r--net-misc/x11-ssh-askpass/ChangeLog6
-rw-r--r--net-misc/x11-ssh-askpass/x11-ssh-askpass-1.2.2-r1.ebuild6
2 files changed, 9 insertions, 3 deletions
diff --git a/net-misc/x11-ssh-askpass/ChangeLog b/net-misc/x11-ssh-askpass/ChangeLog
index 40a18aee25fb..ea93665dffca 100644
--- a/net-misc/x11-ssh-askpass/ChangeLog
+++ b/net-misc/x11-ssh-askpass/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for net-misc/x11-ssh-askpass
# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/x11-ssh-askpass/ChangeLog,v 1.11 2004/03/10 13:47:40 aliz Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/x11-ssh-askpass/ChangeLog,v 1.12 2004/04/27 21:55:52 agriffis Exp $
+
+ 27 Apr 2004; Aron Griffis <agriffis@gentoo.org>
+ x11-ssh-askpass-1.2.2-r1.ebuild:
+ Add inherit eutils
10 Mar 2004; Daniel Ahlberg <aliz@gentoo.org>
x11-ssh-askpass-1.2.4.1.ebuild:
diff --git a/net-misc/x11-ssh-askpass/x11-ssh-askpass-1.2.2-r1.ebuild b/net-misc/x11-ssh-askpass/x11-ssh-askpass-1.2.2-r1.ebuild
index 2fe3c1c2ed22..061ba1c38417 100644
--- a/net-misc/x11-ssh-askpass/x11-ssh-askpass-1.2.2-r1.ebuild
+++ b/net-misc/x11-ssh-askpass/x11-ssh-askpass-1.2.2-r1.ebuild
@@ -1,6 +1,8 @@
-# Copyright 1999-2003 Gentoo Technologies, Inc.
+# Copyright 1999-2004 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-r1.ebuild,v 1.15 2004/02/22 18:28:54 aliz Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/x11-ssh-askpass/x11-ssh-askpass-1.2.2-r1.ebuild,v 1.16 2004/04/27 21:55:52 agriffis Exp $
+
+inherit eutils
DESCRIPTION="X11-based passphrase dialog for use with OpenSSH"
HOMEPAGE="http://www.liquidmeme.net/software/x11-ssh-askpass/"