diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-09-21 16:09:51 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-09-21 16:09:51 +0200 |
commit | 8390e68d59b50f75bab59c0c98a89b180c821d59 (patch) | |
tree | 5657006ce2bd680acbceb58284a2726d1d18918a /dev-util | |
parent | dev-util/molecule-plugins: Remove last-rited pkg (diff) | |
download | gentoo-8390e68d59b50f75bab59c0c98a89b180c821d59.tar.gz gentoo-8390e68d59b50f75bab59c0c98a89b180c821d59.tar.bz2 gentoo-8390e68d59b50f75bab59c0c98a89b180c821d59.zip |
dev-util/molecule-core: 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-core/Manifest | 1 | ||||
-rw-r--r-- | dev-util/molecule-core/metadata.xml | 24 | ||||
-rw-r--r-- | dev-util/molecule-core/molecule-core-1.0.2-r1.ebuild | 28 |
3 files changed, 0 insertions, 53 deletions
diff --git a/dev-util/molecule-core/Manifest b/dev-util/molecule-core/Manifest deleted file mode 100644 index 05a1c5b2a7e4..000000000000 --- a/dev-util/molecule-core/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST molecule-core-1.0.2.tar.bz2 30616 BLAKE2B 00aff5ffa61eac63dbd9bf93027f24e5953a1cb1daa8855e9904f75b8afc68677306ccda40cb5a1db765b086a8cce608ffa5a24efd69de7cab86c43ae3aec07b SHA512 1f501960e4029cb993680c7356aa8fc0ac7afa249d106b4ce97afb39f58cd666640bcf9fd8cee64482077ad23f91da743d6ce54e82863faab20d68a1814d92cb diff --git a/dev-util/molecule-core/metadata.xml b/dev-util/molecule-core/metadata.xml deleted file mode 100644 index d531ba147a5e..000000000000 --- a/dev-util/molecule-core/metadata.xml +++ /dev/null @@ -1,24 +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> - <longdescription lang="en"> - Molecule is a build tool that can build, rebuild or extend Sabayon Linux or - Gentoo Linux OS releases OpenVZ templates and stage4 tarballs. - It doesn't contain any specific package manager bit and can work with - your favourite one. The philosophy of Molecule is simple: ease of use and - modularity. - Just like Catalyst, Molecule uses its own .spec file format and learning - how to write one is just about reading examples provided at - http://git.sabayon.org/molecules.git/. - You can tweak your ISO image or create one off your chroot (stage4) in no - time. Molecule uses a plugin-based system to implement support for new - execution patterns (like ISO to ISO, ISO to Tar, Chroot to ISO, etc). - Molecule is born inside Sabayon and is used in its release cycle for both - daily(live) and versioned ISO images. - Molecule developers are looking for help for writing user docs and HOWTOs. - </longdescription> -</pkgmetadata> diff --git a/dev-util/molecule-core/molecule-core-1.0.2-r1.ebuild b/dev-util/molecule-core/molecule-core-1.0.2-r1.ebuild deleted file mode 100644 index c524412e7975..000000000000 --- a/dev-util/molecule-core/molecule-core-1.0.2-r1.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI="6" - -PYTHON_COMPAT=( python3_6 ) - -inherit python-r1 - -DESCRIPTION="Sabayon distro-agnostic images build tool" -HOMEPAGE="https://www.sabayon.org" -SRC_URI="mirror://sabayon/${CATEGORY}/${P}.tar.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" -REQUIRED_USE="${PYTHON_REQUIRED_USE}" - -DEPEND="dev-util/intltool - sys-devel/gettext" -RDEPEND=" - sys-process/lsof - ${PYTHON_DEPS}" - -src_install() { - emake DESTDIR="${D}" LIBDIR="/usr/lib" \ - PREFIX="/usr" SYSCONFDIR="/etc" install -} |