summaryrefslogtreecommitdiff
path: root/dev-haskell/mysql
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2022-08-22 02:42:13 +0100
committerV3n3RiX <venerix@koprulu.sector>2022-08-22 02:42:13 +0100
commite7f37e03b952768321c8c943a80eff4152ea7bbd (patch)
tree355a9efb62297418cdadbc424b09dbafc54257e5 /dev-haskell/mysql
parent2518522472e5de9c52c78dc0246475fe0ae3cc05 (diff)
gentoo auto-resync : 22:08:2022 - 02:42:13
Diffstat (limited to 'dev-haskell/mysql')
-rw-r--r--dev-haskell/mysql/Manifest3
-rw-r--r--dev-haskell/mysql/metadata.xml20
-rw-r--r--dev-haskell/mysql/mysql-0.1.7.ebuild37
3 files changed, 0 insertions, 60 deletions
diff --git a/dev-haskell/mysql/Manifest b/dev-haskell/mysql/Manifest
deleted file mode 100644
index 0872f17fa06a..000000000000
--- a/dev-haskell/mysql/Manifest
+++ /dev/null
@@ -1,3 +0,0 @@
-DIST mysql-0.1.7.tar.gz 16544 BLAKE2B a7617293f2dc970b9ace46c0b2a9452f23a90524181a1b37aa10176f2ba4ee3f9e967d94faa9e714a947e50b59d368c79fc59602cbc8e0792e4e396a09b4596c SHA512 45074050e17fed48f865c21ccca72cdcca02631715ee4a34b46f71fda74b50ab6332d8998d1047e6ae43df84e3fc865610153f15c3092c6b300e3e5ada30efa1
-EBUILD mysql-0.1.7.ebuild 830 BLAKE2B f2626ef99c471ff5612caaf470d97c2d751cc487bf2fc7c08bf51f511729455dadeeda7916ab51830b484fc4c9586dc6e3ce22cdf21ef9c2b070464f50e25ba6 SHA512 1bc555a73c842f8a14d063fecf6f4cc688da55c9c09ba1ed2992a2004f17ffb06432d38f9f01f6714e0e0c9b0b5928269367a25fa284e8d19061725480ef7c2a
-MISC metadata.xml 749 BLAKE2B 980a6e5a6a9ca35617f4f67cda414c0530749e0a8372ea20e0cc371149ef4157d6a20f8e3c1640e237d0e90c5f8462d059af0e5489b198d47515bce96f295acc SHA512 2e2b84e1932405e6173aaa936b66d0b6e3d624b3a414e16ca38f92ba7938296e5291bf35a968beafd09d6f01860aafad155952c2314aa3082b3edc2c1011a653
diff --git a/dev-haskell/mysql/metadata.xml b/dev-haskell/mysql/metadata.xml
deleted file mode 100644
index 3463542c56bc..000000000000
--- a/dev-haskell/mysql/metadata.xml
+++ /dev/null
@@ -1,20 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="project">
- <email>haskell@gentoo.org</email>
- <name>Gentoo Haskell</name>
- </maintainer>
- <longdescription>
- A low-level client library for the MySQL database, implemented as
- bindings to the C @mysqlclient@ API.
-
- /Important licensing note/: This library is BSD-licensed under the
- terms of the MySQL FOSS License Exception
- &lt;http://www.mysql.com/about/legal/licensing/foss-exception/&gt;.
-
- Since this library links against the GPL-licensed @mysqlclient@
- library, a non-open-source application that uses it /may/ be
- subject to the terms of the GPL.
- </longdescription>
-</pkgmetadata>
diff --git a/dev-haskell/mysql/mysql-0.1.7.ebuild b/dev-haskell/mysql/mysql-0.1.7.ebuild
deleted file mode 100644
index 0e759fb01ffc..000000000000
--- a/dev-haskell/mysql/mysql-0.1.7.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-# ebuild generated by hackport 0.6.9999
-#hackport: flags: -developer
-
-CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite"
-inherit haskell-cabal
-
-DESCRIPTION="A low-level MySQL client library"
-HOMEPAGE="https://github.com/paul-rouse/mysql"
-SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0/${PV}"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RESTRICT=test # needs local mysql
-
-RDEPEND=">=dev-haskell/semigroups-0.11:=[profile?] <dev-haskell/semigroups-0.19:=[profile?]
- >=dev-lang/ghc-7.4.1:=
-"
-
-RDEPEND+=" dev-db/mysql-connector-c:="
-
-DEPEND="${RDEPEND}
- >=dev-haskell/cabal-1.8
- test? ( dev-haskell/hspec )
-"
-
-src_configure() {
- haskell-cabal_src_configure \
- --flag=-developer
-}