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-odbc
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-odbc')
-rw-r--r--dev-haskell/hsql-odbc/Manifest2
-rw-r--r--dev-haskell/hsql-odbc/hsql-odbc-1.8.1.1.ebuild25
-rw-r--r--dev-haskell/hsql-odbc/hsql-odbc-1.8.2.ebuild25
-rw-r--r--dev-haskell/hsql-odbc/metadata.xml8
4 files changed, 60 insertions, 0 deletions
diff --git a/dev-haskell/hsql-odbc/Manifest b/dev-haskell/hsql-odbc/Manifest
new file mode 100644
index 000000000000..0a6a43da17c6
--- /dev/null
+++ b/dev-haskell/hsql-odbc/Manifest
@@ -0,0 +1,2 @@
+DIST hsql-odbc-1.8.1.1.tar.gz 8110 SHA256 45f68f7d4973973d77e2f1213383c63312b2eebc344c12789f6b54364ecca854 SHA512 d2f3f3668e24a0d11bc24ed4e8873ad77d382801415c67c0d33a87a6156eee51de4d4829572577053f9e4cc37ebff9ba5cf853f7818dc45a355ec3779e178f9f WHIRLPOOL 3a4375fc21d980a30d977b8603a326b0198510843cc1a689de8e30b7e0fa4f39e3416a9d6e23412bdaaaf21bab1580c81ffa62fad17633e8e40f375801758dd8
+DIST hsql-odbc-1.8.2.tar.gz 8041 SHA256 2e38527c1f29738907386231e1d161a64567f5ce0c8ab8965a52be1ebcfce953 SHA512 78f91ee63007e02820eefd1bd9ae08b9659667aa70f545ef83ff6d83d592c7f542339db129bb6c3ad14f4cdde320b3a4e1251c25267db716dbd88cbb5931a6d5 WHIRLPOOL 8da814d259aa91b82cbb101df48b4282cd1f0e32e73e1cd440acf09dc2a84e159c83ff25410dab7815c9aefd96722853aa44d84117c0a2d18c321fc94bc689a7
diff --git a/dev-haskell/hsql-odbc/hsql-odbc-1.8.1.1.ebuild b/dev-haskell/hsql-odbc/hsql-odbc-1.8.1.1.ebuild
new file mode 100644
index 000000000000..d41f6e5c623e
--- /dev/null
+++ b/dev-haskell/hsql-odbc/hsql-odbc-1.8.1.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 ODBC"
+HOMEPAGE="http://hackage.haskell.org/package/hsql-odbc"
+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/unixODBC-2.2"
+DEPEND="${RDEPEND}
+ dev-haskell/cabal"
diff --git a/dev-haskell/hsql-odbc/hsql-odbc-1.8.2.ebuild b/dev-haskell/hsql-odbc/hsql-odbc-1.8.2.ebuild
new file mode 100644
index 000000000000..4182d36a7ce9
--- /dev/null
+++ b/dev-haskell/hsql-odbc/hsql-odbc-1.8.2.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 hscolour hoogle"
+inherit haskell-cabal
+
+DESCRIPTION="A Haskell Interface to ODBC"
+HOMEPAGE="http://hackage.haskell.org/package/hsql-odbc"
+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-lang/ghc-6.10.1
+ >=dev-db/unixODBC-2.2"
+DEPEND="${RDEPEND}
+ dev-haskell/cabal"
diff --git a/dev-haskell/hsql-odbc/metadata.xml b/dev-haskell/hsql-odbc/metadata.xml
new file mode 100644
index 000000000000..3efeb0ec2f89
--- /dev/null
+++ b/dev-haskell/hsql-odbc/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>
+ ODBC driver for HSQL.
+ </longdescription>
+</pkgmetadata>