summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWolfram Schlich <wschlich@gentoo.org>2008-06-01 08:52:05 +0000
committerWolfram Schlich <wschlich@gentoo.org>2008-06-01 08:52:05 +0000
commitf63d8223b7240fbf6a6916798d0bec909715b6d8 (patch)
tree86a5b33d0503caf2f08b69faf6b654e6e4ccc22f /net-misc/connect
parentstable x86, security bug 223965 (diff)
downloadgentoo-2-f63d8223b7240fbf6a6916798d0bec909715b6d8.tar.gz
gentoo-2-f63d8223b7240fbf6a6916798d0bec909715b6d8.tar.bz2
gentoo-2-f63d8223b7240fbf6a6916798d0bec909715b6d8.zip
add missing IUSE as per bug #224375, remove old versions
(Portage version: 2.1.5_rc4)
Diffstat (limited to 'net-misc/connect')
-rw-r--r--net-misc/connect/ChangeLog8
-rw-r--r--net-misc/connect/connect-1.95.ebuild30
-rw-r--r--net-misc/connect/connect-1.96.ebuild30
-rw-r--r--net-misc/connect/connect-100.ebuild5
4 files changed, 9 insertions, 64 deletions
diff --git a/net-misc/connect/ChangeLog b/net-misc/connect/ChangeLog
index 90fd28598a44..4487fe962250 100644
--- a/net-misc/connect/ChangeLog
+++ b/net-misc/connect/ChangeLog
@@ -1,6 +1,10 @@
# 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.6 2007/10/25 08:18:22 wschlich Exp $
+# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-misc/connect/ChangeLog,v 1.7 2008/06/01 08:52:05 wschlich Exp $
+
+ 01 Jun 2008; Wolfram Schlich <wschlich@gentoo.org> -connect-1.95.ebuild,
+ -connect-1.96.ebuild, connect-100.ebuild:
+ add missing IUSE as per bug #224375, remove old versions
*connect-100 (25 Oct 2007)
diff --git a/net-misc/connect/connect-1.95.ebuild b/net-misc/connect/connect-1.95.ebuild
deleted file mode 100644
index 7a4b1c1aef00..000000000000
--- a/net-misc/connect/connect-1.95.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/connect/connect-1.95.ebuild,v 1.1 2005/09/19 18:02:42 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/connect-1.96.ebuild b/net-misc/connect/connect-1.96.ebuild
deleted file mode 100644
index ed7bd2f71f6b..000000000000
--- a/net-misc/connect/connect-1.96.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# 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-1.96.ebuild,v 1.2 2007/09/23 18:22:43 philantrop 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="~amd64 ~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/connect-100.ebuild b/net-misc/connect/connect-100.ebuild
index b7f5faa1aede..0558746e11f4 100644
--- a/net-misc/connect/connect-100.ebuild
+++ b/net-misc/connect/connect-100.ebuild
@@ -1,9 +1,10 @@
-# Copyright 1999-2007 Gentoo Foundation
+# Copyright 1999-2008 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 $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/connect/connect-100.ebuild,v 1.2 2008/06/01 08:52:05 wschlich Exp $
inherit toolchain-funcs
+IUSE=""
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"