* [gentoo-commits] repo/gentoo:master commit in: app-cdr/cue2toc/
@ 2018-03-29 21:05 Michał Górny
0 siblings, 0 replies; 3+ messages in thread
From: Michał Górny @ 2018-03-29 21:05 UTC (permalink / raw
To: gentoo-commits
commit: a2f5f77f51ec583b25739233b692f688d86392d0
Author: Marty E. Plummer <hanetzer <AT> startmail <DOT> com>
AuthorDate: Wed Mar 28 09:52:55 2018 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Mar 29 21:05:17 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a2f5f77f
app-cdr/cue2toc: EAPI bump
Closes: https://github.com/gentoo/gentoo/pull/7680
Package-Manager: Portage-2.3.24, Repoman-2.3.6
app-cdr/cue2toc/cue2toc-0.4.ebuild | 11 ++++-------
1 file changed, 4 insertions(+), 7 deletions(-)
diff --git a/app-cdr/cue2toc/cue2toc-0.4.ebuild b/app-cdr/cue2toc/cue2toc-0.4.ebuild
index 135bae3e9a8..f93c0b309e9 100644
--- a/app-cdr/cue2toc/cue2toc-0.4.ebuild
+++ b/app-cdr/cue2toc/cue2toc-0.4.ebuild
@@ -1,18 +1,15 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
+EAPI=6
+
DESCRIPTION="Convert CUE files to cdrdao's TOC format"
HOMEPAGE="http://cue2toc.sourceforge.net/"
SRC_URI="mirror://sourceforge/cue2toc/${P}.tar.gz"
-LICENSE="GPL-2"
+LICENSE="GPL-2+"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ppc64 ~sh ~sparc ~x86 ~x86-fbsd"
IUSE=""
DEPEND="!app-cdr/cdrdao"
-
-src_install() {
- emake DESTDIR="${D}" install || die "emake install failed."
- dodoc AUTHORS ChangeLog NEWS README
-}
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-cdr/cue2toc/
@ 2022-07-23 19:18 David Seifert
0 siblings, 0 replies; 3+ messages in thread
From: David Seifert @ 2022-07-23 19:18 UTC (permalink / raw
To: gentoo-commits
commit: 758b1ff8d7400b914d36166e457201e1c5ba951d
Author: David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Sat Jul 23 19:17:53 2022 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sat Jul 23 19:17:53 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=758b1ff8
app-cdr/cue2toc: update EAPI 6 -> 8
Signed-off-by: David Seifert <soap <AT> gentoo.org>
app-cdr/cue2toc/{cue2toc-0.4.ebuild => cue2toc-0.4-r1.ebuild} | 7 +++----
1 file changed, 3 insertions(+), 4 deletions(-)
diff --git a/app-cdr/cue2toc/cue2toc-0.4.ebuild b/app-cdr/cue2toc/cue2toc-0.4-r1.ebuild
similarity index 80%
rename from app-cdr/cue2toc/cue2toc-0.4.ebuild
rename to app-cdr/cue2toc/cue2toc-0.4-r1.ebuild
index 66abd1c3f554..6e3e60ba4aea 100644
--- a/app-cdr/cue2toc/cue2toc-0.4.ebuild
+++ b/app-cdr/cue2toc/cue2toc-0.4-r1.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=6
+EAPI=8
DESCRIPTION="Convert CUE files to cdrdao's TOC format"
HOMEPAGE="http://cue2toc.sourceforge.net/"
@@ -10,6 +10,5 @@ SRC_URI="mirror://sourceforge/cue2toc/${P}.tar.gz"
LICENSE="GPL-2+"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ppc64 ~sparc ~x86"
-IUSE=""
-DEPEND="!app-cdr/cdrdao"
+DEPEND="!!app-cdr/cdrdao"
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-cdr/cue2toc/
@ 2023-06-11 8:22 Joonas Niilola
0 siblings, 0 replies; 3+ messages in thread
From: Joonas Niilola @ 2023-06-11 8:22 UTC (permalink / raw
To: gentoo-commits
commit: f9bd66ed820c1f1ce967df3fa50b897663a47ecd
Author: Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at>
AuthorDate: Mon Jun 5 15:04:11 2023 +0000
Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Sun Jun 11 08:22:27 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f9bd66ed
app-cdr/cue2toc: use HTTPS
Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at>
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
app-cdr/cue2toc/cue2toc-0.4-r1.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/app-cdr/cue2toc/cue2toc-0.4-r1.ebuild b/app-cdr/cue2toc/cue2toc-0.4-r1.ebuild
index 6e3e60ba4aea..0270d4033ad9 100644
--- a/app-cdr/cue2toc/cue2toc-0.4-r1.ebuild
+++ b/app-cdr/cue2toc/cue2toc-0.4-r1.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DESCRIPTION="Convert CUE files to cdrdao's TOC format"
-HOMEPAGE="http://cue2toc.sourceforge.net/"
+HOMEPAGE="https://cue2toc.sourceforge.net/"
SRC_URI="mirror://sourceforge/cue2toc/${P}.tar.gz"
LICENSE="GPL-2+"
^ permalink raw reply related [flat|nested] 3+ messages in thread
end of thread, other threads:[~2023-06-11 8:22 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-03-29 21:05 [gentoo-commits] repo/gentoo:master commit in: app-cdr/cue2toc/ Michał Górny
-- strict thread matches above, loose matches on Subject: below --
2022-07-23 19:18 David Seifert
2023-06-11 8:22 Joonas Niilola
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox