* [gentoo-commits] repo/gentoo:master commit in: media-video/vamps/
@ 2019-04-08 19:01 Aaron Bauman
0 siblings, 0 replies; 4+ messages in thread
From: Aaron Bauman @ 2019-04-08 19:01 UTC (permalink / raw
To: gentoo-commits
commit: 575c26688b3536d3010b2125876671465af3c016
Author: Aaron Bauman <bman <AT> gentoo <DOT> org>
AuthorDate: Mon Apr 8 19:00:39 2019 +0000
Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Mon Apr 8 19:00:39 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=575c2668
media-video/vamps: amd64 stable wrt bug #681502
Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11
media-video/vamps/vamps-0.99.2-r1.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/media-video/vamps/vamps-0.99.2-r1.ebuild b/media-video/vamps/vamps-0.99.2-r1.ebuild
index 04955402191..4c9f5bbd0d5 100644
--- a/media-video/vamps/vamps-0.99.2-r1.ebuild
+++ b/media-video/vamps/vamps-0.99.2-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=0
@@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/vamps/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
+KEYWORDS="amd64 ~ppc ~x86"
IUSE=""
DEPEND=">=media-libs/libdvdread-0.9.4"
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-video/vamps/
@ 2019-10-27 13:41 Sebastian Pipping
0 siblings, 0 replies; 4+ messages in thread
From: Sebastian Pipping @ 2019-10-27 13:41 UTC (permalink / raw
To: gentoo-commits
commit: 7be43254287e718aaf5d6ed6fe220589dcf23dbd
Author: Sebastian Pipping <sping <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 27 13:40:29 2019 +0000
Commit: Sebastian Pipping <sping <AT> gentoo <DOT> org>
CommitDate: Sun Oct 27 13:41:01 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7be43254
media-video/vamps: 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/vamps/vamps-0.99.2-r2.ebuild | 31 +++++++++++++++++++++++++++++++
1 file changed, 31 insertions(+)
diff --git a/media-video/vamps/vamps-0.99.2-r2.ebuild b/media-video/vamps/vamps-0.99.2-r2.ebuild
new file mode 100644
index 00000000000..7167705a559
--- /dev/null
+++ b/media-video/vamps/vamps-0.99.2-r2.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit toolchain-funcs
+
+DESCRIPTION="Very fast requantisizing tool for backup DVDs"
+HOMEPAGE="http://vamps.sourceforge.net/"
+SRC_URI="mirror://sourceforge/vamps/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86"
+IUSE=""
+
+DEPEND=">=media-libs/libdvdread-0.9.4"
+RDEPEND="${DEPEND}
+ >=media-video/dvdauthor-0.6.10"
+
+PATCHES=(
+ "${FILESDIR}/${P}-premature-eof.patch"
+)
+
+src_compile() {
+ emake CC="$(tc-getCC)" CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}"
+}
+
+src_install() {
+ dobin vamps/vamps play_cell/play_cell
+}
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-video/vamps/
@ 2019-11-10 18:00 Aaron Bauman
0 siblings, 0 replies; 4+ messages in thread
From: Aaron Bauman @ 2019-11-10 18:00 UTC (permalink / raw
To: gentoo-commits
commit: ecebfebbfe41e5b3262286a43d67813821ee7176
Author: Aaron Bauman <bman <AT> gentoo <DOT> org>
AuthorDate: Sun Nov 10 18:00:06 2019 +0000
Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Sun Nov 10 18:00:38 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ecebfebb
media-video/vamps: drop old EAPI
Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>
media-video/vamps/vamps-0.99.2-r1.ebuild | 32 --------------------------------
media-video/vamps/vamps-0.99.2.ebuild | 27 ---------------------------
2 files changed, 59 deletions(-)
diff --git a/media-video/vamps/vamps-0.99.2-r1.ebuild b/media-video/vamps/vamps-0.99.2-r1.ebuild
deleted file mode 100644
index d6a1cf7fabe..00000000000
--- a/media-video/vamps/vamps-0.99.2-r1.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=0
-
-inherit eutils toolchain-funcs
-
-DESCRIPTION="Very fast requantisizing tool for backup DVDs"
-HOMEPAGE="http://vamps.sourceforge.net/"
-SRC_URI="mirror://sourceforge/vamps/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ~ppc x86"
-IUSE=""
-DEPEND=">=media-libs/libdvdread-0.9.4"
-
-RDEPEND="${DEPEND}
- >=media-video/dvdauthor-0.6.10"
-
-src_unpack() {
- unpack ${A}
- epatch "${FILESDIR}/${P}-premature-eof.patch"
-}
-
-src_compile() {
- emake CC="$(tc-getCC)" CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}" || die "emake failed"
-}
-
-src_install() {
- dobin vamps/vamps play_cell/play_cell || die "install failed"
-}
diff --git a/media-video/vamps/vamps-0.99.2.ebuild b/media-video/vamps/vamps-0.99.2.ebuild
deleted file mode 100644
index 0b931b431a8..00000000000
--- a/media-video/vamps/vamps-0.99.2.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=0
-
-inherit eutils toolchain-funcs
-
-DESCRIPTION="Very fast requantisizing tool for backup DVDs"
-HOMEPAGE="http://vamps.sourceforge.net/"
-SRC_URI="mirror://sourceforge/vamps/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ~ppc x86"
-IUSE=""
-DEPEND=">=media-libs/libdvdread-0.9.4"
-
-RDEPEND="${DEPEND}
- >=media-video/dvdauthor-0.6.10"
-
-src_compile() {
- emake CC="$(tc-getCC)" CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}" || die "emake failed"
-}
-
-src_install() {
- dobin vamps/vamps play_cell/play_cell || die "install failed"
-}
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-video/vamps/
@ 2019-11-10 18:00 Aaron Bauman
0 siblings, 0 replies; 4+ messages in thread
From: Aaron Bauman @ 2019-11-10 18:00 UTC (permalink / raw
To: gentoo-commits
commit: a1452e75f85a3677db83c7626531b7dbfc6e73a8
Author: Aaron Bauman <bman <AT> gentoo <DOT> org>
AuthorDate: Sun Nov 10 17:58:30 2019 +0000
Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Sun Nov 10 18:00:37 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a1452e75
media-video/vamps: ALLARCHES EAPI bump
Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>
media-video/vamps/vamps-0.99.2-r2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/media-video/vamps/vamps-0.99.2-r2.ebuild b/media-video/vamps/vamps-0.99.2-r2.ebuild
index 7167705a559..ffc3f70d3a1 100644
--- a/media-video/vamps/vamps-0.99.2-r2.ebuild
+++ b/media-video/vamps/vamps-0.99.2-r2.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/vamps/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
+KEYWORDS="amd64 ~ppc x86"
IUSE=""
DEPEND=">=media-libs/libdvdread-0.9.4"
^ permalink raw reply related [flat|nested] 4+ messages in thread
end of thread, other threads:[~2019-11-10 18:00 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-10-27 13:41 [gentoo-commits] repo/gentoo:master commit in: media-video/vamps/ Sebastian Pipping
-- strict thread matches above, loose matches on Subject: below --
2019-11-10 18:00 Aaron Bauman
2019-11-10 18:00 Aaron Bauman
2019-04-08 19:01 Aaron Bauman
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox