summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatsuu Takuto <matsuu@gentoo.org>2004-03-12 23:49:40 +0000
committerMatsuu Takuto <matsuu@gentoo.org>2004-03-12 23:49:40 +0000
commitc6a4c6dab438f2a31cac2725f31877ab9e465733 (patch)
treeed7fa32bcb8dfe9d57d6db1c0392af79ed7a9a20 /net-misc/stone
parentadd pcsc-lite for opensc (diff)
downloadgentoo-2-c6a4c6dab438f2a31cac2725f31877ab9e465733.tar.gz
gentoo-2-c6a4c6dab438f2a31cac2725f31877ab9e465733.tar.bz2
gentoo-2-c6a4c6dab438f2a31cac2725f31877ab9e465733.zip
Version bumped.
Diffstat (limited to 'net-misc/stone')
-rw-r--r--net-misc/stone/ChangeLog8
-rw-r--r--net-misc/stone/Manifest8
-rw-r--r--net-misc/stone/files/digest-stone-2.2b1
-rw-r--r--net-misc/stone/files/digest-stone-2.2c1
-rw-r--r--net-misc/stone/metadata.xml1
-rw-r--r--net-misc/stone/stone-2.2c.ebuild (renamed from net-misc/stone/stone-2.2b.ebuild)6
6 files changed, 14 insertions, 11 deletions
diff --git a/net-misc/stone/ChangeLog b/net-misc/stone/ChangeLog
index 7df5e78fd551..d29edf368ed4 100644
--- a/net-misc/stone/ChangeLog
+++ b/net-misc/stone/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for net-misc/stone
# Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/stone/ChangeLog,v 1.3 2004/01/28 17:41:49 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/stone/ChangeLog,v 1.4 2004/03/12 23:49:40 matsuu Exp $
+
+*stone-2.2c (13 Mar 2004)
+
+ 13 Mar 2004; <matsuu@gentoo.org> stone-2.2b.ebuild, stone-2.2c.ebuild:
+ Version bumped.
+ Removed old version.
*stone-2.2b (01 Jan 2004)
diff --git a/net-misc/stone/Manifest b/net-misc/stone/Manifest
index 74fdac8793fd..1ad06ff4af07 100644
--- a/net-misc/stone/Manifest
+++ b/net-misc/stone/Manifest
@@ -1,6 +1,6 @@
-MD5 6621999994b580fa5645bf581ffcca30 files/digest-stone-2.2b 61
-MD5 e366c21a42d2054cdfc1c007aee9a0a1 files/digest-stone-2.2 60
-MD5 620bef21f702ee131d8f72af7e2a857b stone-2.2.ebuild 777
-MD5 6c69eb27e9455cc3c6c2e9ce4467f7c0 stone-2.2b.ebuild 833
MD5 9638b5831df84bde07ea68308434e142 ChangeLog 578
MD5 c50346bf0fb8b39c521dca42b145f6ee metadata.xml 230
+MD5 620bef21f702ee131d8f72af7e2a857b stone-2.2.ebuild 777
+MD5 b2ef1dea7217137adc996ac111f66e4f stone-2.2c.ebuild 717
+MD5 e366c21a42d2054cdfc1c007aee9a0a1 files/digest-stone-2.2 60
+MD5 1464957c569c3fb487b56365f48caf58 files/digest-stone-2.2c 61
diff --git a/net-misc/stone/files/digest-stone-2.2b b/net-misc/stone/files/digest-stone-2.2b
deleted file mode 100644
index cf8ef97b8816..000000000000
--- a/net-misc/stone/files/digest-stone-2.2b
+++ /dev/null
@@ -1 +0,0 @@
-MD5 6053d96954597abc582b00ea31ac29a7 stone-2.2b.tar.gz 61738
diff --git a/net-misc/stone/files/digest-stone-2.2c b/net-misc/stone/files/digest-stone-2.2c
new file mode 100644
index 000000000000..638ab67d31f8
--- /dev/null
+++ b/net-misc/stone/files/digest-stone-2.2c
@@ -0,0 +1 @@
+MD5 c13a7e240f939c44a24173954e52b6eb stone-2.2c.tar.gz 61819
diff --git a/net-misc/stone/metadata.xml b/net-misc/stone/metadata.xml
index b35df34ade84..d9adfa1caa96 100644
--- a/net-misc/stone/metadata.xml
+++ b/net-misc/stone/metadata.xml
@@ -5,4 +5,5 @@
<email>matsuu@gentoo.org</email>
<name>MATSUU Takuto</name>
</maintainer>
+<longdescription>Stone is a TCP/IP packet repeater in the application layer. It repeats TCP and UDP packets from inside to outside of a firewall, or from outside to inside.</longdescription>
</pkgmetadata>
diff --git a/net-misc/stone/stone-2.2b.ebuild b/net-misc/stone/stone-2.2c.ebuild
index f1bcbf79d740..398c030d19e4 100644
--- a/net-misc/stone/stone-2.2b.ebuild
+++ b/net-misc/stone/stone-2.2c.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/stone/stone-2.2b.ebuild,v 1.1 2004/01/01 05:12:01 matsuu Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/stone/stone-2.2c.ebuild,v 1.1 2004/03/12 23:49:40 matsuu Exp $
DESCRIPTION="A simple TCP/IP packet repeater"
HOMEPAGE="http://www.gcd.org/sengoku/stone/"
@@ -14,15 +14,11 @@ IUSE="ssl"
DEPEND="virtual/glibc
ssl? ( dev-libs/openssl )"
-S=${WORKDIR}/${P}
-
src_compile() {
if [ "`use ssl`" ] ; then
emake \
CFLAGS="${CFLAGS}" \
SSL=/usr \
- SSL_FLAGS="-DUSE_SSL -I/usr/include/openssl" \
- SSL_LIBS="-ldl -L/usr/lib -lssl -lcrypto" \
linux-ssl || die
else
emake \