public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in app-arch/fastjar: ChangeLog fastjar-0.94.ebuild
@ 2009-10-12 16:39 Mark Loeser (halcy0n)
  0 siblings, 0 replies; 2+ messages in thread
From: Mark Loeser (halcy0n) @ 2009-10-12 16:39 UTC (permalink / raw
  To: gentoo-commits

halcy0n     09/10/12 16:39:16

  Modified:             ChangeLog fastjar-0.94.ebuild
  Log:
  QA fixes; unquoted variables
  (Portage version: 2.2_rc45/cvs/Linux x86_64)

Revision  Changes    Path
1.11                 app-arch/fastjar/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-arch/fastjar/ChangeLog?rev=1.11&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-arch/fastjar/ChangeLog?rev=1.11&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-arch/fastjar/ChangeLog?r1=1.10&r2=1.11

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-arch/fastjar/ChangeLog,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- ChangeLog	31 Mar 2008 20:08:42 -0000	1.10
+++ ChangeLog	12 Oct 2009 16:39:16 -0000	1.11
@@ -1,6 +1,9 @@
 # ChangeLog for app-arch/fastjar
-# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-arch/fastjar/ChangeLog,v 1.10 2008/03/31 20:08:42 maekke Exp $
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-arch/fastjar/ChangeLog,v 1.11 2009/10/12 16:39:16 halcy0n Exp $
+
+  12 Oct 2009; Mark Loeser <halcy0n@gentoo.org> fastjar-0.94.ebuild:
+  QA fixes; unquoted variables
 
   31 Mar 2008; Markus Meier <maekke@gentoo.org> fastjar-0.95.ebuild:
   amd64/x86 stable, bug #214938; quotes



1.4                  app-arch/fastjar/fastjar-0.94.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-arch/fastjar/fastjar-0.94.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-arch/fastjar/fastjar-0.94.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-arch/fastjar/fastjar-0.94.ebuild?r1=1.3&r2=1.4

Index: fastjar-0.94.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-arch/fastjar/fastjar-0.94.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- fastjar-0.94.ebuild	11 Mar 2007 20:51:02 -0000	1.3
+++ fastjar-0.94.ebuild	12 Oct 2009 16:39:16 -0000	1.4
@@ -1,6 +1,6 @@
-# Copyright 1999-2007 Gentoo Foundation
+# Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-arch/fastjar/fastjar-0.94.ebuild,v 1.3 2007/03/11 20:51:02 nichoj Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-arch/fastjar/fastjar-0.94.ebuild,v 1.4 2009/10/12 16:39:16 halcy0n Exp $
 
 DESCRIPTION="A jar program written in C"
 HOMEPAGE="http://fastjar.sourceforge.net/"
@@ -16,6 +16,6 @@
 DEPEND=""
 
 src_install() {
-	emake DESTDIR=${D} install || die "make install failed"
+	emake DESTDIR="${D}" install || die "make install failed"
 	dodoc AUTHORS CHANGES NEWS README || die
 }






^ permalink raw reply	[flat|nested] 2+ messages in thread

* [gentoo-commits] gentoo-x86 commit in app-arch/fastjar: ChangeLog fastjar-0.94.ebuild
@ 2010-03-20  9:18 Petteri Raty (betelgeuse)
  0 siblings, 0 replies; 2+ messages in thread
From: Petteri Raty (betelgeuse) @ 2010-03-20  9:18 UTC (permalink / raw
  To: gentoo-commits

betelgeuse    10/03/20 09:18:43

  Modified:             ChangeLog
  Removed:              fastjar-0.94.ebuild
  Log:
  Remove old version.
  (Portage version: 2.2_rc65/cvs/Linux i686)

Revision  Changes    Path
1.12                 app-arch/fastjar/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-arch/fastjar/ChangeLog?rev=1.12&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-arch/fastjar/ChangeLog?rev=1.12&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-arch/fastjar/ChangeLog?r1=1.11&r2=1.12

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-arch/fastjar/ChangeLog,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- ChangeLog	12 Oct 2009 16:39:16 -0000	1.11
+++ ChangeLog	20 Mar 2010 09:18:43 -0000	1.12
@@ -1,6 +1,9 @@
 # ChangeLog for app-arch/fastjar
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-arch/fastjar/ChangeLog,v 1.11 2009/10/12 16:39:16 halcy0n Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-arch/fastjar/ChangeLog,v 1.12 2010/03/20 09:18:43 betelgeuse Exp $
+
+  20 Mar 2010; Petteri Räty <betelgeuse@gentoo.org> -fastjar-0.94.ebuild:
+  Remove old version.
 
   12 Oct 2009; Mark Loeser <halcy0n@gentoo.org> fastjar-0.94.ebuild:
   QA fixes; unquoted variables






^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2010-03-20  9:18 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-03-20  9:18 [gentoo-commits] gentoo-x86 commit in app-arch/fastjar: ChangeLog fastjar-0.94.ebuild Petteri Raty (betelgeuse)
  -- strict thread matches above, loose matches on Subject: below --
2009-10-12 16:39 Mark Loeser (halcy0n)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox