Gentoo Archives: gentoo-commits

From: Michael Palimaka <kensington@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/kaqaz/
Date: Fri, 19 Feb 2016 14:21:15
Message-Id: 1455891660.630cb2afe5072dc238000879aa4b1743df6c0e3b.kensington@gentoo
1 commit: 630cb2afe5072dc238000879aa4b1743df6c0e3b
2 Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
3 AuthorDate: Fri Feb 19 14:20:25 2016 +0000
4 Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
5 CommitDate: Fri Feb 19 14:21:00 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=630cb2af
7
8 x11-misc/kaqaz: remove old
9
10 Package-Manager: portage-2.2.27
11
12 x11-misc/kaqaz/kaqaz-1.2.0.ebuild | 40 ---------------------------------------
13 1 file changed, 40 deletions(-)
14
15 diff --git a/x11-misc/kaqaz/kaqaz-1.2.0.ebuild b/x11-misc/kaqaz/kaqaz-1.2.0.ebuild
16 deleted file mode 100644
17 index 5ef7ef0..0000000
18 --- a/x11-misc/kaqaz/kaqaz-1.2.0.ebuild
19 +++ /dev/null
20 @@ -1,40 +0,0 @@
21 -# Copyright 1999-2014 Gentoo Foundation
22 -# Distributed under the terms of the GNU General Public License v2
23 -# $Id$
24 -
25 -EAPI=5
26 -inherit qmake-utils
27 -
28 -DESCRIPTION="Modern note manager"
29 -HOMEPAGE="http://labs.sialan.org/projects/kaqaz"
30 -if [[ ${PV} = *9999* ]]; then
31 - inherit git-r3
32 - EGIT_REPO_URI="https://github.com/sialan-labs/kaqaz.git"
33 - KEYWORDS=""
34 -else
35 - SRC_URI="https://github.com/sialan-labs/kaqaz/archive/${PV}.tar.gz -> ${P}.tar.gz"
36 - KEYWORDS="~amd64 ~x86"
37 -fi
38 -
39 -LICENSE="GPL-3"
40 -SLOT="0"
41 -IUSE=""
42 -
43 -RDEPEND="dev-qt/qtdeclarative:5
44 - dev-qt/qtquick1:5
45 - dev-qt/qtmultimedia:5
46 - dev-qt/qtsql:5
47 - dev-qt/qtsensors:5
48 - dev-qt/qtpositioning:5
49 - dev-qt/qtwidgets:5
50 - dev-qt/qtgui:5
51 - dev-qt/qtcore:5"
52 -DEPEND="${RDEPEND}"
53 -
54 -src_configure() {
55 - eqmake5
56 -}
57 -
58 -src_install() {
59 - emake install INSTALL_ROOT="${D}"
60 -}