Gentoo Archives: gentoo-commits

From: "Ben de Groot (yngwin)" <yngwin@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-news/rssguard: rssguard-1.1.2.ebuild ChangeLog
Date: Mon, 29 Oct 2012 12:21:52
Message-Id: 20121029122143.11A6721600@flycatcher.gentoo.org
1 yngwin 12/10/29 12:21:42
2
3 Modified: ChangeLog
4 Added: rssguard-1.1.2.ebuild
5 Log:
6 Version bump. Make desktop file validate. Add epatch_user.
7
8 (Portage version: 2.2.0_alpha142/cvs/Linux x86_64, unsigned Manifest commit)
9
10 Revision Changes Path
11 1.2 net-news/rssguard/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-news/rssguard/ChangeLog?rev=1.2&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-news/rssguard/ChangeLog?rev=1.2&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-news/rssguard/ChangeLog?r1=1.1&r2=1.2
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/net-news/rssguard/ChangeLog,v
20 retrieving revision 1.1
21 retrieving revision 1.2
22 diff -u -r1.1 -r1.2
23 --- ChangeLog 30 Jun 2012 09:11:12 -0000 1.1
24 +++ ChangeLog 29 Oct 2012 12:21:42 -0000 1.2
25 @@ -1,6 +1,11 @@
26 # ChangeLog for net-news/rssguard
27 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/net-news/rssguard/ChangeLog,v 1.1 2012/06/30 09:11:12 yngwin Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/net-news/rssguard/ChangeLog,v 1.2 2012/10/29 12:21:42 yngwin Exp $
30 +
31 +*rssguard-1.1.2 (29 Oct 2012)
32 +
33 + 29 Oct 2012; Ben de Groot <yngwin@g.o> +rssguard-1.1.2.ebuild:
34 + Version bump. Make desktop file validate. Add epatch_user.
35
36 *rssguard-1.1.1 (30 Jun 2012)
37
38
39
40
41 1.1 net-news/rssguard/rssguard-1.1.2.ebuild
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-news/rssguard/rssguard-1.1.2.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-news/rssguard/rssguard-1.1.2.ebuild?rev=1.1&content-type=text/plain
45
46 Index: rssguard-1.1.2.ebuild
47 ===================================================================
48 # Copyright 1999-2012 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/net-news/rssguard/rssguard-1.1.2.ebuild,v 1.1 2012/10/29 12:21:42 yngwin Exp $
51
52 EAPI=4
53 inherit cmake-utils
54
55 DESCRIPTION="A tiny RSS and Atom feed reader"
56 HOMEPAGE="http://code.google.com/p/rss-guard/"
57 SRC_URI="http://rss-guard.googlecode.com/files/${P}-src.tar.gz"
58
59 LICENSE="GPL-3"
60 SLOT="0"
61 KEYWORDS="~amd64"
62 IUSE="dbus"
63
64 DEPEND="x11-libs/qt-core:4
65 x11-libs/qt-gui:4
66 x11-libs/qt-webkit:4
67 x11-libs/qt-xmlpatterns:4
68 x11-themes/hicolor-icon-theme
69 dbus? ( x11-libs/qt-dbus:4 )"
70 RDEPEND="${DEPEND}"
71
72 S="${WORKDIR}/rss-guard"
73 DOCS=( resources/text/AUTHORS resources/text/CHANGELOG )
74
75 src_prepare() {
76 sed -e '/Encoding/d' -i resources/desktops/${PN}.desktop || die 'sed failed'
77 epatch_user
78 }