From: "Julian Ospald (hasufell)" <hasufell@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in dev-util/bluej: bluej-3.1.1.ebuild ChangeLog
Date: Tue, 4 Mar 2014 02:25:43 +0000 (UTC) [thread overview]
Message-ID: <20140304022543.D4A102004E@flycatcher.gentoo.org> (raw)
hasufell 14/03/04 02:25:43
Modified: ChangeLog
Added: bluej-3.1.1.ebuild
Log:
version bump
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key BDEED020)
Revision Changes Path
1.10 dev-util/bluej/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/bluej/ChangeLog?rev=1.10&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/bluej/ChangeLog?rev=1.10&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/bluej/ChangeLog?r1=1.9&r2=1.10
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/bluej/ChangeLog,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- ChangeLog 28 Aug 2013 11:14:12 -0000 1.9
+++ ChangeLog 4 Mar 2014 02:25:43 -0000 1.10
@@ -1,6 +1,11 @@
# ChangeLog for dev-util/bluej
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/bluej/ChangeLog,v 1.9 2013/08/28 11:14:12 ago Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-util/bluej/ChangeLog,v 1.10 2014/03/04 02:25:43 hasufell Exp $
+
+*bluej-3.1.1 (04 Mar 2014)
+
+ 04 Mar 2014; Julian Ospald <hasufell@gentoo.org> +bluej-3.1.1.ebuild:
+ version bump
28 Aug 2013; Agostino Sarubbo <ago@gentoo.org> bluej-3.1.0.ebuild:
Stable for x86, wrt bug #480792
1.1 dev-util/bluej/bluej-3.1.1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/bluej/bluej-3.1.1.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/bluej/bluej-3.1.1.ebuild?rev=1.1&content-type=text/plain
Index: bluej-3.1.1.ebuild
===================================================================
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-util/bluej/bluej-3.1.1.ebuild,v 1.1 2014/03/04 02:25:43 hasufell Exp $
EAPI=5
JAVA_PKG_IUSE="doc examples source"
EANT_BUILD_TARGET="ready-to-run"
EANT_DOC_TARGET="doc-core"
inherit eutils java-pkg-2 java-ant-2
DOC_PV="2.0.1"
DESCRIPTION="An integrated Java environment for introductory teaching"
HOMEPAGE="http://bluej.org/"
SRC_URI="http://www.bluej.org/download/files/source/BlueJ-source-${PV//./}.zip
doc? ( http://bluej.org/download/files/${PN}-ref-manual.pdf
http://bluej.org/tutorial/tutorial-${DOC_PV//.}.pdf -> ${PN}-tutorial-${DOC_PV}.pdf
http://bluej.org/tutorial/testing-tutorial.pdf -> ${PN}-testing-tutorial.pdf )"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
RDEPEND=">=virtual/jdk-1.5.0"
DEPEND="${RDEPEND}
app-arch/unzip"
S=${WORKDIR}
java_prepare() {
sed -i \
-e "s:^build_java_home=.*$:build_java_home=$(java-config -O):" \
-e "/^bluej_home/d" \
build.properties || die
}
src_install() {
insinto /usr/share/${PN}
doins -r lib icons
# fix config location and set symlink
dodir /etc
mv "${D}"/{usr/share/${PN}/lib,etc}/${PN}.defs
dosym /{etc,usr/share/${PN}/lib}/${PN}.defs
use source && java-pkg_dosrc src/${PN}/*
insinto /usr/share/doc/${PF}
use examples && { doins -r examples
docompress -x /usr/share/doc/${P}/examples ; }
use doc && { doins "${DISTDIR}"/${PN}-*.pdf
dohtml -r doc/all/* ; }
newbin "${FILESDIR}"/${PN}.wrapper ${PN}
make_desktop_entry ${PN} Blue-J
}
next reply other threads:[~2014-03-04 2:25 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-03-04 2:25 Julian Ospald (hasufell) [this message]
-- strict thread matches above, loose matches on Subject: below --
2014-08-14 17:00 [gentoo-commits] gentoo-x86 commit in dev-util/bluej: bluej-3.1.1.ebuild ChangeLog PaweA Hajdan (phajdan.jr)
2014-08-21 17:15 JosA MarAa Alonso (nimiux)
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=20140304022543.D4A102004E@flycatcher.gentoo.org \
--to=hasufell@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