Gentoo Archives: gentoo-commits

From: Bernard Cafarelli <voyageur@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/xplanetFX/
Date: Sun, 22 Dec 2019 20:57:16
Message-Id: 1577048221.32e03219a8bd82ab1cb9a74540534e9cfeafc041.voyageur@gentoo
1 commit: 32e03219a8bd82ab1cb9a74540534e9cfeafc041
2 Author: Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
3 AuthorDate: Sun Dec 22 20:48:57 2019 +0000
4 Commit: Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
5 CommitDate: Sun Dec 22 20:57:01 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=32e03219
7
8 x11-misc/xplanetFX: drop old
9
10 Package-Manager: Portage-2.3.82, Repoman-2.3.20
11 Signed-off-by: Bernard Cafarelli <voyageur <AT> gentoo.org>
12
13 x11-misc/xplanetFX/Manifest | 2 -
14 x11-misc/xplanetFX/xplanetFX-2.6.12.ebuild | 62 ------------------------------
15 x11-misc/xplanetFX/xplanetFX-2.6.13.ebuild | 62 ------------------------------
16 3 files changed, 126 deletions(-)
17
18 diff --git a/x11-misc/xplanetFX/Manifest b/x11-misc/xplanetFX/Manifest
19 index 2471c376565..c045ca24aaf 100644
20 --- a/x11-misc/xplanetFX/Manifest
21 +++ b/x11-misc/xplanetFX/Manifest
22 @@ -1,3 +1 @@
23 -DIST xplanetfx-2.6.12_all.tar.gz 36874773 BLAKE2B 12a3fb093584a978f559c64ca64ec567ebbb25faf081ca2b2bb4365aa187693b1dd5f1a3d88a57aa6c901b1c812c19fd6f717ca096093b02760af62d8a8f0fcc SHA512 b2d76f9a8341ab5098a3b09f27f7844673850275f4c577cef344199cdc72f93060eb05786a9111a1fb9f120d747f12cc5793dba6a249141e284a3bff59d4e0fe
24 -DIST xplanetfx-2.6.13_all.tar.gz 36874849 BLAKE2B 276fbb61d6f90e5e0ed13eb7292d8f853eee8a8d92691d1b5502de6e51e526b36f916f5469eddf411ac8c8b876787c0989d82e8685d6374b36f385b1cb11f47b SHA512 dddc3666dd0f802cafd7b917eb513dd662b94617701622eabaaff18cf9277e3faf206eb602eb2af7c117a212b14e1cdbc4a8c11bded8243571ae4afa86f3fe72
25 DIST xplanetfx-2.6.14_all.tar.gz 36874844 BLAKE2B ee02daa55fe2e0a64b4691c95e8bac1b95d99d0ddd1e83036d723d46140b54be8d859619815929e205bc386fd5dbe5ffdc8ca3995da73497e93ee79cccee1dfe SHA512 479c297906785f304178cd3ff41eaf955be6b6a50437c02528528f2328cc726bdcc54fedc107df02b346144c2f06a4325a40b94f03f7923081bed48baf0238b5
26
27 diff --git a/x11-misc/xplanetFX/xplanetFX-2.6.12.ebuild b/x11-misc/xplanetFX/xplanetFX-2.6.12.ebuild
28 deleted file mode 100644
29 index ef8d834ced6..00000000000
30 --- a/x11-misc/xplanetFX/xplanetFX-2.6.12.ebuild
31 +++ /dev/null
32 @@ -1,62 +0,0 @@
33 -# Copyright 1999-2017 Gentoo Foundation
34 -# Distributed under the terms of the GNU General Public License v2
35 -
36 -EAPI=6
37 -
38 -PYTHON_COMPAT=( python2_7 )
39 -
40 -inherit eutils python-r1
41 -
42 -DESCRIPTION="GUI to configure, run or daemonize xplanet with HQ capabilities"
43 -HOMEPAGE="http://mein-neues-blog.de/xplanetFX/"
44 -SRC_URI="http://repository.mein-neues-blog.de:9000/archive/${P/FX/fx}_all.tar.gz"
45 -
46 -LICENSE="WTFPL-2"
47 -SLOT="0"
48 -KEYWORDS="~amd64 ~x86"
49 -IUSE="libnotify"
50 -REQUIRED_USE="${PYTHON_REQUIRED_USE}"
51 -
52 -DEPEND="${PYTHON_DEPS}"
53 -RDEPEND="${DEPEND}
54 - dev-python/pygtk[${PYTHON_USEDEP}]
55 - media-gfx/imagemagick
56 - sys-devel/bc
57 - x11-misc/xplanet
58 - libnotify? ( x11-libs/libnotify )"
59 -#python
60 -
61 -S="${WORKDIR}/usr"
62 -
63 -src_prepare() {
64 - default
65 -
66 - eapply "${FILESDIR}"/${PN}-2.6.4-gentoo-path.patch
67 - sed -e "s/Application;//" -i share/applications/*desktop || die
68 -
69 - # These will be installed separately
70 - mkdir gentoo || die
71 - mv share/${PN}/{autostart,flipview.py,stars/catalog.py,xplanetFX_gtk,xplanetFX_tray} \
72 - gentoo || die
73 -}
74 -
75 -src_install() {
76 - dobin bin/${PN}
77 - insinto /usr/share/applications
78 - doins share/applications/${PN}.desktop
79 - insinto /usr/share/pixmaps
80 - doins share/pixmaps/*
81 - insinto /usr/share/${PN}
82 - doins -r share/${PN}/*
83 -
84 - exeinto /usr/share/${PN}
85 - doexe gentoo/autostart
86 -
87 - dodoc share/doc/${PN}/{changelog,README}
88 -
89 - python_scriptinto /usr/share/${PN}/stars
90 - python_foreach_impl python_doscript gentoo/catalog.py
91 - python_scriptinto /usr/share/${PN}
92 - python_foreach_impl python_doscript gentoo/{xplanetFX_gtk,xplanetFX_tray}
93 - python_foreach_impl python_domodule gentoo/flipview.py
94 -}
95
96 diff --git a/x11-misc/xplanetFX/xplanetFX-2.6.13.ebuild b/x11-misc/xplanetFX/xplanetFX-2.6.13.ebuild
97 deleted file mode 100644
98 index ef8d834ced6..00000000000
99 --- a/x11-misc/xplanetFX/xplanetFX-2.6.13.ebuild
100 +++ /dev/null
101 @@ -1,62 +0,0 @@
102 -# Copyright 1999-2017 Gentoo Foundation
103 -# Distributed under the terms of the GNU General Public License v2
104 -
105 -EAPI=6
106 -
107 -PYTHON_COMPAT=( python2_7 )
108 -
109 -inherit eutils python-r1
110 -
111 -DESCRIPTION="GUI to configure, run or daemonize xplanet with HQ capabilities"
112 -HOMEPAGE="http://mein-neues-blog.de/xplanetFX/"
113 -SRC_URI="http://repository.mein-neues-blog.de:9000/archive/${P/FX/fx}_all.tar.gz"
114 -
115 -LICENSE="WTFPL-2"
116 -SLOT="0"
117 -KEYWORDS="~amd64 ~x86"
118 -IUSE="libnotify"
119 -REQUIRED_USE="${PYTHON_REQUIRED_USE}"
120 -
121 -DEPEND="${PYTHON_DEPS}"
122 -RDEPEND="${DEPEND}
123 - dev-python/pygtk[${PYTHON_USEDEP}]
124 - media-gfx/imagemagick
125 - sys-devel/bc
126 - x11-misc/xplanet
127 - libnotify? ( x11-libs/libnotify )"
128 -#python
129 -
130 -S="${WORKDIR}/usr"
131 -
132 -src_prepare() {
133 - default
134 -
135 - eapply "${FILESDIR}"/${PN}-2.6.4-gentoo-path.patch
136 - sed -e "s/Application;//" -i share/applications/*desktop || die
137 -
138 - # These will be installed separately
139 - mkdir gentoo || die
140 - mv share/${PN}/{autostart,flipview.py,stars/catalog.py,xplanetFX_gtk,xplanetFX_tray} \
141 - gentoo || die
142 -}
143 -
144 -src_install() {
145 - dobin bin/${PN}
146 - insinto /usr/share/applications
147 - doins share/applications/${PN}.desktop
148 - insinto /usr/share/pixmaps
149 - doins share/pixmaps/*
150 - insinto /usr/share/${PN}
151 - doins -r share/${PN}/*
152 -
153 - exeinto /usr/share/${PN}
154 - doexe gentoo/autostart
155 -
156 - dodoc share/doc/${PN}/{changelog,README}
157 -
158 - python_scriptinto /usr/share/${PN}/stars
159 - python_foreach_impl python_doscript gentoo/catalog.py
160 - python_scriptinto /usr/share/${PN}
161 - python_foreach_impl python_doscript gentoo/{xplanetFX_gtk,xplanetFX_tray}
162 - python_foreach_impl python_domodule gentoo/flipview.py
163 -}