* [gentoo-commits] repo/gentoo:master commit in: sci-astronomy/galaxy/
@ 2016-09-02 20:09 David Seifert
0 siblings, 0 replies; 2+ messages in thread
From: David Seifert @ 2016-09-02 20:09 UTC (permalink / raw
To: gentoo-commits
commit: 26ff451a2c5a81ed96112baac6d79d8f575e24d9
Author: Gerhard Bräunlich <wippbox <AT> gmx <DOT> net>
AuthorDate: Thu Sep 1 15:19:42 2016 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Fri Sep 2 20:08:26 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=26ff451a
sci-astronomy/galaxy: revbump (EAPI 4 -> 6)
Package-Manager: portage-2.2.28
Closes: https://github.com/gentoo/gentoo/pull/2181
Signed-off-by: David Seifert <soap <AT> gentoo.org>
sci-astronomy/galaxy/galaxy-2.2-r1.ebuild | 46 +++++++++++++++++++++++++++++++
1 file changed, 46 insertions(+)
diff --git a/sci-astronomy/galaxy/galaxy-2.2-r1.ebuild b/sci-astronomy/galaxy/galaxy-2.2-r1.ebuild
new file mode 100644
index 00000000..c99533d
--- /dev/null
+++ b/sci-astronomy/galaxy/galaxy-2.2-r1.ebuild
@@ -0,0 +1,46 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+inherit fdo-mime flag-o-matic toolchain-funcs
+
+# 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"
+
+src_prepare() {
+ default
+ sed -e '/DOCDIR/ s/PROGRAM)/&-\$(VERSION)/g' \
+ -e '/xdg-desktop-menu/d' \
+ -i Makefile || die
+}
+
+src_configure() {
+ tc-export CXX
+ append-cxxflags -pthread
+ append-ldflags -pthread
+ export PREFIX="${EPREFIX}/usr"
+ default
+}
+
+pkg_postinst() {
+ fdo-mime_desktop_database_update
+}
+
+pkg_postrm() {
+ fdo-mime_desktop_database_update
+}
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sci-astronomy/galaxy/
@ 2016-09-02 20:09 David Seifert
0 siblings, 0 replies; 2+ messages in thread
From: David Seifert @ 2016-09-02 20:09 UTC (permalink / raw
To: gentoo-commits
commit: 7e12b59a1ca45e38818261d98a618d5d9f594ad7
Author: Gerhard Bräunlich <wippbox <AT> gmx <DOT> net>
AuthorDate: Fri Sep 2 12:16:15 2016 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Fri Sep 2 20:08:32 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7e12b59a
sci-astronomy/galaxy: Removed galaxy-2.2.ebuild (EAPI 4)
Package-Manager: portage-2.2.28
Closes: https://github.com/gentoo/gentoo/pull/2181
Signed-off-by: David Seifert <soap <AT> gentoo.org>
sci-astronomy/galaxy/galaxy-2.2.ebuild | 44 ----------------------------------
1 file changed, 44 deletions(-)
diff --git a/sci-astronomy/galaxy/galaxy-2.2.ebuild b/sci-astronomy/galaxy/galaxy-2.2.ebuild
deleted file mode 100644
index aeb0971..00000000
--- a/sci-astronomy/galaxy/galaxy-2.2.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-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-cxxflags -pthread
- append-ldflags -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 related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2016-09-02 20:09 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-09-02 20:09 [gentoo-commits] repo/gentoo:master commit in: sci-astronomy/galaxy/ David Seifert
-- strict thread matches above, loose matches on Subject: below --
2016-09-02 20:09 David Seifert
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox