summaryrefslogtreecommitdiff
path: root/dev-ml/ocaml-cairo
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2020-01-15 15:51:32 +0000
committerV3n3RiX <venerix@redcorelinux.org>2020-01-15 15:51:32 +0000
commit21435953e16cda318a82334ddbadb3b5c36d9ea7 (patch)
treee1810a4b135afce04b34862ef0fab2bfaeb8aeca /dev-ml/ocaml-cairo
parent7bc9c63c9da678a7e6fceb095d56c634afd22c56 (diff)
gentoo resync : 15.01.2020
Diffstat (limited to 'dev-ml/ocaml-cairo')
-rw-r--r--dev-ml/ocaml-cairo/Manifest3
-rw-r--r--dev-ml/ocaml-cairo/metadata.xml8
-rw-r--r--dev-ml/ocaml-cairo/ocaml-cairo-0.5.ebuild28
3 files changed, 0 insertions, 39 deletions
diff --git a/dev-ml/ocaml-cairo/Manifest b/dev-ml/ocaml-cairo/Manifest
deleted file mode 100644
index e7cddac939cc..000000000000
--- a/dev-ml/ocaml-cairo/Manifest
+++ /dev/null
@@ -1,3 +0,0 @@
-DIST ocaml-cairo-0.5.tar.gz 137433 BLAKE2B 81ed70630ae67f33cc5453e13c23eb0317cd62f9d9984b43580107d0ef57a57b824399aaeedae3656851813cfe863e32efef58a185d81f9dbea6f3dbcfdde199 SHA512 c946739e4d0e7ca1c7f2ffa547c138ad47265bc7f59da17242ee8a78a31b7a2ce777835dc3f4070963a7303891d2fba831171e0252a5bd908083e66515aba083
-EBUILD ocaml-cairo-0.5.ebuild 651 BLAKE2B 02ed720de71bb3f37a17efdcc5c046356b508de68355502168526f367e6a29ef65cc5ef8a179cbdcb6e51a5c6cf080b9edc379a896e1476797a83b5ef7e6601d SHA512 55dc54359aaee2c65f9321a042a3deb01f9cc0a57ae2185df0ef0a94b48dce4b657445881b6e8feff11b95bf1722bd5e81bad379bd9a2119e67024ed34ac8764
-MISC metadata.xml 251 BLAKE2B 9333c76c8ea35336001e851955729b4a369b73aec0be88e813e36fe8fe3ceca26a5d0d5184ed2033474cd5e02840cd3fc9f9ace9e7ee9b6bb316294cc4e3081a SHA512 1d84b218c8569e5d2fe71a30844e47e1885f918a7d2a8d132f8fd8ad4f81849b746f67f6cf4a977de2bbca71300b1636d41222ea948ce77507f229a0e5e58a35
diff --git a/dev-ml/ocaml-cairo/metadata.xml b/dev-ml/ocaml-cairo/metadata.xml
deleted file mode 100644
index a4e5b9a6a41b..000000000000
--- a/dev-ml/ocaml-cairo/metadata.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <!-- maintainer-needed -->
- <upstream>
- <remote-id type="github">Chris00/ocaml-cairo</remote-id>
- </upstream>
-</pkgmetadata>
diff --git a/dev-ml/ocaml-cairo/ocaml-cairo-0.5.ebuild b/dev-ml/ocaml-cairo/ocaml-cairo-0.5.ebuild
deleted file mode 100644
index 627d5f40b95a..000000000000
--- a/dev-ml/ocaml-cairo/ocaml-cairo-0.5.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-OASIS_BUILD_DOCS=1
-
-inherit oasis
-
-DESCRIPTION="OCaml Binding to Cairo"
-HOMEPAGE="https://github.com/Chris00/ocaml-cairo"
-SRC_URI="https://github.com/Chris00/ocaml-cairo/releases/download/0.5/cairo2-${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="LGPL-3-with-linking-exception"
-SLOT="0/${PV}"
-KEYWORDS="~amd64"
-IUSE="gtk"
-
-DEPEND="
- gtk? ( dev-ml/lablgtk:= )
- x11-libs/cairo[svg(+)]
-"
-RDEPEND="${DEPEND}"
-DOCS=( README.md )
-S="${WORKDIR}/cairo2-${PV}/"
-
-src_configure() {
- oasis_configure_opts="$(use_enable gtk lablgtk2)" oasis_src_configure
-}