public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-java/lzma: ChangeLog lzma-4.57.ebuild
@ 2009-01-21 21:10 Thomas Sachau (tommy)
  0 siblings, 0 replies; 2+ messages in thread
From: Thomas Sachau (tommy) @ 2009-01-21 21:10 UTC (permalink / raw
  To: gentoo-commits

tommy       09/01/21 21:10:27

  Modified:             ChangeLog
  Added:                lzma-4.57.ebuild
  Log:
  Add older, but still offered version for compactibility reasons
  (Portage version: 2.2_rc23/cvs/Linux x86_64)

Revision  Changes    Path
1.2                  dev-java/lzma/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-java/lzma/ChangeLog,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ChangeLog	19 Jan 2009 21:19:23 -0000	1.1
+++ ChangeLog	21 Jan 2009 21:10:27 -0000	1.2
@@ -1,6 +1,12 @@
 # ChangeLog for dev-java/lzma
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/lzma/ChangeLog,v 1.1 2009/01/19 21:19:23 tommy Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/lzma/ChangeLog,v 1.2 2009/01/21 21:10:27 tommy Exp $
+
+*lzma-4.57 (21 Jan 2009)
+
+  21 Jan 2009; Thomas Sachau (Tommy[D]) <tommy@gentoo.org>
+  +lzma-4.57.ebuild:
+  Add older, but still offered version for compactibility reasons
 
 *lzma-4.63 (19 Jan 2009)
 



1.1                  dev-java/lzma/lzma-4.57.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-java/lzma/lzma-4.57.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-java/lzma/lzma-4.57.ebuild?rev=1.1&content-type=text/plain

Index: lzma-4.57.ebuild
===================================================================
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-java/lzma/lzma-4.57.ebuild,v 1.1 2009/01/21 21:10:27 tommy Exp $

JAVA_PKG_IUSE="doc source"
inherit java-pkg-2 java-ant-2

DESCRIPTION="Java code for LZMA compression and decompression"
HOMEPAGE="http://www.7-zip.org/"
SRC_URI="mirror://sourceforge/sevenzip/${PN}${PV/./}.tar.bz2"

LICENSE="public-domain"
SLOT="0"
KEYWORDS="~amd64 ~x86"

IUSE=""

RDEPEND=">=virtual/jre-1.5"
DEPEND=">=virtual/jdk-1.5"
S=${WORKDIR}/Java

src_unpack() {
	unpack ${A}
	cd "${S}" || die
	cp "${FILESDIR}"/build.xml . || die
	#check for upstream adding build.xml, see Request ID 2464084 (on Feature
	#Request Tracer at http://sourceforge.net/projects/sevenzip/
}

src_install() {
	java-pkg_dojar ${PN}.jar
	use doc && java-pkg_dojavadoc docs
	use source && java-pkg_dosrc SevenZip
}






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

* [gentoo-commits] gentoo-x86 commit in dev-java/lzma: ChangeLog lzma-4.57.ebuild
@ 2009-02-25 18:29 Thomas Sachau (tommy)
  0 siblings, 0 replies; 2+ messages in thread
From: Thomas Sachau (tommy) @ 2009-02-25 18:29 UTC (permalink / raw
  To: gentoo-commits

tommy       09/02/25 18:29:27

  Modified:             ChangeLog
  Removed:              lzma-4.57.ebuild
  Log:
  Remove old version
  (Portage version: 2.2_rc23/cvs/Linux x86_64)

Revision  Changes    Path
1.3                  dev-java/lzma/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-java/lzma/ChangeLog,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ChangeLog	21 Jan 2009 21:10:27 -0000	1.2
+++ ChangeLog	25 Feb 2009 18:29:27 -0000	1.3
@@ -1,6 +1,10 @@
 # ChangeLog for dev-java/lzma
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/lzma/ChangeLog,v 1.2 2009/01/21 21:10:27 tommy Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/lzma/ChangeLog,v 1.3 2009/02/25 18:29:27 tommy Exp $
+
+  25 Feb 2009; Thomas Sachau (Tommy[D]) <tommy@gentoo.org>
+  -lzma-4.57.ebuild:
+  Remove old version
 
 *lzma-4.57 (21 Jan 2009)
 






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

end of thread, other threads:[~2009-02-25 18:29 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-01-21 21:10 [gentoo-commits] gentoo-x86 commit in dev-java/lzma: ChangeLog lzma-4.57.ebuild Thomas Sachau (tommy)
  -- strict thread matches above, loose matches on Subject: below --
2009-02-25 18:29 Thomas Sachau (tommy)

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