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: dev-libs/DFB++/files/, profiles/, dev-libs/DFB++/
Date: Mon, 11 Sep 2017 18:57:35
Message-Id: 1505156174.246d70e38bcc8119c76296e40163ac2d6557a2c3.mgorny@gentoo
1 commit: 246d70e38bcc8119c76296e40163ac2d6557a2c3
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Mon Sep 11 18:46:39 2017 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Mon Sep 11 18:56:14 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=246d70e3
7
8 dev-libs/DFB++: Remove last-rited pkg
9
10 Closes: https://bugs.gentoo.org/542108
11 Closes: https://bugs.gentoo.org/596438
12
13 dev-libs/DFB++/DFB++-1.2.0.ebuild | 28 ----------------------
14 dev-libs/DFB++/Manifest | 1 -
15 .../DFB++/files/DFB++-1.2.0-directfb-api.patch | 28 ----------------------
16 dev-libs/DFB++/metadata.xml | 8 -------
17 profiles/package.mask | 4 ----
18 5 files changed, 69 deletions(-)
19
20 diff --git a/dev-libs/DFB++/DFB++-1.2.0.ebuild b/dev-libs/DFB++/DFB++-1.2.0.ebuild
21 deleted file mode 100644
22 index f89148a7ac6..00000000000
23 --- a/dev-libs/DFB++/DFB++-1.2.0.ebuild
24 +++ /dev/null
25 @@ -1,28 +0,0 @@
26 -# Copyright 1999-2012 Gentoo Foundation
27 -# Distributed under the terms of the GNU General Public License v2
28 -
29 -inherit eutils
30 -
31 -DESCRIPTION="C++ bindings for DirectFB"
32 -HOMEPAGE="http://www.directfb.org/dfb++.xml"
33 -SRC_URI="http://www.directfb.org/downloads/Extras/${P}.tar.gz"
34 -
35 -LICENSE="GPL-2"
36 -SLOT="0"
37 -KEYWORDS="amd64 ~ppc ~ppc64 x86"
38 -IUSE=""
39 -
40 -RDEPEND=">=dev-libs/DirectFB-${PV}"
41 -DEPEND="${RDEPEND}
42 - virtual/pkgconfig"
43 -
44 -src_unpack() {
45 - unpack ${A}
46 - cd "${S}"
47 - epatch "${FILESDIR}"/${P}-directfb-api.patch #235041
48 -}
49 -
50 -src_install() {
51 - emake install DESTDIR="${D}" || die
52 - dodoc AUTHORS ChangeLog NEWS README
53 -}
54
55 diff --git a/dev-libs/DFB++/Manifest b/dev-libs/DFB++/Manifest
56 deleted file mode 100644
57 index 1f0b555300a..00000000000
58 --- a/dev-libs/DFB++/Manifest
59 +++ /dev/null
60 @@ -1 +0,0 @@
61 -DIST DFB++-1.2.0.tar.gz 369240 SHA256 d9281587e02ef288275d639a16abbe72ec0bc4e83f10b3308570f14f9126606a SHA512 8689e1037f5cd19fb7f8e9ebe3eee971e6e51338116fad11a1618df4646daabeab79fec90670f3dc4e227be9ede9821abe927ffbbd0e57511220d3a28a75d1da WHIRLPOOL 950218b861b524ab412429b8af7ea00a8568528e2577b86ff33877998b3474d6dddc678cfc4155e051261aeeef77183b3cf10f6106ea69e59526d3939908b890
62
63 diff --git a/dev-libs/DFB++/files/DFB++-1.2.0-directfb-api.patch b/dev-libs/DFB++/files/DFB++-1.2.0-directfb-api.patch
64 deleted file mode 100644
65 index 6b6dfc5ba8c..00000000000
66 --- a/dev-libs/DFB++/files/DFB++-1.2.0-directfb-api.patch
67 +++ /dev/null
68 @@ -1,28 +0,0 @@
69 -fix building with DirectFB-1.2.3
70 -
71 -http://bugs.gentoo.org/235041
72 -
73 -patch by Philippe Weibel
74 -
75 ---- dfb++/idirectfbvideoprovider.cpp
76 -+++ dfb++/idirectfbvideoprovider.cpp
77 -@@ -165,7 +165,7 @@
78 - return level;
79 - }
80 -
81 --void IDirectFBVideoProvider::SetStreamAttributes (DFBStreamDescription attr)
82 -+void IDirectFBVideoProvider::SetStreamAttributes (DFBStreamAttributes attr)
83 - {
84 - DFBCHECK( iface->SetStreamAttributes (iface, attr) );
85 - }
86 ---- include/idirectfbvideoprovider.h
87 -+++ include/idirectfbvideoprovider.h
88 -@@ -68,7 +68,7 @@
89 - float GetVolume ();
90 -
91 -
92 -- void SetStreamAttributes (DFBStreamDescription attr);
93 -+ void SetStreamAttributes (DFBStreamAttributes attr);
94 -
95 - void SetAudioOutputs (DFBVideoProviderAudioUnits *audioUnits);
96 - DFBVideoProviderAudioUnits GetAudioOutputs ();
97
98 diff --git a/dev-libs/DFB++/metadata.xml b/dev-libs/DFB++/metadata.xml
99 deleted file mode 100644
100 index 19bf1be2581..00000000000
101 --- a/dev-libs/DFB++/metadata.xml
102 +++ /dev/null
103 @@ -1,8 +0,0 @@
104 -<?xml version="1.0" encoding="UTF-8"?>
105 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
106 -<pkgmetadata>
107 -<maintainer type="project">
108 - <email>graphics@g.o</email>
109 - <name>Gentoo Graphics Project</name>
110 -</maintainer>
111 -</pkgmetadata>
112
113 diff --git a/profiles/package.mask b/profiles/package.mask
114 index 95099f8db2a..7aabe289371 100644
115 --- a/profiles/package.mask
116 +++ b/profiles/package.mask
117 @@ -407,10 +407,6 @@ sys-kernel/openvz-sources
118 # Upstream dead, cannot be bumped, buggy (#468128). Removal in a month.
119 x11-apps/spotlighter
120
121 -# Pacho Ramos <pacho@g.o> (26 Jul 2017)
122 -# Fails to build (#542108), relies on dead DirectFB. Removal in a month.
123 -dev-libs/DFB++
124 -
125 # Kent Fredric <kentnl@g.o> (21 Jul 2017)
126 # Masked due to serious regression that introduces widespread data
127 # corruption when storing data in blobs. Masked, because any code