diff options
author | Jakov Smolić <jsmolic@gentoo.org> | 2022-08-21 23:40:31 +0200 |
---|---|---|
committer | Jakov Smolić <jsmolic@gentoo.org> | 2022-08-21 23:50:43 +0200 |
commit | 4f7b5a50fae0cbbec6b188f915a89400bbd22a88 (patch) | |
tree | 9994870195b363b3cf7936ecd047cc8c657a1aa3 /dev-haskell/pango | |
parent | dev-haskell/pcap: treeclean (diff) | |
download | gentoo-4f7b5a50fae0cbbec6b188f915a89400bbd22a88.tar.gz gentoo-4f7b5a50fae0cbbec6b188f915a89400bbd22a88.tar.bz2 gentoo-4f7b5a50fae0cbbec6b188f915a89400bbd22a88.zip |
dev-haskell/pango: treeclean
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
Diffstat (limited to 'dev-haskell/pango')
-rw-r--r-- | dev-haskell/pango/Manifest | 1 | ||||
-rw-r--r-- | dev-haskell/pango/files/pango-0.13.6.1-cabal-1.24.patch | 33 | ||||
-rw-r--r-- | dev-haskell/pango/metadata.xml | 8 | ||||
-rw-r--r-- | dev-haskell/pango/pango-0.13.8.1.ebuild | 40 |
4 files changed, 0 insertions, 82 deletions
diff --git a/dev-haskell/pango/Manifest b/dev-haskell/pango/Manifest deleted file mode 100644 index 03ae24f14f6b..000000000000 --- a/dev-haskell/pango/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST pango-0.13.8.1.tar.gz 52671 BLAKE2B b3e4067adc4fb2963c054e82f37864c1e57be57bb76b5d6f139cbb7ea41625a9edae12888e847194955f164f1d35bbd4555a389c3eec61da5822d046bee2ba16 SHA512 b17938143332976d048793db5c43647b2a7278713821166c1f13aa74f3c8a77e7c990481add77090418d260dd4b80df7b1eb9b0fdcc415df47b64198e3c1f5fb diff --git a/dev-haskell/pango/files/pango-0.13.6.1-cabal-1.24.patch b/dev-haskell/pango/files/pango-0.13.6.1-cabal-1.24.patch deleted file mode 100644 index fbe18552e3e5..000000000000 --- a/dev-haskell/pango/files/pango-0.13.6.1-cabal-1.24.patch +++ /dev/null @@ -1,33 +0,0 @@ -https://bugs.gentoo.org/702986 - ---- a/Setup.hs -+++ b/Setup.hs -@@ -8,7 +8,7 @@ import Distribution.Simple ( defaultMainWithHooks, UserHooks(postConf), - import Gtk2HsSetup ( gtk2hsUserHooks, getPkgConfigPackages) - import Distribution.Simple.Setup ( ConfigFlags(configVerbosity), fromFlag) - import Distribution.Simple.LocalBuildInfo ( LocalBuildInfo(..) ) --import Distribution.Simple.BuildPaths ( autogenPackageModulesDir ) -+import Distribution.Simple.BuildPaths ( autogenModulesDir ) - import Distribution.Text ( display ) - import Distribution.Version ( Version(..) ) - import Distribution.Verbosity -@@ -49,7 +49,7 @@ writePangoVersionHeaderFile verbosity lbi (Version (major:minor:micro:_) []) = d - , "#define PANGO_VERSION_MICRO " ++ show micro - ] - where -- targetDir = autogenPackageModulesDir lbi -+ targetDir = autogenModulesDir lbi - targetFile = targetDir </> "hspangoversion.h" - - writeVersionHeaderFile _ _ version = ---- a/Setup.hs -+++ b/Setup.hs -@@ -43,7 +43,7 @@ writePangoVersionHeaderFile verbosity lbi (versionNumbers -> (major:minor:micro: - writePangoVersionHeaderFile verbosity lbi (Version (major:minor:micro:_) []) = do - #endif - createDirectoryIfMissingVerbose verbosity True targetDir -- rewriteFileEx verbosity targetFile $ unlines -+ rewriteFile targetFile $ unlines - [ "#define PANGO_VERSION_MAJOR " ++ show major - , "#define PANGO_VERSION_MINOR " ++ show minor - , "#define PANGO_VERSION_MICRO " ++ show micro diff --git a/dev-haskell/pango/metadata.xml b/dev-haskell/pango/metadata.xml deleted file mode 100644 index 937381521944..000000000000 --- a/dev-haskell/pango/metadata.xml +++ /dev/null @@ -1,8 +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> -</pkgmetadata> diff --git a/dev-haskell/pango/pango-0.13.8.1.ebuild b/dev-haskell/pango/pango-0.13.8.1.ebuild deleted file mode 100644 index d95b4a030462..000000000000 --- a/dev-haskell/pango/pango-0.13.8.1.ebuild +++ /dev/null @@ -1,40 +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.6.4.9999 - -CABAL_FEATURES="lib profile haddock hoogle hscolour" -inherit haskell-cabal - -DESCRIPTION="Binding to the Pango text rendering engine" -HOMEPAGE="http://projects.haskell.org/gtk2hs/" -SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz" - -LICENSE="LGPL-2.1" -SLOT="0/${PV}" -KEYWORDS="~amd64 ~x86" -IUSE="" - -RDEPEND=">=dev-haskell/cairo-0.13.0.0:=[profile?] <dev-haskell/cairo-0.14:=[profile?] - >=dev-haskell/glib-0.13.0.0:=[profile?] <dev-haskell/glib-0.14:=[profile?] - dev-haskell/mtl:=[profile?] - >=dev-haskell/text-0.11.0.6:=[profile?] <dev-haskell/text-1.3:=[profile?] - >=dev-lang/ghc-7.4.1:= - x11-libs/cairo - x11-libs/pango -" -DEPEND="${RDEPEND} - >=dev-haskell/cabal-1.24 <dev-haskell/cabal-3.3 - >=dev-haskell/gtk2hs-buildtools-0.13.2.0 <dev-haskell/gtk2hs-buildtools-0.14 - virtual/pkgconfig -" - -src_prepare() { - default - # https://bugs.gentoo.org/702986 - if has_version "<dev-haskell/cabal-3.0.0.0"; then - eapply "${FILESDIR}"/${PN}-0.13.6.1-cabal-1.24.patch - fi -} |