diff options
author | 2020-09-21 16:09:57 +0200 | |
---|---|---|
committer | 2020-09-21 16:09:57 +0200 | |
commit | e725dde2b40ac304c0c30887da3c2ef102840871 (patch) | |
tree | fc1d063651e14e8394bfaaf5a0f2d6c34acffb55 /dev-util | |
parent | dev-util/molecule-core: Remove last-rited pkg (diff) | |
download | gentoo-e725dde2b40ac304c0c30887da3c2ef102840871.tar.gz gentoo-e725dde2b40ac304c0c30887da3c2ef102840871.tar.bz2 gentoo-e725dde2b40ac304c0c30887da3c2ef102840871.zip |
dev-util/molecule: Remove last-rited pkg
Closes: https://bugs.gentoo.org/718294
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-util')
-rw-r--r-- | dev-util/molecule/metadata.xml | 11 | ||||
-rw-r--r-- | dev-util/molecule/molecule-2.ebuild | 17 |
2 files changed, 0 insertions, 28 deletions
diff --git a/dev-util/molecule/metadata.xml b/dev-util/molecule/metadata.xml deleted file mode 100644 index e14a66af6247..000000000000 --- a/dev-util/molecule/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="person"> - <email>mudler@gentoo.org</email> - <name>Ettore Di Giacinto</name> - </maintainer> - <use> - <flag name="plugins">Add plugins provided by dev-util/molecule-plugins</flag> - </use> -</pkgmetadata> diff --git a/dev-util/molecule/molecule-2.ebuild b/dev-util/molecule/molecule-2.ebuild deleted file mode 100644 index 65f34e44ba35..000000000000 --- a/dev-util/molecule/molecule-2.ebuild +++ /dev/null @@ -1,17 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI="6" - -DESCRIPTION="Meta package for dev-util/molecule-core and dev-util/molecule-plugins" -HOMEPAGE="https://www.sabayon.org" -SRC_URI="" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="+plugins" - -DEPEND="" -RDEPEND=">=dev-util/molecule-core-1.0.2 - plugins? ( >=dev-util/molecule-plugins-1.0.2 )" |