From 90bd30ce0354db3c85a9b369680e0dfa7eddb4ff Mon Sep 17 00:00:00 2001 From: Thomas Beierlein Date: Sun, 1 May 2016 16:31:20 +0200 Subject: media-radio/xwxapt: Version bump. Drop old. Package-Manager: portage-2.2.28 --- media-radio/xwxapt/Manifest | 2 +- media-radio/xwxapt/xwxapt-2.1.ebuild | 45 ------------------------------------ media-radio/xwxapt/xwxapt-2.4.ebuild | 43 ++++++++++++++++++++++++++++++++++ 3 files changed, 44 insertions(+), 46 deletions(-) delete mode 100644 media-radio/xwxapt/xwxapt-2.1.ebuild create mode 100644 media-radio/xwxapt/xwxapt-2.4.ebuild (limited to 'media-radio/xwxapt') diff --git a/media-radio/xwxapt/Manifest b/media-radio/xwxapt/Manifest index 80b1ee6e32d..34cfbc607ad 100644 --- a/media-radio/xwxapt/Manifest +++ b/media-radio/xwxapt/Manifest @@ -1,2 +1,2 @@ -DIST xwxapt-2.1.tar.bz2 63986 SHA256 59e20721e70710ab99b78070b4ff5cae1ec4ed8b86f5bbd2a82a909856ad4a9d SHA512 17c31bf2732fb8215e139488551c5b4185a401c1f9d455f425e2373b7afc1ec401c536a832635501018415c64b71763a927e16ab05d8723fab932e9031775d5c WHIRLPOOL c432fcca1da233a98cb6efc31e40d7490d61b26e733fa5c8a7f398f3f6b0190f4bd33caa508960084fb49aeeb6e35242a3f889e469f99755fdebe29b050e54dd DIST xwxapt-2.2.tar.bz2 145635 SHA256 2ed1d7a2c7e7c4142fa0562ec17bb220ba3bd7a53412a7fac2bb6dc1ddac883e SHA512 debb539d57df4cf2bc550ad6000bd0aa8ad9acb107d3854fcf83c35b967f9feec7ae4d04a2998ecd9eaf91864bae7b48b88299e4f92cde2d0795077b24fc07a7 WHIRLPOOL 065813228f9f8fd212f367ccea8054d7b065f1f48b1cd2727099804a6949683caf5e592381e84abb2467933b04e27acc28aed904d0a5221f95b45a412b288cd6 +DIST xwxapt-2.4.tar.bz2 149636 SHA256 82bc3d9423c8c76dff382f48747e3eaaa3fd6aea38c3bfb240c867df5102f2bf SHA512 61676dcb4bb57789fa86ef0fa9b70146f586353bc3bcd44939bcd85c6f160a56df3d09ddfbf66329677e73508eaeaa2c32493a266ef27e0f5156ce68993cafb8 WHIRLPOOL d99c58f53e1177bd03a5bd42e58a85eef94b5f47dc9dac8021d938d74aa395bec34191591628fc943b447ff58ff3fccc2df9ae03109e8681fc3a3c9723c481f8 diff --git a/media-radio/xwxapt/xwxapt-2.1.ebuild b/media-radio/xwxapt/xwxapt-2.1.ebuild deleted file mode 100644 index 02f6344d822..00000000000 --- a/media-radio/xwxapt/xwxapt-2.1.ebuild +++ /dev/null @@ -1,45 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=4 - -inherit autotools - -DESCRIPTION="GTK+ linux weather satellite APT image decoder software" -HOMEPAGE="http://5b4az.chronos.org.uk/pages/apt.html" -SRC_URI="http://5b4az.chronos.org.uk/pkg/apt/${PN}/${P}.tar.bz2" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -RDEPEND=" - media-libs/alsa-lib - dev-libs/glib:2 - x11-libs/gtk+:2" -DEPEND="${RDEPEND} - sys-devel/gettext - virtual/pkgconfig" - -S=${WORKDIR}/${PN} - -src_prepare() { - # create missing mkinstalldir and prepare package - glib-gettextize --force --copy || die "gettextize failed" - eautoreconf -} - -src_install() { - default - dohtml doc/xwxapt.html - insinto /usr/share/${PN} - doins xwxapt/xwxaptrc - dodir /usr/share/${PN}/images /usr/share/${PN}/records -} - -pkg_postinst() { - einfo "You must copy the /usr/share/xwxapt directory into your home directory" - einfo "and configure the contained xwxaptrc file before starting the program" -} diff --git a/media-radio/xwxapt/xwxapt-2.4.ebuild b/media-radio/xwxapt/xwxapt-2.4.ebuild new file mode 100644 index 00000000000..f4fb3496c19 --- /dev/null +++ b/media-radio/xwxapt/xwxapt-2.4.ebuild @@ -0,0 +1,43 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +inherit autotools + +DESCRIPTION="GTK+ linux weather satellite APT image decoder software" +HOMEPAGE="http://www.qsl.net/5b4az/pages/apt.html" +SRC_URI="http://www.qsl.net/5b4az/pkg/apt/${PN}/${P}.tar.bz2" + +LICENSE="GPL-3" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND=" + media-libs/alsa-lib + dev-libs/glib:2 + x11-libs/gtk+:2" +DEPEND="${RDEPEND} + sys-devel/gettext + virtual/pkgconfig" + +src_prepare() { + # create missing mkinstalldir and prepare package + glib-gettextize --force --copy || die "gettextize failed" + eautoreconf +} + +src_install() { + default + dohtml doc/xwxapt.html + insinto /usr/share/${PN} + doins xwxapt/xwxaptrc + dodir /usr/share/${PN}/images /usr/share/${PN}/records +} + +pkg_postinst() { + einfo "You must copy the /usr/share/xwxapt directory into your home directory" + einfo "and configure the contained xwxaptrc file before starting the program" +} -- cgit v1.2.1