diff options
author | Wolfram Schlich <wschlich@gentoo.org> | 2006-10-19 10:29:46 +0000 |
---|---|---|
committer | Wolfram Schlich <wschlich@gentoo.org> | 2006-10-19 10:29:46 +0000 |
commit | 047a2592bfcf2a23a3949f35fe1888e9042a4e9f (patch) | |
tree | c40f79a559290b7ad6b6da2fbf4ec219333a6e87 /net-misc | |
parent | Bug #151928 - make SSL support optional. Bug #150867 - Ensure rrdtool is buil... (diff) | |
download | gentoo-2-047a2592bfcf2a23a3949f35fe1888e9042a4e9f.tar.gz gentoo-2-047a2592bfcf2a23a3949f35fe1888e9042a4e9f.tar.bz2 gentoo-2-047a2592bfcf2a23a3949f35fe1888e9042a4e9f.zip |
version bump
(Portage version: 2.1.1_pre4-r3)
Diffstat (limited to 'net-misc')
-rw-r--r-- | net-misc/connect/ChangeLog | 7 | ||||
-rw-r--r-- | net-misc/connect/connect-1.96.ebuild | 30 | ||||
-rw-r--r-- | net-misc/connect/files/digest-connect-1.96 | 3 |
3 files changed, 39 insertions, 1 deletions
diff --git a/net-misc/connect/ChangeLog b/net-misc/connect/ChangeLog index b8d0dfeb8965..530410e6d017 100644 --- a/net-misc/connect/ChangeLog +++ b/net-misc/connect/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for net-misc/connect # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/connect/ChangeLog,v 1.2 2006/07/02 20:58:09 chriswhite Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/connect/ChangeLog,v 1.3 2006/10/19 10:29:46 wschlich Exp $ + +*connect-1.96 (19 Oct 2006) + + 19 Oct 2006; Wolfram Schlich <wschlich@gentoo.org> +connect-1.96.ebuild: + version bump 02 Jul 2006; Chris White <chriswhite@gentoo.org> metadata.xml: Japanese metadata.xml translation. Thanks to Yoshino-san in bug #134207. diff --git a/net-misc/connect/connect-1.96.ebuild b/net-misc/connect/connect-1.96.ebuild new file mode 100644 index 000000000000..decda9c35681 --- /dev/null +++ b/net-misc/connect/connect-1.96.ebuild @@ -0,0 +1,30 @@ +# Copyright 1999-2006 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-misc/connect/connect-1.96.ebuild,v 1.1 2006/10/19 10:29:46 wschlich Exp $ + +DESCRIPTION="network connection relaying command" +HOMEPAGE="http://zippo.taiyo.co.jp/~gotoh/ssh/connect.html" +SRC_URI="http://dev.gentoo.org/~wschlich/src/net-misc/connect/${P}.tar.bz2" +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~x86" +DEPEND="virtual/libc" + +src_unpack() { + unpack ${A} + cd ${S} +} + +src_compile() { + emake CFLAGS="${CFLAGS}" || die "make failed" +} + +src_install() { + emake DESTDIR="${D}" install || die "make install failed" +} + +pkg_postinst() { + einfo + einfo "There is no manpage, please see ${HOMEPAGE} for details" + einfo +} diff --git a/net-misc/connect/files/digest-connect-1.96 b/net-misc/connect/files/digest-connect-1.96 new file mode 100644 index 000000000000..26091d890dbd --- /dev/null +++ b/net-misc/connect/files/digest-connect-1.96 @@ -0,0 +1,3 @@ +MD5 056eab02690d0bf57bd7f84206bf0fe9 connect-1.96.tar.bz2 20935 +RMD160 4cee1bd4ebd2fd3b6d3f7ddb7366cb8e1d6cc684 connect-1.96.tar.bz2 20935 +SHA256 25d2a4b02880decb3f19b718460e4020a3dc7b148eeb0cf8c0760c53cf248943 connect-1.96.tar.bz2 20935 |