diff options
author | Alexander Vershilov <qnikst@gentoo.org> | 2013-08-25 04:54:53 +0000 |
---|---|---|
committer | Alexander Vershilov <qnikst@gentoo.org> | 2013-08-25 04:54:53 +0000 |
commit | 84b1de0eeffa30c09822272a8f6e051dcd52e0ef (patch) | |
tree | b72a5d7f05f8b829658c2d68954fe79ab5171973 /dev-haskell/maccatcher | |
parent | [dev-haskell/monadcatchio-transformers: initial layout (diff) | |
download | gentoo-2-84b1de0eeffa30c09822272a8f6e051dcd52e0ef.tar.gz gentoo-2-84b1de0eeffa30c09822272a8f6e051dcd52e0ef.tar.bz2 gentoo-2-84b1de0eeffa30c09822272a8f6e051dcd52e0ef.zip |
[dev-haskell/maccatcher] layout of 2.1.5
(Portage version: 2.2.1/cvs/Linux x86_64, signed Manifest commit with key 0xEAD50D64D8D3571A!)
Diffstat (limited to 'dev-haskell/maccatcher')
-rw-r--r-- | dev-haskell/maccatcher/ChangeLog | 9 | ||||
-rw-r--r-- | dev-haskell/maccatcher/maccatcher-2.1.5.ebuild | 25 | ||||
-rw-r--r-- | dev-haskell/maccatcher/metadata.xml | 11 |
3 files changed, 45 insertions, 0 deletions
diff --git a/dev-haskell/maccatcher/ChangeLog b/dev-haskell/maccatcher/ChangeLog new file mode 100644 index 000000000000..a70e521ee614 --- /dev/null +++ b/dev-haskell/maccatcher/ChangeLog @@ -0,0 +1,9 @@ +# ChangeLog for dev-haskell/maccatcher +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/maccatcher/ChangeLog,v 1.1 2013/08/25 04:54:53 qnikst Exp $ + +*maccatcher-2.1.5 (25 Aug 2013) + + 25 Aug 2013; Alexander Vershilov <qnikst@gentoo.org> +maccatcher-2.1.5.ebuild, + +metadata.xml: + [dev-haskell/maccatcher] layout of 2.1.5 diff --git a/dev-haskell/maccatcher/maccatcher-2.1.5.ebuild b/dev-haskell/maccatcher/maccatcher-2.1.5.ebuild new file mode 100644 index 000000000000..3e158d8a62f0 --- /dev/null +++ b/dev-haskell/maccatcher/maccatcher-2.1.5.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/maccatcher/maccatcher-2.1.5.ebuild,v 1.1 2013/08/25 04:54:53 qnikst Exp $ + +# ebuild generated by hackport 0.2.13 + +EAPI="3" + +CABAL_FEATURES="bin lib profile haddock hscolour" +inherit haskell-cabal + +DESCRIPTION="Obtain the host MAC address on *NIX and Windows." +HOMEPAGE="http://hackage.haskell.org/package/maccatcher" +SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND="dev-haskell/binary + dev-haskell/parsec + >=dev-lang/ghc-6.8.2" +DEPEND="${RDEPEND} + >=dev-haskell/cabal-1.6" diff --git a/dev-haskell/maccatcher/metadata.xml b/dev-haskell/maccatcher/metadata.xml new file mode 100644 index 000000000000..d494b45099fb --- /dev/null +++ b/dev-haskell/maccatcher/metadata.xml @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>haskell</herd> + <maintainer> + <email>haskell@gentoo.org</email> + </maintainer> + <longdescription> + Obtain the host MAC address on *NIX and Windows. + </longdescription> +</pkgmetadata> |