public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Alessandro Barbieri" <lssndrbarbieri@gmail.com>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-ml/tiny_httpd/
Date: Tue, 12 Jul 2022 13:11:43 +0000 (UTC)	[thread overview]
Message-ID: <1657631502.ccd5d88b2f110f9c357befda6cc34ca7d3fd9edd.Alessandro-Barbieri@gentoo> (raw)

commit:     ccd5d88b2f110f9c357befda6cc34ca7d3fd9edd
Author:     Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
AuthorDate: Tue Jul 12 13:08:30 2022 +0000
Commit:     Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
CommitDate: Tue Jul 12 13:11:42 2022 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=ccd5d88b

dev-ml/tiny_httpd: treeclean

Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>

 dev-ml/tiny_httpd/Manifest               |  1 -
 dev-ml/tiny_httpd/metadata.xml           | 20 -------------
 dev-ml/tiny_httpd/tiny_httpd-0.12.ebuild | 49 --------------------------------
 3 files changed, 70 deletions(-)

diff --git a/dev-ml/tiny_httpd/Manifest b/dev-ml/tiny_httpd/Manifest
deleted file mode 100644
index 528990da2..000000000
--- a/dev-ml/tiny_httpd/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST tiny_httpd-0.12.tar.gz 49124 BLAKE2B c3f407a605dabad1c710a696a3fca5dce04a75deb61e25e9ce572432e0d96cd3029628ea24d17d55a051d1d0f78aa1fd80797e7ff9c0bb7fc9d190e461784cd3 SHA512 99b4d01d4f4d138b122c689b8b3bc5043fc386d6686675311f625bf5fec72c6e1a7513712b00889fe17cd392b8c475440d4f89ee46392aff32ac6ccc39cefe09

diff --git a/dev-ml/tiny_httpd/metadata.xml b/dev-ml/tiny_httpd/metadata.xml
deleted file mode 100644
index 0a42dd488..000000000
--- a/dev-ml/tiny_httpd/metadata.xml
+++ /dev/null
@@ -1,20 +0,0 @@
-<?xml version="1.0" encoding="UTF8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-	<maintainer type="person">
-		<email>lssndrbarbieri@gmail.com</email>
-		<name>Alessandro Barbieri</name>
-	</maintainer>
-	<use>
-		<flag name="camlzip">Interface to camlzip for tiny_httpd</flag>
-	</use>
-	<upstream>
-		<doc>https://c-cube.github.io/tiny_httpd/</doc>
-		<bugs-to>https://github.com/c-cube/tiny_httpd/issues</bugs-to>
-		<remote-id type="github">c-cube/tiny_httpd</remote-id>
-		<maintainer>
-			<name>Simon Cruanes</name>
-			<email>simon.cruanes.2007@m4x.org</email>
-		</maintainer>
-	</upstream>
-</pkgmetadata>

diff --git a/dev-ml/tiny_httpd/tiny_httpd-0.12.ebuild b/dev-ml/tiny_httpd/tiny_httpd-0.12.ebuild
deleted file mode 100644
index 890d8831c..000000000
--- a/dev-ml/tiny_httpd/tiny_httpd-0.12.ebuild
+++ /dev/null
@@ -1,49 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit dune multiprocessing
-
-DESCRIPTION="Minimal HTTP server with a small request router"
-HOMEPAGE="
-	https://github.com/c-cube/tiny_httpd
-	https://opam.ocaml.org/packages/tiny_httpd
-"
-SRC_URI="https://github.com/c-cube/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0/${PV}"
-KEYWORDS="~amd64"
-IUSE="camlzip ocamlopt test"
-
-RDEPEND="
-	dev-ml/result:=
-	dev-ml/seq:=
-
-	camlzip? ( >=dev-ml/camlzip-1.06:= )
-"
-DEPEND="
-	${RDEPEND}
-	test? (
-		dev-ml/qtest
-		dev-ml/ounit2
-		dev-ml/ptime
-		dev-ml/qcheck
-		net-misc/curl
-	)
-"
-
-RESTRICT="!test? ( test )"
-REQUIRED_USE="test? ( camlzip )"
-
-src_compile() {
-	local pkgs="tiny_httpd"
-	use camlzip && pkgs="${pkgs},tiny_httpd_camlzip"
-	dune build -p "${pkgs}" -j $(makeopts_jobs) || die
-}
-
-src_install() {
-	dune_src_install tiny_httpd
-	use camlzip && dune_src_install "tiny_httpd_camlzip"
-}


             reply	other threads:[~2022-07-12 13:11 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-07-12 13:11 Alessandro Barbieri [this message]
  -- strict thread matches above, loose matches on Subject: below --
2022-04-27  0:08 [gentoo-commits] repo/proj/guru:dev commit in: dev-ml/tiny_httpd/ Alessandro Barbieri

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1657631502.ccd5d88b2f110f9c357befda6cc34ca7d3fd9edd.Alessandro-Barbieri@gentoo \
    --to=lssndrbarbieri@gmail.com \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox