Gentoo Archives: gentoo-commits

From: Davide Pesavento <pesa@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/qt:master commit in: x11-libs/simulator/
Date: Tue, 05 Mar 2013 08:11:32
Message-Id: 1362471022.a238a35491e5c1427a493734ce7ba007af01e107.pesa@gentoo
1 commit: a238a35491e5c1427a493734ce7ba007af01e107
2 Author: Davide Pesavento <davidepesa <AT> gmail <DOT> com>
3 AuthorDate: Tue Mar 5 08:10:22 2013 +0000
4 Commit: Davide Pesavento <pesa <AT> gentoo <DOT> org>
5 CommitDate: Tue Mar 5 08:10:22 2013 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/qt.git;a=commit;h=a238a354
7
8 Remove unmaintained x11-libs/simulator
9
10 ---
11 x11-libs/simulator/metadata.xml | 5 ----
12 x11-libs/simulator/simulator-1.9999.ebuild | 30 ----------------------------
13 x11-libs/simulator/simulator-9999.ebuild | 29 ---------------------------
14 3 files changed, 0 insertions(+), 64 deletions(-)
15
16 diff --git a/x11-libs/simulator/metadata.xml b/x11-libs/simulator/metadata.xml
17 deleted file mode 100644
18 index ab02f99..0000000
19 --- a/x11-libs/simulator/metadata.xml
20 +++ /dev/null
21 @@ -1,5 +0,0 @@
22 -<?xml version="1.0" encoding="UTF-8"?>
23 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
24 -<pkgmetadata>
25 - <herd>qt</herd>
26 -</pkgmetadata>
27
28 diff --git a/x11-libs/simulator/simulator-1.9999.ebuild b/x11-libs/simulator/simulator-1.9999.ebuild
29 deleted file mode 100644
30 index 0d952e6..0000000
31 --- a/x11-libs/simulator/simulator-1.9999.ebuild
32 +++ /dev/null
33 @@ -1,30 +0,0 @@
34 -# Copyright 1999-2013 Gentoo Foundation
35 -# Distributed under the terms of the GNU General Public License v2
36 -# $Header: $
37 -
38 -EAPI=4
39 -
40 -EGIT_REPO_URI="git://gitorious.org/qt-labs/${PN}"
41 -EGIT_BRANCH="1.x"
42 -
43 -inherit qt4-r2 git-2
44 -
45 -DESCRIPTION="Qt Simulator"
46 -HOMEPAGE="http://qt.gitorious.org/qt-labs/simulator"
47 -SRC_URI=""
48 -
49 -LICENSE="LGPL-2.1"
50 -SLOT="0"
51 -KEYWORDS=""
52 -IUSE=""
53 -
54 -DEPEND="dev-qt/qt-mobility
55 - net-libs/qmf"
56 -RDEPEND="${DEPEND}"
57 -
58 -src_configure() {
59 - eqmake4 QT_NOKIA_SDK_PATH="${S}" \
60 - QT_MOBILITY_SOURCE_PATH="/usr/include/qt4" \
61 - QMF_INCLUDEDIR="/usr/include" \
62 - SIMULATOR_DEPENDENCY_PATH="${S}" *.pro
63 -}
64
65 diff --git a/x11-libs/simulator/simulator-9999.ebuild b/x11-libs/simulator/simulator-9999.ebuild
66 deleted file mode 100644
67 index 27a02b3..0000000
68 --- a/x11-libs/simulator/simulator-9999.ebuild
69 +++ /dev/null
70 @@ -1,29 +0,0 @@
71 -# Copyright 1999-2013 Gentoo Foundation
72 -# Distributed under the terms of the GNU General Public License v2
73 -# $Header: $
74 -
75 -EAPI=4
76 -
77 -EGIT_REPO_URI="git://gitorious.org/qt-labs/${PN}"
78 -
79 -inherit qt4-r2 git-2
80 -
81 -DESCRIPTION="Qt Simulator"
82 -HOMEPAGE="http://qt.gitorious.org/qt-labs/simulator"
83 -SRC_URI=""
84 -
85 -LICENSE="LGPL-2.1"
86 -SLOT="0"
87 -KEYWORDS=""
88 -IUSE=""
89 -
90 -DEPEND="dev-qt/qt-mobility
91 - net-libs/qmf"
92 -RDEPEND="${DEPEND}"
93 -
94 -src_configure() {
95 - eqmake4 QT_NOKIA_SDK_PATH="${S}" \
96 - QT_MOBILITY_SOURCE_PATH="/usr/include/qt4" \
97 - QMF_INCLUDEDIR="/usr/include" \
98 - SIMULATOR_DEPENDENCY_PATH="${S}" *.pro
99 -}