From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 380BD13832F for ; Sat, 13 Aug 2016 19:38:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DE44721C084; Sat, 13 Aug 2016 19:37:58 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 726A521C080 for ; Sat, 13 Aug 2016 19:37:58 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 03D06340CD0 for ; Sat, 13 Aug 2016 19:37:57 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DD39D2456 for ; Sat, 13 Aug 2016 19:37:54 +0000 (UTC) From: "James Le Cuirot" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "James Le Cuirot" Message-ID: <1471117068.c1a75ec64283b7c43736351f794e2d7b81e9ed1e.chewi@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/hal-flash/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/hal-flash/Manifest media-libs/hal-flash/hal-flash-0.2.0_rc1.ebuild X-VCS-Directories: media-libs/hal-flash/ X-VCS-Committer: chewi X-VCS-Committer-Name: James Le Cuirot X-VCS-Revision: c1a75ec64283b7c43736351f794e2d7b81e9ed1e X-VCS-Branch: master Date: Sat, 13 Aug 2016 19:37:54 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 2feb09c1-9611-4722-bb03-734673e136cc X-Archives-Hash: 1d8470aded862137239b646fa8160dde commit: c1a75ec64283b7c43736351f794e2d7b81e9ed1e Author: James Le Cuirot gentoo org> AuthorDate: Sat Aug 13 19:37:26 2016 +0000 Commit: James Le Cuirot gentoo org> CommitDate: Sat Aug 13 19:37:48 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c1a75ec6 media-libs/hal-flash: Remove old 0.2.0_rc1 Package-Manager: portage-2.3.0 media-libs/hal-flash/Manifest | 1 - media-libs/hal-flash/hal-flash-0.2.0_rc1.ebuild | 35 ------------------------- 2 files changed, 36 deletions(-) diff --git a/media-libs/hal-flash/Manifest b/media-libs/hal-flash/Manifest index b81a600..4cd18b7 100644 --- a/media-libs/hal-flash/Manifest +++ b/media-libs/hal-flash/Manifest @@ -1,2 +1 @@ DIST hal-flash-0.3.3.tar.gz 337065 SHA256 c69b96251acb8c6c9d4d293b77fdd3026eceabdb2e13ce7c03305790425f8937 SHA512 ece4e8a2c98746da93c72253bca1b5d340886ae7f66df48f960e23d4dc9d5fa8cc2d0700b5bccafba213969547894fc28a4978cc59a3217f6db99540dcf352ab WHIRLPOOL a5624b1c6fcee59c6bc4227a6d5552a8e1214b4754a412100d3014c9d24ab315efa0c987f08517b8b548bd55f4d3009d809fb417a962401e89f4eb870a5b5841 -DIST libhal1-flash_0.2.0rc1.tar.gz 21363 SHA256 1ceb6d887b7bdd7e52c0296f3b4029d5237b87bdf02ac2bf53ddb5a4341800c7 SHA512 26731ef4c13176222c54bf39dd21704891ce75b0467559cecbe6c81ae2ac3c937b6f8d84b7df388bd4e7a43b94837d6b05391b5eab3893762faeb9875e53a2ff WHIRLPOOL f9f2562424acec685a903294b42eb1609026fc39d78fc742d20b076d53190aed1a8042394231828189f3c34075353f0141f7089c859e863bd22ceb4956fc8060 diff --git a/media-libs/hal-flash/hal-flash-0.2.0_rc1.ebuild b/media-libs/hal-flash/hal-flash-0.2.0_rc1.ebuild deleted file mode 100644 index 30707f5..0000000 --- a/media-libs/hal-flash/hal-flash-0.2.0_rc1.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 -inherit autotools eutils - -MY_P=${PN/hal/libhal1}_${PV/_} - -DESCRIPTION="A libhal stub library forwarding to UDisks for www-plugins/adobe-flash to play DRM content" -HOMEPAGE="https://github.com/cshorler/hal-flash http://build.opensuse.org/package/show/devel:openSUSE:Factory/hal-flash" -SRC_URI="http://build.opensuse.org/package/rawsourcefile/devel:openSUSE:Factory/${PN}/${MY_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:0" -DEPEND="${COMMON_DEPEND} - virtual/pkgconfig" - -DOCS="README" - -S=${WORKDIR}/${MY_P} - -src_prepare() { eautoreconf; } - -src_install() { - default - prune_libtool_files -}