public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in sci-astronomy/gasgano: ChangeLog gasgano-2.4.0.ebuild
@ 2011-02-24 17:57 Sebastien Fabbro (bicatali)
  0 siblings, 0 replies; 2+ messages in thread
From: Sebastien Fabbro (bicatali) @ 2011-02-24 17:57 UTC (permalink / raw
  To: gentoo-commits

bicatali    11/02/24 17:57:43

  Modified:             ChangeLog
  Added:                gasgano-2.4.0.ebuild
  Log:
  Bump, switched to EAPI3
  
  (Portage version: 2.1.9.40/cvs/Linux x86_64)

Revision  Changes    Path
1.2                  sci-astronomy/gasgano/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-astronomy/gasgano/ChangeLog?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-astronomy/gasgano/ChangeLog?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-astronomy/gasgano/ChangeLog?r1=1.1&r2=1.2

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-astronomy/gasgano/ChangeLog,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ChangeLog	26 May 2010 18:46:35 -0000	1.1
+++ ChangeLog	24 Feb 2011 17:57:42 -0000	1.2
@@ -1,6 +1,11 @@
 # ChangeLog for sci-astronomy/gasgano
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/gasgano/ChangeLog,v 1.1 2010/05/26 18:46:35 bicatali Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/gasgano/ChangeLog,v 1.2 2011/02/24 17:57:42 bicatali Exp $
+
+*gasgano-2.4.0 (24 Feb 2011)
+
+  24 Feb 2011; Sébastien Fabbro <bicatali@gentoo.org> +gasgano-2.4.0.ebuild:
+  Bump, switched to EAPI3
 
 *gasgano-2.3.0 (26 May 2010)
 



1.1                  sci-astronomy/gasgano/gasgano-2.4.0.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-astronomy/gasgano/gasgano-2.4.0.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-astronomy/gasgano/gasgano-2.4.0.ebuild?rev=1.1&content-type=text/plain

Index: gasgano-2.4.0.ebuild
===================================================================
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/gasgano/gasgano-2.4.0.ebuild,v 1.1 2011/02/24 17:57:42 bicatali Exp $

EAPI=3
inherit java-pkg-2

PDOC=VLT-PRO-ESO-19000-1932-V4

DESCRIPTION="ESO astronomical data file organizer"
HOMEPAGE="http://www.eso.org/sci/software/gasgano/"
SRC_URI="ftp://ftp.eso.org/pub/dfs/${PN}/${P}.tar.gz
	doc? ( ${HOMEPAGE}/${PDOC}.pdf )"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="doc"

DEPEND=">=virtual/jdk-1.6"
RDEPEND=">=virtual/jre-1.6
	dev-java/gnu-regexp
	dev-java/junit
	dev-java/jal"

src_prepare() {
	sed -i \
		-e "s:BASE.*=.*:BASE=${EPREFIX}/usr/share/${PN}:" \
		-e "s:/share/:/lib/:g" \
		bin/gasgano || die
}

src_install() {
	dobin bin/* ||  die
	java-pkg_dojar share/*.jar
	insinto /usr/share/${PN}
	doins -r config || die
	make_desktop_entry gasgano "Gasgano FITS Organizer"
	if use doc; then
		insinto /usr/share/doc/${PF}
		newins "${DISTDIR}"/${PDOC}.pdf user-manual.pdf
	fi
}






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

* [gentoo-commits] gentoo-x86 commit in sci-astronomy/gasgano: ChangeLog gasgano-2.4.0.ebuild
@ 2012-05-21 20:02 Samuli Suominen (ssuominen)
  0 siblings, 0 replies; 2+ messages in thread
From: Samuli Suominen (ssuominen) @ 2012-05-21 20:02 UTC (permalink / raw
  To: gentoo-commits

ssuominen    12/05/21 20:02:21

  Modified:             ChangeLog gasgano-2.4.0.ebuild
  Log:
  inherit eutils for make_desktop_entry
  
  (Portage version: 2.2.0_alpha107/cvs/Linux x86_64)

Revision  Changes    Path
1.5                  sci-astronomy/gasgano/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-astronomy/gasgano/ChangeLog?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-astronomy/gasgano/ChangeLog?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-astronomy/gasgano/ChangeLog?r1=1.4&r2=1.5

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-astronomy/gasgano/ChangeLog,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ChangeLog	11 May 2012 22:08:54 -0000	1.4
+++ ChangeLog	21 May 2012 20:02:21 -0000	1.5
@@ -1,6 +1,9 @@
 # ChangeLog for sci-astronomy/gasgano
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/gasgano/ChangeLog,v 1.4 2012/05/11 22:08:54 bicatali Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/gasgano/ChangeLog,v 1.5 2012/05/21 20:02:21 ssuominen Exp $
+
+  21 May 2012; Samuli Suominen <ssuominen@gentoo.org> gasgano-2.4.0.ebuild:
+  inherit eutils for make_desktop_entry
 
   11 May 2012; Sébastien Fabbro <bicatali@gentoo.org> -gasgano-2.3.0.ebuild:
   Removed old



1.2                  sci-astronomy/gasgano/gasgano-2.4.0.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-astronomy/gasgano/gasgano-2.4.0.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-astronomy/gasgano/gasgano-2.4.0.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-astronomy/gasgano/gasgano-2.4.0.ebuild?r1=1.1&r2=1.2

Index: gasgano-2.4.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-astronomy/gasgano/gasgano-2.4.0.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- gasgano-2.4.0.ebuild	24 Feb 2011 17:57:42 -0000	1.1
+++ gasgano-2.4.0.ebuild	21 May 2012 20:02:21 -0000	1.2
@@ -1,9 +1,9 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/gasgano/gasgano-2.4.0.ebuild,v 1.1 2011/02/24 17:57:42 bicatali Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/gasgano/gasgano-2.4.0.ebuild,v 1.2 2012/05/21 20:02:21 ssuominen Exp $
 
 EAPI=3
-inherit java-pkg-2
+inherit eutils java-pkg-2
 
 PDOC=VLT-PRO-ESO-19000-1932-V4
 






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

end of thread, other threads:[~2012-05-21 20:02 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-02-24 17:57 [gentoo-commits] gentoo-x86 commit in sci-astronomy/gasgano: ChangeLog gasgano-2.4.0.ebuild Sebastien Fabbro (bicatali)
  -- strict thread matches above, loose matches on Subject: below --
2012-05-21 20:02 Samuli Suominen (ssuominen)

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