diff options
author | V3n3RiX <venerix@koprulu.sector> | 2022-08-22 14:43:09 +0100 |
---|---|---|
committer | V3n3RiX <venerix@koprulu.sector> | 2022-08-22 14:43:09 +0100 |
commit | c0a9f2400f704c438b0cef4f4105e7bb6c3cbbff (patch) | |
tree | f03dacf9fcbf88186d23a1c68620015cca2a06b2 /dev-haskell/bits-atomic | |
parent | 4c4bbf21230bd972cf759b2a40b782aa4149fc1f (diff) |
gentoo auto-resync : 22:08:2022 - 14:43:09
Diffstat (limited to 'dev-haskell/bits-atomic')
-rw-r--r-- | dev-haskell/bits-atomic/Manifest | 5 | ||||
-rw-r--r-- | dev-haskell/bits-atomic/bits-atomic-0.1.3-r1.ebuild | 35 | ||||
-rw-r--r-- | dev-haskell/bits-atomic/files/bits-atomic-0.1.3-ghc-8.patch | 9 | ||||
-rw-r--r-- | dev-haskell/bits-atomic/metadata.xml | 41 |
4 files changed, 0 insertions, 90 deletions
diff --git a/dev-haskell/bits-atomic/Manifest b/dev-haskell/bits-atomic/Manifest deleted file mode 100644 index 271f740da406..000000000000 --- a/dev-haskell/bits-atomic/Manifest +++ /dev/null @@ -1,5 +0,0 @@ -AUX bits-atomic-0.1.3-ghc-8.patch 353 BLAKE2B 14eaaac0e86a1be6911512bd6e77ee8124fa8aea14ac4af5aa4281e9b0b8b94e015e387cd5f6a50a21c6fa1917dffe20af57deaa8781381ec5f92293b1fbba0a SHA512 a33787a086dd72120b50d0fd78b80435e5c62f54daaadfc21177973119a75f0b0855311c655c0656aab8ad9712c34e8d60e4f371f2be244b283aee9f53c3aab2 -DIST bits-atomic-0.1.3-gcc-5.patch 30907 BLAKE2B 135d495f914af645de82c4d3cd491460dba6fee5293a591f9e83ad07efd7b47cedf32a841557eca0a852690e9367c6fd7a0d6722d6212193c7188fe70d673d77 SHA512 0a40015f225325db3716ac0a17e33eef3f2042b72f933000a52734b103ea3e316a0242a0b75c90a31d0d4c31d33da8d32b07f7c067d79ade51df66ea75a3b19c -DIST bits-atomic-0.1.3.tar.gz 7982 BLAKE2B 4ac1e6c808c30fb8ad59509aefb9dcb32f98023b31efb2eabf59ea94cbc681aa94219a8389179c7755dfb8ad944bcab122676aca361502d030c85d04c7a4f113 SHA512 e13c21c81ebc6cce2f85a184a572eb1647439f605985a8344ff219cc685c7d0adcf5d2433ea75fa1560a807e329cab23b548435adc0087e6294417eb7a65fbf1 -EBUILD bits-atomic-0.1.3-r1.ebuild 885 BLAKE2B 866cb20ac442ebcb0403907ee7baa6b8d6c422d705eec5c00fb88315f8455c2590836e015c47a1e77b106f74b055f09a7431c51cb03f789ab5ce149843893a8e SHA512 bba66b5a1d8b167130e2b5b4f37dab15bb7a1b7e1b636da15341495fb11569abe4c9b147d15064e058e3fdca19c46855d8223cd0391ea726d6dd5d03d135f786 -MISC metadata.xml 1691 BLAKE2B 5aa1eb0ed180102b081871515f48f6a8cba4769a40419d52d60103b3038d38f0124145a7c4325238b8f795e0839540a7227358ac58730483add4aea2f961d03b SHA512 a1cc66012effc5e266240407c87aec1563618f5573c0fae51efe02c1c5d0c2caabbc27b2fb4a60904bae6e452a06a2b5eb062d120268db9a2a3e8f582fd58f3d diff --git a/dev-haskell/bits-atomic/bits-atomic-0.1.3-r1.ebuild b/dev-haskell/bits-atomic/bits-atomic-0.1.3-r1.ebuild deleted file mode 100644 index 278b011fad91..000000000000 --- a/dev-haskell/bits-atomic/bits-atomic-0.1.3-r1.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -# ebuild generated by hackport 0.4.6.9999 - -CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite" -inherit haskell-cabal - -DESCRIPTION="Atomic bit operations on memory locations for low-level synchronization" -HOMEPAGE="https://hackage.haskell.org/package/bits-atomic" -SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz - https://dev.gentoo.org/~slyfox/patches/${P}-gcc-5.patch" - -LICENSE="BSD" -SLOT="0/${PV}" -KEYWORDS="~amd64 ~x86" -IUSE="" - -RDEPEND=">=dev-lang/ghc-7.4.1:= -" -DEPEND="${RDEPEND} - >=dev-haskell/cabal-1.8 - test? ( dev-haskell/hunit - dev-haskell/quickcheck - dev-haskell/test-framework - dev-haskell/test-framework-hunit - dev-haskell/test-framework-quickcheck2 ) -" - -PATCHES=( - "${DISTDIR}"/${P}-gcc-5.patch - "${FILESDIR}"/${P}-ghc-8.patch -) diff --git a/dev-haskell/bits-atomic/files/bits-atomic-0.1.3-ghc-8.patch b/dev-haskell/bits-atomic/files/bits-atomic-0.1.3-ghc-8.patch deleted file mode 100644 index eb12edc2d4f3..000000000000 --- a/dev-haskell/bits-atomic/files/bits-atomic-0.1.3-ghc-8.patch +++ /dev/null @@ -1,9 +0,0 @@ -diff --git a/test/test.hs b/test/test.hs -index 38238b5..c3a99b0 100644 ---- a/test/test.hs -+++ b/test/test.hs -@@ -35,3 +35,3 @@ testPattern = 0xdeadbeef - --type PolyTest = (AtomicBits a, Storable a, Integral a, Bounded a, Show a) => a -> Assertion -+type PolyTest = forall a . (AtomicBits a, Storable a, Integral a, Bounded a, Show a) => a -> Assertion - diff --git a/dev-haskell/bits-atomic/metadata.xml b/dev-haskell/bits-atomic/metadata.xml deleted file mode 100644 index d93ea74cbc2d..000000000000 --- a/dev-haskell/bits-atomic/metadata.xml +++ /dev/null @@ -1,41 +0,0 @@ -<?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> - <name>Gentoo Haskell</name> - </maintainer> - <longdescription> - Atomic operations including CAS (compare-and-swap), fetch & add and variants - suitable for low-level shared-memory synchronization. - - The implementation is using GCC's builtin atomic operations (available in GCC >= - 4) in C wrappers called through the FFI. See these links for background: - - * GCC manual: <https://gcc.gnu.org/onlinedocs/gcc/Atomic-Builtins.html> - - * GCC wiki: <https://gcc.gnu.org/wiki/Atomic> - - /Portability/: This package is primarily developed on a Linux system, but - should work wherever GCC >= 4 is available. It has been confirmed as working - on OSX. On Windows, it should work with Cygwin but currently fails for - vanilla Haskell-Platform 2010.1.0.0 as it still packages GCC 3.x. An - installer for updated versions of GCC is available at - <http://www.mingw.org/> and should make this package work in connection with - Haskell-Platform. Feedback on compatibility would be appreciated. - - /Testing:/ The following commands can be used to compile and run the test suite: - - > cabal unpack bits-atomic && cd bits-atomic-* # if not yet locally available - > cabal configure -ftest - > cabal build - > cabal test - - /Recent changes/: - - * 0.1.3: Documentation updates, especially on portability. No functional - changes. - - * 0.1.2: Avoid using System.FilePath in Setup.hs to fix build failure on hackage - </longdescription> -</pkgmetadata> |