Gentoo Archives: gentoo-commits

From: "Julian Ospald (hasufell)" <hasufell@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-im/dianara: dianara-1.2.2.ebuild ChangeLog
Date: Thu, 31 Jul 2014 23:30:19
Message-Id: 20140731233016.436782004E@flycatcher.gentoo.org
1 hasufell 14/07/31 23:30:16
2
3 Modified: ChangeLog
4 Added: dianara-1.2.2.ebuild
5 Log:
6 version bump
7
8 (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key BDEED020)
9
10 Revision Changes Path
11 1.9 net-im/dianara/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-im/dianara/ChangeLog?rev=1.9&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-im/dianara/ChangeLog?rev=1.9&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-im/dianara/ChangeLog?r1=1.8&r2=1.9
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/net-im/dianara/ChangeLog,v
20 retrieving revision 1.8
21 retrieving revision 1.9
22 diff -u -r1.8 -r1.9
23 --- ChangeLog 27 May 2014 17:59:01 -0000 1.8
24 +++ ChangeLog 31 Jul 2014 23:30:16 -0000 1.9
25 @@ -1,6 +1,11 @@
26 # ChangeLog for net-im/dianara
27 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/net-im/dianara/ChangeLog,v 1.8 2014/05/27 17:59:01 hasufell Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/net-im/dianara/ChangeLog,v 1.9 2014/07/31 23:30:16 hasufell Exp $
30 +
31 +*dianara-1.2.2 (31 Jul 2014)
32 +
33 + 31 Jul 2014; Julian Ospald <hasufell@g.o> +dianara-1.2.2.ebuild:
34 + version bump
35
36 *dianara-1.2.1 (27 May 2014)
37
38
39
40
41 1.1 net-im/dianara/dianara-1.2.2.ebuild
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-im/dianara/dianara-1.2.2.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-im/dianara/dianara-1.2.2.ebuild?rev=1.1&content-type=text/plain
45
46 Index: dianara-1.2.2.ebuild
47 ===================================================================
48 # Copyright 1999-2014 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/net-im/dianara/dianara-1.2.2.ebuild,v 1.1 2014/07/31 23:30:16 hasufell Exp $
51
52 EAPI=5
53
54 inherit eutils gnome2-utils qmake-utils
55
56 MY_P=${PN}-v${PV/_beta/beta}
57 DESCRIPTION="Qt-based client for the pump.io distributed social network"
58 HOMEPAGE="http://dianara.nongnu.org/"
59 SRC_URI="mirror://nongnu/dianara/${MY_P}.tar.gz"
60
61 LICENSE="GPL-2+"
62 SLOT="0"
63 KEYWORDS="~amd64 ~x86"
64 IUSE=""
65
66 RDEPEND="
67 app-crypt/qca:2
68 app-crypt/qca-ossl:2
69 dev-qt/qtdbus:4
70 dev-qt/qtcore:4
71 dev-qt/qtgui:4
72 dev-libs/qjson
73 dev-libs/qoauth
74 sys-apps/file"
75 DEPEND="${RDEPEND}"
76
77 S=${WORKDIR}/${MY_P}
78
79 src_configure() {
80 eqmake4
81 }
82
83 src_install() {
84 emake INSTALL_ROOT="${D}" install
85
86 doman manual/*
87 dodoc README TODO CHANGELOG BUGS
88 doicon -s 32 icon/32x32/${PN}.png
89 doicon -s 64 icon/64x64/${PN}.png
90 domenu ${PN}.desktop
91 }
92
93 pkg_preinst() {
94 gnome2_icon_savelist
95 }
96
97 pkg_postinst() {
98 gnome2_icon_cache_update
99 }
100
101 pkg_postrm() {
102 gnome2_icon_cache_update
103 }