summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeroen Roovers <jer@gentoo.org>2013-09-03 14:53:34 +0000
committerJeroen Roovers <jer@gentoo.org>2013-09-03 14:53:34 +0000
commit40f06a4010e00b2a8310122863f70a7c7b0101e0 (patch)
treebc231c0ed820f1fcee33b46935c50c6f50bd277d /net-analyzer/echoping
parentVersion bump (bug #349569). (diff)
downloadgentoo-2-40f06a4010e00b2a8310122863f70a7c7b0101e0.tar.gz
gentoo-2-40f06a4010e00b2a8310122863f70a7c7b0101e0.tar.bz2
gentoo-2-40f06a4010e00b2a8310122863f70a7c7b0101e0.zip
Old. Fix SRC_URI.
(Portage version: 2.2.1/cvs/Linux x86_64, signed Manifest commit with key A792A613)
Diffstat (limited to 'net-analyzer/echoping')
-rw-r--r--net-analyzer/echoping/ChangeLog6
-rw-r--r--net-analyzer/echoping/echoping-6.0.2-r1.ebuild73
-rw-r--r--net-analyzer/echoping/echoping-6.0.2_p434.ebuild4
3 files changed, 7 insertions, 76 deletions
diff --git a/net-analyzer/echoping/ChangeLog b/net-analyzer/echoping/ChangeLog
index 51e1bcf64975..4827073f1b97 100644
--- a/net-analyzer/echoping/ChangeLog
+++ b/net-analyzer/echoping/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for net-analyzer/echoping
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/echoping/ChangeLog,v 1.30 2013/09/03 14:49:03 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/echoping/ChangeLog,v 1.31 2013/09/03 14:53:34 jer Exp $
+
+ 03 Sep 2013; Jeroen Roovers <jer@gentoo.org> -echoping-6.0.2-r1.ebuild,
+ echoping-6.0.2_p434.ebuild:
+ Old. Fix SRC_URI.
*echoping-6.0.2_p434 (03 Sep 2013)
diff --git a/net-analyzer/echoping/echoping-6.0.2-r1.ebuild b/net-analyzer/echoping/echoping-6.0.2-r1.ebuild
deleted file mode 100644
index cd2a34ebbfd7..000000000000
--- a/net-analyzer/echoping/echoping-6.0.2-r1.ebuild
+++ /dev/null
@@ -1,73 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/echoping/echoping-6.0.2-r1.ebuild,v 1.7 2012/10/26 09:36:11 pinkbyte Exp $
-
-EAPI="2"
-
-inherit eutils autotools
-
-DESCRIPTION="Small program to test performances of remote servers"
-HOMEPAGE="http://echoping.sourceforge.net/"
-SRC_URI="mirror://sourceforge/echoping/${P}.tar.gz"
-LICENSE="GPL-2"
-
-SLOT="0"
-KEYWORDS="~amd64 x86"
-IUSE="gnutls http icp idn priority smtp ssl tos postgres ldap"
-RESTRICT="test"
-
-RDEPEND="gnutls? ( >=net-libs/gnutls-1.0.17 )
- ssl? ( >=dev-libs/openssl-0.9.7d )
- idn? ( net-dns/libidn )
- postgres? ( dev-db/postgresql-base )
- ldap? ( net-nds/openldap )"
-DEPEND="${RDEPEND}
- >=sys-devel/libtool-2"
-
-src_prepare() {
- # bug 279525:
- epatch "${FILESDIR}/${P}-gnutls.patch"
-
- epatch "${FILESDIR}/${P}-fix_implicit_declarations.patch"
-
- rm -f ltmain.sh
- cp /usr/share/libtool/config/ltmain.sh .
- local i
- for i in . plugins/ plugins/*/; do
- pushd "${i}" > /dev/null
- eautoreconf
- popd > /dev/null
- done
-}
-
-src_configure() {
- local my_ssl_conf
- if use gnutls; then
- if use ssl; then
- ewarn "You've enabled both ssl and gnutls USE flags but ${PN} can"
- ewarn "not be built with both, see bug #141782. Using gnutls only."
- fi
- my_ssl_conf="${myconf} $(use_with gnutls)"
- elif use ssl; then
- my_ssl_conf="${myconf} $(use_with ssl)"
- fi
-
- econf \
- --config-cache \
- --disable-ttcp \
- ${my_ssl_conf} \
- $(use_enable http) \
- $(use_enable icp) \
- $(use_with idn libidn) \
- $(use_enable smtp) \
- $(use_enable tos) \
- $(use_enable priority) \
- || die "econf failed"
-}
-
-src_install() {
- emake install DESTDIR="${D}" || die "emake install failed"
-
- # They are not installed by make install
- dodoc README AUTHORS ChangeLog DETAILS NEWS TODO
-}
diff --git a/net-analyzer/echoping/echoping-6.0.2_p434.ebuild b/net-analyzer/echoping/echoping-6.0.2_p434.ebuild
index 6148d8e33fbb..1cce2bcd7ddf 100644
--- a/net-analyzer/echoping/echoping-6.0.2_p434.ebuild
+++ b/net-analyzer/echoping/echoping-6.0.2_p434.ebuild
@@ -1,13 +1,13 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/echoping/echoping-6.0.2_p434.ebuild,v 1.1 2013/09/03 14:49:03 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/echoping/echoping-6.0.2_p434.ebuild,v 1.2 2013/09/03 14:53:34 jer Exp $
EAPI=5
inherit autotools eutils
DESCRIPTION="Small program to test performances of remote servers"
HOMEPAGE="http://echoping.sourceforge.net/"
-SRC_URI="mirror://sourceforge/echoping/${P}.tar.gz"
+SRC_URI="http://dev.gentoo.org/~jer/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"