* [gentoo-commits] repo/gentoo:master commit in: media-video/bdsup2sub/
@ 2017-12-02 13:03 David Seifert
0 siblings, 0 replies; 3+ messages in thread
From: David Seifert @ 2017-12-02 13:03 UTC (permalink / raw
To: gentoo-commits
commit: 36c851ef87741bb01d9b03078cf1697db344c69e
Author: Harri Nieminen <moikkis <AT> gmail <DOT> com>
AuthorDate: Fri Dec 1 19:23:05 2017 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sat Dec 2 13:02:18 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=36c851ef
media-video/bdsup2sub: Remove old (EAPI3)
Package-Manager: Portage-2.3.16, Repoman-2.3.6
Closes: https://github.com/gentoo/gentoo/pull/6387
media-video/bdsup2sub/bdsup2sub-4.0.0-r1.ebuild | 48 -------------------------
1 file changed, 48 deletions(-)
diff --git a/media-video/bdsup2sub/bdsup2sub-4.0.0-r1.ebuild b/media-video/bdsup2sub/bdsup2sub-4.0.0-r1.ebuild
deleted file mode 100644
index 7818e675d5d..00000000000
--- a/media-video/bdsup2sub/bdsup2sub-4.0.0-r1.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="3"
-
-JAVA_PKG_IUSE="doc source"
-
-inherit eutils java-pkg-2 java-ant-2
-
-XDG_P="xdg-20100731"
-
-DESCRIPTION="A tool to convert and tweak bitmap based subtitle streams"
-HOMEPAGE="http://bdsup2sub.javaforge.com/help.htm"
-SRC_URI="http://sbriesen.de/gentoo/distfiles/${P}.tar.xz
- http://sbriesen.de/gentoo/distfiles/${XDG_P}.java.xz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND=">=virtual/jre-1.6"
-DEPEND=">=virtual/jdk-1.6
- app-arch/xz-utils"
-
-S="${WORKDIR}/${PN}/${PV}"
-
-java_prepare() {
- # apply XDG patch
- cp -f "${WORKDIR}/${XDG_P}.java" "${S}/src/xdg.java"
- epatch "${FILESDIR}/${P}-xdg.patch"
-
- # copy build.xml
- cp -f "${FILESDIR}/build-${PV}.xml" build.xml || die
-}
-
-src_compile() {
- eant build $(use_doc)
-}
-
-src_install() {
- java-pkg_dojar dist/BDSup2Sub.jar
- java-pkg_dolauncher BDSup2Sub --main BDSup2Sub --java_args -Xmx256m
- newicon bin_copy/icon_32.png BDSup2Sub.png
- make_desktop_entry BDSup2Sub BDSup2Sub BDSup2Sub
- use doc && java-pkg_dojavadoc apidocs
- use source && java-pkg_dosrc src
-}
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-video/bdsup2sub/
@ 2021-04-30 17:15 Miroslav Šulc
0 siblings, 0 replies; 3+ messages in thread
From: Miroslav Šulc @ 2021-04-30 17:15 UTC (permalink / raw
To: gentoo-commits
commit: f51de5fb4120a58d7076981dbb51c39dd6153c69
Author: Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
AuthorDate: Fri Apr 30 17:15:11 2021 +0000
Commit: Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
CommitDate: Fri Apr 30 17:15:29 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f51de5fb
media-video/bdsup2sub: xz-utils is provided by unpacker.eclass
Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Miroslav Šulc <fordfrog <AT> gentoo.org>
media-video/bdsup2sub/bdsup2sub-4.0.0-r3.ebuild | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/media-video/bdsup2sub/bdsup2sub-4.0.0-r3.ebuild b/media-video/bdsup2sub/bdsup2sub-4.0.0-r3.ebuild
index 320e67e2108..8246c205b40 100644
--- a/media-video/bdsup2sub/bdsup2sub-4.0.0-r3.ebuild
+++ b/media-video/bdsup2sub/bdsup2sub-4.0.0-r3.ebuild
@@ -25,8 +25,7 @@ RDEPEND="
>=virtual/jre-1.8:*"
DEPEND="
- >=virtual/jdk-1.8:*
- app-arch/xz-utils"
+ >=virtual/jdk-1.8:*"
S="${WORKDIR}/${PN}/${PV}"
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-video/bdsup2sub/
@ 2021-04-30 17:15 Miroslav Šulc
0 siblings, 0 replies; 3+ messages in thread
From: Miroslav Šulc @ 2021-04-30 17:15 UTC (permalink / raw
To: gentoo-commits
commit: b3c7ce821f5ea410f8fe58a84811ec45b00eea82
Author: Wolfgang E. Sanyer <ezzieyguywuf <AT> gmail <DOT> com>
AuthorDate: Fri Apr 30 13:08:27 2021 +0000
Commit: Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
CommitDate: Fri Apr 30 17:15:28 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b3c7ce82
media-video/bdsup2sub: update to eapi 7
Also address some QA warnings.
Signed-off-by: Wolfgang E. Sanyer <ezzieyguywuf <AT> gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/20608/commits/132fd679a112e64491e4daf69756ad0919095b92
Signed-off-by: Miroslav Šulc <fordfrog <AT> gentoo.org>
.../{bdsup2sub-4.0.0-r2.ebuild => bdsup2sub-4.0.0-r3.ebuild} | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/media-video/bdsup2sub/bdsup2sub-4.0.0-r2.ebuild b/media-video/bdsup2sub/bdsup2sub-4.0.0-r3.ebuild
similarity index 89%
rename from media-video/bdsup2sub/bdsup2sub-4.0.0-r2.ebuild
rename to media-video/bdsup2sub/bdsup2sub-4.0.0-r3.ebuild
index 72f449b2a64..320e67e2108 100644
--- a/media-video/bdsup2sub/bdsup2sub-4.0.0-r2.ebuild
+++ b/media-video/bdsup2sub/bdsup2sub-4.0.0-r3.ebuild
@@ -1,11 +1,11 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=6
+EAPI=7
JAVA_PKG_IUSE="doc source"
-inherit java-pkg-2 java-ant-2
+inherit desktop java-pkg-2 java-ant-2
XDG_P="xdg-20100731"
@@ -22,10 +22,10 @@ SLOT="0"
KEYWORDS="~amd64 ~x86"
RDEPEND="
- >=virtual/jre-1.6"
+ >=virtual/jre-1.8:*"
DEPEND="
- >=virtual/jdk-1.6
+ >=virtual/jdk-1.8:*
app-arch/xz-utils"
S="${WORKDIR}/${PN}/${PV}"
^ permalink raw reply related [flat|nested] 3+ messages in thread
end of thread, other threads:[~2021-04-30 17:15 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-12-02 13:03 [gentoo-commits] repo/gentoo:master commit in: media-video/bdsup2sub/ David Seifert
-- strict thread matches above, loose matches on Subject: below --
2021-04-30 17:15 Miroslav Šulc
2021-04-30 17:15 Miroslav Šulc
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox