commit: 984a493a65b57aae80e227a5e18a4a4139f9cd2d Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com> AuthorDate: Sat Apr 9 10:18:29 2022 +0000 Commit: Haelwenn Monnier <contact <AT> hacktivis <DOT> me> CommitDate: Fri Apr 15 20:34:19 2022 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=984a493a
dev-ml/cdrom: initial import Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com> dev-ml/cdrom/Manifest | 1 + dev-ml/cdrom/cdrom-0.9.4.ebuild | 18 ++++++++++++++++++ dev-ml/cdrom/metadata.xml | 11 +++++++++++ 3 files changed, 30 insertions(+) diff --git a/dev-ml/cdrom/Manifest b/dev-ml/cdrom/Manifest new file mode 100644 index 000000000..753c7d32c --- /dev/null +++ b/dev-ml/cdrom/Manifest @@ -0,0 +1 @@ +DIST cdrom-0.9.4.tar.gz 13081 BLAKE2B 7021464d9a3b8009cb915b2481364975f5446ff1b0ca62a44758db1804bc9a166ee52f50b93098ead3dbb7cf5fd413570dc985e8ae78574ba6a223c056bf3e66 SHA512 7b641062dbe7b0407348fec1f8d595a41bddeb7e566c93ea569a64349e08d13cb824edd7c8a63e68680897aca4811df696b131aba56701da547497743a601f68 diff --git a/dev-ml/cdrom/cdrom-0.9.4.ebuild b/dev-ml/cdrom/cdrom-0.9.4.ebuild new file mode 100644 index 000000000..ba6d2086e --- /dev/null +++ b/dev-ml/cdrom/cdrom-0.9.4.ebuild @@ -0,0 +1,18 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit dune + +DESCRIPTION="Query the state and contents of CDROM devices under Linux" +HOMEPAGE="https://github.com/xapi-project/cdrom" +SRC_URI="https://github.com/xapi-project/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="LGPL-2.1-with-linking-exception" +SLOT="0/${PV}" +KEYWORDS="~amd64" +IUSE="ocamlopt" + +DEPEND="" +RDEPEND="${DEPEND}" diff --git a/dev-ml/cdrom/metadata.xml b/dev-ml/cdrom/metadata.xml new file mode 100644 index 000000000..cb2143979 --- /dev/null +++ b/dev-ml/cdrom/metadata.xml @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="person"> + <email>[email protected]</email> + <name>Alessandro Barbieri</name> + </maintainer> + <upstream> + <remote-id type="github">xapi-project/cdrom</remote-id> + </upstream> +</pkgmetadata>
