diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2007-01-05 09:04:35 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2007-01-05 09:04:35 +0000 |
commit | 9fe9a553107e44574048599c3573a547901aabfa (patch) | |
tree | a2a92440d875e63c7acfe7a73c8a8872a674db29 /net-misc/ossh | |
parent | Remove gnuconfig_update usage, leave it to econf. (diff) | |
download | historical-9fe9a553107e44574048599c3573a547901aabfa.tar.gz historical-9fe9a553107e44574048599c3573a547901aabfa.tar.bz2 historical-9fe9a553107e44574048599c3573a547901aabfa.zip |
Remove gnuconfig_update usage, leave it to econf.
Package-Manager: portage-2.1.2_rc4-r5
Diffstat (limited to 'net-misc/ossh')
-rw-r--r-- | net-misc/ossh/ChangeLog | 7 | ||||
-rw-r--r-- | net-misc/ossh/ossh-1.5.12.ebuild | 7 |
2 files changed, 8 insertions, 6 deletions
diff --git a/net-misc/ossh/ChangeLog b/net-misc/ossh/ChangeLog index 7267e837975c..e659d97ecf50 100644 --- a/net-misc/ossh/ChangeLog +++ b/net-misc/ossh/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-misc/ossh -# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/ossh/ChangeLog,v 1.4 2005/04/22 20:56:51 mrness Exp $ +# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-misc/ossh/ChangeLog,v 1.5 2007/01/05 09:03:53 flameeyes Exp $ + + 05 Jan 2007; Diego Pettenò <flameeyes@gentoo.org> ossh-1.5.12.ebuild: + Remove gnuconfig_update usage, leave it to econf. 22 Apr 2005; Alin Nastac <mrness@gentoo.org> ossh-1.5.12.ebuild: net-misc/dante -> net-proxy/dante diff --git a/net-misc/ossh/ossh-1.5.12.ebuild b/net-misc/ossh/ossh-1.5.12.ebuild index 63075ac23a36..56a4f9e3f102 100644 --- a/net-misc/ossh/ossh-1.5.12.ebuild +++ b/net-misc/ossh/ossh-1.5.12.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/ossh/ossh-1.5.12.ebuild,v 1.4 2005/04/22 20:56:51 mrness Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/ossh/ossh-1.5.12.ebuild,v 1.5 2007/01/05 09:03:53 flameeyes Exp $ -inherit gnuconfig flag-o-matic +inherit flag-o-matic DESCRIPTION="another SSH implementation" HOMEPAGE="ftp://ftp.pdc.kth.se/pub/krypto/ossh/" @@ -23,7 +23,6 @@ PROVIDE="virtual/ssh" src_unpack() { unpack ${A} cd ${S} - gnuconfig_update sed -i '/^LIBS/s:$: -lcrypto:' Makefile.in sed -i 's:des\.h:openssl/des.h:' cipher.h } |