summaryrefslogtreecommitdiff
path: root/dev-ml
diff options
context:
space:
mode:
authorMaciej Barć <xgqt@gentoo.org>2024-07-02 16:23:54 +0200
committerMaciej Barć <xgqt@gentoo.org>2024-07-02 16:50:24 +0200
commit52685d2b9e858b884f629eb45042dc67faf9a7a2 (patch)
tree9eb829bd417c5fbcde5ba58abc45e89a0a82b671 /dev-ml
parentdev-ml/cairo2: drop old 0.6.1-r2 (diff)
downloadgentoo-52685d2b9e858b884f629eb45042dc67faf9a7a2.tar.gz
gentoo-52685d2b9e858b884f629eb45042dc67faf9a7a2.tar.bz2
gentoo-52685d2b9e858b884f629eb45042dc67faf9a7a2.zip
dev-ml/cairo2: drop old 0.6.2-r2
Signed-off-by: Maciej Barć <xgqt@gentoo.org>
Diffstat (limited to 'dev-ml')
-rw-r--r--dev-ml/cairo2/Manifest1
-rw-r--r--dev-ml/cairo2/cairo2-0.6.2-r2.ebuild35
2 files changed, 0 insertions, 36 deletions
diff --git a/dev-ml/cairo2/Manifest b/dev-ml/cairo2/Manifest
index c90bebdfa33d..d08cce4eecdc 100644
--- a/dev-ml/cairo2/Manifest
+++ b/dev-ml/cairo2/Manifest
@@ -1,2 +1 @@
-DIST cairo2-0.6.2.tbz 90428 BLAKE2B a8c03e6ea8d4dcfc34a744f48b9a55a5e84b964602358f1c90aadcc5fdaed8eebecba2c851e71ef60066d42088d0baf9f4b90824541af93426e47f2539d6f41b SHA512 789b65428855c3b8fb71836ee6e607870c3140a6152fb01b8ba6e7d2e2f4842a62412061a5eff99023234d305587b605d0cbbacd29456c86a52e9df6466bd302
DIST cairo2-0.6.4.tbz 90735 BLAKE2B d0e6617a1de99050553ebbb0ea9fa1567051923378b164f8ff073700cbda7275a7c5dc97ed74d9f891b18fe4a051b8da81450da4946364ea7c6e53ec10cc8ba0 SHA512 2fd755b32253a4c441146fb41d13bf7ad4ce3828bc479ece296fb58350e20c7349c22457ad99fa080407b5150ce337a753221043f18b7b641f4c5bc98e37e799
diff --git a/dev-ml/cairo2/cairo2-0.6.2-r2.ebuild b/dev-ml/cairo2/cairo2-0.6.2-r2.ebuild
deleted file mode 100644
index d85b66777011..000000000000
--- a/dev-ml/cairo2/cairo2-0.6.2-r2.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 2019-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit dune
-
-DESCRIPTION="Binding to Cairo, a 2D Vector Graphics Library"
-HOMEPAGE="https://github.com/Chris00/ocaml-cairo"
-SRC_URI="https://github.com/Chris00/ocaml-cairo/releases/download/${PV}/cairo2-${PV}.tbz"
-
-LICENSE="LGPL-3"
-SLOT="0/${PV}"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc ppc64 x86"
-IUSE="+ocamlopt"
-
-DEPEND="
- x11-libs/cairo:=[svg(+)]
- dev-ml/dune-configurator:=
-"
-RDEPEND="${DEPEND}"
-BDEPEND=""
-
-# >>> Test phase: dev-ml/cairo2-0.6.1
-# image_create alias tests/runtest (got signal SEGV)
-# (cd _build/default/tests && ./image_create.exe)
-# DESTROY bigarray 'data'
-# Done: 70/72 (jobs: 1) * ERROR: dev-ml/cairo2-0.6.1::x-portage failed (test phase):
-RESTRICT=test
-
-# Remove lablgtk2 dep https://github.com/Chris00/ocaml-cairo/issues/21
-# Fix compiler warnings, from: https://github.com/Chris00/ocaml-cairo/pull/22
-PATCHES=(
- "${FILESDIR}"/${PN}-0.6.1-ignore-gtk-and-pango.patch
-)