From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 67DB8158089 for ; Mon, 23 Oct 2023 03:20:27 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5829D2BC017; Mon, 23 Oct 2023 03:20:26 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 431BA2BC017 for ; Mon, 23 Oct 2023 03:20:26 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 78F3C335CB4 for ; Mon, 23 Oct 2023 03:20:25 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E6A2E12AE for ; Mon, 23 Oct 2023 03:20:23 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1698030632.80cd14b026b0f7b26028c5e748c03ada0789939e.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-haskell/cairo/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-haskell/cairo/Manifest dev-haskell/cairo/cairo-0.13.10.0.ebuild dev-haskell/cairo/metadata.xml X-VCS-Directories: dev-haskell/cairo/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 80cd14b026b0f7b26028c5e748c03ada0789939e X-VCS-Branch: master Date: Mon, 23 Oct 2023 03:20:23 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 37bce5da-0dab-4957-b28a-af8baedfb52f X-Archives-Hash: 0deb08314c5c4a1570189d3150279d10 commit: 80cd14b026b0f7b26028c5e748c03ada0789939e Author: hololeap protonmail com> AuthorDate: Tue Oct 3 05:11:24 2023 +0000 Commit: Sam James gentoo org> CommitDate: Mon Oct 23 03:10:32 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=80cd14b0 dev-haskell/cairo: new package, add 0.13.10.0 Signed-off-by: hololeap protonmail.com> Signed-off-by: Sam James gentoo.org> dev-haskell/cairo/Manifest | 1 + dev-haskell/cairo/cairo-0.13.10.0.ebuild | 39 ++++++++++++++++++++++++++++++++ dev-haskell/cairo/metadata.xml | 15 ++++++++++++ 3 files changed, 55 insertions(+) diff --git a/dev-haskell/cairo/Manifest b/dev-haskell/cairo/Manifest new file mode 100644 index 000000000000..14b05702e273 --- /dev/null +++ b/dev-haskell/cairo/Manifest @@ -0,0 +1 @@ +DIST cairo-0.13.10.0.tar.gz 53346 BLAKE2B dd6d4d6b4fcfe0212823bbfc01d1edef7cb0a6e776c74d85419c91d6f48757ce1d9f36855c54fa88a4eb448de3c70a9b22bec99647e5e49988770249f14a950a SHA512 86465f37999144a8330b2921eb7233a6a1e5258ac9debe4c70c515ccc183ed6cc04dca3a3ca91978e0d3d2871e4a601253e147fd5b3e76f4839a37cbf9deabfa diff --git a/dev-haskell/cairo/cairo-0.13.10.0.ebuild b/dev-haskell/cairo/cairo-0.13.10.0.ebuild new file mode 100644 index 000000000000..84caaa8cda97 --- /dev/null +++ b/dev-haskell/cairo/cairo-0.13.10.0.ebuild @@ -0,0 +1,39 @@ +# Copyright 1999-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +# ebuild generated by hackport 0.8.2.0.9999 +#hackport: flags: +cairo_pdf,+cairo_ps,cairo_svg:svg + +CABAL_FEATURES="lib profile haddock hoogle hscolour" +inherit haskell-cabal + +DESCRIPTION="Binding to the Cairo library" +HOMEPAGE="https://projects.haskell.org/gtk2hs/" + +LICENSE="BSD" +SLOT="0/${PV}" +KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86" +IUSE="+svg" + +RDEPEND=">=dev-haskell/text-1.0.0.0:=[profile?] =dev-haskell/utf8-string-0.2:=[profile?] =dev-lang/ghc-8.8.1:= + x11-libs/cairo +" +DEPEND="${RDEPEND} + >=dev-haskell/cabal-3.0.0.0 + + + + haskell@gentoo.org + Gentoo Haskell + + + Build the Scalable Vector Graphics (SVG) backend of Cairo. + + + cairo + gtk2hs/gtk2hs + +