diff options
author | Michał Górny <mgorny@gentoo.org> | 2017-08-14 21:53:49 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2017-08-14 22:00:01 +0200 |
commit | 7a40ba1d43b8aafa5c3fbb06b08ed32e7494c3f0 (patch) | |
tree | 9df5afc1075e92f03aeb9c39f2d3cfccac2b267e /dev-util | |
parent | dev-db/recutils: Remove last-rited pkg, #600524 (diff) | |
download | gentoo-7a40ba1d43b8aafa5c3fbb06b08ed32e7494c3f0.tar.gz gentoo-7a40ba1d43b8aafa5c3fbb06b08ed32e7494c3f0.tar.bz2 gentoo-7a40ba1d43b8aafa5c3fbb06b08ed32e7494c3f0.zip |
dev-util/lorax: Remove last-rited pkg, #597040
Diffstat (limited to 'dev-util')
-rw-r--r-- | dev-util/lorax/Manifest | 1 | ||||
-rw-r--r-- | dev-util/lorax/lorax-26.0.ebuild | 29 | ||||
-rw-r--r-- | dev-util/lorax/metadata.xml | 13 |
3 files changed, 0 insertions, 43 deletions
diff --git a/dev-util/lorax/Manifest b/dev-util/lorax/Manifest deleted file mode 100644 index a3c960ef7084..000000000000 --- a/dev-util/lorax/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST lorax-26.0-1.tar.gz 2481389 SHA256 984c7ad3c863a3f600400a2798a4688aebb98aaedf35b19f2398908dc19c0734 SHA512 9d6b833f2cb8e23625c6cd69b69eb9156cb460ecae2634db065109d2e0fc0b0d7fb6648a0d260ff475a31276b63e7115d69b39dbc90def05147449bcd8a49c5b WHIRLPOOL dbfb5aab8e723a48fb08949209386f1824699371c3e172df08d8a7638735783e3cb24aa6a9659f79023172e2d32fe2b2e7df8a37a19a6f0f3512efcc356e0164 diff --git a/dev-util/lorax/lorax-26.0.ebuild b/dev-util/lorax/lorax-26.0.ebuild deleted file mode 100644 index f045dc172db9..000000000000 --- a/dev-util/lorax/lorax-26.0.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -PYTHON_COMPAT=( python{2_7,3_4} ) -inherit distutils-r1 - -DESCRIPTION="Redhat Tools for creating disk, filesystem, and iso images" -HOMEPAGE="https://github.com/rhinstaller/lorax" -SRC_URI="https://github.com/rhinstaller/lorax/archive/${P}-1.tar.gz -> ${P}-1.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -#KEYWORDS="~amd64 ~x86" -IUSE=test - -#ImportError: No module named 'pocketlint' -RESTRICT=test - -S="${WORKDIR}"/"${PN}-${P}-1" - -RDEPEND="sys-libs/libselinux[python,${PYTHON_USEDEP}]" -DEPEND="${RDEPEND} - test? ( dev-python/pylint[${PYTHON_USEDEP}] )" - -src_test() { - emake check -} diff --git a/dev-util/lorax/metadata.xml b/dev-util/lorax/metadata.xml deleted file mode 100644 index c5a652887aeb..000000000000 --- a/dev-util/lorax/metadata.xml +++ /dev/null @@ -1,13 +0,0 @@ -<?xml version='1.0' encoding='UTF-8'?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="person"> - <email>zerochaos@gentoo.org</email> - <name>Rick Farina</name> - </maintainer> - <longdescription lang="en"> - </longdescription> - <upstream> - <remote-id type="github">rhinstaller/lorax</remote-id> - </upstream> -</pkgmetadata> |