diff options
author | V3n3RiX <venerix@koprulu.sector> | 2023-10-23 08:35:49 +0100 |
---|---|---|
committer | V3n3RiX <venerix@koprulu.sector> | 2023-10-23 08:35:49 +0100 |
commit | 386855c4d1ef509c1fd32abd721589c81669613b (patch) | |
tree | 35dc984118f0a7dc2df88313d83bb5779fd12514 /dev-haskell/hdbc-postgresql | |
parent | 0118ac4510d7b85ca62da20e4abd1286dd8bd752 (diff) |
gentoo auto-resync : 23:10:2023 - 08:35:49
Diffstat (limited to 'dev-haskell/hdbc-postgresql')
-rw-r--r-- | dev-haskell/hdbc-postgresql/Manifest | 6 | ||||
-rw-r--r-- | dev-haskell/hdbc-postgresql/hdbc-postgresql-2.5.0.0.ebuild | 11 | ||||
-rw-r--r-- | dev-haskell/hdbc-postgresql/hdbc-postgresql-2.5.0.1.ebuild | 47 | ||||
-rw-r--r-- | dev-haskell/hdbc-postgresql/metadata.xml | 14 |
4 files changed, 63 insertions, 15 deletions
diff --git a/dev-haskell/hdbc-postgresql/Manifest b/dev-haskell/hdbc-postgresql/Manifest index bc415edf457c..f836a0f2f0f5 100644 --- a/dev-haskell/hdbc-postgresql/Manifest +++ b/dev-haskell/hdbc-postgresql/Manifest @@ -1,3 +1,5 @@ DIST HDBC-postgresql-2.5.0.0.tar.gz 24404 BLAKE2B 8fc7ca3b2fa6d379af4f9dd4b801921274a6c352b05e95b836f0208304e2e2a6cc18df765b432767cb6ef9fa3f99ee0488e095b82091c12838f6b3220f114453 SHA512 3a81708b119e156e08265b02f3b27ac764a854b8d79f7ed1bd1c191b897ead10d231854f0edaf1f27d76af18e4330c67b7ced0328830e013bab88ec47f668a4d -EBUILD hdbc-postgresql-2.5.0.0.ebuild 1120 BLAKE2B ca2e1899df1b04ef8fba9d01f6fcda96de602af9e7f663059b566c32b9369bf5579273509d2278a92af1271b74c540cdd26e72a310fa827572e8092613041e49 SHA512 d9d9efe7ac6c06b82ed5241a039d740942feda7432e22ce3712b8e512caf63ddea085d99e3ec1a15a42da87ffe443708ca66ee3314d9c5b96e06f9e2a51d6f01 -MISC metadata.xml 313 BLAKE2B 5c25f09a2817d7a68203dc1e18ff015c370ee14afb088c040380a341f45b1be340dda6a7cf7122226f6a0cbbfc5411f642617903f03315399eca616d9fc70b72 SHA512 6195df96b3fe848430d5df73942851c4f9740adae26be777702c4f700d7ae0fa575d9a560750725c01326464a479ed369b1f80694e45dad1d8d6478c5b1c0957 +DIST hdbc-postgresql-2.5.0.1.tar.gz 24975 BLAKE2B 2d71b0624bbd5a0ca18bda5060a0fb2aed5528120109631660832ecea11101af2e3a9f545d86659ca67bda44e9eb86f5662158668bb72ddc068770416146ca67 SHA512 0f693fc7bf4f78805f097523203024801b445348441b9cbb5f22a6e55fc0e3409fc4f1c08c7a20299bb96f407286d994c890f8d05a52cb883755be5246bcd4c0 +EBUILD hdbc-postgresql-2.5.0.0.ebuild 1092 BLAKE2B d774d50f2b416a7b5cb68dcbfb37c697747b7c0e9debf7f6947dd4e6ec09dab0be02bb234b37dc520b084c815d9c755b895a44abeba4a8412eddedd89a660d74 SHA512 e9c7feab16fbdd3b5f607e5720ce14545e93c364fb6e43342a2a14369941b97e8ae2a86d6d8530f5714142b5399a17effcbf95d29cb3577ba213e0fa24ab81b9 +EBUILD hdbc-postgresql-2.5.0.1.ebuild 1257 BLAKE2B fc7eb0e3fac8a809f728e07a204c6174a04fd33e09faee846420169ecc07d19298ceb4db6257403454db0b7da32e11518b61d2e67337c67e6195ed52e490edc4 SHA512 0e73c81da7c7ee804040fdc0159f3ee847115227b3efabfda16984eb23c1ffad8002660b87d84beaceb043a832c227b29c6283218aa02aef8db9fbdeb1c3fc68 +MISC metadata.xml 391 BLAKE2B b7e92043aa6f34cbff9fbc6a89b872175ff4461a6a3a0be202c9e5802e305131ead354144463ba5f65d6d3a396ae0c71e9663018f067a358195d2f47ea328ade SHA512 a263aa5510d856e807178a1d962af170f608015fec8a70724f65624d7d32e52df00c26bff98103de2e2b38d64dbe853f17368cdc912cfd7c812792166cfa1689 diff --git a/dev-haskell/hdbc-postgresql/hdbc-postgresql-2.5.0.0.ebuild b/dev-haskell/hdbc-postgresql/hdbc-postgresql-2.5.0.0.ebuild index b8d720c5fb1b..d04a9048548b 100644 --- a/dev-haskell/hdbc-postgresql/hdbc-postgresql-2.5.0.0.ebuild +++ b/dev-haskell/hdbc-postgresql/hdbc-postgresql-2.5.0.0.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 # ebuild generated by hackport 0.6.7.9999 #hackport: flags: +splitbase -buildtests @@ -37,12 +37,9 @@ DEPEND="${RDEPEND} S="${WORKDIR}/${MY_P}" -src_prepare() { - default - - cabal_chdeps \ - 'Cabal >= 1.8 && < 3.3' 'Cabal >= 1.8' -} +CABAL_CHDEPS=( + 'Cabal >= 1.8 && < 3.3' 'Cabal >= 1.8' +) src_configure() { haskell-cabal_src_configure \ diff --git a/dev-haskell/hdbc-postgresql/hdbc-postgresql-2.5.0.1.ebuild b/dev-haskell/hdbc-postgresql/hdbc-postgresql-2.5.0.1.ebuild new file mode 100644 index 000000000000..b90c4758ef83 --- /dev/null +++ b/dev-haskell/hdbc-postgresql/hdbc-postgresql-2.5.0.1.ebuild @@ -0,0 +1,47 @@ +# Copyright 1999-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +# ebuild generated by hackport 0.8.2.0.9999 +#hackport: flags: -buildtests,+mintime15,+splitbase + +CABAL_PN="HDBC-postgresql" + +CABAL_FEATURES="lib profile haddock hoogle hscolour" +inherit haskell-cabal + +# error: Connection.hsc:34:10: fatal error: pg_config.h: No such file or directory +RESTRICT="test" # Missing files + +DESCRIPTION="PostgreSQL driver for HDBC" +HOMEPAGE="https://github.com/hdbc/hdbc-postgresql" + +LICENSE="BSD" + +# For some reason, the slot was previously set to 2. Changing this could cause +# problems as haskell-updater tries to reinstall a version of the same slot. +# This should be changed at some point, but currently the version in ::gentoo +# is also set to 2. +SLOT="2/${PV}" +KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86" + +RDEPEND=" + >=dev-db/postgresql-7:* + dev-haskell/convertible:=[profile?] + >=dev-haskell/hdbc-2.2.0:2=[profile?] + dev-haskell/old-time:=[profile?] + dev-haskell/parsec:=[profile?] + dev-haskell/utf8-string:=[profile?] + >=dev-lang/ghc-8.8.1:= +" +DEPEND="${RDEPEND} + >=dev-haskell/cabal-3.0.0.0 +" + +src_configure() { + haskell-cabal_src_configure \ + --flag=-buildtests \ + --flag=mintime15 \ + --flag=splitbase +} diff --git a/dev-haskell/hdbc-postgresql/metadata.xml b/dev-haskell/hdbc-postgresql/metadata.xml index 86e6ee48b925..c5d81d92f84e 100644 --- a/dev-haskell/hdbc-postgresql/metadata.xml +++ b/dev-haskell/hdbc-postgresql/metadata.xml @@ -1,10 +1,12 @@ <?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> - </maintainer> - <upstream> - <remote-id type="github">hdbc/hdbc-postgresql</remote-id> - </upstream> + <maintainer type="project"> + <email>haskell@gentoo.org</email> + <name>Gentoo Haskell</name> + </maintainer> + <upstream> + <remote-id type="hackage">HDBC-postgresql</remote-id> + <remote-id type="github">hdbc/hdbc-postgresql</remote-id> + </upstream> </pkgmetadata> |