Gentoo Archives: gentoo-commits

From: Mikle Kolyada <zlogene@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-plugins/wmSpaceWeather/
Date: Fri, 05 Oct 2018 13:55:16
Message-Id: 1538747702.cf24f89d46bdc15ba13b9c143302822eb6ea2dad.zlogene@gentoo
1 commit: cf24f89d46bdc15ba13b9c143302822eb6ea2dad
2 Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
3 AuthorDate: Fri Oct 5 13:48:23 2018 +0000
4 Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
5 CommitDate: Fri Oct 5 13:55:02 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cf24f89d
7
8 x11-plugins/wmSpaceWeather: Drop old
9
10 Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>
11 Package-Manager: Portage-2.3.49, Repoman-2.3.11
12
13 .../wmSpaceWeather/wmSpaceWeather-1.04_p19.ebuild | 64 ----------------------
14 1 file changed, 64 deletions(-)
15
16 diff --git a/x11-plugins/wmSpaceWeather/wmSpaceWeather-1.04_p19.ebuild b/x11-plugins/wmSpaceWeather/wmSpaceWeather-1.04_p19.ebuild
17 deleted file mode 100644
18 index 8a6964c6250..00000000000
19 --- a/x11-plugins/wmSpaceWeather/wmSpaceWeather-1.04_p19.ebuild
20 +++ /dev/null
21 @@ -1,64 +0,0 @@
22 -# Copyright 1999-2018 Gentoo Foundation
23 -# Distributed under the terms of the GNU General Public License v2
24 -
25 -EAPI=0
26 -
27 -inherit eutils multilib toolchain-funcs
28 -
29 -MY_PN="wmspaceweather"
30 -MY_PV_ORIG="${PV/_p*}"
31 -MY_PV_PATCH="${PV/_p/-}"
32 -MY_P_ORIG="${MY_PN}_${MY_PV_ORIG}.orig"
33 -MY_P_PATCH="${MY_PN}_${MY_PV_PATCH}.diff"
34 -
35 -DESCRIPTION="dockapp showing weather at geosynchronous orbit"
36 -HOMEPAGE="https://www.dockapps.net/wmspaceweather"
37 -SRC_URI="mirror://debian/pool/main/w/${MY_PN}/${MY_P_ORIG}.tar.gz
38 - mirror://debian/pool/main/w/${MY_PN}/${MY_P_PATCH}.gz"
39 -
40 -SLOT="0"
41 -LICENSE="GPL-2"
42 -KEYWORDS="amd64 hppa ~mips ppc sparc x86"
43 -IUSE=""
44 -
45 -CDEPEND="x11-libs/libX11
46 - x11-libs/libXext
47 - x11-libs/libXpm"
48 -DEPEND="${CDEPEND}
49 - x11-base/xorg-proto"
50 -RDEPEND="${CDEPEND}
51 - net-misc/curl
52 - dev-lang/perl"
53 -
54 -S="${WORKDIR}/${MY_P_ORIG/_/-}/${PN}"
55 -
56 -src_unpack() {
57 - unpack ${MY_P_ORIG}.tar.gz
58 - epatch "${DISTDIR}"/${MY_P_PATCH}.gz
59 -
60 - # need to apply patches from Debian first, do NOT change the order
61 - cd "${S}"
62 - mv ../debian/patches "${WORKDIR}"/patch
63 - EPATCH_SUFFIX="dpatch" EPATCH_FORCE="yes" \
64 - EPATCH_MULTI_MSG="Applying Debian patches ..." epatch
65 - epatch "${FILESDIR}"/${P}-gentoo.patch
66 - epatch "${FILESDIR}"/${P}-getkp.patch
67 -}
68 -
69 -src_compile() {
70 - emake clean || die "make clean failed"
71 - emake CC="$(tc-getCC)" LIBDIR="/usr/$(get_libdir)" || die "parallel make failed"
72 -}
73 -
74 -src_install() {
75 - emake DESTDIR="${D}" install || die install failed
76 - dodoc ../{BUGS,CHANGES,HINTS,README}
77 -}
78 -
79 -pkg_postinst() {
80 - elog "You need to emerge www-client/firefox or www-client/firefox-bin"
81 - elog "to use the -url functionality - see man ${PN} for more info."
82 - elog
83 - elog "This version uses curl instead of wget. You may edit /usr/share/wmspaceweather/GetKp"
84 - elog "if you don't like it."
85 -}