summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin H. Johnson <robbat2@gentoo.org>2015-08-08 13:49:04 -0700
committerRobin H. Johnson <robbat2@gentoo.org>2015-08-08 17:38:18 -0700
commit56bd759df1d0c750a065b8c845e93d5dfa6b549d (patch)
tree3f91093cdb475e565ae857f1c5a7fd339e2d781e /dev-haskell/hsql-mysql
downloadgentoo-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/hsql-mysql')
-rw-r--r--dev-haskell/hsql-mysql/Manifest3
-rw-r--r--dev-haskell/hsql-mysql/hsql-mysql-1.8.1.ebuild25
-rw-r--r--dev-haskell/hsql-mysql/hsql-mysql-1.8.2.ebuild26
-rw-r--r--dev-haskell/hsql-mysql/hsql-mysql-1.8.3.ebuild26
-rw-r--r--dev-haskell/hsql-mysql/metadata.xml8
5 files changed, 88 insertions, 0 deletions
diff --git a/dev-haskell/hsql-mysql/Manifest b/dev-haskell/hsql-mysql/Manifest
new file mode 100644
index 000000000000..a2ba5e7ce981
--- /dev/null
+++ b/dev-haskell/hsql-mysql/Manifest
@@ -0,0 +1,3 @@
+DIST hsql-mysql-1.8.1.tar.gz 4489 SHA256 db9ad16785c81d58b793433ec62b7b2c4f00cb3287b19c53c64b4c724f310ee1 SHA512 9357d6f1ea1be9025d9a23e65260928a6771f643b31110c4ea668e72014eccb4e9dae4ac79ef9048036b0c94043909715263663aa40f63d48b791604ca8819c4 WHIRLPOOL 9d67b0554dd647a61347f05a01050acb8cad7dce2e1efe2b16d137f688a5f4326442d46f689da239a4c7de5ee41b389762bc9d82a1babd5c0285a7331c74aaf4
+DIST hsql-mysql-1.8.2.tar.gz 4659 SHA256 780bc5388838482857083746eeeb3bfd3d498e82722d29d834fb1b1427533025 SHA512 8476cfe746085f75a50aa2d24ecfd87abb8e5809f6292e3f5ebab184d96672178dc23a2d6f749b99d916932e19894ed022138eb192e4e90de94097625374941b WHIRLPOOL a6b3b3fe0ee6602209dcd4a495204e8e0cc5e1e29e34f55283f3c4a790ff4265d9afb7256db7b4e14afac7616a7ce93459ed957bf89306c1620e724bfc4584bf
+DIST hsql-mysql-1.8.3.tar.gz 4366 SHA256 499261d57532d01083e8a2f47edc71062490635975f391ae3a35e42c4b966420 SHA512 8004ad313774ecb628e9d1a8876c90efba854d2e36c5918d378269e6e1c3d09eb1c2ad0250f1455879d5097a75ec33a18a379228ea250a69af261c6e7846577e WHIRLPOOL 90185afc57f8fa3296087777d5101680b76694cda198b5744bc12fa299a3b784a0db7f78f1892d7be04ce28270871d3919518fbdd08ff8fc2cb30b6d46fbd79c
diff --git a/dev-haskell/hsql-mysql/hsql-mysql-1.8.1.ebuild b/dev-haskell/hsql-mysql/hsql-mysql-1.8.1.ebuild
new file mode 100644
index 000000000000..4ed8d237dd51
--- /dev/null
+++ b/dev-haskell/hsql-mysql/hsql-mysql-1.8.1.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+# ebuild generated by hackport 0.2.13
+
+EAPI=4
+
+CABAL_FEATURES="lib profile haddock hoogle hscolour"
+inherit haskell-cabal
+
+DESCRIPTION="MySQL driver for HSQL"
+HOMEPAGE="http://hackage.haskell.org/package/hsql-mysql"
+SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86"
+IUSE=""
+
+RDEPEND=">=dev-haskell/hsql-1.8[profile?]
+ >=dev-lang/ghc-6.10.1
+ >=virtual/mysql-4.0"
+DEPEND="${RDEPEND}
+ >=dev-haskell/cabal-1.6"
diff --git a/dev-haskell/hsql-mysql/hsql-mysql-1.8.2.ebuild b/dev-haskell/hsql-mysql/hsql-mysql-1.8.2.ebuild
new file mode 100644
index 000000000000..268a84b8db43
--- /dev/null
+++ b/dev-haskell/hsql-mysql/hsql-mysql-1.8.2.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+# ebuild generated by hackport 0.2.13
+
+EAPI=4
+
+CABAL_FEATURES="lib profile haddock hscolour hoogle"
+inherit haskell-cabal
+
+DESCRIPTION="MySQL driver for HSQL"
+HOMEPAGE="http://hackage.haskell.org/package/hsql-mysql"
+SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86"
+IUSE=""
+
+RDEPEND="dev-haskell/cabal[profile?]
+ >=dev-haskell/hsql-1.8.2[profile?]
+ >=dev-lang/ghc-6.10.1
+ >=virtual/mysql-4.0"
+DEPEND="${RDEPEND}
+ >=dev-haskell/cabal-1.10"
diff --git a/dev-haskell/hsql-mysql/hsql-mysql-1.8.3.ebuild b/dev-haskell/hsql-mysql/hsql-mysql-1.8.3.ebuild
new file mode 100644
index 000000000000..cd014300e3f8
--- /dev/null
+++ b/dev-haskell/hsql-mysql/hsql-mysql-1.8.3.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+# ebuild generated by hackport 0.2.13
+
+EAPI=4
+
+CABAL_FEATURES="lib profile haddock hscolour hoogle"
+inherit haskell-cabal
+
+DESCRIPTION="MySQL driver for HSQL"
+HOMEPAGE="http://hackage.haskell.org/package/hsql-mysql"
+SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="" # buggy, has no headers
+IUSE=""
+
+RDEPEND="dev-haskell/cabal[profile?]
+ >=dev-haskell/hsql-1.8.2[profile?]
+ >=dev-lang/ghc-6.10.1
+ >=virtual/mysql-4.0"
+DEPEND="${RDEPEND}
+ >=dev-haskell/cabal-1.10"
diff --git a/dev-haskell/hsql-mysql/metadata.xml b/dev-haskell/hsql-mysql/metadata.xml
new file mode 100644
index 000000000000..cf6d37f198fd
--- /dev/null
+++ b/dev-haskell/hsql-mysql/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>
+ MySQL driver for HSQL.
+ </longdescription>
+</pkgmetadata>