public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Ulrich Mueller (ulm)" <ulm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in dev-java/jal: jal-20031117-r3.ebuild ChangeLog
Date: Mon, 08 Feb 2010 19:57:38 +0000	[thread overview]
Message-ID: <E1NeZjm-0005dq-BN@stork.gentoo.org> (raw)

ulm         10/02/08 19:57:38

  Modified:             jal-20031117-r3.ebuild ChangeLog
  Log:
  Fix LICENSE.
  (Portage version: 2.2_rc62/cvs/Linux i686)

Revision  Changes    Path
1.6                  dev-java/jal/jal-20031117-r3.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-java/jal/jal-20031117-r3.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-java/jal/jal-20031117-r3.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-java/jal/jal-20031117-r3.ebuild?r1=1.5&r2=1.6

Index: jal-20031117-r3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-java/jal/jal-20031117-r3.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- jal-20031117-r3.ebuild	11 Jul 2007 19:58:38 -0000	1.5
+++ jal-20031117-r3.ebuild	8 Feb 2010 19:57:37 -0000	1.6
@@ -1,6 +1,6 @@
-# Copyright 1999-2007 Gentoo Foundation
+# Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/jal/jal-20031117-r3.ebuild,v 1.5 2007/07/11 19:58:38 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/jal/jal-20031117-r3.ebuild,v 1.6 2010/02/08 19:57:37 ulm Exp $
 
 inherit eutils java-pkg-2 java-ant-2
 
@@ -8,7 +8,7 @@
 SRC_URI="http://vigna.dsi.unimi.it/jal/${P}-src.tar.gz"
 HOMEPAGE="http://vigna.dsi.unimi.it/jal/"
 
-LICENSE="X11"
+LICENSE="as-is"
 SLOT="0"
 KEYWORDS="amd64 ppc x86"
 IUSE="doc source"
@@ -21,9 +21,9 @@
 
 src_unpack() {
 	unpack ${A}
-	cd ${S}
+	cd "${S}"
 
-	epatch ${FILESDIR}/buildxml.patch
+	epatch "${FILESDIR}"/buildxml.patch
 
 	# we have to generate the sources first
 	./instantiate -n byte bytes
@@ -42,5 +42,5 @@
 src_install() {
 	java-pkg_dojar ${PN}.jar
 	use doc && java-pkg_dojavadoc docs
-	use source && java-pkg_dosrc ${S}/src/jal
+	use source && java-pkg_dosrc "${S}"/src/jal
 }



1.16                 dev-java/jal/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-java/jal/ChangeLog?rev=1.16&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-java/jal/ChangeLog?rev=1.16&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-java/jal/ChangeLog?r1=1.15&r2=1.16

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-java/jal/ChangeLog,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- ChangeLog	12 Apr 2007 18:08:19 -0000	1.15
+++ ChangeLog	8 Feb 2010 19:57:37 -0000	1.16
@@ -1,6 +1,9 @@
 # ChangeLog for dev-java/jal
-# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/jal/ChangeLog,v 1.15 2007/04/12 18:08:19 betelgeuse Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-java/jal/ChangeLog,v 1.16 2010/02/08 19:57:37 ulm Exp $
+
+  08 Feb 2010; Ulrich Mueller <ulm@gentoo.org> jal-20031117-r3.ebuild:
+  Fix LICENSE. Add some quotes to make repoman happy.
 
   12 Apr 2007; Petteri Räty <betelgeuse@gentoo.org>
   -jal-20031117-r2.ebuild:






             reply	other threads:[~2010-02-08 19:57 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-02-08 19:57 Ulrich Mueller (ulm) [this message]
  -- strict thread matches above, loose matches on Subject: below --
2013-01-04 15:30 [gentoo-commits] gentoo-x86 commit in dev-java/jal: jal-20031117-r3.ebuild ChangeLog Ulrich Mueller (ulm)
2014-08-10 20:16 Sergei Trofimovich (slyfox)

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=E1NeZjm-0005dq-BN@stork.gentoo.org \
    --to=ulm@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