Gentoo Archives: gentoo-commits

From: "Mikle Kolyada (zlogene)" <zlogene@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-libs/kqoauth: kqoauth-0.98.ebuild ChangeLog kqoauth-0.97.ebuild
Date: Mon, 30 Sep 2013 13:33:13
Message-Id: 20130930133306.CA84B2004C@flycatcher.gentoo.org
1 zlogene 13/09/30 13:33:06
2
3 Modified: ChangeLog
4 Added: kqoauth-0.98.ebuild
5 Removed: kqoauth-0.97.ebuild
6 Log:
7 Version bump, thanks to 0xd34df00d. Drop old
8
9 (Portage version: 2.2.1/cvs/Linux i686, signed Manifest commit with key 0xC42EB5D6)
10
11 Revision Changes Path
12 1.3 dev-libs/kqoauth/ChangeLog
13
14 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/kqoauth/ChangeLog?rev=1.3&view=markup
15 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/kqoauth/ChangeLog?rev=1.3&content-type=text/plain
16 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/kqoauth/ChangeLog?r1=1.2&r2=1.3
17
18 Index: ChangeLog
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/dev-libs/kqoauth/ChangeLog,v
21 retrieving revision 1.2
22 retrieving revision 1.3
23 diff -u -r1.2 -r1.3
24 --- ChangeLog 21 Aug 2013 14:27:39 -0000 1.2
25 +++ ChangeLog 30 Sep 2013 13:33:06 -0000 1.3
26 @@ -1,6 +1,12 @@
27 # ChangeLog for dev-libs/kqoauth
28 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
29 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/kqoauth/ChangeLog,v 1.2 2013/08/21 14:27:39 pinkbyte Exp $
30 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/kqoauth/ChangeLog,v 1.3 2013/09/30 13:33:06 zlogene Exp $
31 +
32 +*kqoauth-0.98 (30 Sep 2013)
33 +
34 + 30 Sep 2013; Mikle Kolyada <zlogene@g.o> +kqoauth-0.98.ebuild,
35 + -kqoauth-0.97.ebuild:
36 + Version bump, thanks to 0xd34df00d. Drop old
37
38 21 Aug 2013; Sergey Popov <pinkbyte@g.o> kqoauth-0.97.ebuild:
39 Do not build tests as it needs to be done in other phase function and
40
41
42
43 1.1 dev-libs/kqoauth/kqoauth-0.98.ebuild
44
45 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/kqoauth/kqoauth-0.98.ebuild?rev=1.1&view=markup
46 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/kqoauth/kqoauth-0.98.ebuild?rev=1.1&content-type=text/plain
47
48 Index: kqoauth-0.98.ebuild
49 ===================================================================
50 # Copyright 1999-2013 Gentoo Foundation
51 # Distributed under the terms of the GNU General Public License v2
52 # $Header: /var/cvsroot/gentoo-x86/dev-libs/kqoauth/kqoauth-0.98.ebuild,v 1.1 2013/09/30 13:33:06 zlogene Exp $
53
54 EAPI=5
55
56 inherit qt4-r2 vcs-snapshot
57
58 DESCRIPTION="Library for Qt that implements the OAuth 1.0 authentication specification"
59 HOMEPAGE="https://github.com/kypeli/kQOAuth"
60 SRC_URI="https://github.com/kypeli/kQOAuth/archive/${PV}.tar.gz -> ${P}.tar.gz"
61
62 LICENSE="LGPL-2.1"
63 SLOT="0"
64 KEYWORDS="~amd64 ~x86"
65 IUSE=""
66
67 DEPEND="
68 dev-qt/qtcore:4
69 dev-qt/qtgui:4
70 "
71 RDEPEND="${DEPEND}"
72
73 src_prepare() {
74 # prevent tests from beeing built at src_compile
75 sed -i -e '/SUBDIRS/s/ tests//' ${PN}.pro || die "sed on ${PN}.pro failed"
76
77 qt4-r2_src_prepare
78 }