summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2005-07-12 02:41:30 +0000
committerMike Frysinger <vapier@gentoo.org>2005-07-12 02:41:30 +0000
commit77fb76721b5d22ba2beec778e21ba4ee1f14e1a2 (patch)
treeb2ca8ef65366ba88cdf95b97101cc470ffaee7ea /net-firewall/quicktables
parentVersion bump #98641 by Lars (Polynomial-C). Unified the iptables/ip6tables (diff)
downloadhistorical-77fb76721b5d22ba2beec778e21ba4ee1f14e1a2.tar.gz
historical-77fb76721b5d22ba2beec778e21ba4ee1f14e1a2.tar.bz2
historical-77fb76721b5d22ba2beec778e21ba4ee1f14e1a2.zip
initial import #63085
Package-Manager: portage-2.0.51.22-r1
Diffstat (limited to 'net-firewall/quicktables')
-rw-r--r--net-firewall/quicktables/ChangeLog8
-rw-r--r--net-firewall/quicktables/Manifest10
-rw-r--r--net-firewall/quicktables/files/digest-quicktables-2.31
-rw-r--r--net-firewall/quicktables/quicktables-2.3.ebuild19
4 files changed, 38 insertions, 0 deletions
diff --git a/net-firewall/quicktables/ChangeLog b/net-firewall/quicktables/ChangeLog
new file mode 100644
index 000000000000..c4cd92ba8809
--- /dev/null
+++ b/net-firewall/quicktables/ChangeLog
@@ -0,0 +1,8 @@
+# ChangeLog for net-firewall/quicktables
+# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-firewall/quicktables/ChangeLog,v 1.1 2005/07/12 02:41:30 vapier Exp $
+
+*quicktables-2.3 (11 Jul 2005)
+
+ 11 Jul 2005; Mike Frysinger <vapier@gentoo.org> :
+ Initial import. Ebuild submitted by ali3n@eliteitminds.com #63085.
diff --git a/net-firewall/quicktables/Manifest b/net-firewall/quicktables/Manifest
index 945f9ff75eaa..835fae9bc9b4 100644
--- a/net-firewall/quicktables/Manifest
+++ b/net-firewall/quicktables/Manifest
@@ -1,3 +1,13 @@
+-----BEGIN PGP SIGNED MESSAGE-----
+Hash: SHA1
+
MD5 23d681afa1c67bbdf5e580ebb7ea3359 quicktables-2.3.ebuild 535
MD5 4f0e61f76f31a204c0bcfdc4b105f85b ChangeLog 375
MD5 00a0c3461c456b01bfbc44b3210b6b5f files/digest-quicktables-2.3 66
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v1.4.1 (GNU/Linux)
+
+iD8DBQFC0y4mgIKl8Uu19MoRAowGAJ4zMP03ox30GkbnicG5naTWcpPpqwCdH6gq
+PfVADidyezzR4SnKuqEOu/0=
+=cyox
+-----END PGP SIGNATURE-----
diff --git a/net-firewall/quicktables/files/digest-quicktables-2.3 b/net-firewall/quicktables/files/digest-quicktables-2.3
new file mode 100644
index 000000000000..4cac1c7a6850
--- /dev/null
+++ b/net-firewall/quicktables/files/digest-quicktables-2.3
@@ -0,0 +1 @@
+MD5 b8d4950cc50bb2ec85fe6ee3e315b269 quicktables-2.3.tar.gz 20287
diff --git a/net-firewall/quicktables/quicktables-2.3.ebuild b/net-firewall/quicktables/quicktables-2.3.ebuild
new file mode 100644
index 000000000000..01b937e8efad
--- /dev/null
+++ b/net-firewall/quicktables/quicktables-2.3.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2005 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/net-firewall/quicktables/quicktables-2.3.ebuild,v 1.1 2005/07/12 02:41:30 vapier Exp $
+
+DESCRIPTION="a quick iptables script generator"
+HOMEPAGE="http://qtables.radom.org/"
+SRC_URI="http://qtables.radom.org/files/${P}.tar.gz"
+
+LICENSE="GPL-2"
+IUSE=""
+KEYWORDS="~amd64 ~x86"
+SLOT="0"
+
+RDEPEND="net-firewall/iptables"
+
+src_install() {
+ dosbin quicktables-2.3 || die
+ dodoc changes readme todo
+}