Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-benchmarks/os-autoinst/, profiles/
Date: Tue, 04 Dec 2018 17:11:00
Message-Id: 1543943435.04e2f972274b1303ce1a7a41efbd9db2b4622c8a.mgorny@gentoo
1 commit: 04e2f972274b1303ce1a7a41efbd9db2b4622c8a
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Tue Dec 4 17:08:39 2018 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Tue Dec 4 17:10:35 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=04e2f972
7
8 app-benchmarks/os-autoinst: Remove last-rited pkg
9
10 Closes: https://bugs.gentoo.org/544812
11 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
12
13 app-benchmarks/os-autoinst/metadata.xml | 4 ---
14 app-benchmarks/os-autoinst/os-autoinst-9999.ebuild | 41 ----------------------
15 profiles/package.mask | 5 ---
16 3 files changed, 50 deletions(-)
17
18 diff --git a/app-benchmarks/os-autoinst/metadata.xml b/app-benchmarks/os-autoinst/metadata.xml
19 deleted file mode 100644
20 index 097975e3adc..00000000000
21 --- a/app-benchmarks/os-autoinst/metadata.xml
22 +++ /dev/null
23 @@ -1,4 +0,0 @@
24 -<?xml version="1.0" encoding="UTF-8"?>
25 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
26 -<pkgmetadata>
27 -</pkgmetadata>
28
29 diff --git a/app-benchmarks/os-autoinst/os-autoinst-9999.ebuild b/app-benchmarks/os-autoinst/os-autoinst-9999.ebuild
30 deleted file mode 100644
31 index f9dca04f383..00000000000
32 --- a/app-benchmarks/os-autoinst/os-autoinst-9999.ebuild
33 +++ /dev/null
34 @@ -1,41 +0,0 @@
35 -# Copyright 1999-2017 Gentoo Foundation
36 -# Distributed under the terms of the GNU General Public License v2
37 -
38 -EAPI=6
39 -
40 -inherit autotools git-r3
41 -
42 -DESCRIPTION="automated testing of Operating Systems"
43 -HOMEPAGE="http://os-autoinst.org/"
44 -EGIT_REPO_URI="https://github.com/os-autoinst/os-autoinst.git"
45 -
46 -LICENSE="GPL-2"
47 -SLOT="0"
48 -
49 -DEPEND="
50 - media-libs/libogg:=
51 - media-libs/libsndfile:=
52 - media-libs/libtheora:=
53 - >=media-libs/opencv-2.4:=
54 - sci-libs/fftw:3.0="
55 -RDEPEND="${DEPEND}
56 - dev-lang/perl[ithreads]
57 - dev-perl/JSON
58 - app-emulation/qemu
59 - app-text/gocr
60 - media-gfx/imagemagick
61 - media-video/ffmpeg2theora"
62 -
63 -src_prepare() {
64 - default
65 - eautoreconf
66 -}
67 -
68 -src_configure() {
69 - econf --disable-static
70 -}
71 -
72 -src_install() {
73 - default
74 - find "${D}" -name '*.la' -delete || die
75 -}
76
77 diff --git a/profiles/package.mask b/profiles/package.mask
78 index 973223348a4..ff5e40b707d 100644
79 --- a/profiles/package.mask
80 +++ b/profiles/package.mask
81 @@ -343,11 +343,6 @@ dev-python/pyramid
82 # Upstream dead, multiple unresolved bugs (#540622). Removal in a month.
83 app-crypt/tinyca
84
85 -# Pacho Ramos <pacho@g.o> (04 Nov 2018)
86 -# gitorious was closed (#544812), nothing needs it in the tree and we only
87 -# provide a live ebuild. Removal in a month.
88 -app-benchmarks/os-autoinst
89 -
90 # Andreas Sturmlechner <asturm@g.o> (03 Nov 2018)
91 # Breaks revdeps (GDir and GDirEntry split from gfile.h into new gdir.h)
92 # See tracker: https://bugs.gentoo.org/670222