x11-misc/xplanetFX: Remove old
authorHarri Nieminen <moikkis@gmail.com>
Mon, 6 Mar 2017 15:26:00 +0000 (17:26 +0200)
committerDavid Seifert <soap@gentoo.org>
Tue, 7 Mar 2017 09:12:42 +0000 (10:12 +0100)
Package-Manager: Portage-2.3.4, Repoman-2.3.2
Closes: https://github.com/gentoo/gentoo/pull/4142

x11-misc/xplanetFX/Manifest
x11-misc/xplanetFX/xplanetFX-2.6.7.ebuild [deleted file]

index b7c728e1edc96bd205961b373d1be678182d365a..4f9ff1c7bd43eaa980287e6d02210d25a56ada32 100644 (file)
@@ -1,2 +1 @@
 DIST xplanetfx-2.6.12_all.tar.gz 36874773 SHA256 bae39af674fc89b3fbe07ba6271bbf0a1c2ff64bbf63f4b04ff3d6f0bcc4380c SHA512 b2d76f9a8341ab5098a3b09f27f7844673850275f4c577cef344199cdc72f93060eb05786a9111a1fb9f120d747f12cc5793dba6a249141e284a3bff59d4e0fe WHIRLPOOL 7b55425eb7d1f592defd9d47144b7cce6fec682583229e5a4e5e2f407699f17dfc6114763c8df0d5a4bff7e4da034517f02f4e0bfd92201fd4c84597e87f7908
-DIST xplanetfx-2.6.7_all.tar.gz 36874223 SHA256 c3bbe4c195263688400d527dddf5ac2e0e12e2ad21b762f34f7ee98dc635c7e3 SHA512 b53005e20ba069f4adf0b6ce8f2d5641bc9db8f852fbabdac808a8c8a5f1a62242af2b556ac0575bb745838533f2b4c85946c3ed0c1f7b064faeaef4f809fdf6 WHIRLPOOL ac6ed41ffaabe02190c88e3df51ca4b3c44565dce65e59f17352c53d306faff91199726e1c9c086153715e7c9863a64d223ec09f4bb3013eacfb764d102133a0
diff --git a/x11-misc/xplanetFX/xplanetFX-2.6.7.ebuild b/x11-misc/xplanetFX/xplanetFX-2.6.7.ebuild
deleted file mode 100644 (file)
index fb120b0..0000000
+++ /dev/null
@@ -1,59 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-PYTHON_COMPAT=( python2_7 )
-
-inherit eutils python-r1
-
-DESCRIPTION="GUI to configure, run or daemonize xplanet with HQ capabilities"
-HOMEPAGE="http://mein-neues-blog.de/xplanetFX/"
-SRC_URI="http://repository.mein-neues-blog.de:9000/archive/${P/FX/fx}_all.tar.gz"
-
-LICENSE="WTFPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="libnotify"
-
-DEPEND=""
-RDEPEND="${DEPEND}
-       dev-python/pygtk[${PYTHON_USEDEP}]
-       media-gfx/imagemagick
-       sys-devel/bc
-       x11-misc/xplanet
-       libnotify? ( x11-libs/libnotify )"
-#python
-
-S="${WORKDIR}/usr"
-
-src_prepare() {
-       epatch "${FILESDIR}"/${PN}-2.6.4-gentoo-path.patch
-       sed -e "s/Application;//" -i share/applications/*desktop || die
-
-       # These will be installed separately
-       mkdir gentoo || die
-       mv share/${PN}/{autostart,flipview.py,stars/catalog.py,xplanetFX_gtk,xplanetFX_tray} \
-               gentoo || die
-}
-
-src_install() {
-       dobin bin/${PN}
-       insinto /usr/share/applications
-       doins share/applications/${PN}.desktop
-       insinto /usr/share/pixmaps
-       doins share/pixmaps/*
-       insinto /usr/share/${PN}
-       doins -r share/${PN}/*
-
-       exeinto /usr/share/${PN}
-       doexe gentoo/autostart
-
-       dodoc share/doc/${PN}/{changelog,README}
-
-       python_scriptinto /usr/share/${PN}/stars
-       python_foreach_impl python_doscript gentoo/catalog.py
-       python_scriptinto /usr/share/${PN}
-       python_foreach_impl python_doscript gentoo/{xplanetFX_gtk,xplanetFX_tray}
-       python_foreach_impl python_domodule gentoo/flipview.py
-}