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/yesod-static/Manifest | 3 ++ dev-haskell/yesod-static/metadata.xml | 8 +++ dev-haskell/yesod-static/yesod-static-1.2.4.ebuild | 57 ++++++++++++++++++++++ .../yesod-static/yesod-static-1.4.0.4.ebuild | 55 +++++++++++++++++++++ .../yesod-static/yesod-static-1.5.0.1.ebuild | 54 ++++++++++++++++++++ 5 files changed, 177 insertions(+) create mode 100644 dev-haskell/yesod-static/Manifest create mode 100644 dev-haskell/yesod-static/metadata.xml create mode 100644 dev-haskell/yesod-static/yesod-static-1.2.4.ebuild create mode 100644 dev-haskell/yesod-static/yesod-static-1.4.0.4.ebuild create mode 100644 dev-haskell/yesod-static/yesod-static-1.5.0.1.ebuild (limited to 'dev-haskell/yesod-static') diff --git a/dev-haskell/yesod-static/Manifest b/dev-haskell/yesod-static/Manifest new file mode 100644 index 000000000000..61947995e0a0 --- /dev/null +++ b/dev-haskell/yesod-static/Manifest @@ -0,0 +1,3 @@ +DIST yesod-static-1.2.4.tar.gz 25099 SHA256 3f180018dee2e3dd8c306bebdedfd67a8160e8836adc097765a7c95765f8ab64 SHA512 8879f50028f45194071d588d7ffb29f20b860983546a07a12975b4b8e5279e962060f4c7a794475ea34d35bb061f63a342383f45a20441f34f95e4e553b335a7 WHIRLPOOL d127fb9d87f9abdc574a32228245633e4a29fbc464a213b13a688f9aaafcc53f64659dcabf252a98241b596e8a852ff19726c57da29185f57275346e092d6d88 +DIST yesod-static-1.4.0.4.tar.gz 25101 SHA256 13ab0f7ac81aa2ebacbccef142e2e5f832e747891e0ac67097cd64b5f3a801fc SHA512 598e1ba668f73c639afb786ed6b210ff9c62c9e12fabc87d6682c9876b08e96b43b7dbb4d53ac8bbe7c1c11b709d1a6e8c231f46598b74c271909d26fb26edb3 WHIRLPOOL 7462dc2e9de491d6b80bec3ad0cd72f2ca053fed855087392bf2585feea10f03dbf8fab13573dfa51b0c0ecf99f5d0fd7c37fc469c1d47c93ca17ea2976ab180 +DIST yesod-static-1.5.0.1.tar.gz 25033 SHA256 f4caebb36fa7f4e19ec499a523c27b85c23b076e0cec2774c29539d54e0daaf9 SHA512 22ff57bbc8c5d8a307e4c7115c8c139e91d1eff0e8fb5ffeeda39692e8859b8df4e3cf8490785aa7ffd81f7c8d480168af8570284909f165aa9415cfacebb98b WHIRLPOOL 8f6fe40e1ff574e923342d7e7f9e689ca387f4ddd41ee070d683201888860b57cc493e964713b039e9ecc283920c7e3307c5117d8b4a9a84d2515a7e481479c9 diff --git a/dev-haskell/yesod-static/metadata.xml b/dev-haskell/yesod-static/metadata.xml new file mode 100644 index 000000000000..3eb80fc66d38 --- /dev/null +++ b/dev-haskell/yesod-static/metadata.xml @@ -0,0 +1,8 @@ + + + + haskell + + Static file serving subsite for Yesod Web Framework. + + diff --git a/dev-haskell/yesod-static/yesod-static-1.2.4.ebuild b/dev-haskell/yesod-static/yesod-static-1.2.4.ebuild new file mode 100644 index 000000000000..505c1c1ed294 --- /dev/null +++ b/dev-haskell/yesod-static/yesod-static-1.2.4.ebuild @@ -0,0 +1,57 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +# ebuild generated by hackport 0.4.2.9999 + +CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite" +inherit haskell-cabal + +DESCRIPTION="Static file serving subsite for Yesod Web Framework" +HOMEPAGE="http://www.yesodweb.com/" +SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" + +LICENSE="MIT" +SLOT="0/${PV}" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND="dev-haskell/async:=[profile?] + >=dev-haskell/attoparsec-0.10:=[profile?] + >=dev-haskell/base64-bytestring-0.1.0.1:=[profile?] + >=dev-haskell/blaze-builder-0.3:=[profile?] + >=dev-haskell/byteable-0.1:=[profile?] + >=dev-haskell/conduit-0.5:=[profile?] + dev-haskell/conduit-extra:=[profile?] + >=dev-haskell/cryptohash-0.11:=[profile?] + >=dev-haskell/cryptohash-conduit-0.1:=[profile?] + >=dev-haskell/css-text-0.1.2:=[profile?] + dev-haskell/data-default:=[profile?] + >=dev-haskell/file-embed-0.0.4.1:=[profile?] =dev-haskell/hashable-1.1:=[profile?] + dev-haskell/hjsmin:=[profile?] + >=dev-haskell/http-types-0.7:=[profile?] + >=dev-haskell/mime-types-0.1:=[profile?] + >=dev-haskell/resourcet-0.4:=[profile?] + >=dev-haskell/shakespeare-css-1.0.3:=[profile?] + >=dev-haskell/system-fileio-0.3:=[profile?] + >=dev-haskell/system-filepath-0.4.6:=[profile?] =dev-haskell/text-0.9:=[profile?] + >=dev-haskell/transformers-0.2.2:=[profile?] + >=dev-haskell/unix-compat-0.2:=[profile?] + >=dev-haskell/unordered-containers-0.2:=[profile?] + >=dev-haskell/wai-1.3:=[profile?] + >=dev-haskell/wai-app-static-1.3.2:=[profile?] + >=dev-haskell/yesod-core-1.2:=[profile?] =dev-lang/ghc-7.4.1:= +" +DEPEND="${RDEPEND} + >=dev-haskell/cabal-1.8 + test? ( >=dev-haskell/hspec-1.3 + dev-haskell/hunit + dev-haskell/wai-extra + dev-haskell/wai-test + >=dev-haskell/yesod-test-1.2 ) +" diff --git a/dev-haskell/yesod-static/yesod-static-1.4.0.4.ebuild b/dev-haskell/yesod-static/yesod-static-1.4.0.4.ebuild new file mode 100644 index 000000000000..284af14dc9ca --- /dev/null +++ b/dev-haskell/yesod-static/yesod-static-1.4.0.4.ebuild @@ -0,0 +1,55 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +# ebuild generated by hackport 0.4.4.9999 + +CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite" +inherit haskell-cabal + +DESCRIPTION="Static file serving subsite for Yesod Web Framework" +HOMEPAGE="http://www.yesodweb.com/" +SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" + +LICENSE="MIT" +SLOT="0/${PV}" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND="dev-haskell/async:=[profile?] + >=dev-haskell/attoparsec-0.10:=[profile?] + >=dev-haskell/base64-bytestring-0.1.0.1:=[profile?] + >=dev-haskell/blaze-builder-0.3:=[profile?] + >=dev-haskell/byteable-0.1:=[profile?] + >=dev-haskell/conduit-0.5:=[profile?] + dev-haskell/conduit-extra:=[profile?] + >=dev-haskell/cryptohash-0.11:=[profile?] + >=dev-haskell/cryptohash-conduit-0.1:=[profile?] + >=dev-haskell/css-text-0.1.2:=[profile?] + dev-haskell/data-default:=[profile?] + >=dev-haskell/file-embed-0.0.4.1:=[profile?] =dev-haskell/hashable-1.1:=[profile?] + dev-haskell/hjsmin:=[profile?] + >=dev-haskell/http-types-0.7:=[profile?] + >=dev-haskell/mime-types-0.1:=[profile?] + >=dev-haskell/resourcet-0.4:=[profile?] + >=dev-haskell/system-fileio-0.3:=[profile?] + >=dev-haskell/system-filepath-0.4.6:=[profile?] =dev-haskell/text-0.9:=[profile?] + >=dev-haskell/transformers-0.2.2:=[profile?] + >=dev-haskell/unix-compat-0.2:=[profile?] + >=dev-haskell/unordered-containers-0.2:=[profile?] + >=dev-haskell/wai-1.3:=[profile?] + >=dev-haskell/wai-app-static-1.3.2:=[profile?] + >=dev-haskell/yesod-core-1.4:=[profile?] =dev-lang/ghc-7.4.1:= +" +DEPEND="${RDEPEND} + >=dev-haskell/cabal-1.8 + test? ( >=dev-haskell/hspec-1.3 + dev-haskell/hunit + dev-haskell/wai-extra + >=dev-haskell/yesod-test-1.4 ) +" diff --git a/dev-haskell/yesod-static/yesod-static-1.5.0.1.ebuild b/dev-haskell/yesod-static/yesod-static-1.5.0.1.ebuild new file mode 100644 index 000000000000..06a06a420785 --- /dev/null +++ b/dev-haskell/yesod-static/yesod-static-1.5.0.1.ebuild @@ -0,0 +1,54 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +# ebuild generated by hackport 0.4.5.9999 + +CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite" +inherit haskell-cabal + +DESCRIPTION="Static file serving subsite for Yesod Web Framework" +HOMEPAGE="http://www.yesodweb.com/" +SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" + +LICENSE="MIT" +SLOT="0/${PV}" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND="dev-haskell/async:=[profile?] + >=dev-haskell/attoparsec-0.10:=[profile?] + >=dev-haskell/base64-bytestring-0.1.0.1:=[profile?] + >=dev-haskell/blaze-builder-0.3:=[profile?] + >=dev-haskell/byteable-0.1:=[profile?] + >=dev-haskell/conduit-0.5:=[profile?] + dev-haskell/conduit-extra:=[profile?] + >=dev-haskell/cryptohash-0.11:=[profile?] + >=dev-haskell/cryptohash-conduit-0.1:=[profile?] + >=dev-haskell/css-text-0.1.2:=[profile?] + dev-haskell/data-default:=[profile?] + >=dev-haskell/file-embed-0.0.4.1:=[profile?] =dev-haskell/hashable-1.1:=[profile?] + dev-haskell/hjsmin:=[profile?] + >=dev-haskell/http-types-0.7:=[profile?] + >=dev-haskell/mime-types-0.1:=[profile?] + >=dev-haskell/old-time-1.0:=[profile?] + >=dev-haskell/resourcet-0.4:=[profile?] + >=dev-haskell/text-0.9:=[profile?] + >=dev-haskell/transformers-0.2.2:=[profile?] + >=dev-haskell/unix-compat-0.2:=[profile?] + >=dev-haskell/unordered-containers-0.2:=[profile?] + >=dev-haskell/wai-1.3:=[profile?] + >=dev-haskell/wai-app-static-3.1:=[profile?] + >=dev-haskell/yesod-core-1.4:=[profile?] =dev-lang/ghc-7.4.1:= +" +DEPEND="${RDEPEND} + >=dev-haskell/cabal-1.8 + test? ( >=dev-haskell/hspec-1.3 + dev-haskell/hunit + dev-haskell/wai-extra + >=dev-haskell/yesod-test-1.4 ) +" -- cgit v1.2.3-65-gdbad