Gentoo Archives: gentoo-commits

From: Michael Palimaka <kensington@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/qt:master commit in: net-im/qwit/
Date: Sat, 31 Oct 2015 15:49:37
Message-Id: 1446306549.6b54ee26ce2a281da29cde1fbcaf1669144570e3.kensington@gentoo
1 commit: 6b54ee26ce2a281da29cde1fbcaf1669144570e3
2 Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
3 AuthorDate: Sat Oct 31 15:46:50 2015 +0000
4 Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
5 CommitDate: Sat Oct 31 15:49:09 2015 +0000
6 URL: https://gitweb.gentoo.org/proj/qt.git/commit/?id=6b54ee26
7
8 net-im/qwit: dead upstream
9
10 net-im/qwit/metadata.xml | 12 ------------
11 net-im/qwit/qwit-9999.ebuild | 34 ----------------------------------
12 2 files changed, 46 deletions(-)
13
14 diff --git a/net-im/qwit/metadata.xml b/net-im/qwit/metadata.xml
15 deleted file mode 100644
16 index d5f9562..0000000
17 --- a/net-im/qwit/metadata.xml
18 +++ /dev/null
19 @@ -1,12 +0,0 @@
20 -<?xml version="1.0" encoding="UTF-8"?>
21 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
22 -<pkgmetadata>
23 -<herd>qt</herd>
24 -<maintainer>
25 -<email>hwoarang@g.o</email>
26 -<name>Markos Chandras</name>
27 -</maintainer>
28 -<longdescription lang="en">
29 -</longdescription>
30 -</pkgmetadata>
31 -
32
33 diff --git a/net-im/qwit/qwit-9999.ebuild b/net-im/qwit/qwit-9999.ebuild
34 deleted file mode 100644
35 index 9f916ad..0000000
36 --- a/net-im/qwit/qwit-9999.ebuild
37 +++ /dev/null
38 @@ -1,34 +0,0 @@
39 -# Copyright 1999-2015 Gentoo Foundation
40 -# Distributed under the terms of the GNU General Public License v2
41 -# $Id$
42 -
43 -EAPI=5
44 -
45 -inherit qt4-r2 subversion
46 -
47 -MY_P=${P/_/-}-src
48 -
49 -DESCRIPTION="Qt4 cross-platform client for Twitter"
50 -HOMEPAGE="http://code.google.com/p/qwit/"
51 -ESVN_REPO_URI="http://qwit.googlecode.com/svn/trunk/"
52 -
53 -LICENSE="GPL-3"
54 -SLOT="0"
55 -KEYWORDS=""
56 -IUSE=""
57 -
58 -DEPEND="
59 - dev-qt/qtcore:4
60 - dev-qt/qtgui:4
61 -"
62 -RDEPEND="${DEPEND}
63 - dev-libs/qoauth
64 -"
65 -
66 -S=${WORKDIR}/${MY_P}
67 -
68 -DOCS=(AUTHORS)
69 -
70 -src_configure() {
71 - eqmake4 PREFIX=/usr
72 -}