commit:     246d70e38bcc8119c76296e40163ac2d6557a2c3
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Mon Sep 11 18:46:39 2017 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon Sep 11 18:56:14 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=246d70e3

dev-libs/DFB++: Remove last-rited pkg

Closes: https://bugs.gentoo.org/542108
Closes: https://bugs.gentoo.org/596438

 dev-libs/DFB++/DFB++-1.2.0.ebuild                  | 28 ----------------------
 dev-libs/DFB++/Manifest                            |  1 -
 .../DFB++/files/DFB++-1.2.0-directfb-api.patch     | 28 ----------------------
 dev-libs/DFB++/metadata.xml                        |  8 -------
 profiles/package.mask                              |  4 ----
 5 files changed, 69 deletions(-)

diff --git a/dev-libs/DFB++/DFB++-1.2.0.ebuild 
b/dev-libs/DFB++/DFB++-1.2.0.ebuild
deleted file mode 100644
index f89148a7ac6..00000000000
--- a/dev-libs/DFB++/DFB++-1.2.0.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-inherit eutils
-
-DESCRIPTION="C++ bindings for DirectFB"
-HOMEPAGE="http://www.directfb.org/dfb++.xml";
-SRC_URI="http://www.directfb.org/downloads/Extras/${P}.tar.gz";
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ~ppc ~ppc64 x86"
-IUSE=""
-
-RDEPEND=">=dev-libs/DirectFB-${PV}"
-DEPEND="${RDEPEND}
-       virtual/pkgconfig"
-
-src_unpack() {
-       unpack ${A}
-       cd "${S}"
-       epatch "${FILESDIR}"/${P}-directfb-api.patch #235041
-}
-
-src_install() {
-       emake install DESTDIR="${D}" || die
-       dodoc AUTHORS ChangeLog NEWS README
-}

diff --git a/dev-libs/DFB++/Manifest b/dev-libs/DFB++/Manifest
deleted file mode 100644
index 1f0b555300a..00000000000
--- a/dev-libs/DFB++/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST DFB++-1.2.0.tar.gz 369240 SHA256 
d9281587e02ef288275d639a16abbe72ec0bc4e83f10b3308570f14f9126606a SHA512 
8689e1037f5cd19fb7f8e9ebe3eee971e6e51338116fad11a1618df4646daabeab79fec90670f3dc4e227be9ede9821abe927ffbbd0e57511220d3a28a75d1da
 WHIRLPOOL 
950218b861b524ab412429b8af7ea00a8568528e2577b86ff33877998b3474d6dddc678cfc4155e051261aeeef77183b3cf10f6106ea69e59526d3939908b890

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
deleted file mode 100644
index 6b6dfc5ba8c..00000000000
--- a/dev-libs/DFB++/files/DFB++-1.2.0-directfb-api.patch
+++ /dev/null
@@ -1,28 +0,0 @@
-fix building with DirectFB-1.2.3
-
-http://bugs.gentoo.org/235041
-
-patch by Philippe Weibel
-
---- dfb++/idirectfbvideoprovider.cpp
-+++ dfb++/idirectfbvideoprovider.cpp
-@@ -165,7 +165,7 @@
-      return level;
- }
- 
--void IDirectFBVideoProvider::SetStreamAttributes (DFBStreamDescription attr)
-+void IDirectFBVideoProvider::SetStreamAttributes (DFBStreamAttributes attr)
- {
-      DFBCHECK( iface->SetStreamAttributes (iface, attr) );
- }
---- include/idirectfbvideoprovider.h
-+++ include/idirectfbvideoprovider.h
-@@ -68,7 +68,7 @@
-      float                        GetVolume             ();
- 
- 
--     void                         SetStreamAttributes   (DFBStreamDescription 
       attr);
-+     void                         SetStreamAttributes   (DFBStreamAttributes  
      attr);
- 
-      void                         SetAudioOutputs       
(DFBVideoProviderAudioUnits *audioUnits);
-      DFBVideoProviderAudioUnits   GetAudioOutputs       ();

diff --git a/dev-libs/DFB++/metadata.xml b/dev-libs/DFB++/metadata.xml
deleted file mode 100644
index 19bf1be2581..00000000000
--- a/dev-libs/DFB++/metadata.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd";>
-<pkgmetadata>
-<maintainer type="project">
-       <email>[email protected]</email>
-       <name>Gentoo Graphics Project</name>
-</maintainer>
-</pkgmetadata>

diff --git a/profiles/package.mask b/profiles/package.mask
index 95099f8db2a..7aabe289371 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -407,10 +407,6 @@ sys-kernel/openvz-sources
 # Upstream dead, cannot be bumped, buggy (#468128). Removal in a month.
 x11-apps/spotlighter
 
-# Pacho Ramos <[email protected]> (26 Jul 2017)
-# Fails to build (#542108), relies on dead DirectFB. Removal in a month.
-dev-libs/DFB++
-
 # Kent Fredric <[email protected]> (21 Jul 2017)
 # Masked due to serious regression that introduces widespread data
 # corruption when storing data in blobs. Masked, because any code

Reply via email to