diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2024-04-14 16:42:25 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2024-04-14 16:42:25 +0300 |
commit | 02e8e4fe1bddfa8849479f208d71603898178636 (patch) | |
tree | 1d2eb9595bcc3a7b589ffebb4ec54ec3ec0243a3 /x11-plugins/wmSpaceWeather | |
parent | x11-plugins/wmdrawer: drop 0.10.5-r3, EAPI6-- (diff) | |
download | gentoo-02e8e4fe1bddfa8849479f208d71603898178636.tar.gz gentoo-02e8e4fe1bddfa8849479f208d71603898178636.tar.bz2 gentoo-02e8e4fe1bddfa8849479f208d71603898178636.zip |
x11-plugins/wmSpaceWeather: drop 1.04_p19-r1, EAPI6--
Closes: https://bugs.gentoo.org/929946
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'x11-plugins/wmSpaceWeather')
-rw-r--r-- | x11-plugins/wmSpaceWeather/wmSpaceWeather-1.04_p19-r1.ebuild | 62 |
1 files changed, 0 insertions, 62 deletions
diff --git a/x11-plugins/wmSpaceWeather/wmSpaceWeather-1.04_p19-r1.ebuild b/x11-plugins/wmSpaceWeather/wmSpaceWeather-1.04_p19-r1.ebuild deleted file mode 100644 index 7fdcae9bcf96..000000000000 --- a/x11-plugins/wmSpaceWeather/wmSpaceWeather-1.04_p19-r1.ebuild +++ /dev/null @@ -1,62 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit toolchain-funcs - -MY_PN="wmspaceweather" -MY_PV_ORIG="${PV/_p*}" -MY_PV_PATCH="${PV/_p/-}" -MY_P_ORIG="${MY_PN}_${MY_PV_ORIG}.orig" -MY_P_PATCH="${MY_PN}_${MY_PV_PATCH}.diff" - -DESCRIPTION="dockapp showing weather at geosynchronous orbit" -HOMEPAGE="https://www.dockapps.net/wmspaceweather" -SRC_URI="mirror://debian/pool/main/w/${MY_PN}/${MY_P_ORIG}.tar.gz - mirror://debian/pool/main/w/${MY_PN}/${MY_P_PATCH}.gz" - -SLOT="0" -LICENSE="GPL-2" -KEYWORDS="amd64 ~hppa ~mips ppc ~sparc x86" - -DOCS=( ../{BUGS,CHANGES,HINTS,README} ) - -CDEPEND="x11-libs/libX11 - x11-libs/libXext - x11-libs/libXpm" -DEPEND="${CDEPEND} - x11-base/xorg-proto" -RDEPEND="${CDEPEND} - net-misc/curl - dev-lang/perl" - -S="${WORKDIR}/${MY_P_ORIG/_/-}/${PN}" - -src_prepare() { - default - - cd .. || die - - eapply "${WORKDIR}"/${MY_P_PATCH} - eapply "${FILESDIR}"/${P}-gcc-10.patch - - # need to apply patches from Debian first, do NOT change the order - cd "${S}" || die - eapply -p2 ../debian/patches/*.dpatch - eapply "${FILESDIR}"/${P}-gentoo.patch - eapply "${FILESDIR}"/${P}-getkp.patch -} - -src_compile() { - emake clean - emake CC="$(tc-getCC)" LIBDIR="/usr/$(get_libdir)" -} - -pkg_postinst() { - elog "You need to emerge www-client/firefox or www-client/firefox-bin" - elog "to use the -url functionality - see man ${PN} for more info." - elog - elog "This version uses curl instead of wget. You may edit /usr/share/wmspaceweather/GetKp" - elog "if you don't like it." -} |