diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2020-01-15 15:51:32 +0000 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2020-01-15 15:51:32 +0000 |
commit | 21435953e16cda318a82334ddbadb3b5c36d9ea7 (patch) | |
tree | e1810a4b135afce04b34862ef0fab2bfaeb8aeca /dev-ml/odns | |
parent | 7bc9c63c9da678a7e6fceb095d56c634afd22c56 (diff) |
gentoo resync : 15.01.2020
Diffstat (limited to 'dev-ml/odns')
-rw-r--r-- | dev-ml/odns/Manifest | 4 | ||||
-rw-r--r-- | dev-ml/odns/files/odns-0.3-parmake.patch | 16 | ||||
-rw-r--r-- | dev-ml/odns/metadata.xml | 5 | ||||
-rw-r--r-- | dev-ml/odns/odns-0.3-r1.ebuild | 40 |
4 files changed, 0 insertions, 65 deletions
diff --git a/dev-ml/odns/Manifest b/dev-ml/odns/Manifest deleted file mode 100644 index 0d53a111fa0b..000000000000 --- a/dev-ml/odns/Manifest +++ /dev/null @@ -1,4 +0,0 @@ -AUX odns-0.3-parmake.patch 631 BLAKE2B 957d9cab6d1506d1dbda767a62db94edd84421c578ffab5c7c43c4759a9832ae9ac0ba0af1af0a36cb0ed8ec8d535c99337d2ef4ab164cc353c1b1a2b30a4ef4 SHA512 e831d5fc0a310680ed75205b5d08fde65f679fa54791798eca528ccfa245b68f7b2afb320ee70716430fae0cd6d36340d480506cd8cf70b7c53bf067e63cb0b8 -DIST odns-0.3.tar.gz 57616 BLAKE2B de6ac0fee68d1ae21fe279971da252647d30f5914ec2030cb0ecb5efb245ade254673b54b884d1987e673b0117bc58a10b0b6344689134924334dedb919eb888 SHA512 6d40d7fc882185500aaa58582112abd57faf72ee0a57fabc211ad4bf39739b39cb956e6cb109808e05d767560a942c3300e9ec0e6b28c13cec2a2b4dd0c3bf5d -EBUILD odns-0.3-r1.ebuild 811 BLAKE2B e91d8fa2d25e88d81c6aab720435c656a2d9b0979b6aaa6add8fbe02cfc1bb556190531a13764e972c17516e97b8bb2157cb686f2a895ad26400523935b3d6d9 SHA512 74ad911a4259badce852b24a5d0f806442e2cd3be1795db4bcaafaa8133e9c07f59a2c7ac81c2a124a738bdab9977566226d45e6f80590d972a28db1e670ad48 -MISC metadata.xml 166 BLAKE2B c254f1fb642881aba57637be14fb0a89b10384f91a128feaec3a8c870d76efc2cbacb92caccc0dee2dd19a5ac5eaf8643080dafa05c4e2ac96a68568927e5afd SHA512 a56648c974a1d14dd4c18237532773c72057a13ab90c58b5da04f185e3c12a8bd8d5c21fb06053507f31766291a82dc7d87b34cd65fd94cfe2af7295c813ef84 diff --git a/dev-ml/odns/files/odns-0.3-parmake.patch b/dev-ml/odns/files/odns-0.3-parmake.patch deleted file mode 100644 index 7034abd25cf2..000000000000 --- a/dev-ml/odns/files/odns-0.3-parmake.patch +++ /dev/null @@ -1,16 +0,0 @@ -fix parallel make -https://bugs.gentoo.org/show_bug.cgi?id=422683 - -Index: odns-0.3/OCamlMakefile -=================================================================== ---- odns-0.3.orig/OCamlMakefile -+++ odns-0.3/OCamlMakefile -@@ -1152,7 +1152,7 @@ $(BCDIDIR)/%.di $(NCDIDIR)/%.di: %.mli - $(DOC_DIR)/$(RESULT)/html: - mkdir -p $@ - --$(DOC_DIR)/$(RESULT)/html/index.html: $(DOC_DIR)/$(RESULT)/html $(DOC_FILES) -+$(DOC_DIR)/$(RESULT)/html/index.html: $(DOC_DIR)/$(RESULT)/html $(DOC_FILES) byte-code-library - rm -rf $</* - $(QUIET)pp=`sed -n -e '/^#/d' -e 's/(\*pp \([^*]*\) \*)/\1/p;q' $(FIRST_DOC_FILE)`; \ - if [ -z "$$pp" ]; then \ diff --git a/dev-ml/odns/metadata.xml b/dev-ml/odns/metadata.xml deleted file mode 100644 index 6f49eba8f496..000000000000 --- a/dev-ml/odns/metadata.xml +++ /dev/null @@ -1,5 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> -<!-- maintainer-needed --> -</pkgmetadata> diff --git a/dev-ml/odns/odns-0.3-r1.ebuild b/dev-ml/odns/odns-0.3-r1.ebuild deleted file mode 100644 index d330c21321f0..000000000000 --- a/dev-ml/odns/odns-0.3-r1.ebuild +++ /dev/null @@ -1,40 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -inherit findlib eutils - -DESCRIPTION="OCaml library to query DNS servers" -HOMEPAGE="http://odns.tuxfamily.org/" -SRC_URI="http://download.tuxfamily.org/${PN}/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0/${PV}" -KEYWORDS="~amd64" -IUSE="" - -# It is ancient and upstream is dead. Consider using ocaml-dns instead. -RDEPEND=" - >=dev-lang/ocaml-3.10.2:=[ocamlopt] - !dev-ml/dns - !dev-ml/ocaml-dns -" -DEPEND="${RDEPEND}" - -CLIBS="" # Workaround for bug #422683 - -src_prepare() { - sed -i -e "s/version=\"0.2\"/version=\"${PV}\"/" META || die - epatch "${FILESDIR}/${P}-parmake.patch" -} - -src_compile() { - emake -j1 #453434 -} - -src_install() { - findlib_src_preinst - PREFIX="${D}/usr" emake install - dodoc AUTHORS README -} |