Gentoo Archives: gentoo-commits

From: "Patrick Lauer (patrick)" <patrick@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-radio/xwxapt: xwxapt-2.2.ebuild ChangeLog
Date: Mon, 26 Aug 2013 14:15:13
Message-Id: 20130826141505.59C2E2004C@flycatcher.gentoo.org
1 patrick 13/08/26 14:15:05
2
3 Modified: ChangeLog
4 Added: xwxapt-2.2.ebuild
5 Log:
6 Bump
7
8 (Portage version: 2.2.1/cvs/Linux x86_64, unsigned Manifest commit)
9
10 Revision Changes Path
11 1.2 media-radio/xwxapt/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-radio/xwxapt/ChangeLog?rev=1.2&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-radio/xwxapt/ChangeLog?rev=1.2&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-radio/xwxapt/ChangeLog?r1=1.1&r2=1.2
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/media-radio/xwxapt/ChangeLog,v
20 retrieving revision 1.1
21 retrieving revision 1.2
22 diff -u -r1.1 -r1.2
23 --- ChangeLog 2 Nov 2012 18:31:25 -0000 1.1
24 +++ ChangeLog 26 Aug 2013 14:15:05 -0000 1.2
25 @@ -1,10 +1,14 @@
26 # ChangeLog for media-radio/xwxapt
27 -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/media-radio/xwxapt/ChangeLog,v 1.1 2012/11/02 18:31:25 tomjbe Exp $
29 +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
30 +# $Header: /var/cvsroot/gentoo-x86/media-radio/xwxapt/ChangeLog,v 1.2 2013/08/26 14:15:05 patrick Exp $
31 +
32 +*xwxapt-2.2 (26 Aug 2013)
33 +
34 + 26 Aug 2013; Patrick Lauer <patrick@g.o> +xwxapt-2.2.ebuild:
35 + Bump
36
37 *xwxapt-2.1 (02 Nov 2012)
38
39 02 Nov 2012; Thomas Beierlein <tomjbe@g.o> +xwxapt-2.1.ebuild,
40 +metadata.xml:
41 Moved from sunrise (bug #237460). Version bump
42 -
43
44
45
46 1.1 media-radio/xwxapt/xwxapt-2.2.ebuild
47
48 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-radio/xwxapt/xwxapt-2.2.ebuild?rev=1.1&view=markup
49 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-radio/xwxapt/xwxapt-2.2.ebuild?rev=1.1&content-type=text/plain
50
51 Index: xwxapt-2.2.ebuild
52 ===================================================================
53 # Copyright 1999-2013 Gentoo Foundation
54 # Distributed under the terms of the GNU General Public License v2
55 # $Header: /var/cvsroot/gentoo-x86/media-radio/xwxapt/xwxapt-2.2.ebuild,v 1.1 2013/08/26 14:15:05 patrick Exp $
56
57 EAPI=4
58
59 inherit autotools
60
61 DESCRIPTION="GTK+ linux weather satellite APT image decoder software"
62 HOMEPAGE="http://5b4az.chronos.org.uk/pages/apt.html"
63 SRC_URI="http://5b4az.chronos.org.uk/pkg/apt/${PN}/${P}.tar.bz2"
64
65 LICENSE="GPL-3"
66 SLOT="0"
67 KEYWORDS="~amd64 ~x86"
68 IUSE=""
69
70 RDEPEND="
71 media-libs/alsa-lib
72 dev-libs/glib:2
73 x11-libs/gtk+:2"
74 DEPEND="${RDEPEND}
75 sys-devel/gettext
76 virtual/pkgconfig"
77
78 src_prepare() {
79 # create missing mkinstalldir and prepare package
80 glib-gettextize --force --copy || die "gettextize failed"
81 eautoreconf
82 }
83
84 src_install() {
85 default
86 dohtml doc/xwxapt.html
87 insinto /usr/share/${PN}
88 doins xwxapt/xwxaptrc
89 dodir /usr/share/${PN}/images /usr/share/${PN}/records
90 }
91
92 pkg_postinst() {
93 einfo "You must copy the /usr/share/xwxapt directory into your home directory"
94 einfo "and configure the contained xwxaptrc file before starting the program"
95 }