diff options
author | 2015-08-08 13:49:04 -0700 | |
---|---|---|
committer | 2015-08-08 17:38:18 -0700 | |
commit | 56bd759df1d0c750a065b8c845e93d5dfa6b549d (patch) | |
tree | 3f91093cdb475e565ae857f1c5a7fd339e2d781e /dev-haskell/network-info | |
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-haskell/network-info')
-rw-r--r-- | dev-haskell/network-info/Manifest | 3 | ||||
-rw-r--r-- | dev-haskell/network-info/metadata.xml | 20 | ||||
-rw-r--r-- | dev-haskell/network-info/network-info-0.2.0.3.ebuild | 23 | ||||
-rw-r--r-- | dev-haskell/network-info/network-info-0.2.0.5.ebuild | 25 | ||||
-rw-r--r-- | dev-haskell/network-info/network-info-0.2.0.7.ebuild | 25 |
5 files changed, 96 insertions, 0 deletions
diff --git a/dev-haskell/network-info/Manifest b/dev-haskell/network-info/Manifest new file mode 100644 index 000000000000..219addac810b --- /dev/null +++ b/dev-haskell/network-info/Manifest @@ -0,0 +1,3 @@ +DIST network-info-0.2.0.3.tar.gz 5644 SHA256 42e79146828b3e7dfeca884a4be4fe79f7a84bc4471d8cf1ecf7ea3c55a1dc12 SHA512 49aa9c80ef91025f6cb0bcae34afdc7e41f15b56f24b55fe6c622eea3890db9c44bf461819daf961c6b02bd255cadae6eeca22a64398852b21af9f777a06604f WHIRLPOOL ac59e3015155f4bbe640ba6612eb23974fd48d48d7a6cad2f049dc6fea20fdadaa84b66765ec4f00e61c4d1aaadcf61a07990316a6fa17047a9378eb53265113 +DIST network-info-0.2.0.5.tar.gz 5988 SHA256 8ee37b7e3219d18395a3c9020a9be8cfa7c5390f2c4b0e54b5feea35e5b4fd3d SHA512 c4efceb01e5bba02296740f1647e53507e29a6ffa1407a12737ac6828f448992b12f9145aaa7e1ee21d4cdd910a9c7e6bed683d65162696d95ce19f11002b785 WHIRLPOOL 6b96eb91865f550cbeb1964b52dce021d248ae825ba52aa02dcae6453e2aa54edad317943de5ba044e3120ecd108a26e61d1d9a96bee7ad259fe259753d016cf +DIST network-info-0.2.0.7.tar.gz 6023 SHA256 ef36e2c3d60d120c91d07dfe1081c87b73d0917cee858fba42598f284301405d SHA512 bdbf46c4c814229f51f291b1aaf3909c28ef0903343e836695492d669cd46a2c6baa4ef4f5d29e7b8123fdd18d4285e23a10bb6f4b27c64332b67d7ad82029b3 WHIRLPOOL 78a514c3cc3ad9e90d7dd220cdb44e2d218b0629e5642ce8e3de88b3b29df6219212585fb25b763fee910902698df105fe07d4ffffb6324af9e3fdf29d72348d diff --git a/dev-haskell/network-info/metadata.xml b/dev-haskell/network-info/metadata.xml new file mode 100644 index 000000000000..1a8480bcf7f6 --- /dev/null +++ b/dev-haskell/network-info/metadata.xml @@ -0,0 +1,20 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>haskell</herd> + <longdescription> + This library provides simple read-only access to the + local computer's networking configuration. It is + currently capable of getting a list of all the network + interfaces and their respective IPv4, IPv6 and MAC + addresses. + + network-info has been tested and is known to work on + Ubuntu 10.10, FreeBSD 9.0, Mac OS X 10.6.4 and Windows + XP/7. It probably works on other flavours of Linux, + OS X, FreeBSD and Windows as well. + </longdescription> + <upstream> + <remote-id type="github">jystic/network-info</remote-id> + </upstream> +</pkgmetadata> diff --git a/dev-haskell/network-info/network-info-0.2.0.3.ebuild b/dev-haskell/network-info/network-info-0.2.0.3.ebuild new file mode 100644 index 000000000000..b2e667f9bc7b --- /dev/null +++ b/dev-haskell/network-info/network-info-0.2.0.3.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +# ebuild generated by hackport 0.3.9999 + +CABAL_FEATURES="lib profile haddock hoogle hscolour" +inherit haskell-cabal + +DESCRIPTION="Access the local computer's basic network configuration" +HOMEPAGE="http://github.com/jystic/network-info" +SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" + +LICENSE="BSD" +SLOT="0/${PV}" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND=">=dev-lang/ghc-6.10.4:=" +DEPEND="${RDEPEND} + >=dev-haskell/cabal-1.6" diff --git a/dev-haskell/network-info/network-info-0.2.0.5.ebuild b/dev-haskell/network-info/network-info-0.2.0.5.ebuild new file mode 100644 index 000000000000..762b9991fc76 --- /dev/null +++ b/dev-haskell/network-info/network-info-0.2.0.5.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +# ebuild generated by hackport 0.4.3.9999 + +CABAL_FEATURES="lib profile haddock hoogle hscolour" +inherit haskell-cabal + +DESCRIPTION="Access the local computer's basic network configuration" +HOMEPAGE="http://github.com/jystic/network-info" +SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" + +LICENSE="BSD" +SLOT="0/${PV}" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND=">=dev-lang/ghc-7.4.1:= +" +DEPEND="${RDEPEND} + >=dev-haskell/cabal-1.6 +" diff --git a/dev-haskell/network-info/network-info-0.2.0.7.ebuild b/dev-haskell/network-info/network-info-0.2.0.7.ebuild new file mode 100644 index 000000000000..a0fcbde56936 --- /dev/null +++ b/dev-haskell/network-info/network-info-0.2.0.7.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +# ebuild generated by hackport 0.4.5.9999 + +CABAL_FEATURES="lib profile haddock hoogle hscolour" +inherit haskell-cabal + +DESCRIPTION="Access the local computer's basic network configuration" +HOMEPAGE="http://github.com/jystic/network-info" +SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" + +LICENSE="BSD" +SLOT="0/${PV}" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND=">=dev-lang/ghc-7.4.1:= +" +DEPEND="${RDEPEND} + >=dev-haskell/cabal-1.6 +" |