public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: media-video/cpvts/
@ 2019-10-27 12:09 Sebastian Pipping
  0 siblings, 0 replies; 3+ messages in thread
From: Sebastian Pipping @ 2019-10-27 12:09 UTC (permalink / raw
  To: gentoo-commits

commit:     2ba8b7f4c872fb56ad28c03e80e1cb1024a2f7f6
Author:     Sebastian Pipping <sping <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 27 12:04:53 2019 +0000
Commit:     Sebastian Pipping <sping <AT> gentoo <DOT> org>
CommitDate: Sun Oct 27 12:06:24 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2ba8b7f4

media-video/cpvts: EAPI 7

Bug: https://bugs.gentoo.org/697264
Signed-off-by: Sebastian Pipping <sping <AT> gentoo.org>
Package-Manager: Portage-2.3.78, Repoman-2.3.16

 media-video/cpvts/cpvts-1.2-r1.ebuild | 39 +++++++++++++++++++++++++++++++++++
 1 file changed, 39 insertions(+)

diff --git a/media-video/cpvts/cpvts-1.2-r1.ebuild b/media-video/cpvts/cpvts-1.2-r1.ebuild
new file mode 100644
index 00000000000..0138d6ee6d0
--- /dev/null
+++ b/media-video/cpvts/cpvts-1.2-r1.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit eutils toolchain-funcs
+
+IUSE=""
+
+S="${WORKDIR}/${PN}"
+
+DESCRIPTION="raw copy title sets from a DVD to your harddisc"
+SRC_URI="http://www.lallafa.de/bp/files/${P}.tgz"
+HOMEPAGE="http://www.lallafa.de/bp/cpvts.html"
+
+SLOT="0"
+LICENSE="GPL-2"
+KEYWORDS="~amd64 ~ppc ~x86"
+
+DEPEND="media-libs/libdvdread"
+RDEPEND="${DEPEND}"
+
+PATCHES=(
+	"${FILESDIR}/${P}-dvdread.patch"
+)
+
+echodo() {
+	echo "$@"
+	"$@" || die "failed"
+}
+
+src_compile () {
+	echodo $(tc-getCC) ${CFLAGS} ${LDFLAGS} -Wl,-rpath,/usr/lib -o cpvts \
+		cpvts.c -lm -ldvdread
+}
+
+src_install () {
+	dobin ${PN}
+}


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: media-video/cpvts/
@ 2019-11-10 18:04 Aaron Bauman
  0 siblings, 0 replies; 3+ messages in thread
From: Aaron Bauman @ 2019-11-10 18:04 UTC (permalink / raw
  To: gentoo-commits

commit:     76514ba4133ee9466d5dbb3e6aaf1a51787d4950
Author:     Aaron Bauman <bman <AT> gentoo <DOT> org>
AuthorDate: Sun Nov 10 18:02:49 2019 +0000
Commit:     Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Sun Nov 10 18:02:49 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=76514ba4

media-video/cpvts: ALLARCHES EAPI bump

Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>

 media-video/cpvts/cpvts-1.2-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-video/cpvts/cpvts-1.2-r1.ebuild b/media-video/cpvts/cpvts-1.2-r1.ebuild
index 0138d6ee6d0..8b930c9cf9f 100644
--- a/media-video/cpvts/cpvts-1.2-r1.ebuild
+++ b/media-video/cpvts/cpvts-1.2-r1.ebuild
@@ -15,7 +15,7 @@ HOMEPAGE="http://www.lallafa.de/bp/cpvts.html"
 
 SLOT="0"
 LICENSE="GPL-2"
-KEYWORDS="~amd64 ~ppc ~x86"
+KEYWORDS="amd64 ppc x86"
 
 DEPEND="media-libs/libdvdread"
 RDEPEND="${DEPEND}"


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: media-video/cpvts/
@ 2019-11-10 18:04 Aaron Bauman
  0 siblings, 0 replies; 3+ messages in thread
From: Aaron Bauman @ 2019-11-10 18:04 UTC (permalink / raw
  To: gentoo-commits

commit:     adc11d5becf881c314602d6bda593961476c236d
Author:     Aaron Bauman <bman <AT> gentoo <DOT> org>
AuthorDate: Sun Nov 10 18:03:48 2019 +0000
Commit:     Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Sun Nov 10 18:03:48 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=adc11d5b

media-video/cpvts: drop old EAPI

Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>

 media-video/cpvts/cpvts-1.2.ebuild | 43 --------------------------------------
 1 file changed, 43 deletions(-)

diff --git a/media-video/cpvts/cpvts-1.2.ebuild b/media-video/cpvts/cpvts-1.2.ebuild
deleted file mode 100644
index b28cc1f8310..00000000000
--- a/media-video/cpvts/cpvts-1.2.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=0
-
-inherit eutils toolchain-funcs
-
-IUSE=""
-
-MY_S="${WORKDIR}/${PN}"
-
-DESCRIPTION="raw copy title sets from a DVD to your harddisc"
-SRC_URI="http://www.lallafa.de/bp/files/${P}.tgz"
-HOMEPAGE="http://www.lallafa.de/bp/cpvts.html"
-
-SLOT="0"
-LICENSE="GPL-2"
-KEYWORDS="amd64 ppc x86"
-
-DEPEND="media-libs/libdvdread"
-
-src_unpack() {
-	unpack ${A}
-	cd "${S}"
-
-	epatch "${FILESDIR}/${P}-dvdread.patch"
-}
-
-echodo() {
-	echo "$@"
-	"$@" || die "failed"
-}
-
-src_compile () {
-	cd ${MY_S} || die
-
-	echodo $(tc-getCC) ${CFLAGS} ${LDFLAGS} -Wl,-rpath,/usr/lib -o cpvts \
-		cpvts.c -lm -ldvdread
-}
-
-src_install () {
-	dobin ${MY_S}/${PN} || die
-}


^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2019-11-10 18:04 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-10-27 12:09 [gentoo-commits] repo/gentoo:master commit in: media-video/cpvts/ Sebastian Pipping
  -- strict thread matches above, loose matches on Subject: below --
2019-11-10 18:04 Aaron Bauman
2019-11-10 18:04 Aaron Bauman

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