diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2015-08-08 13:49:04 -0700 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2015-08-08 17:38:18 -0700 |
commit | 56bd759df1d0c750a065b8c845e93d5dfa6b549d (patch) | |
tree | 3f91093cdb475e565ae857f1c5a7fd339e2d781e /dev-perl/NetPacket | |
download | gentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.tar.gz gentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.tar.bz2 gentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.zip |
proj/gentoo: Initial commit
This commit represents a new era for Gentoo:
Storing the gentoo-x86 tree in Git, as converted from CVS.
This commit is the start of the NEW history.
Any historical data is intended to be grafted onto this point.
Creation process:
1. Take final CVS checkout snapshot
2. Remove ALL ChangeLog* files
3. Transform all Manifests to thin
4. Remove empty Manifests
5. Convert all stale $Header$/$Id$ CVS keywords to non-expanded Git $Id$
5.1. Do not touch files with -kb/-ko keyword flags.
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
X-Thanks: Alec Warner <antarus@gentoo.org> - did the GSoC 2006 migration tests
X-Thanks: Robin H. Johnson <robbat2@gentoo.org> - infra guy, herding this project
X-Thanks: Nguyen Thai Ngoc Duy <pclouds@gentoo.org> - Former Gentoo developer, wrote Git features for the migration
X-Thanks: Brian Harring <ferringb@gentoo.org> - wrote much python to improve cvs2svn
X-Thanks: Rich Freeman <rich0@gentoo.org> - validation scripts
X-Thanks: Patrick Lauer <patrick@gentoo.org> - Gentoo dev, running new 2014 work in migration
X-Thanks: Michał Górny <mgorny@gentoo.org> - scripts, QA, nagging
X-Thanks: All of other Gentoo developers - many ideas and lots of paint on the bikeshed
Diffstat (limited to 'dev-perl/NetPacket')
-rw-r--r-- | dev-perl/NetPacket/Manifest | 2 | ||||
-rw-r--r-- | dev-perl/NetPacket/NetPacket-1.4.1.ebuild | 23 | ||||
-rw-r--r-- | dev-perl/NetPacket/NetPacket-1.6.0.ebuild | 30 | ||||
-rw-r--r-- | dev-perl/NetPacket/metadata.xml | 16 |
4 files changed, 71 insertions, 0 deletions
diff --git a/dev-perl/NetPacket/Manifest b/dev-perl/NetPacket/Manifest new file mode 100644 index 000000000000..71574a955286 --- /dev/null +++ b/dev-perl/NetPacket/Manifest @@ -0,0 +1,2 @@ +DIST NetPacket-1.4.1.tar.gz 30478 SHA256 44954d23446130f52152f3462dfd272ca1c9130afd3fd8dbb490a34ac3f7ae78 SHA512 c3cae0f9cd0d36896c986398ebb169457995d043af5bd32b25c8a359fb527e2ec1a4279dd9f9747d39d977e2581acaa18f74d95d58cbc3ad3468bbf159d16da8 WHIRLPOOL 3d9406cda96d5f3f1d43578424707c6843f166640daebdb90dcbdcede968384d28f0a4a2a6029aa42af5a8410e814e34bd2a37cc8190c1e282edd60496a67b7d +DIST NetPacket-1.6.0.tar.gz 36685 SHA256 51938ebc26a55f366feeb041206694fef36a0d4f90fd511c56e06e031c2f0636 SHA512 9482b35294177fbf0c67474f0b14c87b3d8fb61497cef2c65fb942ff9472dc527d24a68fa8656ca71a0ddd73edb4a02240341177a36c4ed0e9b832b20b120349 WHIRLPOOL 09f82441a69ab49bd32ed90f79617b81e1b292b8cd96a036eee3985c2120edb6fef30ac6e9d657848021d352340d79873914f8324ccf60bd22d2214ccfbe2c61 diff --git a/dev-perl/NetPacket/NetPacket-1.4.1.ebuild b/dev-perl/NetPacket/NetPacket-1.4.1.ebuild new file mode 100644 index 000000000000..9542858e7c78 --- /dev/null +++ b/dev-perl/NetPacket/NetPacket-1.4.1.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +MODULE_AUTHOR=YANICK +MODULE_VERSION=1.4.1 +inherit perl-module + +DESCRIPTION="Perl NetPacket - network packets assembly/disassembly" + +LICENSE="Artistic-2" +SLOT="0" +KEYWORDS="amd64 ppc x86" +IUSE="test" + +RDEPEND="" +DEPEND="${RDEPEND} + dev-perl/Module-Build + test? ( >=virtual/perl-Test-Simple-0.94 )" + +SRC_TEST="do" diff --git a/dev-perl/NetPacket/NetPacket-1.6.0.ebuild b/dev-perl/NetPacket/NetPacket-1.6.0.ebuild new file mode 100644 index 000000000000..834a93bac988 --- /dev/null +++ b/dev-perl/NetPacket/NetPacket-1.6.0.ebuild @@ -0,0 +1,30 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +MODULE_AUTHOR=YANICK +inherit perl-module + +DESCRIPTION="Assemble / disassemble network packets at the protocol level" + +LICENSE="Artistic-2" +SLOT="0" +KEYWORDS="~amd64 ~ppc ~x86" +IUSE="test" + +RDEPEND=" + virtual/perl-Carp + virtual/perl-Exporter +" +DEPEND="${RDEPEND} + virtual/perl-ExtUtils-MakeMaker + test? ( + virtual/perl-File-Spec + virtual/perl-IO + >=virtual/perl-Test-Simple-0.880.0 + ) +" + +SRC_TEST="do" diff --git a/dev-perl/NetPacket/metadata.xml b/dev-perl/NetPacket/metadata.xml new file mode 100644 index 000000000000..8331404a849a --- /dev/null +++ b/dev-perl/NetPacket/metadata.xml @@ -0,0 +1,16 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>perl</herd> + <upstream> + <remote-id type="cpan">NetPacket</remote-id> + <remote-id type="cpan-module">NetPacket</remote-id> + <remote-id type="cpan-module">NetPacket::ARP</remote-id> + <remote-id type="cpan-module">NetPacket::Ethernet</remote-id> + <remote-id type="cpan-module">NetPacket::ICMP</remote-id> + <remote-id type="cpan-module">NetPacket::IGMP</remote-id> + <remote-id type="cpan-module">NetPacket::IP</remote-id> + <remote-id type="cpan-module">NetPacket::TCP</remote-id> + <remote-id type="cpan-module">NetPacket::UDP</remote-id> + </upstream> +</pkgmetadata> |