summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Popov <pinkbyte@gentoo.org>2013-06-25 11:18:02 +0000
committerSergey Popov <pinkbyte@gentoo.org>2013-06-25 11:18:02 +0000
commit07f112eac37712cdd026e09c393553fbd46f29d2 (patch)
tree78eb57cee7e0e3aa81b2ae3ac67380aec4d57e2e /net-misc
parentStable for x86, wrt bug #473090 (diff)
downloadgentoo-2-07f112eac37712cdd026e09c393553fbd46f29d2.tar.gz
gentoo-2-07f112eac37712cdd026e09c393553fbd46f29d2.tar.bz2
gentoo-2-07f112eac37712cdd026e09c393553fbd46f29d2.zip
Drop old
(Portage version: 2.2.0_alpha180/cvs/Linux x86_64, signed Manifest commit with key 0x1F357D42)
Diffstat (limited to 'net-misc')
-rw-r--r--net-misc/stone/ChangeLog5
-rw-r--r--net-misc/stone/stone-2.3e.ebuild39
2 files changed, 4 insertions, 40 deletions
diff --git a/net-misc/stone/ChangeLog b/net-misc/stone/ChangeLog
index 3141c78af981..d6379d0d8936 100644
--- a/net-misc/stone/ChangeLog
+++ b/net-misc/stone/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for net-misc/stone
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/stone/ChangeLog,v 1.25 2013/06/25 11:12:06 pinkbyte Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/stone/ChangeLog,v 1.26 2013/06/25 11:18:02 pinkbyte Exp $
+
+ 25 Jun 2013; Sergey Popov <pinkbyte@gentoo.org> -stone-2.3e.ebuild:
+ Drop old
25 Jun 2013; Sergey Popov <pinkbyte@gentoo.org> stone-2.3e-r1.ebuild:
Stable on amd64 and x86, wrt bug #474284
diff --git a/net-misc/stone/stone-2.3e.ebuild b/net-misc/stone/stone-2.3e.ebuild
deleted file mode 100644
index 1b35701a1285..000000000000
--- a/net-misc/stone/stone-2.3e.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/stone/stone-2.3e.ebuild,v 1.4 2009/03/14 19:13:49 nixnut Exp $
-
-inherit eutils toolchain-funcs
-
-DESCRIPTION="A simple TCP/IP packet repeater"
-HOMEPAGE="http://www.gcd.org/sengoku/stone/"
-SRC_URI="http://www.gcd.org/sengoku/stone/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ppc ~sparc x86"
-IUSE="ssl"
-
-DEPEND="ssl? ( dev-libs/openssl )"
-
-S="${WORKDIR}/${PN}-2.3d-2.3.2.7"
-
-src_compile() {
- local myargs
-
- if use ssl ; then
- myargs="${myconf} SSL=/usr linux-ssl"
- else
- myargs="${myconf} linux"
- fi
-
- emake \
- CC="$(tc-getCC)" \
- CFLAGS="${CFLAGS} -D_GNU_SOURCE" \
- ${myargs} || die
-}
-
-src_install() {
- dobin stone
- # doman stone.1
- dodoc README*
-}