summaryrefslogtreecommitdiff
path: root/dev-ml/ojquery
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/ojquery
parent7bc9c63c9da678a7e6fceb095d56c634afd22c56 (diff)
gentoo resync : 15.01.2020
Diffstat (limited to 'dev-ml/ojquery')
-rw-r--r--dev-ml/ojquery/Manifest4
-rw-r--r--dev-ml/ojquery/metadata.xml8
-rw-r--r--dev-ml/ojquery/ojquery-0.1.ebuild32
-rw-r--r--dev-ml/ojquery/ojquery-9999.ebuild32
4 files changed, 0 insertions, 76 deletions
diff --git a/dev-ml/ojquery/Manifest b/dev-ml/ojquery/Manifest
deleted file mode 100644
index 404c04fe3cb6..000000000000
--- a/dev-ml/ojquery/Manifest
+++ /dev/null
@@ -1,4 +0,0 @@
-DIST ojquery-0.1.tar.gz 64335 BLAKE2B f6fc0377326a2eb4487f2e28ae8ed28be6518ea79b1a096cd90e1847d732878775105a3597ea13fde6b352611a39bd49f55792dd5b1f57a576eff80aa127c58e SHA512 57b0f7458fc44294df0993a1593f0f42d532834b7f6676e8093eb3c12d4c88a6084a99f831751fece69477d17ab84a0ebedd9873f5255aa8ee2a6d39996634d2
-EBUILD ojquery-0.1.ebuild 633 BLAKE2B 4f46e06760ace62543c24ddb5a5078ab6662b4ac14387f7fcc73715021fa6cfdcf70f5c74fe68f527415b116116b21a21a2be19adf79997778e8bfb56b1ba458 SHA512 7d8d6048fc50d8ea1efed0c946ee7aaace7e7a32086e07ee890c89c047ed50c8496f6c03101ccfaf21d0c6a52791541fbb3d42d906b10010612041c6a9116e51
-EBUILD ojquery-9999.ebuild 633 BLAKE2B 4f46e06760ace62543c24ddb5a5078ab6662b4ac14387f7fcc73715021fa6cfdcf70f5c74fe68f527415b116116b21a21a2be19adf79997778e8bfb56b1ba458 SHA512 7d8d6048fc50d8ea1efed0c946ee7aaace7e7a32086e07ee890c89c047ed50c8496f6c03101ccfaf21d0c6a52791541fbb3d42d906b10010612041c6a9116e51
-MISC metadata.xml 247 BLAKE2B 28b4a5ef6431661ad0574b43354affe18accd019709810432266e692b954372b0e2a51b5acbcab3f84d16430b80bf81786c7f62373d116ba7f12d03807190781 SHA512 949253bc51cadb44c8440d12050f1c922e2ce52a6c10adedf43229f47d826992b610a1c957e219c29c752034b00450099a6e07a2855255935947096cd2d08c6d
diff --git a/dev-ml/ojquery/metadata.xml b/dev-ml/ojquery/metadata.xml
deleted file mode 100644
index 39e58997b2f8..000000000000
--- a/dev-ml/ojquery/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">ocsigen/ojquery</remote-id>
- </upstream>
-</pkgmetadata>
diff --git a/dev-ml/ojquery/ojquery-0.1.ebuild b/dev-ml/ojquery/ojquery-0.1.ebuild
deleted file mode 100644
index a14024cc5d57..000000000000
--- a/dev-ml/ojquery/ojquery-0.1.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit oasis
-
-DESCRIPTION="jQuery Binding for Eliom."
-HOMEPAGE="https://github.com/ocsigen/ojquery"
-
-if [ "${PV#9999}" != "${PV}" ] ; then
- inherit git-r3
- SRC_URI=""
- EGIT_REPO_URI="https://github.com/ocsigen/ojquery"
- KEYWORDS=""
-else
- SRC_URI="https://github.com/ocsigen/ojquery/archive/${PV}.tar.gz -> ${P}.tar.gz"
- KEYWORDS="~amd64"
-fi
-
-LICENSE="LGPL-3"
-SLOT="0/${PV}"
-IUSE=""
-
-RDEPEND="dev-ml/react:=
- dev-ml/js_of_ocaml:=
- dev-ml/lwt:="
-DEPEND="${RDEPEND} dev-ml/oasis"
-
-src_prepare() {
- oasis setup || die
-}
diff --git a/dev-ml/ojquery/ojquery-9999.ebuild b/dev-ml/ojquery/ojquery-9999.ebuild
deleted file mode 100644
index a14024cc5d57..000000000000
--- a/dev-ml/ojquery/ojquery-9999.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit oasis
-
-DESCRIPTION="jQuery Binding for Eliom."
-HOMEPAGE="https://github.com/ocsigen/ojquery"
-
-if [ "${PV#9999}" != "${PV}" ] ; then
- inherit git-r3
- SRC_URI=""
- EGIT_REPO_URI="https://github.com/ocsigen/ojquery"
- KEYWORDS=""
-else
- SRC_URI="https://github.com/ocsigen/ojquery/archive/${PV}.tar.gz -> ${P}.tar.gz"
- KEYWORDS="~amd64"
-fi
-
-LICENSE="LGPL-3"
-SLOT="0/${PV}"
-IUSE=""
-
-RDEPEND="dev-ml/react:=
- dev-ml/js_of_ocaml:=
- dev-ml/lwt:="
-DEPEND="${RDEPEND} dev-ml/oasis"
-
-src_prepare() {
- oasis setup || die
-}