commit: 8956c61bfcbd564f85c4e383fc7d493e4b8ab1ac Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com> AuthorDate: Thu Apr 21 00:14:16 2022 +0000 Commit: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com> CommitDate: Thu Apr 21 00:14:16 2022 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=8956c61b
dev-ml/*: remove pseudo virtual packages Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com> dev-ml/base-bytes/base-bytes-0.ebuild | 13 ------------- dev-ml/base-bytes/metadata.xml | 9 --------- dev-ml/base-threads/base-threads-0.ebuild | 13 ------------- dev-ml/base-threads/metadata.xml | 9 --------- dev-ml/base-unix/base-unix-0.ebuild | 13 ------------- dev-ml/base-unix/metadata.xml | 9 --------- 6 files changed, 66 deletions(-) diff --git a/dev-ml/base-bytes/base-bytes-0.ebuild b/dev-ml/base-bytes/base-bytes-0.ebuild deleted file mode 100644 index aa5c68018..000000000 --- a/dev-ml/base-bytes/base-bytes-0.ebuild +++ /dev/null @@ -1,13 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DESCRIPTION="Bytes library distributed with the OCaml compiler" -HOMEPAGE="https://opam.ocaml.org/packages/base-bytes/" - -LICENSE="QPL-1.0 LGPL-2" -KEYWORDS="~amd64" -SLOT="0" - -RDEPEND="dev-lang/ocaml" diff --git a/dev-ml/base-bytes/metadata.xml b/dev-ml/base-bytes/metadata.xml deleted file mode 100644 index d2b2c8ce9..000000000 --- a/dev-ml/base-bytes/metadata.xml +++ /dev/null @@ -1,9 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="person"> - <description>co-maintainers welcome</description> - <email>[email protected]</email> - <name>Alessandro Barbieri</name> - </maintainer> -</pkgmetadata> diff --git a/dev-ml/base-threads/base-threads-0.ebuild b/dev-ml/base-threads/base-threads-0.ebuild deleted file mode 100644 index 2a2930849..000000000 --- a/dev-ml/base-threads/base-threads-0.ebuild +++ /dev/null @@ -1,13 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DESCRIPTION="Threads library distributed with the OCaml compiler" -HOMEPAGE="https://opam.ocaml.org/packages/base-threads/" - -LICENSE="QPL-1.0 LGPL-2" -KEYWORDS="~amd64" -SLOT="0" - -RDEPEND="dev-lang/ocaml" diff --git a/dev-ml/base-threads/metadata.xml b/dev-ml/base-threads/metadata.xml deleted file mode 100644 index d2b2c8ce9..000000000 --- a/dev-ml/base-threads/metadata.xml +++ /dev/null @@ -1,9 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="person"> - <description>co-maintainers welcome</description> - <email>[email protected]</email> - <name>Alessandro Barbieri</name> - </maintainer> -</pkgmetadata> diff --git a/dev-ml/base-unix/base-unix-0.ebuild b/dev-ml/base-unix/base-unix-0.ebuild deleted file mode 100644 index 731234eb7..000000000 --- a/dev-ml/base-unix/base-unix-0.ebuild +++ /dev/null @@ -1,13 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DESCRIPTION="Unix library distributed with the OCaml compiler" -HOMEPAGE="https://opam.ocaml.org/packages/base-unix/" - -LICENSE="QPL-1.0 LGPL-2" -KEYWORDS="~amd64" -SLOT="0" - -RDEPEND="dev-lang/ocaml" diff --git a/dev-ml/base-unix/metadata.xml b/dev-ml/base-unix/metadata.xml deleted file mode 100644 index d2b2c8ce9..000000000 --- a/dev-ml/base-unix/metadata.xml +++ /dev/null @@ -1,9 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="person"> - <description>co-maintainers welcome</description> - <email>[email protected]</email> - <name>Alessandro Barbieri</name> - </maintainer> -</pkgmetadata>
