public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: media-libs/hal-flash/files/, profiles/, media-libs/hal-flash/
@ 2017-08-14  8:03 Michał Górny
  0 siblings, 0 replies; only message in thread
From: Michał Górny @ 2017-08-14  8:03 UTC (permalink / raw
  To: gentoo-commits

commit:     43690db200c1ae4f20391caf2d1c8ee576ef2d9d
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Mon Aug 14 07:54:06 2017 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon Aug 14 08:02:52 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=43690db2

media-libs/hal-flash: Remove last-rited pkg, #609016

 media-libs/hal-flash/Manifest                      |  1 -
 ...01-Make-build-work-outside-of-source-tree.patch | 61 ----------------------
 media-libs/hal-flash/hal-flash-0.3.3-r1.ebuild     | 32 ------------
 media-libs/hal-flash/hal-flash-0.3.3.ebuild        | 32 ------------
 media-libs/hal-flash/metadata.xml                  |  7 ---
 profiles/package.mask                              |  5 --
 6 files changed, 138 deletions(-)

diff --git a/media-libs/hal-flash/Manifest b/media-libs/hal-flash/Manifest
deleted file mode 100644
index 4cd18b7c394..00000000000
--- a/media-libs/hal-flash/Manifest
+++ /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
index 5896dc1872f..00000000000
--- a/media-libs/hal-flash/files/0001-Make-build-work-outside-of-source-tree.patch
+++ /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
index 94848bddac2..00000000000
--- a/media-libs/hal-flash/hal-flash-0.3.3-r1.ebuild
+++ /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
index d5d480953a0..00000000000
--- a/media-libs/hal-flash/hal-flash-0.3.3.ebuild
+++ /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
index b7f23a2e2ad..00000000000
--- a/media-libs/hal-flash/metadata.xml
+++ /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>

diff --git a/profiles/package.mask b/profiles/package.mask
index d63baacb489..f26880e8c33 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -367,11 +367,6 @@ sys-apps/v86d
 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.
 net-dialup/gtkterm


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2017-08-14  8:03 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-08-14  8:03 [gentoo-commits] repo/gentoo:master commit in: media-libs/hal-flash/files/, profiles/, media-libs/hal-flash/ Michał Górny

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox