summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAron Griffis <agriffis@gentoo.org>2003-03-20 14:37:48 +0000
committerAron Griffis <agriffis@gentoo.org>2003-03-20 14:37:48 +0000
commit7a70b75ab3e8fd66c4371430f0569a084bd2dd83 (patch)
treee4f3fa65085dd20ebef3432bd74b40c47bc3bf59
parentadd missing digest (diff)
downloadgentoo-2-7a70b75ab3e8fd66c4371430f0569a084bd2dd83.tar.gz
gentoo-2-7a70b75ab3e8fd66c4371430f0569a084bd2dd83.tar.bz2
gentoo-2-7a70b75ab3e8fd66c4371430f0569a084bd2dd83.zip
remove pic
-rw-r--r--net-analyzer/paketto/ChangeLog8
-rw-r--r--net-analyzer/paketto/files/digest-paketto-1.10-r11
-rw-r--r--net-analyzer/paketto/paketto-1.0.ebuild5
-rw-r--r--net-analyzer/paketto/paketto-1.10-r1.ebuild29
-rw-r--r--net-analyzer/paketto/paketto-1.10.ebuild9
-rw-r--r--net-firewall/fwbuilder/ChangeLog9
-rw-r--r--net-firewall/fwbuilder/files/digest-fwbuilder-1.0.9-r11
-rw-r--r--net-firewall/fwbuilder/fwbuilder-1.0.6.ebuild4
-rw-r--r--net-firewall/fwbuilder/fwbuilder-1.0.7.ebuild4
-rw-r--r--net-firewall/fwbuilder/fwbuilder-1.0.8.ebuild4
-rw-r--r--net-firewall/fwbuilder/fwbuilder-1.0.9-r1.ebuild52
-rw-r--r--net-firewall/fwbuilder/fwbuilder-1.0.9.ebuild4
12 files changed, 111 insertions, 19 deletions
diff --git a/net-analyzer/paketto/ChangeLog b/net-analyzer/paketto/ChangeLog
index 3eb565a173d6..e83160a3f0a9 100644
--- a/net-analyzer/paketto/ChangeLog
+++ b/net-analyzer/paketto/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for net-analyzer/paketto
# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/paketto/ChangeLog,v 1.3 2003/02/12 07:49:13 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/paketto/ChangeLog,v 1.4 2003/03/20 14:37:48 agriffis Exp $
+
+*paketto-1.10-r1 (20 Mar 2003)
+
+ 20 Mar 2003; Aron Griffis <agriffis@gentoo.org> paketto-1.0.ebuild,
+ paketto-1.10-r1.ebuild, paketto-1.10.ebuild:
+ Remove pic USE-flag and bump rev
*paketto-1.10 (27 Jan 2003)
diff --git a/net-analyzer/paketto/files/digest-paketto-1.10-r1 b/net-analyzer/paketto/files/digest-paketto-1.10-r1
new file mode 100644
index 000000000000..52e2b75dc258
--- /dev/null
+++ b/net-analyzer/paketto/files/digest-paketto-1.10-r1
@@ -0,0 +1 @@
+MD5 7fd82af09a6493f24c8681f7bbf03898 paketto-1.10.tar.gz 90010
diff --git a/net-analyzer/paketto/paketto-1.0.ebuild b/net-analyzer/paketto/paketto-1.0.ebuild
index c2d2fce073b6..562fb680e088 100644
--- a/net-analyzer/paketto/paketto-1.0.ebuild
+++ b/net-analyzer/paketto/paketto-1.0.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/paketto/paketto-1.0.ebuild,v 1.2 2003/02/13 13:49:37 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/paketto/paketto-1.0.ebuild,v 1.3 2003/03/20 14:37:48 agriffis Exp $
DESCRIPTION="Paketto Keiretsu - experimental TCP/IP tools - scanrand, minewt, lc, phentropy, paratrace"
HOMEPAGE="http://www.doxpara.com/"
@@ -9,7 +9,7 @@ SRC_URI="http://www.doxpara.com/paketto/${P}.tar.gz"
LICENSE="BSD"
SLOT="0"
KEYWORDS="x86"
-IUSE="pic"
+IUSE=""
#paketto comes with local copies of these ...
#DEPEND="net-libs/libpcap
@@ -19,7 +19,6 @@ IUSE="pic"
src_compile() {
# --with-libnet-bin=/usr --with-pcap-lib=/usr --with-pcap-inc=/usr --with-tm-inc=/usr"
local myconf="--with-gnu-ld"
- use pic && myconf="${myconf} --with-pic"
econf
emake || die
diff --git a/net-analyzer/paketto/paketto-1.10-r1.ebuild b/net-analyzer/paketto/paketto-1.10-r1.ebuild
new file mode 100644
index 000000000000..5823342fe501
--- /dev/null
+++ b/net-analyzer/paketto/paketto-1.10-r1.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2003 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/paketto/paketto-1.10-r1.ebuild,v 1.1 2003/03/20 14:37:48 agriffis Exp $
+
+DESCRIPTION="Paketto Keiretsu - experimental TCP/IP tools - scanrand, minewt, lc, phentropy, paratrace"
+HOMEPAGE="http://www.doxpara.com/"
+SRC_URI="http://www.doxpara.com/paketto/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~x86"
+IUSE=""
+
+#paketto comes with local copies of these ...
+#DEPEND="net-libs/libpcap
+# net-libs/libnet
+# dev-libs/libtomcrypt"
+
+src_compile() {
+ # --with-libnet-bin=/usr --with-pcap-lib=/usr --with-pcap-inc=/usr --with-tm-inc=/usr"
+ econf --with-gnu-ld || die
+ emake || die
+}
+
+src_install() {
+ einstall || die
+ dodoc AUTHORS COPYING ChangeLog INSTALL NEWS README TODO
+ dodoc docs/lc_logs.txt docs/minewt_logs.txt docs/paratrace_logs.txt docs/scanrand_logs.txt
+}
diff --git a/net-analyzer/paketto/paketto-1.10.ebuild b/net-analyzer/paketto/paketto-1.10.ebuild
index 0c8ffa1609d7..b0444886088c 100644
--- a/net-analyzer/paketto/paketto-1.10.ebuild
+++ b/net-analyzer/paketto/paketto-1.10.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/paketto/paketto-1.10.ebuild,v 1.2 2003/02/13 13:49:43 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/paketto/paketto-1.10.ebuild,v 1.3 2003/03/20 14:37:48 agriffis Exp $
DESCRIPTION="Paketto Keiretsu - experimental TCP/IP tools - scanrand, minewt, lc, phentropy, paratrace"
HOMEPAGE="http://www.doxpara.com/"
@@ -9,7 +9,7 @@ SRC_URI="http://www.doxpara.com/paketto/${P}.tar.gz"
LICENSE="BSD"
SLOT="0"
KEYWORDS="~x86"
-IUSE="pic"
+IUSE=""
#paketto comes with local copies of these ...
#DEPEND="net-libs/libpcap
@@ -18,10 +18,7 @@ IUSE="pic"
src_compile() {
# --with-libnet-bin=/usr --with-pcap-lib=/usr --with-pcap-inc=/usr --with-tm-inc=/usr"
- econf \
- --with-gnu-ld \
- `use_with pic` \
- || die
+ econf --with-gnu-ld || die
emake || die
}
diff --git a/net-firewall/fwbuilder/ChangeLog b/net-firewall/fwbuilder/ChangeLog
index 83c4da2ede7b..5030df8275a9 100644
--- a/net-firewall/fwbuilder/ChangeLog
+++ b/net-firewall/fwbuilder/ChangeLog
@@ -1,6 +1,13 @@
# ChangeLog for net-firewall/fwbuilder
# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-firewall/fwbuilder/ChangeLog,v 1.5 2003/03/01 14:07:24 aliz Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-firewall/fwbuilder/ChangeLog,v 1.6 2003/03/20 14:35:53 agriffis Exp $
+
+*fwbuilder-1.0.9-r1 (20 Mar 2003)
+
+ 20 Mar 2003; Aron Griffis <agriffis@gentoo.org> fwbuilder-1.0.6.ebuild,
+ fwbuilder-1.0.7.ebuild, fwbuilder-1.0.8.ebuild, fwbuilder-1.0.9-r1.ebuild,
+ fwbuilder-1.0.9.ebuild:
+ Remove pic USE-flag and bump rev
*fwbuilder-1.0.9 (01 Mar 2003)
diff --git a/net-firewall/fwbuilder/files/digest-fwbuilder-1.0.9-r1 b/net-firewall/fwbuilder/files/digest-fwbuilder-1.0.9-r1
new file mode 100644
index 000000000000..543fd2879298
--- /dev/null
+++ b/net-firewall/fwbuilder/files/digest-fwbuilder-1.0.9-r1
@@ -0,0 +1 @@
+MD5 207d684a344b319f479694a65915d039 fwbuilder-1.0.9.tar.gz 129206
diff --git a/net-firewall/fwbuilder/fwbuilder-1.0.6.ebuild b/net-firewall/fwbuilder/fwbuilder-1.0.6.ebuild
index 2337b5676c93..63e8cc7f83cc 100644
--- a/net-firewall/fwbuilder/fwbuilder-1.0.6.ebuild
+++ b/net-firewall/fwbuilder/fwbuilder-1.0.6.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-firewall/fwbuilder/fwbuilder-1.0.6.ebuild,v 1.3 2003/02/13 13:59:01 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-firewall/fwbuilder/fwbuilder-1.0.6.ebuild,v 1.4 2003/03/20 14:35:53 agriffis Exp $
DESCRIPTION="A firewall GUI"
SRC_URI="mirror://sourceforge/fwbuilder/${P}.tar.gz"
@@ -10,6 +10,7 @@ S=${WORKDIR}/${P}
KEYWORDS="x86 sparc "
LICENSE="GPL-2"
SLOT="0"
+IUSE="static nls"
DEPEND="=x11-libs/gtkmm-1.2*
>=dev-libs/libxslt-1.0.7
@@ -24,7 +25,6 @@ src_compile() {
myconf="--with-gnu-ld"
use static && myconf="${myconf} --enable-shared=no --enable-static=yes"
use nls || myconf="${myconf} --disable-nls"
- use pic && myconf="${myconf} --with-pic"
./autogen.sh \
--prefix=/usr \
diff --git a/net-firewall/fwbuilder/fwbuilder-1.0.7.ebuild b/net-firewall/fwbuilder/fwbuilder-1.0.7.ebuild
index 3d7d0af0e324..2b5ebc20e270 100644
--- a/net-firewall/fwbuilder/fwbuilder-1.0.7.ebuild
+++ b/net-firewall/fwbuilder/fwbuilder-1.0.7.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-firewall/fwbuilder/fwbuilder-1.0.7.ebuild,v 1.3 2003/02/13 13:59:07 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-firewall/fwbuilder/fwbuilder-1.0.7.ebuild,v 1.4 2003/03/20 14:35:53 agriffis Exp $
DESCRIPTION="A firewall GUI"
SRC_URI="mirror://sourceforge/fwbuilder/${P}.tar.gz"
@@ -10,6 +10,7 @@ S=${WORKDIR}/${P}
KEYWORDS="x86 ~sparc "
LICENSE="GPL-2"
SLOT="0"
+IUSE="static nls"
DEPEND="=x11-libs/gtkmm-1.2*
>=dev-libs/libxslt-1.0.7
@@ -24,7 +25,6 @@ src_compile() {
myconf="--with-gnu-ld"
use static && myconf="${myconf} --enable-shared=no --enable-static=yes"
use nls || myconf="${myconf} --disable-nls"
- use pic && myconf="${myconf} --with-pic"
./autogen.sh \
--prefix=/usr \
diff --git a/net-firewall/fwbuilder/fwbuilder-1.0.8.ebuild b/net-firewall/fwbuilder/fwbuilder-1.0.8.ebuild
index 72030e6548de..18f75434fb6a 100644
--- a/net-firewall/fwbuilder/fwbuilder-1.0.8.ebuild
+++ b/net-firewall/fwbuilder/fwbuilder-1.0.8.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-firewall/fwbuilder/fwbuilder-1.0.8.ebuild,v 1.3 2003/02/13 13:59:13 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-firewall/fwbuilder/fwbuilder-1.0.8.ebuild,v 1.4 2003/03/20 14:35:53 agriffis Exp $
DESCRIPTION="A firewall GUI"
SRC_URI="mirror://sourceforge/fwbuilder/${P}.tar.gz"
@@ -10,6 +10,7 @@ S=${WORKDIR}/${P}
KEYWORDS="~x86 ~sparc"
LICENSE="GPL-2"
SLOT="0"
+IUSE="static nls"
DEPEND="=x11-libs/gtkmm-1.2*
>=dev-libs/libxslt-1.0.7
@@ -24,7 +25,6 @@ src_compile() {
myconf="--with-gnu-ld"
use static && myconf="${myconf} --enable-shared=no --enable-static=yes"
use nls || myconf="${myconf} --disable-nls"
- use pic && myconf="${myconf} --with-pic"
./autogen.sh \
--prefix=/usr \
diff --git a/net-firewall/fwbuilder/fwbuilder-1.0.9-r1.ebuild b/net-firewall/fwbuilder/fwbuilder-1.0.9-r1.ebuild
new file mode 100644
index 000000000000..f8cf9d83a73b
--- /dev/null
+++ b/net-firewall/fwbuilder/fwbuilder-1.0.9-r1.ebuild
@@ -0,0 +1,52 @@
+# Copyright 1999-2003 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/net-firewall/fwbuilder/fwbuilder-1.0.9-r1.ebuild,v 1.1 2003/03/20 14:35:53 agriffis Exp $
+
+DESCRIPTION="A firewall GUI"
+SRC_URI="mirror://sourceforge/fwbuilder/${P}.tar.gz"
+HOMEPAGE="http://www.fwbuilder.org/"
+S=${WORKDIR}/${P}
+
+KEYWORDS="~x86 ~sparc"
+LICENSE="GPL-2"
+SLOT="0"
+IUSE="static nls"
+
+DEPEND="=x11-libs/gtkmm-1.2*
+ >=dev-libs/libxslt-1.0.7
+ =net-libs/libfwbuilder-0.10.13
+ media-libs/gdk-pixbuf
+ dev-libs/libxml2
+ =dev-libs/libsigc++-1.0*"
+RDEPEND="sys-apps/iproute"
+
+src_compile() {
+ local myconf
+ myconf="--with-gnu-ld"
+ use static && myconf="${myconf} --enable-shared=no --enable-static=yes"
+ use nls || myconf="${myconf} --disable-nls"
+
+ ./autogen.sh \
+ --prefix=/usr \
+ --host=${CHOST} || die "./configure failed"
+
+ cp config.h config.h.orig
+ sed -e "s:#define HAVE_XMLSAVEFORMATFILE 1://:" config.h.orig > config.h
+
+ if [ "`use static`" ]
+ then
+ emake LDFLAGS="-static" || die "emake LDFLAGS failed"
+ else
+ emake || die "emake failed"
+ fi
+}
+
+src_install() {
+ emake DESTDIR=${D} install || die "emake install failed"
+}
+
+pkg_postinst() {
+ einfo "You may have to install iproute on the machine that"
+ einfo "will run the firewall script."
+}
+
diff --git a/net-firewall/fwbuilder/fwbuilder-1.0.9.ebuild b/net-firewall/fwbuilder/fwbuilder-1.0.9.ebuild
index 82511b2203fc..62ad5d7e7f0d 100644
--- a/net-firewall/fwbuilder/fwbuilder-1.0.9.ebuild
+++ b/net-firewall/fwbuilder/fwbuilder-1.0.9.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-firewall/fwbuilder/fwbuilder-1.0.9.ebuild,v 1.1 2003/03/01 14:07:24 aliz Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-firewall/fwbuilder/fwbuilder-1.0.9.ebuild,v 1.2 2003/03/20 14:35:53 agriffis Exp $
DESCRIPTION="A firewall GUI"
SRC_URI="mirror://sourceforge/fwbuilder/${P}.tar.gz"
@@ -10,6 +10,7 @@ S=${WORKDIR}/${P}
KEYWORDS="~x86 ~sparc"
LICENSE="GPL-2"
SLOT="0"
+IUSE="static nls"
DEPEND="=x11-libs/gtkmm-1.2*
>=dev-libs/libxslt-1.0.7
@@ -24,7 +25,6 @@ src_compile() {
myconf="--with-gnu-ld"
use static && myconf="${myconf} --enable-shared=no --enable-static=yes"
use nls || myconf="${myconf} --disable-nls"
- use pic && myconf="${myconf} --with-pic"
./autogen.sh \
--prefix=/usr \