summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHarri Nieminen <moikkis@gmail.com>2017-03-06 17:26:00 +0200
committerDavid Seifert <soap@gentoo.org>2017-03-07 10:12:42 +0100
commitde1e083980f8971122a00a64b2ee75c389b96a01 (patch)
treeda2b8e29e4e86cd58c0205e07269af4f27e5ef8e /x11-misc/xplanetFX
parentx11-misc/xplanet: Remove old (diff)
downloadgentoo-de1e083980f8971122a00a64b2ee75c389b96a01.tar.gz
gentoo-de1e083980f8971122a00a64b2ee75c389b96a01.tar.bz2
gentoo-de1e083980f8971122a00a64b2ee75c389b96a01.zip
x11-misc/xplanetFX: Remove old
Package-Manager: Portage-2.3.4, Repoman-2.3.2 Closes: https://github.com/gentoo/gentoo/pull/4142
Diffstat (limited to 'x11-misc/xplanetFX')
-rw-r--r--x11-misc/xplanetFX/Manifest1
-rw-r--r--x11-misc/xplanetFX/xplanetFX-2.6.7.ebuild59
2 files changed, 0 insertions, 60 deletions
diff --git a/x11-misc/xplanetFX/Manifest b/x11-misc/xplanetFX/Manifest
index b7c728e1edc9..4f9ff1c7bd43 100644
--- a/x11-misc/xplanetFX/Manifest
+++ b/x11-misc/xplanetFX/Manifest
@@ -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
index fb120b0580c9..000000000000
--- a/x11-misc/xplanetFX/xplanetFX-2.6.7.ebuild
+++ /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
-}