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-haskell/shakespeare-i18n | |
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/shakespeare-i18n')
6 files changed, 127 insertions, 0 deletions
diff --git a/dev-haskell/shakespeare-i18n/Manifest b/dev-haskell/shakespeare-i18n/Manifest new file mode 100644 index 000000000000..7502d80817d2 --- /dev/null +++ b/dev-haskell/shakespeare-i18n/Manifest @@ -0,0 +1,4 @@ +DIST shakespeare-i18n-1.0.0.3.tar.gz 6681 SHA256 19804600119ff5b2784d3ff18ec3c8986057ee3ae21eacfb378d30afcc57ad4c SHA512 0f9cb1d6fe97a2f9b7cf8c46b8f967ab10e641a5199f6e3eef8a501ceaac466c8339ea9f618b34ab767ce4b61b0341b3fc05058b98e8681aa5306d353a923e06 WHIRLPOOL 4116c67f97209531f11a316e40445ecb7b8275523a92e654b97da8cdfb228e12f2673b3b5e8165dcd7be159a865e57b62d973fa6a037ca2b0ad31c87e9588768 +DIST shakespeare-i18n-1.0.0.4.tar.gz 6682 SHA256 744c4f67e85fa7d125b5503e447ae62bcfbdd7b78279d637d942ed99701e47c5 SHA512 d4aff39f1e1199412c6313fb63cdd8ffa8822d26c9f752d1dd5373ee0b4befb8d87f03fb74ca9df198451d020d243dc06c40a0253c7aebe30949ced78198df56 WHIRLPOOL 707f06b170aadfb9812e605d1fb92aad64949928885f0ae7eda3c302059a9413431efa40eb0d83f9f6cb994a1f91d8136d7712b61b16d0941f3c09984fe723af +DIST shakespeare-i18n-1.0.0.5.tar.gz 6678 SHA256 eeb5004d6ec7e055f535613343f2bc102df532e41a919515e3b8d290fb4dd138 SHA512 21bdc445d60476fdb5ee1bc42bd302de78e21d07112352bf62feb130dfe4201ad407fe60b1454fdcedb61928db10e47c556d8750e8e6a6489e9b02b4e675a690 WHIRLPOOL 6e6ad3fe6666c6a6053bd51d37feb2754622a5add775794e21790ce5a8bf11ecd1b280196f3cfb39c048c88493ca20ba858df00715744be49fee024ddcb03d6a +DIST shakespeare-i18n-1.1.0.tar.gz 1440 SHA256 4518987cf113b8c8a52f8043dcb60f70f2cad12d778dd181ed6da276727a102a SHA512 3e6959a32e5c0cf85ca6875f87b7fcbc430df91750904045f29a7b95a2b26398cf1526daa6b33a7c941b2192c8e9238bdfe1673aa8b7dd2b7cb583a2d9fb0063 WHIRLPOOL 58d10cac0190509868b288def86afda43f7264bbe3d4b7551fd832f95cdc57d8cfce39a29bcd81e9c338723a0824f5bd0806c1c9a49a724d50b84a8876305d58 diff --git a/dev-haskell/shakespeare-i18n/metadata.xml b/dev-haskell/shakespeare-i18n/metadata.xml new file mode 100644 index 000000000000..0b631129c09b --- /dev/null +++ b/dev-haskell/shakespeare-i18n/metadata.xml @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>haskell</herd> + <longdescription> + This package uses the same approach of type-safe URLs to create translated content. It has a simple syntax for translators, while allowing the ful power of Haskell for applying complex grammar rules. + + This package was spun off from yesod-core, and therefore the Yesod documentation is a good place to start in understanding this package. Please see <http://www.yesodweb.com/book/i18n> for more information. + </longdescription> +</pkgmetadata> diff --git a/dev-haskell/shakespeare-i18n/shakespeare-i18n-1.0.0.3.ebuild b/dev-haskell/shakespeare-i18n/shakespeare-i18n-1.0.0.3.ebuild new file mode 100644 index 000000000000..52cbd1d8069f --- /dev/null +++ b/dev-haskell/shakespeare-i18n/shakespeare-i18n-1.0.0.3.ebuild @@ -0,0 +1,29 @@ +# Copyright 1999-2014 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="A type-based approach to internationalization" +HOMEPAGE="http://www.yesodweb.com/book/shakespearean-templates" +SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" + +LICENSE="MIT" +SLOT="0/${PV}" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND="dev-haskell/parsec:=[profile?] + =dev-haskell/shakespeare-1.0*:=[profile?] + >=dev-haskell/text-0.7:=[profile?] + <dev-haskell/text-0.12:=[profile?] + >=dev-lang/ghc-6.10.4:=" +DEPEND="${RDEPEND} + >=dev-haskell/cabal-1.8 + test? ( >=dev-haskell/hspec-1.4 + )" diff --git a/dev-haskell/shakespeare-i18n/shakespeare-i18n-1.0.0.4.ebuild b/dev-haskell/shakespeare-i18n/shakespeare-i18n-1.0.0.4.ebuild new file mode 100644 index 000000000000..486d0c7feb69 --- /dev/null +++ b/dev-haskell/shakespeare-i18n/shakespeare-i18n-1.0.0.4.ebuild @@ -0,0 +1,29 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +# ebuild generated by hackport 0.3.3.9999 + +CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite" +inherit haskell-cabal + +DESCRIPTION="A type-based approach to internationalization" +HOMEPAGE="http://www.yesodweb.com/book/shakespearean-templates" +SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" + +LICENSE="MIT" +SLOT="0/${PV}" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND="dev-haskell/parsec:=[profile?] + >=dev-haskell/shakespeare-1.0:=[profile?] <dev-haskell/shakespeare-1.3:=[profile?] + >=dev-haskell/text-0.7:=[profile?] <dev-haskell/text-0.12:=[profile?] + >=dev-lang/ghc-6.10.4:= +" +DEPEND="${RDEPEND} + >=dev-haskell/cabal-1.8 + test? ( >=dev-haskell/hspec-1.4 ) +" diff --git a/dev-haskell/shakespeare-i18n/shakespeare-i18n-1.0.0.5.ebuild b/dev-haskell/shakespeare-i18n/shakespeare-i18n-1.0.0.5.ebuild new file mode 100644 index 000000000000..9a82278ee611 --- /dev/null +++ b/dev-haskell/shakespeare-i18n/shakespeare-i18n-1.0.0.5.ebuild @@ -0,0 +1,29 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +# ebuild generated by hackport 0.3.5.9999 + +CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite" +inherit haskell-cabal + +DESCRIPTION="A type-based approach to internationalization" +HOMEPAGE="http://www.yesodweb.com/book/shakespearean-templates" +SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" + +LICENSE="MIT" +SLOT="0/${PV}" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND="dev-haskell/parsec:=[profile?] + >=dev-haskell/shakespeare-1.0:=[profile?] <dev-haskell/shakespeare-1.3:=[profile?] + >=dev-haskell/text-0.7:=[profile?] + >=dev-lang/ghc-6.10.4:= +" +DEPEND="${RDEPEND} + >=dev-haskell/cabal-1.8 + test? ( >=dev-haskell/hspec-1.4 ) +" diff --git a/dev-haskell/shakespeare-i18n/shakespeare-i18n-1.1.0.ebuild b/dev-haskell/shakespeare-i18n/shakespeare-i18n-1.1.0.ebuild new file mode 100644 index 000000000000..774357b9d4a1 --- /dev/null +++ b/dev-haskell/shakespeare-i18n/shakespeare-i18n-1.1.0.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2014 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" +inherit haskell-cabal + +DESCRIPTION="A type-based approach to internationalization. (deprecated)" +HOMEPAGE="http://www.yesodweb.com/book/shakespearean-templates" +SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" + +LICENSE="MIT" +SLOT="0/${PV}" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND=">=dev-haskell/shakespeare-2.0:=[profile?] + >=dev-lang/ghc-6.10.4:= +" +DEPEND="${RDEPEND} + >=dev-haskell/cabal-1.8 +" |