summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGerhard Bräunlich <wippbox@gmx.net>2016-09-02 14:16:15 +0200
committerDavid Seifert <soap@gentoo.org>2016-09-02 22:08:32 +0200
commit7e12b59a1ca45e38818261d98a618d5d9f594ad7 (patch)
treeb4643df55406709158321d82b0781bd743f93dea /sci-astronomy
parentsci-astronomy/galaxy: revbump (EAPI 4 -> 6) (diff)
downloadgentoo-7e12b59a1ca45e38818261d98a618d5d9f594ad7.tar.gz
gentoo-7e12b59a1ca45e38818261d98a618d5d9f594ad7.tar.bz2
gentoo-7e12b59a1ca45e38818261d98a618d5d9f594ad7.zip
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@gentoo.org>
Diffstat (limited to 'sci-astronomy')
-rw-r--r--sci-astronomy/galaxy/galaxy-2.2.ebuild44
1 files changed, 0 insertions, 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 aeb097140831..000000000000
--- 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
-}