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/gio | |
parent | 4c4bbf21230bd972cf759b2a40b782aa4149fc1f (diff) |
gentoo auto-resync : 22:08:2022 - 14:43:09
Diffstat (limited to 'dev-haskell/gio')
-rw-r--r-- | dev-haskell/gio/Manifest | 3 | ||||
-rw-r--r-- | dev-haskell/gio/gio-0.13.8.1.ebuild | 29 | ||||
-rw-r--r-- | dev-haskell/gio/metadata.xml | 15 |
3 files changed, 0 insertions, 47 deletions
diff --git a/dev-haskell/gio/Manifest b/dev-haskell/gio/Manifest deleted file mode 100644 index a165cbe1208f..000000000000 --- a/dev-haskell/gio/Manifest +++ /dev/null @@ -1,3 +0,0 @@ -DIST gio-0.13.8.1.tar.gz 70144 BLAKE2B ba7bea0df82731b92c79c316776eed547885690ccd9a39713a2cb14ecd84cc601dfa2ac09b520584bd48944f2406d9651c7927fad035be46a87c66af62638c4a SHA512 9eaee3c41c0da5ada37881238623677b85a008225f7948c95f87f1f9c7bc66582911d11a31e44109c9f53918e5b4ee73b33162f0cafb68b9da4c9b9566061899 -EBUILD gio-0.13.8.1.ebuild 761 BLAKE2B 0ef0b5f04051d6c47c0e0ca23a6d5b8454576e27ce62bb483227daf040f518189d3bff941439eeb5b2cd44145ba0f7c65678c0c01b30e650d572dbd187d2f6b7 SHA512 a2a16e030b9016af516090f3b720d1f4bca442e43e8b45a7a4355bdd3b4a82f1aacfec675cc75f46f0a1c1f06c20906f0c0d60f925284f16f429af2e21a12725 -MISC metadata.xml 686 BLAKE2B 4859a0440759122d70380a72cdebaed96b11d15fa34a5563b33d3d821e67b15d78bfcab1508de2e668ee249d616090debe71cef5f050834cea4a379675417c73 SHA512 b7ea8694672870af55ed00f12de90f7d1c19c83d307badbbc7a60105d8368ca89894aedb4a0548407ca6a2d0ab2cfb4d73c48c7d63a6b243e5181952389c4285 diff --git a/dev-haskell/gio/gio-0.13.8.1.ebuild b/dev-haskell/gio/gio-0.13.8.1.ebuild deleted file mode 100644 index 59aea8739438..000000000000 --- a/dev-haskell/gio/gio-0.13.8.1.ebuild +++ /dev/null @@ -1,29 +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 GIO" -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/glib-0.13.0.0:=[profile?] <dev-haskell/glib-0.14:=[profile?] - dev-haskell/mtl:=[profile?] - >=dev-lang/ghc-7.4.1:= - dev-libs/glib:2 -" -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 -" diff --git a/dev-haskell/gio/metadata.xml b/dev-haskell/gio/metadata.xml deleted file mode 100644 index bc39010a1e05..000000000000 --- a/dev-haskell/gio/metadata.xml +++ /dev/null @@ -1,15 +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> - GIO is striving to provide a modern, easy-to-use VFS API that sits at the right level in the library stack. - The goal is to overcome the shortcomings of GnomeVFS and provide an API that is - so good that developers prefer it over raw POSIX calls. - Among other things that means using GObject. - It also means not cloning the POSIX API, but providing higher-level, document-centric interfaces. - </longdescription> -</pkgmetadata> |