diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2018-07-14 20:57:42 +0100 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2018-07-14 20:57:42 +0100 |
commit | 1798c4aeca70ac8d0a243684d6a798fbc65735f8 (patch) | |
tree | e48e19cb6fa03de18e1c63e1a93371b7ebc4eb56 /dev-ml/fpath | |
parent | d87262dd706fec50cd150aab3e93883b6337466d (diff) |
gentoo resync : 14.07.2018
Diffstat (limited to 'dev-ml/fpath')
-rw-r--r-- | dev-ml/fpath/Manifest | 3 | ||||
-rw-r--r-- | dev-ml/fpath/fpath-0.7.2.ebuild | 29 | ||||
-rw-r--r-- | dev-ml/fpath/metadata.xml | 11 |
3 files changed, 0 insertions, 43 deletions
diff --git a/dev-ml/fpath/Manifest b/dev-ml/fpath/Manifest deleted file mode 100644 index 449465197bf6..000000000000 --- a/dev-ml/fpath/Manifest +++ /dev/null @@ -1,3 +0,0 @@ -DIST fpath-0.7.2.tbz 24142 BLAKE2B 5aa22a33d0155c2a446c3622d6feef0748be3eaa72f07e7e2770fda1993794864072a5f50a052537b9724e39935064967c87f82d860a2da17fbc86279a1930ab SHA512 d8ab8d6f183a1742d74a3a3220cc1d62e7df38a6f3ca1c04fad18426a0897152255382305ad14d058b5b85ab55a27536c39a62deffac8d46984a730a2a18405d -EBUILD fpath-0.7.2.ebuild 539 BLAKE2B ac1601dc860e5429d767a550afa853df294d2a6e759653042e30fdd2592b9bdf42ea68251c327508c60beb6588db9f47f59deb8ef1c99f37c939b064a95fccc1 SHA512 aec8e379cc1471788bf7e9e3a61a4717c241d1cb3ed6a83997045c24364de0a5ccc8e3961c4206029c7b565d81c7f97daaa171a8c205097b33f3416e9dfe07c4 -MISC metadata.xml 326 BLAKE2B 6b491f96cbcfea382861276513ddff578b1fcc0a6387aa8f78ac1083878b49b590244576f5c570c7925129bfb90b389d44865e56e1cb6f4d84bab97a5a7db7a4 SHA512 b758e1405438ae20da6862bb580ecc264d452dfc948bc328d4fe680b8ffac1793cc2bc1f21fa58802682a58f4ff09c49dc3fc07a22ac9207a4ae17efbf9bd382 diff --git a/dev-ml/fpath/fpath-0.7.2.ebuild b/dev-ml/fpath/fpath-0.7.2.ebuild deleted file mode 100644 index 8a7ca78a2291..000000000000 --- a/dev-ml/fpath/fpath-0.7.2.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit opam - -DESCRIPTION="File system paths for OCaml" -HOMEPAGE="http://erratique.ch/software/fpath https://github.com/dbuenzli/fpath" -SRC_URI="http://erratique.ch/software/fpath/releases/${P}.tbz" - -LICENSE="ISC" -SLOT="0/${PV}" -KEYWORDS="~amd64" -IUSE="" - -RDEPEND=" - dev-ml/result:= - dev-ml/astring:= -" -DEPEND="${RDEPEND} - dev-ml/topkg - dev-ml/ocamlbuild - dev-ml/findlib -" - -src_compile() { - ocaml pkg/pkg.ml build || die -} diff --git a/dev-ml/fpath/metadata.xml b/dev-ml/fpath/metadata.xml deleted file mode 100644 index 81ab008999ce..000000000000 --- a/dev-ml/fpath/metadata.xml +++ /dev/null @@ -1,11 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>ml@gentoo.org</email> - <name>Gentoo ML Project</name> - </maintainer> - <upstream> - <remote-id type="github">dbuenzli/fpath</remote-id> - </upstream> -</pkgmetadata> |