* [gentoo-commits] repo/gentoo:master commit in: media-libs/hal-flash/
@ 2016-07-11 12:49 Patrice Clement
0 siblings, 0 replies; 4+ messages in thread
From: Patrice Clement @ 2016-07-11 12:49 UTC (permalink / raw
To: gentoo-commits
commit: 0bcbe4b9a2c5c283ec02369e4bbb95fbc8f094ea
Author: Bjørn Kagelmacher <DL7RAY <AT> t-online <DOT> de>
AuthorDate: Sun Jul 10 22:13:40 2016 +0000
Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Mon Jul 11 12:07:57 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0bcbe4b9
media-libs/hal-flash: version bump to 0.3.3.
Closes: https://github.com/gentoo/gentoo/pull/1866
Signed-off-by: Patrice Clement <monsieurp <AT> gentoo.org>
media-libs/hal-flash/Manifest | 1 +
media-libs/hal-flash/hal-flash-0.3.3.ebuild | 31 +++++++++++++++++++++++++++++
2 files changed, 32 insertions(+)
diff --git a/media-libs/hal-flash/Manifest b/media-libs/hal-flash/Manifest
index 270ad29..b81a600 100644
--- a/media-libs/hal-flash/Manifest
+++ b/media-libs/hal-flash/Manifest
@@ -1 +1,2 @@
+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.3.3.ebuild b/media-libs/hal-flash/hal-flash-0.3.3.ebuild
new file mode 100644
index 0000000..d1b4639
--- /dev/null
+++ b/media-libs/hal-flash/hal-flash-0.3.3.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+inherit autotools eutils
+
+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://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
+}
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-libs/hal-flash/
@ 2016-07-11 18:12 Patrick Lauer
0 siblings, 0 replies; 4+ messages in thread
From: Patrick Lauer @ 2016-07-11 18:12 UTC (permalink / raw
To: gentoo-commits
commit: e05e2cf6e7cddaba88e2321e4f493764301a7edc
Author: Patrick Lauer <patrick <AT> gentoo <DOT> org>
AuthorDate: Mon Jul 11 18:11:54 2016 +0000
Commit: Patrick Lauer <patrick <AT> gentoo <DOT> org>
CommitDate: Mon Jul 11 18:11:54 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e05e2cf6
media-libs/hal-flash: Whitespace
Package-Manager: portage-2.3.0
media-libs/hal-flash/hal-flash-0.3.3.ebuild | 14 ++++++++------
1 file changed, 8 insertions(+), 6 deletions(-)
diff --git a/media-libs/hal-flash/hal-flash-0.3.3.ebuild b/media-libs/hal-flash/hal-flash-0.3.3.ebuild
index d1b4639..34466c5 100644
--- a/media-libs/hal-flash/hal-flash-0.3.3.ebuild
+++ b/media-libs/hal-flash/hal-flash-0.3.3.ebuild
@@ -15,17 +15,19 @@ KEYWORDS="amd64 x86"
IUSE=""
COMMON_DEPEND="sys-apps/dbus
- !sys-apps/hal"
+ !sys-apps/hal"
RDEPEND="${COMMON_DEPEND}
- sys-fs/udisks"
+ sys-fs/udisks"
DEPEND="${COMMON_DEPEND}
- virtual/pkgconfig"
+ virtual/pkgconfig"
DOCS="README"
-src_prepare() { eautoreconf; eapply_user; }
+src_prepare() {
+ eautoreconf; eapply_user;
+}
src_install() {
- default
- prune_libtool_files
+ default
+ prune_libtool_files
}
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-libs/hal-flash/
@ 2016-08-13 19:37 James Le Cuirot
0 siblings, 0 replies; 4+ messages in thread
From: James Le Cuirot @ 2016-08-13 19:37 UTC (permalink / raw
To: gentoo-commits
commit: c1a75ec64283b7c43736351f794e2d7b81e9ed1e
Author: James Le Cuirot <chewi <AT> gentoo <DOT> org>
AuthorDate: Sat Aug 13 19:37:26 2016 +0000
Commit: James Le Cuirot <chewi <AT> gentoo <DOT> 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
-}
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-libs/hal-flash/
@ 2017-07-30 8:36 Michał Górny
0 siblings, 0 replies; 4+ messages in thread
From: Michał Górny @ 2017-07-30 8:36 UTC (permalink / raw
To: gentoo-commits
commit: 1c674531b70ff4b01fc72c9bf2dec35b7a8b0457
Author: David Hicks <david <AT> hicks <DOT> id <DOT> au>
AuthorDate: Fri Jul 28 23:01:09 2017 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Jul 30 08:35:49 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1c674531
media-libs/hal-flash: use HTTPS for GitHub and HOMEPAGE domain
Package-Manager: Portage-2.3.6, Repoman-2.3.3
media-libs/hal-flash/hal-flash-0.3.3-r1.ebuild | 6 +++---
media-libs/hal-flash/hal-flash-0.3.3.ebuild | 6 +++---
2 files changed, 6 insertions(+), 6 deletions(-)
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
index 6ed62917511..1bb31567410 100644
--- a/media-libs/hal-flash/hal-flash-0.3.3-r1.ebuild
+++ b/media-libs/hal-flash/hal-flash-0.3.3-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -6,8 +6,8 @@ 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 http://build.opensuse.org/package/show/devel:openSUSE:Factory/hal-flash"
-SRC_URI="http://github.com/cshorler/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+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"
diff --git a/media-libs/hal-flash/hal-flash-0.3.3.ebuild b/media-libs/hal-flash/hal-flash-0.3.3.ebuild
index c5b12cd08c0..abe863978f2 100644
--- a/media-libs/hal-flash/hal-flash-0.3.3.ebuild
+++ b/media-libs/hal-flash/hal-flash-0.3.3.ebuild
@@ -1,12 +1,12 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
inherit autotools eutils
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://github.com/cshorler/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+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"
^ permalink raw reply related [flat|nested] 4+ messages in thread
end of thread, other threads:[~2017-07-30 8:36 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-07-11 18:12 [gentoo-commits] repo/gentoo:master commit in: media-libs/hal-flash/ Patrick Lauer
-- strict thread matches above, loose matches on Subject: below --
2017-07-30 8:36 Michał Górny
2016-08-13 19:37 James Le Cuirot
2016-07-11 12:49 Patrice Clement
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox