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/email-validate | |
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/email-validate')
-rw-r--r-- | dev-haskell/email-validate/Manifest | 2 | ||||
-rw-r--r-- | dev-haskell/email-validate/email-validate-1.0.0.ebuild | 31 | ||||
-rw-r--r-- | dev-haskell/email-validate/email-validate-2.0.1.ebuild | 31 | ||||
-rw-r--r-- | dev-haskell/email-validate/metadata.xml | 8 |
4 files changed, 72 insertions, 0 deletions
diff --git a/dev-haskell/email-validate/Manifest b/dev-haskell/email-validate/Manifest new file mode 100644 index 000000000000..2b1299413d0f --- /dev/null +++ b/dev-haskell/email-validate/Manifest @@ -0,0 +1,2 @@ +DIST email-validate-1.0.0.tar.gz 7205 SHA256 4fafd67509e804675e52d97b6ad0dde4b459f7569891c74843155c95ec66416a SHA512 e76ea41e7d2dbc5085e3afbd4cdddecf106dd9a308d14bd377d70392163d695cb2d1c538de81c510565b309846376864fc1977c520860c9b3ff9162854601f4b WHIRLPOOL 5f39d16e605cc64bd4323138e130c737c0aad22492a8321bc76c0169e3e57f1dd38b8e0475915ae21546140869b4ccc4e23161300f25bb9dd441bd2b5c38ab55 +DIST email-validate-2.0.1.tar.gz 7462 SHA256 f2d363c06c09d9e1d348d10314831998eb6e516588c56fd503e5fbd85165bbe3 SHA512 d5eb0d48c81fa61c5bdecbb1cc35e370afbcb49277091b7358a01518711dfda94ec4074c7462f1efa088cc964408db083481da976d64283868baa130abf7089e WHIRLPOOL 683f9c922fd70d56589a23f048ddfe9effdf413ed896bbb167d523848ed934bb9497f0da65bce076d58f924d12c78d9ec8e78ebf35ce1b11bd143f7fc2b22086 diff --git a/dev-haskell/email-validate/email-validate-1.0.0.ebuild b/dev-haskell/email-validate/email-validate-1.0.0.ebuild new file mode 100644 index 000000000000..c377625ab40f --- /dev/null +++ b/dev-haskell/email-validate/email-validate-1.0.0.ebuild @@ -0,0 +1,31 @@ +# 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.2.9999 + +CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite" +inherit haskell-cabal + +DESCRIPTION="Validating an email address string against RFC 5322" +HOMEPAGE="http://porg.es/blog/email-address-validation-simpler-faster-more-correct" +SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" + +LICENSE="BSD" +SLOT="0/${PV}" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND=">=dev-haskell/attoparsec-0.10.0:=[profile?] + >=dev-lang/ghc-6.10.4:=" +DEPEND="${RDEPEND} + test? ( >=dev-haskell/hunit-1.2 + <dev-haskell/hunit-2 + >=dev-haskell/quickcheck-2.4 + >=dev-haskell/test-framework-0.4.1 + dev-haskell/test-framework-hunit + dev-haskell/test-framework-quickcheck2 + ) + >=dev-haskell/cabal-1.8" diff --git a/dev-haskell/email-validate/email-validate-2.0.1.ebuild b/dev-haskell/email-validate/email-validate-2.0.1.ebuild new file mode 100644 index 000000000000..431dcdf284a4 --- /dev/null +++ b/dev-haskell/email-validate/email-validate-2.0.1.ebuild @@ -0,0 +1,31 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +# ebuild generated by hackport 0.3.6.9999 + +CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite" +inherit haskell-cabal + +DESCRIPTION="Validating an email address string against RFC 5322" +HOMEPAGE="http://porg.es/blog/email-address-validation-simpler-faster-more-correct" +SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" + +LICENSE="BSD" +SLOT="0/${PV}" +KEYWORDS="amd64 x86" +IUSE="" + +RDEPEND=">=dev-haskell/attoparsec-0.10.0:=[profile?] + >=dev-lang/ghc-6.10.4:= +" +DEPEND="${RDEPEND} + >=dev-haskell/cabal-1.8 + test? ( >=dev-haskell/hunit-1.2 <dev-haskell/hunit-2 + >=dev-haskell/quickcheck-2.4 + >=dev-haskell/test-framework-0.4.1 + dev-haskell/test-framework-hunit + dev-haskell/test-framework-quickcheck2 ) +" diff --git a/dev-haskell/email-validate/metadata.xml b/dev-haskell/email-validate/metadata.xml new file mode 100644 index 000000000000..f72c4dc63ead --- /dev/null +++ b/dev-haskell/email-validate/metadata.xml @@ -0,0 +1,8 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>haskell</herd> + <longdescription> + Validating an email address string against RFC 5322 + </longdescription> +</pkgmetadata> |