summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWolfram Schlich <wschlich@gentoo.org>2014-02-15 09:12:16 +0000
committerWolfram Schlich <wschlich@gentoo.org>2014-02-15 09:12:16 +0000
commit970910f7fdeb6be613b6f2306654051fa12485fe (patch)
tree915f30e1fe00c9f330aec586c5f8f251e9b38733 /net-misc/connect
parentlibev isn't supported on some arches, use another default value for them (#49... (diff)
downloadgentoo-2-970910f7fdeb6be613b6f2306654051fa12485fe.tar.gz
gentoo-2-970910f7fdeb6be613b6f2306654051fa12485fe.tar.bz2
gentoo-2-970910f7fdeb6be613b6f2306654051fa12485fe.zip
adjusted 1.100 to new HOMEPAGE and SRC_URI
(Portage version: 2.2.8-r1/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'net-misc/connect')
-rw-r--r--net-misc/connect/ChangeLog5
-rw-r--r--net-misc/connect/connect-1.100.ebuild23
2 files changed, 16 insertions, 12 deletions
diff --git a/net-misc/connect/ChangeLog b/net-misc/connect/ChangeLog
index 2e5b9f72b760..0fa6a96bc8bc 100644
--- a/net-misc/connect/ChangeLog
+++ b/net-misc/connect/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for net-misc/connect
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/connect/ChangeLog,v 1.11 2014/02/15 08:51:09 wschlich Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/connect/ChangeLog,v 1.12 2014/02/15 09:12:16 wschlich Exp $
+
+ 15 Feb 2014; Wolfram Schlich <wschlich@gentoo.org> connect-1.100.ebuild:
+ adjusted 1.100 to new HOMEPAGE and SRC_URI
*connect-1.100 (15 Feb 2014)
*connect-1.103 (15 Feb 2014)
diff --git a/net-misc/connect/connect-1.100.ebuild b/net-misc/connect/connect-1.100.ebuild
index 0134e626131d..18b08eef5637 100644
--- a/net-misc/connect/connect-1.100.ebuild
+++ b/net-misc/connect/connect-1.100.ebuild
@@ -1,26 +1,26 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/connect/connect-1.100.ebuild,v 1.1 2014/02/15 08:51:09 wschlich Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/connect/connect-1.100.ebuild,v 1.2 2014/02/15 09:12:16 wschlich Exp $
+
+EAPI=3
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#1.}.c"
+DESCRIPTION="network connection relaying command (proxy)"
+HOMEPAGE="https://bitbucket.org/gotoh/connect"
+HG_COMMIT_ID="7c036cbffb61" # bitbucket commit id
+#SRC_URI="mirror://bitbucket/gotoh/connect/get/${PV}.tar.bz2 -> ${P}.tar.bz2"
+SRC_URI="http://bitbucket.org/gotoh/connect/get/${HG_COMMIT_ID}.tar.bz2 -> ${P}.tar.bz2"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
DEPEND=""
RDEPEND=""
-S=${WORKDIR}
-
-src_unpack() {
- cp "${DISTDIR}/${A}" "${S}/"
-}
+S="${WORKDIR}/gotoh-connect-${HG_COMMIT_ID}"
src_compile() {
- $(tc-getCC) ${CFLAGS} ${LDFLAGS} -o ${PN} ${PN}-r${PV#1.}.c || die "compiler failed"
+ $(tc-getCC) ${CFLAGS} ${LDFLAGS} -o ${PN} ${PN}.c || die "compilation failed"
}
src_install() {
@@ -29,6 +29,7 @@ src_install() {
pkg_postinst() {
einfo
- einfo "There is no manpage, please see ${HOMEPAGE} for details"
+ einfo "There is no manpage."
+ einfo "Please see https://bitbucket.org/gotoh/connect/wiki/Home for details."
einfo
}