summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWolfram Schlich <wschlich@gentoo.org>2007-10-25 08:18:23 +0000
committerWolfram Schlich <wschlich@gentoo.org>2007-10-25 08:18:23 +0000
commit33faa319bbd9c86cdd6f998fde267e98afefc968 (patch)
treec2a16335261d9e228f8a7cf0774376ee154d8f9c /net-misc/connect
parentkeyworded ~x86, bug 195815 (diff)
downloadgentoo-2-33faa319bbd9c86cdd6f998fde267e98afefc968.tar.gz
gentoo-2-33faa319bbd9c86cdd6f998fde267e98afefc968.tar.bz2
gentoo-2-33faa319bbd9c86cdd6f998fde267e98afefc968.zip
version bump
(Portage version: 2.1.3.15)
Diffstat (limited to 'net-misc/connect')
-rw-r--r--net-misc/connect/ChangeLog7
-rw-r--r--net-misc/connect/connect-100.ebuild32
-rw-r--r--net-misc/connect/files/digest-connect-1003
3 files changed, 41 insertions, 1 deletions
diff --git a/net-misc/connect/ChangeLog b/net-misc/connect/ChangeLog
index a09fc7b99331..90fd28598a44 100644
--- a/net-misc/connect/ChangeLog
+++ b/net-misc/connect/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for net-misc/connect
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/connect/ChangeLog,v 1.5 2007/09/23 18:22:43 philantrop Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/connect/ChangeLog,v 1.6 2007/10/25 08:18:22 wschlich Exp $
+
+*connect-100 (25 Oct 2007)
+
+ 25 Oct 2007; Wolfram Schlich <wschlich@gentoo.org> +connect-100.ebuild:
+ version bump (now uses svn revisions as version number) and homepage update
23 Sep 2007; Wulf C. Krueger <philantrop@gentoo.org> connect-1.96.ebuild:
Keyworded ~amd64 as per bug 191477.
diff --git a/net-misc/connect/connect-100.ebuild b/net-misc/connect/connect-100.ebuild
new file mode 100644
index 000000000000..b7f5faa1aede
--- /dev/null
+++ b/net-misc/connect/connect-100.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2007 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/net-misc/connect/connect-100.ebuild,v 1.1 2007/10/25 08:18:22 wschlich Exp $
+
+inherit toolchain-funcs
+
+DESCRIPTION="network connection relaying command"
+HOMEPAGE="http://www.meadowy.org/~gotoh/projects/connect/"
+SRC_URI="http://www.meadowy.org/~gotoh/ssh/${PN}-r${PV}.c"
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+DEPEND="virtual/libc"
+S=${WORKDIR}
+
+src_unpack() {
+ cp "${DISTDIR}/${A}" "${S}/"
+}
+
+src_compile() {
+ $(tc-getCC) ${CFLAGS} ${LDFLAGS} -o ${PN} ${PN}-r${PV}.c || die "compiler failed"
+}
+
+src_install() {
+ dobin ${PN}
+}
+
+pkg_postinst() {
+ einfo
+ einfo "There is no manpage, please see ${HOMEPAGE} for details"
+ einfo
+}
diff --git a/net-misc/connect/files/digest-connect-100 b/net-misc/connect/files/digest-connect-100
new file mode 100644
index 000000000000..f854a3e9218d
--- /dev/null
+++ b/net-misc/connect/files/digest-connect-100
@@ -0,0 +1,3 @@
+MD5 5165e2fcd2cf58899f34878fe6b447c6 connect-r100.c 91161
+RMD160 e8993a4eea731d62b1f6313d2782bf3a852868f6 connect-r100.c 91161
+SHA256 a7ef2ced692bed8bf5999dd6af845ec29eb01cbad7937545bc75e8d5c5b4e223 connect-r100.c 91161