diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2015-08-08 13:49:04 -0700 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2015-08-08 17:38:18 -0700 |
commit | 56bd759df1d0c750a065b8c845e93d5dfa6b549d (patch) | |
tree | 3f91093cdb475e565ae857f1c5a7fd339e2d781e /dev-haskell/x11-xft | |
download | gentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.tar.gz gentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.tar.bz2 gentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.zip |
proj/gentoo: Initial commit
This commit represents a new era for Gentoo:
Storing the gentoo-x86 tree in Git, as converted from CVS.
This commit is the start of the NEW history.
Any historical data is intended to be grafted onto this point.
Creation process:
1. Take final CVS checkout snapshot
2. Remove ALL ChangeLog* files
3. Transform all Manifests to thin
4. Remove empty Manifests
5. Convert all stale $Header$/$Id$ CVS keywords to non-expanded Git $Id$
5.1. Do not touch files with -kb/-ko keyword flags.
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
X-Thanks: Alec Warner <antarus@gentoo.org> - did the GSoC 2006 migration tests
X-Thanks: Robin H. Johnson <robbat2@gentoo.org> - infra guy, herding this project
X-Thanks: Nguyen Thai Ngoc Duy <pclouds@gentoo.org> - Former Gentoo developer, wrote Git features for the migration
X-Thanks: Brian Harring <ferringb@gentoo.org> - wrote much python to improve cvs2svn
X-Thanks: Rich Freeman <rich0@gentoo.org> - validation scripts
X-Thanks: Patrick Lauer <patrick@gentoo.org> - Gentoo dev, running new 2014 work in migration
X-Thanks: Michał Górny <mgorny@gentoo.org> - scripts, QA, nagging
X-Thanks: All of other Gentoo developers - many ideas and lots of paint on the bikeshed
Diffstat (limited to 'dev-haskell/x11-xft')
-rw-r--r-- | dev-haskell/x11-xft/Manifest | 2 | ||||
-rw-r--r-- | dev-haskell/x11-xft/files/x11-xft-0.3-ghc72.patch | 26 | ||||
-rw-r--r-- | dev-haskell/x11-xft/metadata.xml | 8 | ||||
-rw-r--r-- | dev-haskell/x11-xft/x11-xft-0.3.1-r1.ebuild | 32 | ||||
-rw-r--r-- | dev-haskell/x11-xft/x11-xft-0.3.1.ebuild | 30 | ||||
-rw-r--r-- | dev-haskell/x11-xft/x11-xft-0.3.ebuild | 32 |
6 files changed, 130 insertions, 0 deletions
diff --git a/dev-haskell/x11-xft/Manifest b/dev-haskell/x11-xft/Manifest new file mode 100644 index 000000000000..58dfd6dc17c3 --- /dev/null +++ b/dev-haskell/x11-xft/Manifest @@ -0,0 +1,2 @@ +DIST X11-xft-0.3.1.tar.gz 13621 SHA256 4eba3fee62570e06447654030a62fb55f19587884bc2cef77a9c3b2c3458f8d1 SHA512 8f40db25453227ef9ce53b05a0c6af869e3a2efdb1d9b9ad683baf52601f320c85b09f0e514bb6ffeb17516d9b75c6772aa49613bb96272d56f06788118b7cfe WHIRLPOOL c41ef5c37e1a072ab7e83afa5d2529dbe19159ee58b4686f1c8ca7f39f8b4dd0d5b1a6bd1a11f4998f2c05a12c64b2c487052a2abdd777f94cb49d93353d1cf2 +DIST X11-xft-0.3.tar.gz 13684 SHA256 48892d0d0a90d5b47658877facabf277bf8466b7388eaf6ce163b843432a567d SHA512 f112bdeda3b1dc7ad9ff0229cf844a8a0d7016764874551224750c45ecc3d0b87ded8590368d2c27f7d87c043788b5724582286db28954f4025f56633641d550 WHIRLPOOL 048c1ca9dcea34d325fe4e5289d3be125501fb7ba6fec0a1d95b9fb85905b1c53d13dd0befef2870658dbd335b150ae5e748ee6cea841c8b32f6a216542aaed4 diff --git a/dev-haskell/x11-xft/files/x11-xft-0.3-ghc72.patch b/dev-haskell/x11-xft/files/x11-xft-0.3-ghc72.patch new file mode 100644 index 000000000000..42e53fd3d0c5 --- /dev/null +++ b/dev-haskell/x11-xft/files/x11-xft-0.3-ghc72.patch @@ -0,0 +1,26 @@ +diff --git a/Graphics/X11/Xft.hsc b/Graphics/X11/Xft.hsc +index b32d3c9..493c5ee 100644 +--- a/Graphics/X11/Xft.hsc ++++ b/Graphics/X11/Xft.hsc +@@ -57,7 +57,7 @@ import Foreign.Marshal.Array + import Codec.Binary.UTF8.String as UTF8 + import Data.Int + import Data.Word +-import Monad ++import Control.Monad + + #include <X11/Xft/Xft.h> + +diff --git a/X11-xft.cabal b/X11-xft.cabal +index 06bba67..273c96a 100644 +--- a/X11-xft.cabal ++++ b/X11-xft.cabal +@@ -9,7 +9,7 @@ synopsis: Bindings to the Xft, X Free Type interface library, and some Xre + description: Bindings to the Xft, X Free Type interface library, and some Xrender parts + exposed-modules: Graphics.X11.Xft, Graphics.X11.Xrender + extensions: ForeignFunctionInterface +-build-depends: base, haskell98, X11>=1.2.1, utf8-string>=0.1 ++build-depends: base, X11>=1.2.1, utf8-string>=0.1 + ghc-options: -funbox-strict-fields + pkgconfig-depends: xft + extra-source-files: Hello.hs diff --git a/dev-haskell/x11-xft/metadata.xml b/dev-haskell/x11-xft/metadata.xml new file mode 100644 index 000000000000..8c66906af531 --- /dev/null +++ b/dev-haskell/x11-xft/metadata.xml @@ -0,0 +1,8 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<herd>haskell</herd> +<maintainer> + <email>haskell@gentoo.org</email> +</maintainer> +</pkgmetadata> diff --git a/dev-haskell/x11-xft/x11-xft-0.3.1-r1.ebuild b/dev-haskell/x11-xft/x11-xft-0.3.1-r1.ebuild new file mode 100644 index 000000000000..1414c3721038 --- /dev/null +++ b/dev-haskell/x11-xft/x11-xft-0.3.1-r1.ebuild @@ -0,0 +1,32 @@ +# 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 + +MY_PN="X11-xft" +MY_P="${MY_PN}-${PV}" + +DESCRIPTION="Bindings to the Xft, X Free Type interface library, and some Xrender parts" +HOMEPAGE="http://hackage.haskell.org/package/X11-xft" +SRC_URI="mirror://hackage/packages/archive/${MY_PN}/${PV}/${MY_P}.tar.gz" + +LICENSE="LGPL-2.1" +SLOT="0/${PV}" +KEYWORDS="~amd64 ~ppc64 ~x86" +IUSE="" + +RDEPEND=">=dev-haskell/utf8-string-0.1:=[profile?] + >=dev-haskell/x11-1.2.1:=[profile?] + >=dev-lang/ghc-6.10.4:= + x11-libs/libXft" +DEPEND="${RDEPEND} + >=dev-haskell/cabal-0 + virtual/pkgconfig" + +S="${WORKDIR}/${MY_P}" diff --git a/dev-haskell/x11-xft/x11-xft-0.3.1.ebuild b/dev-haskell/x11-xft/x11-xft-0.3.1.ebuild new file mode 100644 index 000000000000..a8de91979144 --- /dev/null +++ b/dev-haskell/x11-xft/x11-xft-0.3.1.ebuild @@ -0,0 +1,30 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="4" + +CABAL_FEATURES="lib profile haddock" +inherit haskell-cabal + +MY_PN="X11-xft" +MY_P="${MY_PN}-${PV}" + +DESCRIPTION="Bindings to the Xft, X Free Type interface library, and some Xrender parts" +HOMEPAGE="http://hackage.haskell.org/cgi-bin/hackage-scripts/package/X11-xft" +SRC_URI="mirror://hackage/packages/archive/${MY_PN}/${PV}/${MY_P}.tar.gz" + +LICENSE="LGPL-2.1" +SLOT="0" +KEYWORDS="amd64 ~ppc64 x86" +IUSE="" + +RDEPEND=">=dev-lang/ghc-6.6.1 + >=dev-haskell/utf8-string-0.1[profile?] + >=dev-haskell/x11-1.2.1[profile?] + x11-libs/libXft" + +DEPEND="${RDEPEND} + dev-haskell/cabal" + +S="${WORKDIR}/${MY_P}" diff --git a/dev-haskell/x11-xft/x11-xft-0.3.ebuild b/dev-haskell/x11-xft/x11-xft-0.3.ebuild new file mode 100644 index 000000000000..b5c5d931c6e9 --- /dev/null +++ b/dev-haskell/x11-xft/x11-xft-0.3.ebuild @@ -0,0 +1,32 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="4" + +CABAL_FEATURES="lib profile haddock" +inherit base haskell-cabal + +MY_PN="X11-xft" +MY_P="${MY_PN}-${PV}" + +DESCRIPTION="Bindings to the Xft, X Free Type interface library, and some Xrender parts" +HOMEPAGE="http://hackage.haskell.org/cgi-bin/hackage-scripts/package/X11-xft" +SRC_URI="mirror://hackage/packages/archive/${MY_PN}/${PV}/${MY_P}.tar.gz" + +LICENSE="LGPL-2.1" +SLOT="0" +KEYWORDS="~amd64 ~ppc64 ~x86" +IUSE="" + +RDEPEND=">=dev-lang/ghc-6.6.1 + >=dev-haskell/utf8-string-0.1[profile?] + >=dev-haskell/x11-1.2.1[profile?] + x11-libs/libXft" + +DEPEND="${RDEPEND} + dev-haskell/cabal" + +S="${WORKDIR}/${MY_P}" + +PATCHES=("${FILESDIR}/${PN}-0.3-ghc72.patch") |