diff options
author | Daniel Black <dragonheart@gentoo.org> | 2008-04-01 06:07:45 +0000 |
---|---|---|
committer | Daniel Black <dragonheart@gentoo.org> | 2008-04-01 06:07:45 +0000 |
commit | aed157f409498a45ddaa2730321521525e9610ff (patch) | |
tree | 60e5d93efe862c533451f34e026a268ef6155f54 /net-misc/l7-protocols | |
parent | shorted description for QA (diff) | |
download | gentoo-2-aed157f409498a45ddaa2730321521525e9610ff.tar.gz gentoo-2-aed157f409498a45ddaa2730321521525e9610ff.tar.bz2 gentoo-2-aed157f409498a45ddaa2730321521525e9610ff.zip |
cleanout
(Portage version: 2.1.4.4)
Diffstat (limited to 'net-misc/l7-protocols')
-rw-r--r-- | net-misc/l7-protocols/ChangeLog | 9 | ||||
-rw-r--r-- | net-misc/l7-protocols/l7-protocols-2006.06.03.ebuild | 54 | ||||
-rw-r--r-- | net-misc/l7-protocols/l7-protocols-2007.05.09.ebuild | 62 | ||||
-rw-r--r-- | net-misc/l7-protocols/l7-protocols-2007.06.22.ebuild | 62 | ||||
-rw-r--r-- | net-misc/l7-protocols/l7-protocols-2007.07.27.ebuild | 62 | ||||
-rw-r--r-- | net-misc/l7-protocols/l7-protocols-2007.11.22.ebuild | 62 | ||||
-rw-r--r-- | net-misc/l7-protocols/l7-protocols-2008.01.09.ebuild | 61 | ||||
-rw-r--r-- | net-misc/l7-protocols/l7-protocols-2008.02.10.ebuild | 61 |
8 files changed, 8 insertions, 425 deletions
diff --git a/net-misc/l7-protocols/ChangeLog b/net-misc/l7-protocols/ChangeLog index 81ac801ff025..4a08bb31e1ab 100644 --- a/net-misc/l7-protocols/ChangeLog +++ b/net-misc/l7-protocols/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for net-misc/l7-protocols # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/l7-protocols/ChangeLog,v 1.52 2008/03/04 16:21:44 pva Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/l7-protocols/ChangeLog,v 1.53 2008/04/01 06:07:45 dragonheart Exp $ + + 01 Apr 2008; Daniel Black <dragonheart@gentoo.org> + -l7-protocols-2006.06.03.ebuild, -l7-protocols-2007.05.09.ebuild, + -l7-protocols-2007.06.22.ebuild, -l7-protocols-2007.07.27.ebuild, + -l7-protocols-2007.11.22.ebuild, -l7-protocols-2008.01.09.ebuild, + -l7-protocols-2008.02.10.ebuild: + cleanout *l7-protocols-2008.02.20 (04 Mar 2008) diff --git a/net-misc/l7-protocols/l7-protocols-2006.06.03.ebuild b/net-misc/l7-protocols/l7-protocols-2006.06.03.ebuild deleted file mode 100644 index 80ae2184d1a3..000000000000 --- a/net-misc/l7-protocols/l7-protocols-2006.06.03.ebuild +++ /dev/null @@ -1,54 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/l7-protocols/l7-protocols-2006.06.03.ebuild,v 1.11 2007/12/24 08:57:25 pva 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="~alpha ~amd64 ppc ppc64 sparc x86" -S=${WORKDIR}/${MY_P} - -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 || die -} - -# 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 -pPR randprintable randchars test_speed match README *.sh "${D}"/usr/share/${PN} - cd "${S}" - - dodoc README CHANGELOG HOWTO WANTED - newdoc 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:0 "${D}" -} diff --git a/net-misc/l7-protocols/l7-protocols-2007.05.09.ebuild b/net-misc/l7-protocols/l7-protocols-2007.05.09.ebuild deleted file mode 100644 index 414dd558b45f..000000000000 --- a/net-misc/l7-protocols/l7-protocols-2007.05.09.ebuild +++ /dev/null @@ -1,62 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/l7-protocols/l7-protocols-2007.05.09.ebuild,v 1.5 2008/01/12 08:05:50 pva Exp $ - -inherit fixheadtails 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="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" -S=${WORKDIR}/${MY_P} - -src_unpack() { - unpack ${A} - sed -i -e "s/gcc.*\-o/$(tc-getCC) ${CFLAGS} -o/g" \ - -e "s/g++.*\-o/$(tc-getCXX) ${CXXFLAGS} -o/g" "${S}"/testing/Makefile - ht_fix_file "${S}"/testing/*.sh -} - -src_compile() { - emake -C testing || die -} - -# NOTE Testing mechanism is currently broken: -# stack smashing attack in function main() - -# Is also extraordinarly inefficent getting random data. -# -#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 -pPR randprintable randchars test_speed match README *.sh "${D}"/usr/share/${PN} - cd "${S}" - - dodoc README CHANGELOG HOWTO WANTED - dodoc 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:0 "${D}" -} diff --git a/net-misc/l7-protocols/l7-protocols-2007.06.22.ebuild b/net-misc/l7-protocols/l7-protocols-2007.06.22.ebuild deleted file mode 100644 index d5504948d4df..000000000000 --- a/net-misc/l7-protocols/l7-protocols-2007.06.22.ebuild +++ /dev/null @@ -1,62 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/l7-protocols/l7-protocols-2007.06.22.ebuild,v 1.5 2008/01/12 08:05:50 pva Exp $ - -inherit fixheadtails 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="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" -S=${WORKDIR}/${MY_P} - -src_unpack() { - unpack ${A} - sed -i -e "s/gcc.*\-o/$(tc-getCC) ${CFLAGS} -o/g" \ - -e "s/g++.*\-o/$(tc-getCXX) ${CXXFLAGS} -o/g" "${S}"/testing/Makefile - ht_fix_file "${S}"/testing/*.sh -} - -src_compile() { - emake -C testing || die -} - -# NOTE Testing mechanism is currently broken: -# stack smashing attack in function main() - -# Is also extraordinarly inefficent getting random data. -# -#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 -pPR randprintable randchars test_speed match README *.sh "${D}"/usr/share/${PN} - cd "${S}" - - dodoc README CHANGELOG HOWTO WANTED - dodoc 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:0 "${D}" -} diff --git a/net-misc/l7-protocols/l7-protocols-2007.07.27.ebuild b/net-misc/l7-protocols/l7-protocols-2007.07.27.ebuild deleted file mode 100644 index c7f4478502c9..000000000000 --- a/net-misc/l7-protocols/l7-protocols-2007.07.27.ebuild +++ /dev/null @@ -1,62 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/l7-protocols/l7-protocols-2007.07.27.ebuild,v 1.4 2008/01/12 08:05:50 pva Exp $ - -inherit fixheadtails 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="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" -S=${WORKDIR}/${MY_P} - -src_unpack() { - unpack ${A} - sed -i -e "s/gcc.*\-o/$(tc-getCC) ${CFLAGS} -o/g" \ - -e "s/g++.*\-o/$(tc-getCXX) ${CXXFLAGS} -o/g" "${S}"/testing/Makefile - ht_fix_file "${S}"/testing/*.sh -} - -src_compile() { - emake -C testing || die -} - -# NOTE Testing mechanism is currently broken: -# stack smashing attack in function main() - -# Is also extraordinarly inefficent getting random data. -# -#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 -pPR randprintable randchars test_speed match README *.sh "${D}"/usr/share/${PN} - cd "${S}" - - dodoc README CHANGELOG HOWTO WANTED - dodoc 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:0 "${D}" -} diff --git a/net-misc/l7-protocols/l7-protocols-2007.11.22.ebuild b/net-misc/l7-protocols/l7-protocols-2007.11.22.ebuild deleted file mode 100644 index 9bfc53cc86a5..000000000000 --- a/net-misc/l7-protocols/l7-protocols-2007.11.22.ebuild +++ /dev/null @@ -1,62 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/l7-protocols/l7-protocols-2007.11.22.ebuild,v 1.2 2008/01/12 08:05:50 pva Exp $ - -inherit fixheadtails 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="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" -S=${WORKDIR}/${MY_P} - -src_unpack() { - unpack ${A} - sed -i -e "s/gcc.*\-o/$(tc-getCC) ${CFLAGS} -o/g" \ - -e "s/g++.*\-o/$(tc-getCXX) ${CXXFLAGS} -o/g" "${S}"/testing/Makefile - ht_fix_file "${S}"/testing/*.sh -} - -src_compile() { - emake -C testing || die -} - -# NOTE Testing mechanism is currently broken: -# stack smashing attack in function main() - -# Is also extraordinarly inefficent getting random data. -# -#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 -pPR randprintable randchars test_speed match README *.sh "${D}"/usr/share/${PN} - cd "${S}" - - dodoc README CHANGELOG HOWTO WANTED - dodoc 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:0 "${D}" -} diff --git a/net-misc/l7-protocols/l7-protocols-2008.01.09.ebuild b/net-misc/l7-protocols/l7-protocols-2008.01.09.ebuild deleted file mode 100644 index 55739e8eb4ae..000000000000 --- a/net-misc/l7-protocols/l7-protocols-2008.01.09.ebuild +++ /dev/null @@ -1,61 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/l7-protocols/l7-protocols-2008.01.09.ebuild,v 1.2 2008/01/12 08:14:57 pva Exp $ - -inherit fixheadtails 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="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" -S=${WORKDIR}/${MY_P} - -src_unpack() { - unpack ${A} - sed -i -e "s/gcc.*\-o/$(tc-getCC) ${CFLAGS} -o/g" \ - -e "s/g++.*\-o/$(tc-getCXX) ${CXXFLAGS} -o/g" "${S}"/testing/Makefile - ht_fix_file "${S}"/testing/*.sh -} - -src_compile() { - emake -C testing || die -} - -# NOTE Testing mechanism is currently broken: -# stack smashing attack in function main() - -# Is also extraordinarly inefficent getting random data. -# -#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} - pushd testing > /dev/null - cp -pPR randprintable randchars test_speed-{kernel,userspace} README \ - match_kernel speeds-2007-10-02-450MHz *.sh data "${D}"/usr/share/${PN} - popd > /dev/null - mv example_traffic "${D}"/usr/share/${PN} - - dodoc README CHANGELOG HOWTO WANTED - for dir in extra file_types malware ; do - newdoc ${dir}/README README.${dir} - done - rm -rf README CHANGELOG HOWTO LICENSE Makefile WANTED */README testing - - dodir /etc/l7-protocols - cp -R * "${D}"/etc/l7-protocols - chown -R root:0 "${D}" -} diff --git a/net-misc/l7-protocols/l7-protocols-2008.02.10.ebuild b/net-misc/l7-protocols/l7-protocols-2008.02.10.ebuild deleted file mode 100644 index 5faf59e98b55..000000000000 --- a/net-misc/l7-protocols/l7-protocols-2008.02.10.ebuild +++ /dev/null @@ -1,61 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/l7-protocols/l7-protocols-2008.02.10.ebuild,v 1.1 2008/02/11 15:55:15 pva Exp $ - -inherit fixheadtails 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="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" -S=${WORKDIR}/${MY_P} - -src_unpack() { - unpack ${A} - sed -i -e "s/gcc.*\-o/$(tc-getCC) ${CFLAGS} -o/g" \ - -e "s/g++.*\-o/$(tc-getCXX) ${CXXFLAGS} -o/g" "${S}"/testing/Makefile - ht_fix_file "${S}"/testing/*.sh -} - -src_compile() { - emake -C testing || die -} - -# NOTE Testing mechanism is currently broken: -# stack smashing attack in function main() - -# Is also extraordinarly inefficent getting random data. -# -#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} - pushd testing > /dev/null - cp -pPR randprintable randchars test_speed-{kernel,userspace} README \ - match_kernel speeds-2007-10-02-450MHz *.sh data "${D}"/usr/share/${PN} - popd > /dev/null - mv example_traffic "${D}"/usr/share/${PN} - - dodoc README CHANGELOG HOWTO WANTED - for dir in extra file_types malware ; do - newdoc ${dir}/README README.${dir} - done - rm -rf README CHANGELOG HOWTO LICENSE Makefile WANTED */README testing - - dodir /etc/l7-protocols - cp -R * "${D}"/etc/l7-protocols - chown -R root:0 "${D}" -} |