diff options
author | Daniel Black <dragonheart@gentoo.org> | 2005-02-25 23:43:50 +0000 |
---|---|---|
committer | Daniel Black <dragonheart@gentoo.org> | 2005-02-25 23:43:50 +0000 |
commit | 6cc0d24b086eb06be69181f63984aa07c1ce75f6 (patch) | |
tree | 8b9b1d3403bdf8c41dfe194d38ed744e9367fd50 /net-misc | |
parent | bump (diff) | |
download | gentoo-2-6cc0d24b086eb06be69181f63984aa07c1ce75f6.tar.gz gentoo-2-6cc0d24b086eb06be69181f63984aa07c1ce75f6.tar.bz2 gentoo-2-6cc0d24b086eb06be69181f63984aa07c1ce75f6.zip |
version bump as per bug #64571
(Portage version: 2.0.51.16)
Diffstat (limited to 'net-misc')
-rw-r--r-- | net-misc/l7-protocols/ChangeLog | 5 | ||||
-rw-r--r-- | net-misc/l7-protocols/Manifest | 12 | ||||
-rw-r--r-- | net-misc/l7-protocols/files/digest-l7-protocols-2005.02.06 | 1 | ||||
-rw-r--r-- | net-misc/l7-protocols/l7-protocols-2005.02.06.ebuild | 58 |
4 files changed, 65 insertions, 11 deletions
diff --git a/net-misc/l7-protocols/ChangeLog b/net-misc/l7-protocols/ChangeLog index 1ee628f7bdfc..7b5ff9050930 100644 --- a/net-misc/l7-protocols/ChangeLog +++ b/net-misc/l7-protocols/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-misc/l7-protocols # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/l7-protocols/ChangeLog,v 1.5 2005/01/04 09:32:21 dragonheart Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/l7-protocols/ChangeLog,v 1.6 2005/02/25 23:43:50 dragonheart Exp $ + + 26 Feb 2005; Daniel Black <dragonheart@gentoo.org> : + version bump as per bug #64571. Thanks to B. Bruce <nettech-bgb@nt-nv.com> *l7-protocols-2004.12.29 (04 Jan 2005) diff --git a/net-misc/l7-protocols/Manifest b/net-misc/l7-protocols/Manifest index ac77f17d28d3..ace0d75050c2 100644 --- a/net-misc/l7-protocols/Manifest +++ b/net-misc/l7-protocols/Manifest @@ -1,16 +1,8 @@ ------BEGIN PGP SIGNED MESSAGE----- -Hash: SHA1 - MD5 89edb769612add8464eb3c324f09e197 metadata.xml 374 MD5 2c07c67d49a932e9f1df75b128804b29 ChangeLog 1280 MD5 314c6440baf3a6bfeafe76d0ed56c843 l7-protocols-2004.11.28.ebuild 1508 +MD5 62b610c00da571d4685df594e1424881 l7-protocols-2005.02.06.ebuild 1509 MD5 e4bf922fd421a058a4ec34b17ec529bd l7-protocols-2004.12.29.ebuild 1509 +MD5 5a464cdcbe92c49514ac864e3cb33632 files/digest-l7-protocols-2005.02.06 74 MD5 e2e2ce8241adcb9567fc998a42740601 files/digest-l7-protocols-2004.11.28 74 MD5 c65fb9a32f65fd401777dd65d0466dfa files/digest-l7-protocols-2004.12.29 74 ------BEGIN PGP SIGNATURE----- -Version: GnuPG v1.4.0 (GNU/Linux) - -iD8DBQFB2mKsmdTrptrqvGERAuPWAJ47We5j+uB1rGaoZINrOGyz2PM5dQCfes0t -FrRsPRmk4MIiorQRg+yLAOM= -=GF6v ------END PGP SIGNATURE----- diff --git a/net-misc/l7-protocols/files/digest-l7-protocols-2005.02.06 b/net-misc/l7-protocols/files/digest-l7-protocols-2005.02.06 new file mode 100644 index 000000000000..cbfba9a845e1 --- /dev/null +++ b/net-misc/l7-protocols/files/digest-l7-protocols-2005.02.06 @@ -0,0 +1 @@ +MD5 8185ef1a8028b797c1d031f86616b095 l7-protocols-2005-02-06.tar.gz 54622 diff --git a/net-misc/l7-protocols/l7-protocols-2005.02.06.ebuild b/net-misc/l7-protocols/l7-protocols-2005.02.06.ebuild new file mode 100644 index 000000000000..6a28218dd032 --- /dev/null +++ b/net-misc/l7-protocols/l7-protocols-2005.02.06.ebuild @@ -0,0 +1,58 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-misc/l7-protocols/l7-protocols-2005.02.06.ebuild,v 1.1 2005/02/25 23:43:50 dragonheart Exp $ + +inherit toolchain-funcs + +IUSE="" + +MY_P=${PN}-${PV//./-} + +DESCRIPTION="Protocol definitions of l7-filter kernel modules" +HOMEPAGE="http://l7-filter.sourceforge.net/protocols" + +SRC_URI="mirror://sourceforge/l7-filter/${MY_P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~x86 ~ppc" +S=${WORKDIR}/${MY_P} + +RDEPEND="net-misc/l7-filter" + + +src_compile() { + sed -i -e "s/gcc.*-O2/$(tc-getCC) ${CFLAGS}/g" testing/Makefile + sed -i -e 's/-1/-n 1/g' testing/*.sh + emake -C testing +} + +# NOTE Testing mechanism is currently broken: +# stack smashing attack in function main() + +#src_test() { +# cd testing +# find ${S} -name \*.pat -print -exec ./test_match.sh {} \; \ +# -exec ./timeit.sh {} \; || die "failed tests" +# einfo "patterns past testing" +#} + +src_install() { + + dodir /usr/share/${PN} + cd testing + cp -a randprintable randchars test_speed match README *.sh ${D}/usr/share/${PN} + cd ${S} + + dodoc README CHANGELOG HOWTO WANTED + newdoc weakpatterns/README README.weakpatterns + newdoc extra/README README.extra + newdoc file_types/README README.file_types + newdoc malware/README README.malware + newdoc testing/README README.testing + rm -rf README CHANGELOG HOWTO LICENSE WANTED */README testing + + make PREFIX=${D} install || die + rm ${D}/etc/${PN}/Makefile + chown -R root:root ${D} +} |