diff options
author | Michał Górny <mgorny@gentoo.org> | 2018-12-04 18:08:39 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2018-12-04 18:10:35 +0100 |
commit | 04e2f972274b1303ce1a7a41efbd9db2b4622c8a (patch) | |
tree | 2b0b0a2d64465fe4df6936340b73286ea69e2176 | |
parent | net-proxy/c-icap: Remove last-rited pkg (diff) | |
download | gentoo-04e2f972274b1303ce1a7a41efbd9db2b4622c8a.tar.gz gentoo-04e2f972274b1303ce1a7a41efbd9db2b4622c8a.tar.bz2 gentoo-04e2f972274b1303ce1a7a41efbd9db2b4622c8a.zip |
app-benchmarks/os-autoinst: Remove last-rited pkg
Closes: https://bugs.gentoo.org/544812
Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r-- | app-benchmarks/os-autoinst/metadata.xml | 4 | ||||
-rw-r--r-- | app-benchmarks/os-autoinst/os-autoinst-9999.ebuild | 41 | ||||
-rw-r--r-- | profiles/package.mask | 5 |
3 files changed, 0 insertions, 50 deletions
diff --git a/app-benchmarks/os-autoinst/metadata.xml b/app-benchmarks/os-autoinst/metadata.xml deleted file mode 100644 index 097975e3adc2..000000000000 --- a/app-benchmarks/os-autoinst/metadata.xml +++ /dev/null @@ -1,4 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> -</pkgmetadata> diff --git a/app-benchmarks/os-autoinst/os-autoinst-9999.ebuild b/app-benchmarks/os-autoinst/os-autoinst-9999.ebuild deleted file mode 100644 index f9dca04f3834..000000000000 --- a/app-benchmarks/os-autoinst/os-autoinst-9999.ebuild +++ /dev/null @@ -1,41 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit autotools git-r3 - -DESCRIPTION="automated testing of Operating Systems" -HOMEPAGE="http://os-autoinst.org/" -EGIT_REPO_URI="https://github.com/os-autoinst/os-autoinst.git" - -LICENSE="GPL-2" -SLOT="0" - -DEPEND=" - media-libs/libogg:= - media-libs/libsndfile:= - media-libs/libtheora:= - >=media-libs/opencv-2.4:= - sci-libs/fftw:3.0=" -RDEPEND="${DEPEND} - dev-lang/perl[ithreads] - dev-perl/JSON - app-emulation/qemu - app-text/gocr - media-gfx/imagemagick - media-video/ffmpeg2theora" - -src_prepare() { - default - eautoreconf -} - -src_configure() { - econf --disable-static -} - -src_install() { - default - find "${D}" -name '*.la' -delete || die -} diff --git a/profiles/package.mask b/profiles/package.mask index 973223348a47..ff5e40b707db 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -343,11 +343,6 @@ dev-python/pyramid # Upstream dead, multiple unresolved bugs (#540622). Removal in a month. app-crypt/tinyca -# Pacho Ramos <pacho@gentoo.org> (04 Nov 2018) -# gitorious was closed (#544812), nothing needs it in the tree and we only -# provide a live ebuild. Removal in a month. -app-benchmarks/os-autoinst - # Andreas Sturmlechner <asturm@gentoo.org> (03 Nov 2018) # Breaks revdeps (GDir and GDirEntry split from gfile.h into new gdir.h) # See tracker: https://bugs.gentoo.org/670222 |