commit:     85638283f1240e37e1cfebe6966b519d9a545a52
Author:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
AuthorDate: Mon Aug 22 07:18:51 2022 +0000
Commit:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
CommitDate: Mon Aug 22 07:18:51 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=85638283

dev-haskell/hdbc-mysql: treeclean

Closes: https://bugs.gentoo.org/635448
Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>

 dev-haskell/hdbc-mysql/Manifest                    |  1 -
 .../files/hdbc-mysql-0.7.1.0-cabal-3.patch         | 11 ------
 .../hdbc-mysql/hdbc-mysql-0.7.1.0-r1.ebuild        | 41 ----------------------
 dev-haskell/hdbc-mysql/metadata.xml                | 15 --------
 profiles/package.mask                              |  1 -
 5 files changed, 69 deletions(-)

diff --git a/dev-haskell/hdbc-mysql/Manifest b/dev-haskell/hdbc-mysql/Manifest
deleted file mode 100644
index 60d7241b1f35..000000000000
--- a/dev-haskell/hdbc-mysql/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST HDBC-mysql-0.7.1.0.tar.gz 24086 BLAKE2B 
fd480ef5a3374aa8c6d36bd4f34fb1cb558769a134f60ce1b94cba7143b93adecc2cff6253cb1afbefe52c9ed8081fc7f812f7bc6539c043f783e9ced10ff4d7
 SHA512 
aec9387f08c16c8ccb6df1ca82e69005105a2781e253b6b8788665fa88e54a697601f99d10931ea6d3854dd9c0b43f062bccad1362a1512f5a2135cede0b0cc1

diff --git a/dev-haskell/hdbc-mysql/files/hdbc-mysql-0.7.1.0-cabal-3.patch 
b/dev-haskell/hdbc-mysql/files/hdbc-mysql-0.7.1.0-cabal-3.patch
deleted file mode 100644
index 11fe2231d73e..000000000000
--- a/dev-haskell/hdbc-mysql/files/hdbc-mysql-0.7.1.0-cabal-3.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- a/Setup.lhs
-+++ b/Setup.lhs
-@@ -35,7 +35,7 @@ mysqlConfigProgram = (simpleProgram "mysql_config") {
- 
- mysqlBuildInfo :: LocalBuildInfo -> IO BuildInfo
- mysqlBuildInfo lbi = do
--  let mysqlConfig = rawSystemProgramStdoutConf verbosity mysqlConfigProgram 
(withPrograms lbi)
-+  let mysqlConfig = getDbProgramOutput verbosity mysqlConfigProgram 
(withPrograms lbi)
-       ws = " \n\r\t"
- 
-   includeDirs <- return . map (drop 2) . split ws =<< mysqlConfig 
["--include"]

diff --git a/dev-haskell/hdbc-mysql/hdbc-mysql-0.7.1.0-r1.ebuild 
b/dev-haskell/hdbc-mysql/hdbc-mysql-0.7.1.0-r1.ebuild
deleted file mode 100644
index c0ce27b1585e..000000000000
--- a/dev-haskell/hdbc-mysql/hdbc-mysql-0.7.1.0-r1.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-# ebuild generated by hackport 0.5.1.9999
-
-CABAL_FEATURES="lib profile haddock hoogle hscolour"
-inherit haskell-cabal
-
-MY_PN="HDBC-mysql"
-MY_P="${MY_PN}-${PV}"
-
-DESCRIPTION="MySQL driver for HDBC"
-HOMEPAGE="https://github.com/ryantm/hdbc-mysql";
-SRC_URI="https://hackage.haskell.org/package/${MY_P}/${MY_P}.tar.gz";
-
-LICENSE="LGPL-2.1"
-SLOT="0/${PV}"
-KEYWORDS="~amd64 ~x86"
-IUSE="debug"
-
-RDEPEND=">=dev-haskell/hdbc-2.1.0:2=[profile?]
-       dev-haskell/utf8-string:=[profile?]
-       >=dev-lang/ghc-8.0.1:=
-       dev-libs/openssl:0=
-       sys-libs/zlib
-       dev-db/mysql-connector-c:0=
-"
-DEPEND="${RDEPEND}
-       >=dev-haskell/cabal-1.24.0.0
-"
-
-S="${WORKDIR}/${MY_P}"
-
-PATCHES=("${FILESDIR}"/${P}-cabal-3.patch)
-
-src_configure() {
-       haskell-cabal_src_configure \
-               $(cabal_flag debug debug)
-}

diff --git a/dev-haskell/hdbc-mysql/metadata.xml 
b/dev-haskell/hdbc-mysql/metadata.xml
deleted file mode 100644
index 18b3e18f1302..000000000000
--- a/dev-haskell/hdbc-mysql/metadata.xml
+++ /dev/null
@@ -1,15 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd";>
-<pkgmetadata>
-       <maintainer type="project">
-               <email>[email protected]</email>
-               <name>Gentoo Haskell</name>
-       </maintainer>
-       <longdescription>
-               This package provides a MySQL driver for HDBC, implemented via
-               bindings to the C @mysqlclient@ library.
-       </longdescription>
-       <upstream>
-               <remote-id type="github">bos/hdbc-mysql</remote-id>
-       </upstream>
-</pkgmetadata>

diff --git a/profiles/package.mask b/profiles/package.mask
index a21fd2976c97..15ede9453aa0 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -439,7 +439,6 @@ dev-haskell/haskell-src-exts-util
 dev-haskell/haxml
 dev-haskell/hcg-minus
 dev-haskell/hcodecs
-dev-haskell/hdbc-mysql
 
 # Hans de Graaff <[email protected]> (2022-07-16)
 # No longer supported upstream. Use a newer ruby version instead.

Reply via email to