media-libs/hal-flash: Remove last-rited pkg, #609016
authorMichał Górny <mgorny@gentoo.org>
Mon, 14 Aug 2017 07:54:06 +0000 (09:54 +0200)
committerMichał Górny <mgorny@gentoo.org>
Mon, 14 Aug 2017 08:02:52 +0000 (10:02 +0200)
media-libs/hal-flash/Manifest [deleted file]
media-libs/hal-flash/files/0001-Make-build-work-outside-of-source-tree.patch [deleted file]
media-libs/hal-flash/hal-flash-0.3.3-r1.ebuild [deleted file]
media-libs/hal-flash/hal-flash-0.3.3.ebuild [deleted file]
media-libs/hal-flash/metadata.xml [deleted file]
profiles/package.mask

diff --git a/media-libs/hal-flash/Manifest b/media-libs/hal-flash/Manifest
deleted file mode 100644 (file)
index 4cd18b7..0000000
+++ /dev/null
@@ -1 +0,0 @@
-DIST hal-flash-0.3.3.tar.gz 337065 SHA256 c69b96251acb8c6c9d4d293b77fdd3026eceabdb2e13ce7c03305790425f8937 SHA512 ece4e8a2c98746da93c72253bca1b5d340886ae7f66df48f960e23d4dc9d5fa8cc2d0700b5bccafba213969547894fc28a4978cc59a3217f6db99540dcf352ab WHIRLPOOL a5624b1c6fcee59c6bc4227a6d5552a8e1214b4754a412100d3014c9d24ab315efa0c987f08517b8b548bd55f4d3009d809fb417a962401e89f4eb870a5b5841
diff --git a/media-libs/hal-flash/files/0001-Make-build-work-outside-of-source-tree.patch b/media-libs/hal-flash/files/0001-Make-build-work-outside-of-source-tree.patch
deleted file mode 100644 (file)
index 5896dc1..0000000
+++ /dev/null
@@ -1,61 +0,0 @@
-From 82d4389c20f2b83dae49e15513834128f08d0264 Mon Sep 17 00:00:00 2001
-From: James Le Cuirot <chewi@gentoo.org>
-Date: Sat, 13 Aug 2016 15:35:38 +0100
-Subject: [PATCH] Make build work outside of source tree
-
----
- test/Makefile.am | 4 ++--
- test/Makefile.in | 6 +++---
- 2 files changed, 5 insertions(+), 5 deletions(-)
-
-diff --git a/test/Makefile.am b/test/Makefile.am
-index 83623d9..261197e 100644
---- a/test/Makefile.am
-+++ b/test/Makefile.am
-@@ -1,5 +1,5 @@
- AM_CPPFLAGS = @DBUS_CFLAGS@
--AM_CFLAGS = -std=gnu99 -I../src
-+AM_CFLAGS = -std=gnu99 -I$(top_srcdir)/src
- AM_LDFLAGS = @DBUS_LIBS@
- LTVALGRIND = $(top_srcdir)/libtool --execute $(VALGRIND)
-@@ -8,7 +8,7 @@ TESTS_ENVIRONMENT = FLASH="$(LTVALGRIND) flash"
- noinst_PROGRAMS = flash
- flash_SOURCES = flash.c
--flash_LDADD = ../src/libhal.la
-+flash_LDADD = $(top_builddir)/src/libhal.la
- flash_LDFLAGS = -static
- clean-local :
-diff --git a/test/Makefile.in b/test/Makefile.in
-index cfd6c17..1417a9c 100644
---- a/test/Makefile.in
-+++ b/test/Makefile.in
-@@ -97,7 +97,7 @@ CONFIG_CLEAN_VPATH_FILES =
- PROGRAMS = $(noinst_PROGRAMS)
- am_flash_OBJECTS = flash.$(OBJEXT)
- flash_OBJECTS = $(am_flash_OBJECTS)
--flash_DEPENDENCIES = ../src/libhal.la
-+flash_DEPENDENCIES = $(top_builddir)/src/libhal.la
- AM_V_lt = $(am__v_lt_@AM_V@)
- am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
- am__v_lt_0 = --silent
-@@ -495,12 +495,12 @@ top_build_prefix = @top_build_prefix@
- top_builddir = @top_builddir@
- top_srcdir = @top_srcdir@
- AM_CPPFLAGS = @DBUS_CFLAGS@
--AM_CFLAGS = -std=gnu99 -I../src
-+AM_CFLAGS = -std=gnu99 -I$(top_srcdir)/src
- AM_LDFLAGS = @DBUS_LIBS@
- LTVALGRIND = $(top_srcdir)/libtool --execute $(VALGRIND)
- TESTS_ENVIRONMENT = FLASH="$(LTVALGRIND) flash"
- flash_SOURCES = flash.c
--flash_LDADD = ../src/libhal.la
-+flash_LDADD = $(top_builddir)/src/libhal.la
- flash_LDFLAGS = -static
- all: all-am
--- 
-2.8.2
-
diff --git a/media-libs/hal-flash/hal-flash-0.3.3-r1.ebuild b/media-libs/hal-flash/hal-flash-0.3.3-r1.ebuild
deleted file mode 100644 (file)
index 94848bd..0000000
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-inherit eutils multilib-minimal
-
-DESCRIPTION="libhal stub forwarding to UDisks for Adobe Flash to play DRM content"
-HOMEPAGE="https://github.com/cshorler/hal-flash https://build.opensuse.org/package/show/devel:openSUSE:Factory/hal-flash"
-SRC_URI="https://github.com/cshorler/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-COMMON_DEPEND="dev-libs/glib:2=[${MULTILIB_USEDEP},dbus]
-       sys-apps/dbus[${MULTILIB_USEDEP}]
-       !sys-apps/hal"
-
-RDEPEND="${COMMON_DEPEND}
-       sys-fs/udisks"
-
-DEPEND="${COMMON_DEPEND}
-       virtual/pkgconfig"
-
-ECONF_SOURCE="${S}"
-DOCS="FAQ.txt README"
-PATCHES=( "${FILESDIR}"/0001-Make-build-work-outside-of-source-tree.patch )
-
-src_install() {
-       multilib-minimal_src_install
-       prune_libtool_files
-}
diff --git a/media-libs/hal-flash/hal-flash-0.3.3.ebuild b/media-libs/hal-flash/hal-flash-0.3.3.ebuild
deleted file mode 100644 (file)
index d5d4809..0000000
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-inherit autotools eutils
-
-DESCRIPTION="libhal stub forwarding to UDisks for Adobe Flash to play DRM content"
-HOMEPAGE="https://github.com/cshorler/hal-flash https://build.opensuse.org/package/show/devel:openSUSE:Factory/hal-flash"
-SRC_URI="https://github.com/cshorler/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE=""
-
-COMMON_DEPEND="sys-apps/dbus
-       !sys-apps/hal"
-RDEPEND="${COMMON_DEPEND}
-       sys-fs/udisks"
-DEPEND="${COMMON_DEPEND}
-       virtual/pkgconfig"
-
-DOCS="README"
-
-src_prepare() {
-       eautoreconf; eapply_user;
-}
-
-src_install() {
-       default
-       prune_libtool_files
-}
diff --git a/media-libs/hal-flash/metadata.xml b/media-libs/hal-flash/metadata.xml
deleted file mode 100644 (file)
index b7f23a2..0000000
+++ /dev/null
@@ -1,7 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-       <upstream>
-               <remote-id type="github">cshorler/hal-flash</remote-id>
-       </upstream>
-</pkgmetadata>
index d63baacb48901d9bf624dfeca16d94c5da9de741..f26880e8c334303b007837aa45549005965f7cfd 100644 (file)
@@ -366,11 +366,6 @@ sys-apps/v86d
 # Doesn't build anymore (#607482). Removal in a month.
 net-irc/irssi-xmpp
 
-# Pacho Ramos <pacho@gentoo.org> (14 Jul 2017)
-# Doesn't work with current flash-player versions, bug #609016. Removal in a
-# month.
-media-libs/hal-flash
-
 # Pacho Ramos <pacho@gentoo.org> (14 Jul 2017)
 # Dead for ages, relies on dead libs (#622010), you can move to moserial, cutecom or
 # minicom. Removal in 2 months.