From: "Stefan Briesenick (sbriesen)" <sbriesen@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in media-video/google2srt: google2srt-0.5.6.ebuild ChangeLog
Date: Sun, 4 Aug 2013 21:52:24 +0000 (UTC) [thread overview]
Message-ID: <20130804215224.C2E0F2171C@flycatcher.gentoo.org> (raw)
sbriesen 13/08/04 21:52:24
Modified: ChangeLog
Added: google2srt-0.5.6.ebuild
Log:
version bump.
(Portage version: 2.2.0_alpha191/cvs/Linux x86_64, signed Manifest commit with key BB6C42C7)
Revision Changes Path
1.4 media-video/google2srt/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/google2srt/ChangeLog?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/google2srt/ChangeLog?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/google2srt/ChangeLog?r1=1.3&r2=1.4
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-video/google2srt/ChangeLog,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ChangeLog 21 Jul 2013 09:02:06 -0000 1.3
+++ ChangeLog 4 Aug 2013 21:52:24 -0000 1.4
@@ -1,6 +1,12 @@
# ChangeLog for media-video/google2srt
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/google2srt/ChangeLog,v 1.3 2013/07/21 09:02:06 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/google2srt/ChangeLog,v 1.4 2013/08/04 21:52:24 sbriesen Exp $
+
+*google2srt-0.5.6 (04 Aug 2013)
+
+ 04 Aug 2013; Stefan Briesenick <sbriesen@gentoo.org>
+ +google2srt-0.5.6.ebuild:
+ version bump.
21 Jul 2013; Pacho Ramos <pacho@gentoo.org> metadata.xml:
Cleanup due #92799
1.1 media-video/google2srt/google2srt-0.5.6.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/google2srt/google2srt-0.5.6.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/google2srt/google2srt-0.5.6.ebuild?rev=1.1&content-type=text/plain
Index: google2srt-0.5.6.ebuild
===================================================================
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-video/google2srt/google2srt-0.5.6.ebuild,v 1.1 2013/08/04 21:52:24 sbriesen Exp $
EAPI=5
JAVA_PKG_IUSE="doc source"
inherit eutils java-pkg-2 java-ant-2
MY_PN="Google2SRT"
MY_P="${MY_PN}-${PV}"
MAINCLASS="GUI"
DESCRIPTION="Convert subtitles from Google Video and YouTube to SubRip (.srt) format"
HOMEPAGE="http://google2srt.sourceforge.net/en/"
SRC_URI="mirror://sourceforge/${PN}/${MY_P}.zip
http://sbriesen.de/gentoo/distfiles/google2srt-icon.png"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="html"
COMMON_DEP="dev-java/jdom:1.0"
RDEPEND=">=virtual/jre-1.6
${COMMON_DEP}"
DEPEND=">=virtual/jdk-1.6
${COMMON_DEP}"
S="${WORKDIR}/${MY_P}"
java_prepare() {
# copy build.xml
cp -f "${FILESDIR}/build.xml" build.xml || die
# move resources
mkdir -p "resources"
mv -f src/*.{jpg,properties} "resources/"
# update library packages
cd lib
rm -f jdom.jar ../${MY_PN}.jar || die
java-pkg_jar-from jdom-1.0
java-pkg_ensure-no-bundled-jars
}
src_compile() {
eant build $(use_doc)
}
src_install() {
java-pkg_dojar dist/${MY_PN}.jar
java-pkg_dolauncher ${MY_PN} --main ${MAINCLASS} --java_args -Xmx256m
newicon "${DISTDIR}/${PN}-icon.png" "${MY_PN}.png"
make_desktop_entry ${MY_PN} ${MY_PN} ${MY_PN}
use doc && java-pkg_dojavadoc apidocs
use source && java-pkg_dosrc src
use html && dohtml -r doc
newdoc Changelog.txt ChangeLog
newdoc README.TXT README
}
reply other threads:[~2013-08-04 21:52 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20130804215224.C2E0F2171C@flycatcher.gentoo.org \
--to=sbriesen@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox