summaryrefslogtreecommitdiff
path: root/dev-haskell/hdbc-sqlite3
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-07-14 20:57:42 +0100
committerV3n3RiX <venerix@redcorelinux.org>2018-07-14 20:57:42 +0100
commit1798c4aeca70ac8d0a243684d6a798fbc65735f8 (patch)
treee48e19cb6fa03de18e1c63e1a93371b7ebc4eb56 /dev-haskell/hdbc-sqlite3
parentd87262dd706fec50cd150aab3e93883b6337466d (diff)
gentoo resync : 14.07.2018
Diffstat (limited to 'dev-haskell/hdbc-sqlite3')
-rw-r--r--dev-haskell/hdbc-sqlite3/Manifest3
-rw-r--r--dev-haskell/hdbc-sqlite3/hdbc-sqlite3-2.3.3.1-r1.ebuild44
-rw-r--r--dev-haskell/hdbc-sqlite3/metadata.xml19
3 files changed, 0 insertions, 66 deletions
diff --git a/dev-haskell/hdbc-sqlite3/Manifest b/dev-haskell/hdbc-sqlite3/Manifest
deleted file mode 100644
index 4fd9be4452c5..000000000000
--- a/dev-haskell/hdbc-sqlite3/Manifest
+++ /dev/null
@@ -1,3 +0,0 @@
-DIST HDBC-sqlite3-2.3.3.1.tar.gz 15544 BLAKE2B ba1ae8142dd8122a158499623e6a64e64f4d54490565f70e58e083a4993280b73d901a97b1e29cc43d57efd184f931f4cf8a6f107d318bf756dcb9c830c0103e SHA512 17b2929aca806d0672ae83e1aa6122a38596504a4f23f868f1a3ff4e68f97c3aef6499f995659fa4ce82b1e8aab9a107172a7265309d4c3f4e9754e4cf756ec0
-EBUILD hdbc-sqlite3-2.3.3.1-r1.ebuild 1077 BLAKE2B 775137be0106281dcbe68e7522d290c4103d2a25139ac23ba3f4acb65fea5dffafb0ae9f23d0bbdf03f39d3e543bbda6fa065e9904b863c95d39c79b390ff976 SHA512 1e06c54919b643a6cb1ad3f5e324733542ae6d595525c7283351dedf53548e7fab3e84f69a71b68e88a6871bab7e053a83c078be988466d52fd69fe3e43a0689
-MISC metadata.xml 621 BLAKE2B 43b6c2fa50d30996dd81df963a724f9758496d58ee0548d53c5e54ddfe1bbf0781e068d653754979bd85a880f78827ae9ef4851d72ded4b637288a2d5ace1576 SHA512 6bc01a1eb9e0e327824849d9bd87eb06074e02ba0ded646ddcf3ab5dede95940a28be8d3d3c2a5df46e1589d9ef2eba767f31b85da3f9a3a45c596d22f11dae3
diff --git a/dev-haskell/hdbc-sqlite3/hdbc-sqlite3-2.3.3.1-r1.ebuild b/dev-haskell/hdbc-sqlite3/hdbc-sqlite3-2.3.3.1-r1.ebuild
deleted file mode 100644
index 696da308bffe..000000000000
--- a/dev-haskell/hdbc-sqlite3/hdbc-sqlite3-2.3.3.1-r1.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-# ebuild generated by hackport 0.5.1
-
-CABAL_FEATURES="lib profile haddock hoogle hscolour"
-inherit haskell-cabal
-
-MY_PN="HDBC-sqlite3"
-MY_P="${MY_PN}-${PV}"
-
-DESCRIPTION="Sqlite v3 driver for HDBC"
-HOMEPAGE="https://github.com/hdbc/hdbc-sqlite3"
-SRC_URI="mirror://hackage/packages/archive/${MY_PN}/${PV}/${MY_P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0/${PV}"
-KEYWORDS="~amd64 ~x86"
-IUSE="buildtests +splitbase"
-
-RDEPEND=">=dev-db/sqlite-3.0
- >=dev-haskell/hdbc-2.3.0.0:2=[profile?]
- dev-haskell/mtl:=[profile?]
- dev-haskell/utf8-string:=[profile?]
- >=dev-lang/ghc-7.4.1:=
- buildtests? ( dev-haskell/convertible:=[profile?]
- dev-haskell/hunit:=[profile?]
- dev-haskell/old-locale:=[profile?]
- dev-haskell/old-time:=[profile?]
- dev-haskell/testpack:=[profile?] )
-"
-DEPEND="${RDEPEND}
- >=dev-haskell/cabal-1.2.3
-"
-
-S="${WORKDIR}/${MY_P}"
-
-src_configure() {
- haskell-cabal_src_configure \
- $(cabal_flag buildtests buildtests) \
- $(cabal_flag splitbase splitbase)
-}
diff --git a/dev-haskell/hdbc-sqlite3/metadata.xml b/dev-haskell/hdbc-sqlite3/metadata.xml
deleted file mode 100644
index a6dc7b001d95..000000000000
--- a/dev-haskell/hdbc-sqlite3/metadata.xml
+++ /dev/null
@@ -1,19 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="project">
- <email>haskell@gentoo.org</email>
- <name>Gentoo Haskell</name>
- </maintainer>
- <use>
- <flag name="buildtests">Build the executable to run unit tests</flag>
- <flag name="splitbase">Choose the new smaller, split-up package.</flag>
- </use>
- <longdescription>
- This is the Sqlite v3 driver for HDBC, the generic
- database access system for Haskell
- </longdescription>
- <upstream>
- <remote-id type="github">hdbc/hdbc-sqlite3</remote-id>
- </upstream>
-</pkgmetadata>