diff options
author | Alexander Vershilov <qnikst@gentoo.org> | 2013-08-26 11:44:54 +0000 |
---|---|---|
committer | Alexander Vershilov <qnikst@gentoo.org> | 2013-08-26 11:44:54 +0000 |
commit | 307082ebf31c661d7faaa30a4673eb85aeced1ba (patch) | |
tree | 3e75fbaa30996aa10a3c3ec8a2e1e365cd3615f7 /dev-haskell/shakespeare-i18n | |
parent | dev-haskell/shakespeare-css: initial layout (diff) | |
download | gentoo-2-307082ebf31c661d7faaa30a4673eb85aeced1ba.tar.gz gentoo-2-307082ebf31c661d7faaa30a4673eb85aeced1ba.tar.bz2 gentoo-2-307082ebf31c661d7faaa30a4673eb85aeced1ba.zip |
dev-haskell/shakespeare-i18n: initial layout
(Portage version: 2.2.1/cvs/Linux x86_64, signed Manifest commit with key 0xEAD50D64D8D3571A!)
Diffstat (limited to 'dev-haskell/shakespeare-i18n')
-rw-r--r-- | dev-haskell/shakespeare-i18n/ChangeLog | 9 | ||||
-rw-r--r-- | dev-haskell/shakespeare-i18n/metadata.xml | 13 | ||||
-rw-r--r-- | dev-haskell/shakespeare-i18n/shakespeare-i18n-1.0.0.3.ebuild | 29 |
3 files changed, 51 insertions, 0 deletions
diff --git a/dev-haskell/shakespeare-i18n/ChangeLog b/dev-haskell/shakespeare-i18n/ChangeLog new file mode 100644 index 000000000000..bfa903971ae5 --- /dev/null +++ b/dev-haskell/shakespeare-i18n/ChangeLog @@ -0,0 +1,9 @@ +# ChangeLog for dev-haskell/shakespeare-i18n +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/shakespeare-i18n/ChangeLog,v 1.1 2013/08/26 11:44:54 qnikst Exp $ + +*shakespeare-i18n-1.0.0.3 (26 Aug 2013) + + 26 Aug 2013; Alexander Vershilov <qnikst@gentoo.org> +metadata.xml, + +shakespeare-i18n-1.0.0.3.ebuild: + dev-haskell/shakespeare-i18n: initial layout diff --git a/dev-haskell/shakespeare-i18n/metadata.xml b/dev-haskell/shakespeare-i18n/metadata.xml new file mode 100644 index 000000000000..3043ccd741b8 --- /dev/null +++ b/dev-haskell/shakespeare-i18n/metadata.xml @@ -0,0 +1,13 @@ +<?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> + 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..804d5f96e4f4 --- /dev/null +++ b/dev-haskell/shakespeare-i18n/shakespeare-i18n-1.0.0.3.ebuild @@ -0,0 +1,29 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/shakespeare-i18n/shakespeare-i18n-1.0.0.3.ebuild,v 1.1 2013/08/26 11:44:54 qnikst Exp $ + +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 + )" |