Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/kqoauth/
Date: Mon, 13 Feb 2017 15:16:14
Message-Id: 1486998833.13bb96100afb3070614e0330483212e21d355254.soap@gentoo
1 commit: 13bb96100afb3070614e0330483212e21d355254
2 Author: 0xd34df00d <0xd34df00d <AT> gmail <DOT> com>
3 AuthorDate: Sun Feb 12 01:34:42 2017 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Mon Feb 13 15:13:53 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=13bb9610
7
8 dev-libs/kqoauth: removed older Qt4 versions
9
10 Closes: https://github.com/gentoo/gentoo/pull/3925
11
12 dev-libs/kqoauth/kqoauth-0.98-r1.ebuild | 31 -------------------------------
13 dev-libs/kqoauth/kqoauth-0.98.ebuild | 29 -----------------------------
14 2 files changed, 60 deletions(-)
15
16 diff --git a/dev-libs/kqoauth/kqoauth-0.98-r1.ebuild b/dev-libs/kqoauth/kqoauth-0.98-r1.ebuild
17 deleted file mode 100644
18 index 51ed29588e..0000000000
19 --- a/dev-libs/kqoauth/kqoauth-0.98-r1.ebuild
20 +++ /dev/null
21 @@ -1,31 +0,0 @@
22 -# Copyright 1999-2014 Gentoo Foundation
23 -# Distributed under the terms of the GNU General Public License v2
24 -# $Id$
25 -
26 -EAPI=5
27 -
28 -inherit qt4-r2 vcs-snapshot
29 -
30 -DESCRIPTION="Library for Qt that implements the OAuth 1.0 authentication specification"
31 -HOMEPAGE="https://github.com/kypeli/kQOAuth"
32 -SRC_URI="https://github.com/kypeli/kQOAuth/archive/${PV}.tar.gz -> ${P}.tar.gz"
33 -
34 -LICENSE="LGPL-2.1"
35 -SLOT="0"
36 -KEYWORDS="amd64 x86"
37 -IUSE=""
38 -
39 -DEPEND="
40 - dev-qt/qtcore:4
41 - dev-qt/qtgui:4
42 -"
43 -RDEPEND="${DEPEND}"
44 -
45 -src_prepare() {
46 - # prevent tests from beeing built at src_compile
47 - sed -i -e '/SUBDIRS/s/ tests//' ${PN}.pro || die "sed on ${PN}.pro failed"
48 - # respect libdir
49 - sed -e 's:{INSTALL_PREFIX}/lib:[QT_INSTALL_LIBS]:g' -i src/src.pro || die "sed on src.pro failed"
50 -
51 - qt4-r2_src_prepare
52 -}
53
54 diff --git a/dev-libs/kqoauth/kqoauth-0.98.ebuild b/dev-libs/kqoauth/kqoauth-0.98.ebuild
55 deleted file mode 100644
56 index ba411804d9..0000000000
57 --- a/dev-libs/kqoauth/kqoauth-0.98.ebuild
58 +++ /dev/null
59 @@ -1,29 +0,0 @@
60 -# Copyright 1999-2014 Gentoo Foundation
61 -# Distributed under the terms of the GNU General Public License v2
62 -# $Id$
63 -
64 -EAPI=5
65 -
66 -inherit qt4-r2 vcs-snapshot
67 -
68 -DESCRIPTION="Library for Qt that implements the OAuth 1.0 authentication specification"
69 -HOMEPAGE="https://github.com/kypeli/kQOAuth"
70 -SRC_URI="https://github.com/kypeli/kQOAuth/archive/${PV}.tar.gz -> ${P}.tar.gz"
71 -
72 -LICENSE="LGPL-2.1"
73 -SLOT="0"
74 -KEYWORDS="amd64 x86"
75 -IUSE=""
76 -
77 -DEPEND="
78 - dev-qt/qtcore:4
79 - dev-qt/qtgui:4
80 -"
81 -RDEPEND="${DEPEND}"
82 -
83 -src_prepare() {
84 - # prevent tests from beeing built at src_compile
85 - sed -i -e '/SUBDIRS/s/ tests//' ${PN}.pro || die "sed on ${PN}.pro failed"
86 -
87 - qt4-r2_src_prepare
88 -}