From 56bd759df1d0c750a065b8c845e93d5dfa6b549d Mon Sep 17 00:00:00 2001 From: "Robin H. Johnson" Date: Sat, 8 Aug 2015 13:49:04 -0700 Subject: proj/gentoo: Initial commit MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 X-Thanks: Alec Warner - did the GSoC 2006 migration tests X-Thanks: Robin H. Johnson - infra guy, herding this project X-Thanks: Nguyen Thai Ngoc Duy - Former Gentoo developer, wrote Git features for the migration X-Thanks: Brian Harring - wrote much python to improve cvs2svn X-Thanks: Rich Freeman - validation scripts X-Thanks: Patrick Lauer - Gentoo dev, running new 2014 work in migration X-Thanks: Michał Górny - scripts, QA, nagging X-Thanks: All of other Gentoo developers - many ideas and lots of paint on the bikeshed --- dev-haskell/shakespeare-css/Manifest | 4 +++ dev-haskell/shakespeare-css/metadata.xml | 14 ++++++++++ .../shakespeare-css/shakespeare-css-1.0.6.2.ebuild | 31 ++++++++++++++++++++++ .../shakespeare-css/shakespeare-css-1.0.6.3.ebuild | 31 ++++++++++++++++++++++ .../shakespeare-css/shakespeare-css-1.0.6.6.ebuild | 31 ++++++++++++++++++++++ .../shakespeare-css/shakespeare-css-1.1.0.ebuild | 26 ++++++++++++++++++ 6 files changed, 137 insertions(+) create mode 100644 dev-haskell/shakespeare-css/Manifest create mode 100644 dev-haskell/shakespeare-css/metadata.xml create mode 100644 dev-haskell/shakespeare-css/shakespeare-css-1.0.6.2.ebuild create mode 100644 dev-haskell/shakespeare-css/shakespeare-css-1.0.6.3.ebuild create mode 100644 dev-haskell/shakespeare-css/shakespeare-css-1.0.6.6.ebuild create mode 100644 dev-haskell/shakespeare-css/shakespeare-css-1.1.0.ebuild (limited to 'dev-haskell/shakespeare-css') diff --git a/dev-haskell/shakespeare-css/Manifest b/dev-haskell/shakespeare-css/Manifest new file mode 100644 index 00000000000..4255ef9300d --- /dev/null +++ b/dev-haskell/shakespeare-css/Manifest @@ -0,0 +1,4 @@ +DIST shakespeare-css-1.0.6.2.tar.gz 16897 SHA256 86db5d4a5e06cdb98e70c1418c9335aaecfc7551666dd5fcf39b8850269849f0 SHA512 aa17b6d25668a8599116f73c4c530e0d6b5cd2a0840fcda7a7e49392bb08906908a104908ec55eeb7bec8819c419e4c1a8a761e0c965a274689e0cc98cabb4bb WHIRLPOOL d99d6a39d99a1202ec9c9173481010040cdd2f5aa09b15ad2d9c48bcdba23f40d43dd87240047300da46cf010523a76aa8456dc98145bf5db25a02e834556d34 +DIST shakespeare-css-1.0.6.3.tar.gz 16897 SHA256 849c59f7b14aa3043bafb1c99d6f9ba805f224a846f311b3b876be8956cb9bff SHA512 722c400131a4ff5fa4c1543439ea5d2b345c03709574beb34927710e3d8a4d3bb7c9c5b2923431a0d911e2a85f245eed809ccefd94b78126fed89e5ddd6f9fcd WHIRLPOOL 1fd6c91542cfda6c69bded79ec83ba8f7c11ea0f5cd55679952eff47b857ed3b3676adef521ded3eebb254ad5442f38291e9f744d04e71d70afb4727b3c038ea +DIST shakespeare-css-1.0.6.6.tar.gz 17155 SHA256 33d1fabe463382cdb30a1d8c7548c0773e0ce427a49225148d455a8438dd4af6 SHA512 5f1c6191f425e81eb91376f97ec5e31e18d84dd3f40ec57d8f944047598d8e5187434b71dbf2c789258a34ce720fc1dbe8ac465eaa4067a13ddb59a3f8e0a08d WHIRLPOOL ae92f7db437936fe8329c802a40b681a73f7ea2678d024276b9f07a1a9ba26b84165ca436e03269028d87fff78a93790c551b5afd4136cc988ed88879ed115a3 +DIST shakespeare-css-1.1.0.tar.gz 1572 SHA256 9f7b42cf07d14c5cec63be0fcef58601b2aa0a3f32dcd4dc4d52019d5d9fa0a1 SHA512 e855c2be0af9d5d8ed8f9c0ec6e78305a75df983342ebf05300e16c858c28f6316e46cf435f3653c13316dcfbe07ab1fa80e428153a219696eb3de4afd8aacff WHIRLPOOL e26e5601ff8057db26638a1aebc16d9e2ae4f70a5d797fb1d2408662d218c0e3cf221fd369fcc0936ce91419bd6edb9d4472b9178b209fc6b95595fb2489480a diff --git a/dev-haskell/shakespeare-css/metadata.xml b/dev-haskell/shakespeare-css/metadata.xml new file mode 100644 index 00000000000..491366ba9c5 --- /dev/null +++ b/dev-haskell/shakespeare-css/metadata.xml @@ -0,0 +1,14 @@ + + + + haskell + + + Shakespeare is a template family for type-safe, efficient templates with simple variable interpolation . Shakespeare templates can be used inline with a quasi-quoter or in an external file. Shakespeare interpolates variables according to the type being inserted. + In this case, the variable type needs a ToCss instance. + + This package contains 2 css template languages. The Cassius language uses whitespace to avoid the need for closing brackets and semi-colons. Lucius does not care about whitespace and is a strict superset of css. There are also some significant conveniences added for css. + + Please see http://docs.yesodweb.com/book/templates for a more thorough description and examples + + diff --git a/dev-haskell/shakespeare-css/shakespeare-css-1.0.6.2.ebuild b/dev-haskell/shakespeare-css/shakespeare-css-1.0.6.2.ebuild new file mode 100644 index 00000000000..63a522517af --- /dev/null +++ b/dev-haskell/shakespeare-css/shakespeare-css-1.0.6.2.ebuild @@ -0,0 +1,31 @@ +# 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="Stick your haskell variables into css at compile time" +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-2:=[profile?] + =dev-haskell/text-0.11.1.1:=[profile?] + dev-haskell/transformers:=[profile?] + >=dev-lang/ghc-6.10.4:=" +DEPEND="${RDEPEND} + >=dev-haskell/cabal-1.8 + test? ( >=dev-haskell/hspec-1.3 + dev-haskell/hunit + )" diff --git a/dev-haskell/shakespeare-css/shakespeare-css-1.0.6.3.ebuild b/dev-haskell/shakespeare-css/shakespeare-css-1.0.6.3.ebuild new file mode 100644 index 00000000000..ed05834f78b --- /dev/null +++ b/dev-haskell/shakespeare-css/shakespeare-css-1.0.6.3.ebuild @@ -0,0 +1,31 @@ +# 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="Stick your haskell variables into css at compile time" +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-2:=[profile?] =dev-haskell/shakespeare-1.0:=[profile?] =dev-haskell/text-0.11.1.1:=[profile?] + dev-haskell/transformers:=[profile?] + >=dev-lang/ghc-6.10.4:= +" +DEPEND="${RDEPEND} + >=dev-haskell/cabal-1.8 + test? ( >=dev-haskell/hspec-1.3 + dev-haskell/hunit ) +" diff --git a/dev-haskell/shakespeare-css/shakespeare-css-1.0.6.6.ebuild b/dev-haskell/shakespeare-css/shakespeare-css-1.0.6.6.ebuild new file mode 100644 index 00000000000..693b73c883e --- /dev/null +++ b/dev-haskell/shakespeare-css/shakespeare-css-1.0.6.6.ebuild @@ -0,0 +1,31 @@ +# 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="Stick your haskell variables into css at compile time" +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-2:=[profile?] =dev-haskell/shakespeare-1.0:=[profile?] =dev-haskell/text-0.11.1.1:=[profile?] + dev-haskell/transformers:=[profile?] + >=dev-lang/ghc-6.10.4:= +" +DEPEND="${RDEPEND} + >=dev-haskell/cabal-1.8 + test? ( >=dev-haskell/hspec-1.3 + dev-haskell/hunit ) +" diff --git a/dev-haskell/shakespeare-css/shakespeare-css-1.1.0.ebuild b/dev-haskell/shakespeare-css/shakespeare-css-1.1.0.ebuild new file mode 100644 index 00000000000..b81997642d6 --- /dev/null +++ b/dev-haskell/shakespeare-css/shakespeare-css-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="Stick your haskell variables into css at compile time. (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 +" -- cgit v1.2.1