* [gentoo-commits] repo/gentoo:master commit in: media-plugins/vdr-recsearch/
@ 2019-12-27 18:36 Jörg Bornkessel
0 siblings, 0 replies; 2+ messages in thread
From: Jörg Bornkessel @ 2019-12-27 18:36 UTC (permalink / raw
To: gentoo-commits
commit: b6f0fb1fe677e1e3a8ccfa6dc6c5876b2aace913
Author: Joerg Bornkessel <hd_brummy <AT> gentoo <DOT> org>
AuthorDate: Fri Dec 27 18:35:06 2019 +0000
Commit: Jörg Bornkessel <hd_brummy <AT> gentoo <DOT> org>
CommitDate: Fri Dec 27 18:35:41 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b6f0fb1f
media-plugins/vdr-recsearch: bump
cleanup old
vdr-2.4 readdy
Bug: https://bugs.gentoo.org/703914
Closes: https://bugs.gentoo.org/703914
Package-Manager: Portage-2.3.83, Repoman-2.3.18
Signed-off-by: Joerg Bornkessel <hd_brummy <AT> gentoo.org>
media-plugins/vdr-recsearch/Manifest | 2 +-
...r-recsearch-0.3.5.ebuild => vdr-recsearch-0.3.7.ebuild} | 14 ++++++--------
2 files changed, 7 insertions(+), 9 deletions(-)
diff --git a/media-plugins/vdr-recsearch/Manifest b/media-plugins/vdr-recsearch/Manifest
index 816cf955a1c..7c135991ab6 100644
--- a/media-plugins/vdr-recsearch/Manifest
+++ b/media-plugins/vdr-recsearch/Manifest
@@ -1 +1 @@
-DIST vdr-recsearch-0.3.5.tar.gz 23920 BLAKE2B b1523f5beca295c9261e769897a04cd9e67b12a1bcbd05c8f78461f286dbb2af0332bcaaf3c95fa3be9b027e29d6d8e6dc54ea1b1d67ce47e5d65c284c040687 SHA512 97cac7ffd231b732ae91b2e86c74bf307c5901b718d23bbb9f2fec4da25cd80e23a41c9e35a88caf8c9bd190c07662fa64057b20fd760bbed9c2b94687f730b6
+DIST vdr-recsearch-0.3.7.tgz 24643 BLAKE2B 4f3a6b64be9d72df0cf755a65e5e0e7c2e9f3be21d70e12ae67e2802658173a33da1e59fc26617db852198b9f8feb1981a72cb9778441bafbc01f28e87b4df5b SHA512 20a43320f202c6524b3c1d4726cbb9c2519f622504dd34df8444dab389255c298796b8cb9187acf89125825dbb8d0007c804beae4505914bc0d41245727db5e1
diff --git a/media-plugins/vdr-recsearch/vdr-recsearch-0.3.5.ebuild b/media-plugins/vdr-recsearch/vdr-recsearch-0.3.7.ebuild
similarity index 61%
rename from media-plugins/vdr-recsearch/vdr-recsearch-0.3.5.ebuild
rename to media-plugins/vdr-recsearch/vdr-recsearch-0.3.7.ebuild
index 68a330c5358..f465fc010aa 100644
--- a/media-plugins/vdr-recsearch/vdr-recsearch-0.3.5.ebuild
+++ b/media-plugins/vdr-recsearch/vdr-recsearch-0.3.7.ebuild
@@ -1,23 +1,21 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=5
+EAPI=7
inherit vdr-plugin-2
-DESCRIPTION="VDR Plugin: Search through your recordings and find the one you are looking for..."
+DESCRIPTION="VDR Plugin: Search through your recordings and find the one you are looking for"
HOMEPAGE="https://github.com/flensrocker/vdr-plugin-recsearch"
-SRC_URI="https://github.com/flensrocker/vdr-plugin-recsearch/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+SRC_URI="https://github.com/flensrocker/vdr-plugin-recsearch/releases/download/v${PV}/${P}.tgz"
KEYWORDS="~amd64 ~x86"
SLOT="0"
LICENSE="GPL-2"
-IUSE=""
-DEPEND=">=media-video/vdr-2.0.4"
-RDEPEND="${DEPEND}"
+DEPEND="media-video/vdr"
-S="${WORKDIR}/vdr-plugin-recsearch-${PV}"
+S="${WORKDIR}/recsearch-${PV}"
src_install() {
vdr-plugin-2_src_install
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-plugins/vdr-recsearch/
@ 2020-02-24 12:17 Jörg Bornkessel
0 siblings, 0 replies; 2+ messages in thread
From: Jörg Bornkessel @ 2020-02-24 12:17 UTC (permalink / raw
To: gentoo-commits
commit: 90bf7e9ac4ea50affb611a9e37f65fd7a35166f5
Author: Joerg Bornkessel <hd_brummy <AT> gentoo <DOT> org>
AuthorDate: Mon Feb 24 11:53:52 2020 +0000
Commit: Jörg Bornkessel <hd_brummy <AT> gentoo <DOT> org>
CommitDate: Mon Feb 24 12:17:04 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=90bf7e9a
media-plugins/vdr-recsearch: fixed License
Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Joerg Bornkessel <hd_brummy <AT> gentoo.org>
media-plugins/vdr-recsearch/vdr-recsearch-0.3.7.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/media-plugins/vdr-recsearch/vdr-recsearch-0.3.7.ebuild b/media-plugins/vdr-recsearch/vdr-recsearch-0.3.7.ebuild
index f465fc010aa..576bbfbf601 100644
--- a/media-plugins/vdr-recsearch/vdr-recsearch-0.3.7.ebuild
+++ b/media-plugins/vdr-recsearch/vdr-recsearch-0.3.7.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/flensrocker/vdr-plugin-recsearch/releases/download/v
KEYWORDS="~amd64 ~x86"
SLOT="0"
-LICENSE="GPL-2"
+LICENSE="GPL-2+"
DEPEND="media-video/vdr"
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2020-02-24 12:17 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-02-24 12:17 [gentoo-commits] repo/gentoo:master commit in: media-plugins/vdr-recsearch/ Jörg Bornkessel
-- strict thread matches above, loose matches on Subject: below --
2019-12-27 18:36 Jörg Bornkessel
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox