Gentoo Archives: gentoo-commits

From: Sergei Trofimovich <slyfox@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-haskell/hdbc-postgresql/
Date: Thu, 20 Aug 2020 08:27:08
Message-Id: 1597912020.884d70d2404839e281233bc8ccbb85c8284a6f96.slyfox@gentoo
1 commit: 884d70d2404839e281233bc8ccbb85c8284a6f96
2 Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
3 AuthorDate: Thu Aug 20 08:26:05 2020 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Thu Aug 20 08:27:00 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=884d70d2
7
8 dev-haskell/hdbc-postgresql: drop old
9
10 Package-Manager: Portage-3.0.4, Repoman-3.0.1
11 Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>
12
13 dev-haskell/hdbc-postgresql/Manifest | 2 -
14 .../hdbc-postgresql/hdbc-postgresql-2.3.2.3.ebuild | 63 ----------------------
15 .../hdbc-postgresql-2.3.2.4-r1.ebuild | 43 ---------------
16 3 files changed, 108 deletions(-)
17
18 diff --git a/dev-haskell/hdbc-postgresql/Manifest b/dev-haskell/hdbc-postgresql/Manifest
19 index 0c97a020713..3fa7e42be53 100644
20 --- a/dev-haskell/hdbc-postgresql/Manifest
21 +++ b/dev-haskell/hdbc-postgresql/Manifest
22 @@ -1,3 +1 @@
23 -DIST HDBC-postgresql-2.3.2.3.tar.gz 25193 BLAKE2B 1f93d2d50e87213415d102fd65bfa2a7d8a0fa5a6cb03223ffa42c6830837cc1ba61421a526756f22b497c7c7486551bac6421d9ddd704ec974d5428b0df656c SHA512 407b18758e75e99230dbad56000839d8499c075e77b63809e079c7968e52177cc599dff30517f8cd08c3e4e263a71a4c65b3040c318b4b3358ff329824f4766f
24 -DIST HDBC-postgresql-2.3.2.4.tar.gz 25288 BLAKE2B 9ecd290932ed83cd16159d8ea17379327040eb474ccae2819b95891475395e4ccd1d9724393c15f38053137afc8185bb8c1b6c90a11b76412a199a45104af394 SHA512 44f04536d04cf5b9778a03c5cce12d538b121a578e91b338753d64d69939852aacda57fca1e6dd22b5c2160bb29c71b2f8d8f63a9a7b62401db6f89e1d272364
25 DIST HDBC-postgresql-2.3.2.7.tar.gz 25606 BLAKE2B 0991686424f5912258fd1a9bdd40ef84d04a069a2ba14ce93678cce8f8fc1a73a10ed4c9fdf31a372e52a9833007e6469bcb9632d3f80022f240a3bac8aaca28 SHA512 0e4b27d5c18335e47b9782adcb09702654d9f8d04053110576a8a7ce68dc90810e35977886e2cbde0d4ef337aad5b36a4217dbfe07e1f64753f0cc34892d006e
26
27 diff --git a/dev-haskell/hdbc-postgresql/hdbc-postgresql-2.3.2.3.ebuild b/dev-haskell/hdbc-postgresql/hdbc-postgresql-2.3.2.3.ebuild
28 deleted file mode 100644
29 index 6efb2a04017..00000000000
30 --- a/dev-haskell/hdbc-postgresql/hdbc-postgresql-2.3.2.3.ebuild
31 +++ /dev/null
32 @@ -1,63 +0,0 @@
33 -# Copyright 1999-2019 Gentoo Authors
34 -# Distributed under the terms of the GNU General Public License v2
35 -
36 -EAPI=5
37 -
38 -# ebuild generated by hackport 0.4.5.9999
39 -
40 -CABAL_FEATURES="bin lib profile haddock hoogle hscolour"
41 -CABAL_FEATURES+=" nocabaldep" # workaround depend on old cabal-1.16
42 -inherit haskell-cabal
43 -
44 -MY_PN="HDBC-postgresql"
45 -MY_P="${MY_PN}-${PV}"
46 -
47 -DESCRIPTION="PostgreSQL driver for HDBC"
48 -HOMEPAGE="https://github.com/hdbc/hdbc-postgresql"
49 -SRC_URI="https://hackage.haskell.org/package/${MY_P}/${MY_P}.tar.gz"
50 -
51 -LICENSE="BSD"
52 -SLOT="2/${PV}"
53 -KEYWORDS="~amd64 ~x86"
54 -IUSE="test"
55 -RESTRICT="test" # requires configured postgresql
56 -
57 -RDEPEND=">=dev-db/postgresql-7:*
58 - dev-haskell/convertible:=[profile?]
59 - >=dev-haskell/hdbc-2.2.0:2=[profile?]
60 - dev-haskell/mtl:=[profile?]
61 - dev-haskell/old-locale:=[profile?]
62 - dev-haskell/old-time:=[profile?]
63 - dev-haskell/parsec:=[profile?]
64 - dev-haskell/utf8-string:=[profile?]
65 - >=dev-lang/ghc-6.12.1:=
66 -"
67 -DEPEND="${RDEPEND}
68 - >=dev-haskell/cabal-1.8.0.2
69 - test? ( >=dev-haskell/hdbc-2.2.6:=[profile?]
70 - dev-haskell/hunit:=[profile?]
71 - dev-haskell/quickcheck:2=[profile?]
72 - dev-haskell/testpack:=[profile?] )
73 -"
74 -
75 -S="${WORKDIR}/${MY_P}"
76 -
77 -src_configure() {
78 - haskell-cabal_src_configure \
79 - $(cabal_flag test buildtests)
80 -}
81 -
82 -src_test() {
83 - # default tests
84 - haskell-cabal_src_test || die "cabal test failed"
85 -
86 - # built custom tests
87 - "${S}/dist/build/runtests/runtests" || die "unit tests failed"
88 -}
89 -
90 -src_install() {
91 - cabal_src_install
92 -
93 - # if tests were enabled, make sure the unit test driver is deleted
94 - rm -f "${ED}/usr/bin/runtests"
95 -}
96
97 diff --git a/dev-haskell/hdbc-postgresql/hdbc-postgresql-2.3.2.4-r1.ebuild b/dev-haskell/hdbc-postgresql/hdbc-postgresql-2.3.2.4-r1.ebuild
98 deleted file mode 100644
99 index 1a2faf34130..00000000000
100 --- a/dev-haskell/hdbc-postgresql/hdbc-postgresql-2.3.2.4-r1.ebuild
101 +++ /dev/null
102 @@ -1,43 +0,0 @@
103 -# Copyright 1999-2019 Gentoo Authors
104 -# Distributed under the terms of the GNU General Public License v2
105 -
106 -EAPI=6
107 -
108 -# ebuild generated by hackport 0.5.1.9999
109 -#hackport: flags: +splitbase
110 -
111 -CABAL_FEATURES="lib profile haddock hoogle hscolour"
112 -inherit haskell-cabal
113 -
114 -MY_PN="HDBC-postgresql"
115 -MY_P="${MY_PN}-${PV}"
116 -
117 -DESCRIPTION="PostgreSQL driver for HDBC"
118 -HOMEPAGE="https://github.com/hdbc/hdbc-postgresql"
119 -SRC_URI="https://hackage.haskell.org/package/${MY_P}/${MY_P}.tar.gz"
120 -
121 -LICENSE="BSD"
122 -SLOT="2/${PV}"
123 -KEYWORDS="~amd64 ~x86"
124 -IUSE=""
125 -
126 -RDEPEND=">=dev-db/postgresql-7:*
127 - dev-haskell/convertible:=[profile?]
128 - >=dev-haskell/hdbc-2.2.0:2=[profile?]
129 - dev-haskell/mtl:=[profile?]
130 - dev-haskell/old-locale:=[profile?]
131 - dev-haskell/old-time:=[profile?]
132 - dev-haskell/parsec:=[profile?]
133 - dev-haskell/utf8-string:=[profile?]
134 - >=dev-lang/ghc-7.4.1:=
135 -"
136 -DEPEND="${RDEPEND}
137 - >=dev-haskell/cabal-1.8
138 -"
139 -
140 -S="${WORKDIR}/${MY_P}"
141 -
142 -src_configure() {
143 - haskell-cabal_src_configure \
144 - --flag=splitbase
145 -}