Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-astronomy/galaxy/
Date: Fri, 02 Sep 2016 20:09:35
Message-Id: 1472846912.7e12b59a1ca45e38818261d98a618d5d9f594ad7.soap@gentoo
1 commit: 7e12b59a1ca45e38818261d98a618d5d9f594ad7
2 Author: Gerhard Bräunlich <wippbox <AT> gmx <DOT> net>
3 AuthorDate: Fri Sep 2 12:16:15 2016 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Fri Sep 2 20:08:32 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7e12b59a
7
8 sci-astronomy/galaxy: Removed galaxy-2.2.ebuild (EAPI 4)
9
10 Package-Manager: portage-2.2.28
11 Closes: https://github.com/gentoo/gentoo/pull/2181
12
13 Signed-off-by: David Seifert <soap <AT> gentoo.org>
14
15 sci-astronomy/galaxy/galaxy-2.2.ebuild | 44 ----------------------------------
16 1 file changed, 44 deletions(-)
17
18 diff --git a/sci-astronomy/galaxy/galaxy-2.2.ebuild b/sci-astronomy/galaxy/galaxy-2.2.ebuild
19 deleted file mode 100644
20 index aeb0971..00000000
21 --- a/sci-astronomy/galaxy/galaxy-2.2.ebuild
22 +++ /dev/null
23 @@ -1,44 +0,0 @@
24 -# Copyright 1999-2013 Gentoo Foundation
25 -# Distributed under the terms of the GNU General Public License v2
26 -# $Id$
27 -
28 -EAPI=4
29 -
30 -inherit fdo-mime toolchain-funcs flag-o-matic
31 -
32 -# probably change every release
33 -PID="1/3/0/3/13035936"
34 -
35 -DESCRIPTION="Stellar simulation program"
36 -HOMEPAGE="http://www.kornelix.com/galaxy.html"
37 -SRC_URI="http://www.kornelix.com/uploads/${PID}/${P}.tar.gz"
38 -
39 -LICENSE="GPL-3"
40 -SLOT="0"
41 -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
42 -IUSE=""
43 -
44 -DEPEND="x11-libs/gtk+:3"
45 -RDEPEND="${DEPEND}
46 - x11-misc/xdg-utils"
47 -
48 -pkg_setup() {
49 - tc-export CXX
50 - append-cxxflags -pthread
51 - append-ldflags -pthread
52 - export PREFIX="${EPREFIX}/usr"
53 -}
54 -
55 -src_prepare() {
56 - sed -e '/DOCDIR/ s/PROGRAM)/&-\$(VERSION)/g' \
57 - -e '/xdg-desktop-menu/d' \
58 - -i Makefile || die
59 -}
60 -
61 -pkg_postinst() {
62 - fdo-mime_desktop_database_update
63 -}
64 -
65 -pkg_postrm() {
66 - fdo-mime_desktop_database_update
67 -}