summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergei Trofimovich <slyfox@gentoo.org>2016-05-30 21:32:49 +0100
committerSergei Trofimovich <slyfox@gentoo.org>2016-05-30 22:15:36 +0100
commita022406888425d6f31cd72cd75a9a04df329d7ac (patch)
tree3ab8b3c769a1c2eb646228bf43ac775f4e8dd21e
parentdev-haskell/esqueleto: drop old (diff)
downloadgentoo-a022406888425d6f31cd72cd75a9a04df329d7ac.tar.gz
gentoo-a022406888425d6f31cd72cd75a9a04df329d7ac.tar.bz2
gentoo-a022406888425d6f31cd72cd75a9a04df329d7ac.zip
dev-haskell/persistent-sqlite: drop old
Package-Manager: portage-2.3.0_rc1
-rw-r--r--dev-haskell/persistent-sqlite/Manifest3
-rw-r--r--dev-haskell/persistent-sqlite/files/persistent-sqlite-1.2.1-pthread.patch23
-rw-r--r--dev-haskell/persistent-sqlite/persistent-sqlite-1.1.5.ebuild38
-rw-r--r--dev-haskell/persistent-sqlite/persistent-sqlite-1.2.1-r1.ebuild39
-rw-r--r--dev-haskell/persistent-sqlite/persistent-sqlite-1.3.0.5.ebuild42
5 files changed, 0 insertions, 145 deletions
diff --git a/dev-haskell/persistent-sqlite/Manifest b/dev-haskell/persistent-sqlite/Manifest
index ad56ced8bc08..a4a0f4c83d9d 100644
--- a/dev-haskell/persistent-sqlite/Manifest
+++ b/dev-haskell/persistent-sqlite/Manifest
@@ -1,4 +1 @@
-DIST persistent-sqlite-1.1.5.tar.gz 1285378 SHA256 94993b3b4f09d27846c149b68e3e9ba73a2bd6e361a6e74519dff5ad31b81dcf SHA512 ccbbc392e09082e5c70825ae6c8135b1c7adc05e33a1c6a215a0794f4ebf6fd436ef00705c274752681171958b2aebfbd89bb87b5cb2d5c38bbcc28214848ead WHIRLPOOL a0db2e4a8f52b9580717e5d25e2696d594da0861738bc19194886f479eca0f6a9b6ef755320a3a8318ad7e6929d3ad96ebe3e5034871b4b2ae8f33ccc8641eed
-DIST persistent-sqlite-1.2.1.tar.gz 1285579 SHA256 c097a32e9d73a38143652b109db895180db2c621178ccedfa43df6718d466bd1 SHA512 10b0c2ee09998f12c35d35ac8a8e41ca9208e01033fab15af906d663f191f41ea474ed64a4adc57238d0c3d185381056067207df6ed40157c13898321a128669 WHIRLPOOL c6b2f03029b7bd2764e3291befc05f4c99e7c2b4e122af6d9f67217d221ab4d216bc3bb174ef4747e20b0cfad9c76ff136a7138f14b9671772ab38ae94078243
-DIST persistent-sqlite-1.3.0.5.tar.gz 1353303 SHA256 eb477f7f98d4af69aa5ef88750c0e62915378c554a480652b4b09e4f985f6715 SHA512 5ea6919c73eb7d791bfdd09ed12bc8eba957cbc6854596d08bfe6b5e924929f2fa031fdffe69b755b29a8c99571a2e3ee784ab7abc4b983a279bb69735b0d3d0 WHIRLPOOL 8d427c9e7dd9a26cc25e6c979dcd11aee6b906992197ae26dc6ab593b77d1466e9de6b042b13533fb112ed82308862ba7774478e2e64bd3b113fbdbe8b8415fd
DIST persistent-sqlite-2.1.4.2.tar.gz 1460596 SHA256 0ac7e708c06ae1b63bb068c248fb3ccba0beb99da52702efa6c0a4bca047123c SHA512 9c959164135120f02464daee6d9012872d12212bcb94128010f05784cd11cd04d2fd2dcca5dafd9036d0bd4154a5262b26816b27d7a335f0404634471e3944c7 WHIRLPOOL 04ca7a978b7469e4332cb7461b65a3b8c9c50b97621de7f1bf420adfae2be79e5973e2bdb5f6cfd7f491657dc84704c02fbb25e2ae53348b82496a5f41392f39
diff --git a/dev-haskell/persistent-sqlite/files/persistent-sqlite-1.2.1-pthread.patch b/dev-haskell/persistent-sqlite/files/persistent-sqlite-1.2.1-pthread.patch
deleted file mode 100644
index a303c8d35eef..000000000000
--- a/dev-haskell/persistent-sqlite/files/persistent-sqlite-1.2.1-pthread.patch
+++ /dev/null
@@ -1,23 +0,0 @@
-Fixes yesod-persistent test build failure:
-
-[2 of 2] Compiling Main ( test/Spec.hs, dist/build/test/test-tmp/Main.o )
-Linking dist/build/test/test ...
-/usr/lib/gcc/x86_64-pc-linux-gnu/4.8.1/../../../../x86_64-pc-linux-gnu/bin/ld: /usr/lib64/persistent-sqlite-1.2.1/ghc-7.6.3/libHSpersistent-sqlite-1.2.1.a(sqlite3.o): undefined reference to s
-ymbol 'pthread_mutexattr_settype@@GLIBC_2.2.5'
-/usr/lib/gcc/x86_64-pc-linux-gnu/4.8.1/../../../../x86_64-pc-linux-gnu/bin/ld: note: 'pthread_mutexattr_settype@@GLIBC_2.2.5' is defined in DSO /lib64/libpthread.so.0 so try adding it to the
-linker command line
-/lib64/libpthread.so.0: could not read symbols: Invalid operation
-collect2: error: ld returned 1 exit status
-
-diff --git a/persistent-sqlite.cabal b/persistent-sqlite.cabal
-index c40a1d9..aaf0b1f 100644
---- a/persistent-sqlite.cabal
-+++ b/persistent-sqlite.cabal
-@@ -34,6 +34,7 @@ library
- extra-libraries: sqlite3
- else
- c-sources: cbits/sqlite3.c
-+ extra-libraries: pthread
-
- source-repository head
- type: git
diff --git a/dev-haskell/persistent-sqlite/persistent-sqlite-1.1.5.ebuild b/dev-haskell/persistent-sqlite/persistent-sqlite-1.1.5.ebuild
deleted file mode 100644
index 1d1335eae5f8..000000000000
--- a/dev-haskell/persistent-sqlite/persistent-sqlite-1.1.5.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-# ebuild generated by hackport 0.3.2.9999
-
-CABAL_FEATURES="lib profile haddock hoogle hscolour"
-inherit haskell-cabal
-
-DESCRIPTION="Backend for the persistent library using sqlite3"
-HOMEPAGE="http://www.yesodweb.com/book/persistent"
-SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0/${PV}"
-KEYWORDS="~amd64 ~x86"
-IUSE="systemlib"
-
-RDEPEND=">=dev-haskell/aeson-0.5:=[profile?]
- >=dev-haskell/conduit-0.5.3:=[profile?]
- >=dev-haskell/monad-control-0.2:=[profile?]
- >=dev-haskell/monad-logger-0.2.4:=[profile?]
- >=dev-haskell/persistent-1.1.5:=[profile?]
- <dev-haskell/persistent-1.2:=[profile?]
- >=dev-haskell/text-0.7:=[profile?]
- >=dev-haskell/transformers-0.2.1:=[profile?]
- >=dev-lang/ghc-6.10.4:=
- systemlib? ( >=dev-db/sqlite-3.0
- )"
-DEPEND="${RDEPEND}
- >=dev-haskell/cabal-1.6"
-
-src_configure() {
- haskell-cabal_src_configure \
- $(cabal_flag systemlib systemlib)
-}
diff --git a/dev-haskell/persistent-sqlite/persistent-sqlite-1.2.1-r1.ebuild b/dev-haskell/persistent-sqlite/persistent-sqlite-1.2.1-r1.ebuild
deleted file mode 100644
index 79d31a0e7379..000000000000
--- a/dev-haskell/persistent-sqlite/persistent-sqlite-1.2.1-r1.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-# ebuild generated by hackport 0.3.2.9999
-
-CABAL_FEATURES="lib profile haddock hoogle hscolour"
-inherit base haskell-cabal
-
-DESCRIPTION="Backend for the persistent library using sqlite3"
-HOMEPAGE="http://www.yesodweb.com/book/persistent"
-SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0/${PV}"
-KEYWORDS="~amd64 ~x86"
-IUSE="systemlib"
-
-RDEPEND=">=dev-haskell/aeson-0.5:=[profile?]
- >=dev-haskell/conduit-0.5.3:=[profile?]
- >=dev-haskell/monad-control-0.2:=[profile?]
- >=dev-haskell/monad-logger-0.2.4:=[profile?]
- =dev-haskell/persistent-1.2*:=[profile?]
- >=dev-haskell/text-0.7:=[profile?]
- >=dev-haskell/transformers-0.2.1:=[profile?]
- >=dev-lang/ghc-6.10.4:=
- systemlib? ( >=dev-db/sqlite-3.0
- )"
-DEPEND="${RDEPEND}
- >=dev-haskell/cabal-1.6"
-
-PATCHES=("${FILESDIR}"/${P}-pthread.patch)
-
-src_configure() {
- haskell-cabal_src_configure \
- $(cabal_flag systemlib systemlib)
-}
diff --git a/dev-haskell/persistent-sqlite/persistent-sqlite-1.3.0.5.ebuild b/dev-haskell/persistent-sqlite/persistent-sqlite-1.3.0.5.ebuild
deleted file mode 100644
index 9a6dea2b5278..000000000000
--- a/dev-haskell/persistent-sqlite/persistent-sqlite-1.3.0.5.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-# ebuild generated by hackport 0.3.6.9999
-#hackport: flags: +systemlib
-
-CABAL_FEATURES="bin lib profile haddock hoogle hscolour"
-inherit haskell-cabal
-
-DESCRIPTION="Backend for the persistent library using sqlite3"
-HOMEPAGE="http://www.yesodweb.com/book/persistent"
-SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0/${PV}"
-KEYWORDS="~amd64 ~x86"
-IUSE="build-sanity-exe"
-
-RDEPEND=">=dev-db/sqlite-3.0
- >=dev-haskell/aeson-0.5:=[profile?]
- >=dev-haskell/conduit-0.5.3:=[profile?]
- >=dev-haskell/monad-control-0.2:=[profile?]
- >=dev-haskell/monad-logger-0.2.4:=[profile?]
- >=dev-haskell/persistent-1.3:=[profile?] <dev-haskell/persistent-1.4:=[profile?]
- dev-haskell/resourcet:=[profile?]
- >=dev-haskell/text-0.7:=[profile?]
- >=dev-haskell/transformers-0.2.1:=[profile?]
- >=dev-lang/ghc-6.10.4:=
- virtual/libc
-"
-DEPEND="${RDEPEND}
- >=dev-haskell/cabal-1.8
-"
-
-src_configure() {
- haskell-cabal_src_configure \
- $(cabal_flag build-sanity-exe build-sanity-exe) \
- --flag=systemlib
-}