diff options
author | Markus Ullmann <jokey@gentoo.org> | 2007-09-06 17:59:14 +0000 |
---|---|---|
committer | Markus Ullmann <jokey@gentoo.org> | 2007-09-06 17:59:14 +0000 |
commit | 9c3fef24743a7dc84cabce3f42dfc53d378bd738 (patch) | |
tree | 5fb35db12777c67ad0be91a1227648fa44168982 /net-analyzer/scanlogd | |
parent | Cleanup (diff) | |
download | gentoo-2-9c3fef24743a7dc84cabce3f42dfc53d378bd738.tar.gz gentoo-2-9c3fef24743a7dc84cabce3f42dfc53d378bd738.tar.bz2 gentoo-2-9c3fef24743a7dc84cabce3f42dfc53d378bd738.zip |
Cleanup
(Portage version: 2.1.3.7)
Diffstat (limited to 'net-analyzer/scanlogd')
-rw-r--r-- | net-analyzer/scanlogd/ChangeLog | 6 | ||||
-rw-r--r-- | net-analyzer/scanlogd/files/digest-scanlogd-2.2 | 3 | ||||
-rw-r--r-- | net-analyzer/scanlogd/files/digest-scanlogd-2.2.6-r1 | 3 | ||||
-rw-r--r-- | net-analyzer/scanlogd/scanlogd-2.2.6-r1.ebuild | 43 | ||||
-rw-r--r-- | net-analyzer/scanlogd/scanlogd-2.2.ebuild | 33 |
5 files changed, 5 insertions, 83 deletions
diff --git a/net-analyzer/scanlogd/ChangeLog b/net-analyzer/scanlogd/ChangeLog index b391b149874d..927b22ee5354 100644 --- a/net-analyzer/scanlogd/ChangeLog +++ b/net-analyzer/scanlogd/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-analyzer/scanlogd # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/scanlogd/ChangeLog,v 1.26 2007/08/13 21:26:36 dertobi123 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/scanlogd/ChangeLog,v 1.27 2007/09/06 17:59:14 jokey Exp $ + + 06 Sep 2007; Markus Ullmann <jokey@gentoo.org> -scanlogd-2.2.ebuild, + -scanlogd-2.2.6-r1.ebuild: + Cleanup 13 Aug 2007; Tobias Scherbaum <dertobi123@gentoo.org> scanlogd-2.2.6-r2.ebuild: diff --git a/net-analyzer/scanlogd/files/digest-scanlogd-2.2 b/net-analyzer/scanlogd/files/digest-scanlogd-2.2 deleted file mode 100644 index f885e9fb2d67..000000000000 --- a/net-analyzer/scanlogd/files/digest-scanlogd-2.2 +++ /dev/null @@ -1,3 +0,0 @@ -MD5 bb4586e116c579dbdd359da9c6560556 scanlogd-2.2.tar.gz 9029 -RMD160 348fa425f67999bc957e8930a9004d70cb8563d1 scanlogd-2.2.tar.gz 9029 -SHA256 e257be420e3aab29821f6d513bcf720c764fb611dbd9f6a187f9dd52fb809b37 scanlogd-2.2.tar.gz 9029 diff --git a/net-analyzer/scanlogd/files/digest-scanlogd-2.2.6-r1 b/net-analyzer/scanlogd/files/digest-scanlogd-2.2.6-r1 deleted file mode 100644 index 6d888741d830..000000000000 --- a/net-analyzer/scanlogd/files/digest-scanlogd-2.2.6-r1 +++ /dev/null @@ -1,3 +0,0 @@ -MD5 7b8187ea718ebe47f22805b921b909ab scanlogd-2.2.6.tar.gz 10975 -RMD160 29b1df23c8a44b2d98e12fb2cfe8fe6127566b6f scanlogd-2.2.6.tar.gz 10975 -SHA256 4a2621037270f88576c8770261c53761edc875984f126872c880c2a98a8f63fa scanlogd-2.2.6.tar.gz 10975 diff --git a/net-analyzer/scanlogd/scanlogd-2.2.6-r1.ebuild b/net-analyzer/scanlogd/scanlogd-2.2.6-r1.ebuild deleted file mode 100644 index 8c63f80e2692..000000000000 --- a/net-analyzer/scanlogd/scanlogd-2.2.6-r1.ebuild +++ /dev/null @@ -1,43 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/scanlogd/scanlogd-2.2.6-r1.ebuild,v 1.7 2007/05/01 22:30:04 genone Exp $ - -inherit eutils toolchain-funcs - -DESCRIPTION="Scanlogd - detects and logs TCP port scans" -SRC_URI="http://www.openwall.com/scanlogd/${P}.tar.gz" -HOMEPAGE="http://www.openwall.com/scanlogd/" - -SLOT="0" -LICENSE="as-is" -KEYWORDS="~amd64 ppc sparc x86" -IUSE="" - -DEPEND="virtual/libc" - -pkg_setup() { - enewgroup scanlogd - enewuser scanlogd -1 -1 /dev/null scanlogd -} - -src_unpack() { - unpack ${A} - cd "${S}" - epatch "${FILESDIR}/${P}-Makefile.patch" -} - -src_compile() { - make CC="$(tc-getCC)" linux || die "make failed" -} - -src_install() { - dosbin scanlogd - doman scanlogd.8 - - newinitd "${FILESDIR}"/scanlogd.rc scanlogd -} - -pkg_postinst() { - elog "You can start the scanlogd monitoring program at boot by running" - elog "rc-update add scanlogd default" -} diff --git a/net-analyzer/scanlogd/scanlogd-2.2.ebuild b/net-analyzer/scanlogd/scanlogd-2.2.ebuild deleted file mode 100644 index 9ad61b77992f..000000000000 --- a/net-analyzer/scanlogd/scanlogd-2.2.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/scanlogd/scanlogd-2.2.ebuild,v 1.16 2007/05/01 22:30:04 genone Exp $ - -IUSE="" -DESCRIPTION="Scanlogd - detects and logs TCP port scans" -SRC_URI="http://www.openwall.com/scanlogd/${P}.tar.gz" -HOMEPAGE="http://www.openwall.com/scanlogd/" - -SLOT="0" -LICENSE="as-is" -KEYWORDS="x86 sparc ppc" - -DEPEND="virtual/libc" - -src_compile() { - make linux || die -} - -src_install() { - dosbin scanlogd - doman scanlogd.8 - - exeinto /etc/init.d ; newexe ${FILESDIR}/scanlogd.rc scanlogd -} - -pkg_postinst() { - elog "Before you can run scanlogd you need to create the user " - elog "scanlog by running the following command" - elog "adduser -s /bin/false scanlogd" - elog "You can start the scanlogd monitoring program at boot by running" - elog "rc-update add scanlogd default" -} |