diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2020-08-20 09:26:30 +0100 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2020-08-20 09:27:01 +0100 |
commit | 86d059aa2f2ef1bdcddfe634c1db7e7a8a4abd1c (patch) | |
tree | 41672f9d1dc5ef26f48287015f349aa73e7fd7a1 /dev-haskell/hdbc-mysql | |
parent | dev-haskell/hdbc-odbc: drop old (diff) | |
download | gentoo-86d059aa2f2ef1bdcddfe634c1db7e7a8a4abd1c.tar.gz gentoo-86d059aa2f2ef1bdcddfe634c1db7e7a8a4abd1c.tar.bz2 gentoo-86d059aa2f2ef1bdcddfe634c1db7e7a8a4abd1c.zip |
dev-haskell/hdbc-mysql: drop old
Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Diffstat (limited to 'dev-haskell/hdbc-mysql')
-rw-r--r-- | dev-haskell/hdbc-mysql/Manifest | 1 | ||||
-rw-r--r-- | dev-haskell/hdbc-mysql/hdbc-mysql-0.6.6.1-r4.ebuild | 37 |
2 files changed, 0 insertions, 38 deletions
diff --git a/dev-haskell/hdbc-mysql/Manifest b/dev-haskell/hdbc-mysql/Manifest index e976934e7bbd..60d7241b1f35 100644 --- a/dev-haskell/hdbc-mysql/Manifest +++ b/dev-haskell/hdbc-mysql/Manifest @@ -1,2 +1 @@ -DIST HDBC-mysql-0.6.6.1.tar.gz 23120 BLAKE2B 117c7a8c8c366dd3a4c128f97105812330d85eabf4f6ade8acd1e13c31cd2a57b3b904d0d76887ab5e45fe1f3c4a527c8ca1778e5ae736ae7dbae2e36a9a7c9d SHA512 be74be365021df54c9660af699cfec05271444da0042152c944d43927efcf7cf78712d3bfe25796f944af409b9eb24ab903c0b92bb6b3c6dbcf0a3ee057366bf DIST HDBC-mysql-0.7.1.0.tar.gz 24086 BLAKE2B fd480ef5a3374aa8c6d36bd4f34fb1cb558769a134f60ce1b94cba7143b93adecc2cff6253cb1afbefe52c9ed8081fc7f812f7bc6539c043f783e9ced10ff4d7 SHA512 aec9387f08c16c8ccb6df1ca82e69005105a2781e253b6b8788665fa88e54a697601f99d10931ea6d3854dd9c0b43f062bccad1362a1512f5a2135cede0b0cc1 diff --git a/dev-haskell/hdbc-mysql/hdbc-mysql-0.6.6.1-r4.ebuild b/dev-haskell/hdbc-mysql/hdbc-mysql-0.6.6.1-r4.ebuild deleted file mode 100644 index c77da18069b4..000000000000 --- a/dev-haskell/hdbc-mysql/hdbc-mysql-0.6.6.1-r4.ebuild +++ /dev/null @@ -1,37 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -# ebuild generated by hackport 0.3.1.9999 - -CABAL_FEATURES="lib profile haddock hoogle hscolour" -CABAL_FEATURES+=" nocabaldep" # workaround depend on old cabal-1.16 -inherit haskell-cabal - -MY_PN="HDBC-mysql" -MY_P="${MY_PN}-${PV}" - -DESCRIPTION="MySQL driver for HDBC" -HOMEPAGE="https://github.com/bos/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="" - -RDEPEND=">=dev-haskell/hdbc-2.1.0:=[profile?] - dev-haskell/utf8-string:=[profile?] - >=dev-lang/ghc-6.12.1:= - dev-db/mysql-connector-c:0= -" -DEPEND="${RDEPEND} - >=dev-haskell/cabal-1.6" - -S="${WORKDIR}/${MY_P}" - -PATCHES=( - "${FILESDIR}/${P}"-cabal-1.18.patch - "${FILESDIR}/${P}"-extralib.patch -) |