* [gentoo-commits] repo/gentoo:master commit in: media-video/vdrtools-genindex/
@ 2020-01-25 18:19 Jörg Bornkessel
0 siblings, 0 replies; 3+ messages in thread
From: Jörg Bornkessel @ 2020-01-25 18:19 UTC (permalink / raw
To: gentoo-commits
commit: dc8f1a0976bdbb2f25377ee9e57f9f98927a0504
Author: Joerg Bornkessel <hd_brummy <AT> gentoo <DOT> org>
AuthorDate: Sat Jan 25 18:19:08 2020 +0000
Commit: Jörg Bornkessel <hd_brummy <AT> gentoo <DOT> org>
CommitDate: Sat Jan 25 18:19:08 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dc8f1a09
media-video/vdrtools-genindex: eapi 7; license, homepage fixed
Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Joerg Bornkessel <hd_brummy <AT> gentoo.org>
.../vdrtools-genindex-0.1.3-r2.ebuild | 31 ++++++++++++++++++++++
1 file changed, 31 insertions(+)
diff --git a/media-video/vdrtools-genindex/vdrtools-genindex-0.1.3-r2.ebuild b/media-video/vdrtools-genindex/vdrtools-genindex-0.1.3-r2.ebuild
new file mode 100644
index 00000000000..d3261210e22
--- /dev/null
+++ b/media-video/vdrtools-genindex/vdrtools-genindex-0.1.3-r2.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+SCRIPT="genindex"
+
+DESCRIPTION="VDR: genindex Script"
+HOMEPAGE="https://wiki.gentoo.org/wiki/No_homepage"
+SRC_URI="http://www.muempf.de/down/${SCRIPT}-${PV}.tar.gz"
+
+SLOT="0"
+LICENSE="GPL-2+"
+KEYWORDS="~amd64 ~x86"
+
+S=${WORKDIR}/${SCRIPT}-${PV}
+
+DOCS=( README )
+
+src_prepare() {
+ # respect LDFLAGS
+ sed -i Makefile \
+ -e "s:\$(CXXFLAGS) \$^:\$(CXXFLAGS) \$(LDFLAGS) \$^:" || die
+
+ default
+}
+
+src_install() {
+ dobin genindex
+ einstalldocs
+}
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-video/vdrtools-genindex/
@ 2020-06-29 13:40 Agostino Sarubbo
0 siblings, 0 replies; 3+ messages in thread
From: Agostino Sarubbo @ 2020-06-29 13:40 UTC (permalink / raw
To: gentoo-commits
commit: cde7614bebbba3912b3345954a256015551ae73f
Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Mon Jun 29 13:39:32 2020 +0000
Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Mon Jun 29 13:39:32 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cde7614b
media-video/vdrtools-genindex: x86 stable wrt bug #724136
Package-Manager: Portage-2.3.99, Repoman-2.3.22
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>
media-video/vdrtools-genindex/vdrtools-genindex-0.1.3-r2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/media-video/vdrtools-genindex/vdrtools-genindex-0.1.3-r2.ebuild b/media-video/vdrtools-genindex/vdrtools-genindex-0.1.3-r2.ebuild
index 3ec03fcdb00..64fc0d73588 100644
--- a/media-video/vdrtools-genindex/vdrtools-genindex-0.1.3-r2.ebuild
+++ b/media-video/vdrtools-genindex/vdrtools-genindex-0.1.3-r2.ebuild
@@ -11,7 +11,7 @@ SRC_URI="http://www.muempf.de/down/${SCRIPT}-${PV}.tar.gz"
SLOT="0"
LICENSE="GPL-2+"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
S=${WORKDIR}/${SCRIPT}-${PV}
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-video/vdrtools-genindex/
@ 2020-06-29 17:37 Andreas Sturmlechner
0 siblings, 0 replies; 3+ messages in thread
From: Andreas Sturmlechner @ 2020-06-29 17:37 UTC (permalink / raw
To: gentoo-commits
commit: a4b5cddd2f668676765790765e18dd716cadafb9
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Mon Jun 29 17:32:46 2020 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Mon Jun 29 17:36:44 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a4b5cddd
media-video/vdrtools-genindex: Drop 0.1.3-r1
Closes: https://bugs.gentoo.org/724136
Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
.../vdrtools-genindex-0.1.3-r1.ebuild | 30 ----------------------
1 file changed, 30 deletions(-)
diff --git a/media-video/vdrtools-genindex/vdrtools-genindex-0.1.3-r1.ebuild b/media-video/vdrtools-genindex/vdrtools-genindex-0.1.3-r1.ebuild
deleted file mode 100644
index 97399b70be6..00000000000
--- a/media-video/vdrtools-genindex/vdrtools-genindex-0.1.3-r1.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="4"
-
-inherit eutils
-
-SCRIPT="genindex"
-
-DESCRIPTION="VDR: genindex Script"
-HOMEPAGE="http://www.cadsoft.de/vdr/"
-SRC_URI="http://www.muempf.de/down/${SCRIPT}-${PV}.tar.gz"
-
-SLOT="0"
-LICENSE="GPL-2"
-KEYWORDS="amd64 x86"
-IUSE=""
-
-DEPEND=""
-
-S=${WORKDIR}/${SCRIPT}-${PV}
-
-src_prepare() {
- epatch "${FILESDIR}"/ldflags.diff
-}
-
-src_install() {
- dodoc README
- dobin genindex
-}
^ permalink raw reply related [flat|nested] 3+ messages in thread
end of thread, other threads:[~2020-06-29 17:37 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-06-29 17:37 [gentoo-commits] repo/gentoo:master commit in: media-video/vdrtools-genindex/ Andreas Sturmlechner
-- strict thread matches above, loose matches on Subject: below --
2020-06-29 13:40 Agostino Sarubbo
2020-01-25 18:19 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