public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in sci-astronomy/galaxy: galaxy-2.2.ebuild ChangeLog galaxy-2.1.ebuild
@ 2012-12-16 19:34 Kacper Kowalik (xarthisius)
  0 siblings, 0 replies; only message in thread
From: Kacper Kowalik (xarthisius) @ 2012-12-16 19:34 UTC (permalink / raw
  To: gentoo-commits

xarthisius    12/12/16 19:34:34

  Modified:             ChangeLog
  Added:                galaxy-2.2.ebuild
  Removed:              galaxy-2.1.ebuild
  Log:
  Version bump, drop old. Use -pthread also for cflags
  
  (Portage version: 2.2.0_alpha142/cvs/Linux x86_64, signed Manifest commit with key 895192F9)

Revision  Changes    Path
1.8                  sci-astronomy/galaxy/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-astronomy/galaxy/ChangeLog,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- ChangeLog	5 Aug 2012 17:53:57 -0000	1.7
+++ ChangeLog	16 Dec 2012 19:34:33 -0000	1.8
@@ -1,6 +1,12 @@
 # ChangeLog for sci-astronomy/galaxy
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/galaxy/ChangeLog,v 1.7 2012/08/05 17:53:57 bicatali Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/galaxy/ChangeLog,v 1.8 2012/12/16 19:34:33 xarthisius Exp $
+
+*galaxy-2.2 (16 Dec 2012)
+
+  16 Dec 2012; Kacper Kowalik <xarthisius@gentoo.org> +galaxy-2.2.ebuild,
+  -galaxy-2.1.ebuild:
+  Version bump, drop old. Use -pthread also for cflags
 
   05 Aug 2012; Sébastien Fabbro <bicatali@gentoo.org> -galaxy-2.0.ebuild,
   galaxy-2.1.ebuild, metadata.xml:



1.1                  sci-astronomy/galaxy/galaxy-2.2.ebuild

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

Index: galaxy-2.2.ebuild
===================================================================
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/galaxy/galaxy-2.2.ebuild,v 1.1 2012/12/16 19:34:33 xarthisius Exp $

EAPI=4

inherit fdo-mime toolchain-funcs flag-o-matic

# probably change every release
PID="1/3/0/3/13035936"

DESCRIPTION="Stellar simulation program"
HOMEPAGE="http://www.kornelix.com/galaxy.html"
SRC_URI="http://www.kornelix.com/uploads/${PID}/${P}.tar.gz"

LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
IUSE=""

DEPEND="x11-libs/gtk+:3"
RDEPEND="${DEPEND}
	x11-misc/xdg-utils"

pkg_setup() {
	tc-export CXX
	append-flags -pthread
	export PREFIX="${EPREFIX}/usr"
}

src_prepare() {
	sed -e '/DOCDIR/ s/PROGRAM)/&-\$(VERSION)/g' \
		-e '/xdg-desktop-menu/d' \
		-i Makefile || die
}

pkg_postinst() {
	fdo-mime_desktop_database_update
}

pkg_postrm() {
	fdo-mime_desktop_database_update
}





^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2012-12-16 19:34 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-12-16 19:34 [gentoo-commits] gentoo-x86 commit in sci-astronomy/galaxy: galaxy-2.2.ebuild ChangeLog galaxy-2.1.ebuild Kacper Kowalik (xarthisius)

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