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-postgresql
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-postgresql')
-rw-r--r--dev-haskell/hsql-postgresql/Manifest2
-rw-r--r--dev-haskell/hsql-postgresql/hsql-postgresql-1.8.1.ebuild25
-rw-r--r--dev-haskell/hsql-postgresql/hsql-postgresql-1.8.2.ebuild26
-rw-r--r--dev-haskell/hsql-postgresql/metadata.xml8
4 files changed, 61 insertions, 0 deletions
diff --git a/dev-haskell/hsql-postgresql/Manifest b/dev-haskell/hsql-postgresql/Manifest
new file mode 100644
index 000000000000..b72d54dab6dd
--- /dev/null
+++ b/dev-haskell/hsql-postgresql/Manifest
@@ -0,0 +1,2 @@
+DIST hsql-postgresql-1.8.1.tar.gz 6792 SHA256 76ddb7280e784205ddbfa2a7542a7dadd8fefa5048474f9c23ddc28880dcf87a SHA512 40a405aef177bdbbce4a4671f0b09d7edc0af29cea6f88fd42557470bc0d9d30f50c4760a69fe7cda793e939048bbce1dc181c6c92f426eb455c9bc08fc7f284 WHIRLPOOL 686605369dd4e8a5c7a5fbb7b43ea674545f2318adfda4ba4c0a6eba82ae6f4eef200cd3306d7019cd877ca0b7dfea7e402374de28342e7aaa8fd821284f1f19
+DIST hsql-postgresql-1.8.2.tar.gz 7008 SHA256 3f3189c61daed7c4c45b37b683ee1da1ab91ec32cda7c36abf5b5e75a992407a SHA512 93432e63302968149a9d037099f51d491823091d9c5ac8866a6f966130c020d8c9ff63a91f8f923984705eee4db30d8a871086e682634863d30886d8ac736f02 WHIRLPOOL c33fa6cffa0460c6d7572ea461e0036e7802ef8ae67faac20cde337c27ba63d2a0852c6a51804cf66bd0ca4edfe1c815751c09d26e3760d3b0c514396cb76999
diff --git a/dev-haskell/hsql-postgresql/hsql-postgresql-1.8.1.ebuild b/dev-haskell/hsql-postgresql/hsql-postgresql-1.8.1.ebuild
new file mode 100644
index 000000000000..db68b4a21f3c
--- /dev/null
+++ b/dev-haskell/hsql-postgresql/hsql-postgresql-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="A Haskell Interface to PostgreSQL via the PQ library"
+HOMEPAGE="http://hackage.haskell.org/package/hsql-postgresql"
+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
+ >=dev-db/postgresql-7"
+DEPEND="${RDEPEND}
+ dev-haskell/cabal"
diff --git a/dev-haskell/hsql-postgresql/hsql-postgresql-1.8.2.ebuild b/dev-haskell/hsql-postgresql/hsql-postgresql-1.8.2.ebuild
new file mode 100644
index 000000000000..59577d414af3
--- /dev/null
+++ b/dev-haskell/hsql-postgresql/hsql-postgresql-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="A Haskell Interface to PostgreSQL via the PQ library"
+HOMEPAGE="http://hackage.haskell.org/package/hsql-postgresql"
+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.2[profile?]
+ <dev-haskell/hsql-1.9[profile?]
+ >=dev-lang/ghc-6.10.1
+ >=dev-db/postgresql-7"
+DEPEND="${RDEPEND}
+ dev-haskell/cabal"
diff --git a/dev-haskell/hsql-postgresql/metadata.xml b/dev-haskell/hsql-postgresql/metadata.xml
new file mode 100644
index 000000000000..70cef0b47eb5
--- /dev/null
+++ b/dev-haskell/hsql-postgresql/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>
+ PostgreSQL driver for HSQL.
+ </longdescription>
+</pkgmetadata>