Gentoo Archives: gentoo-commits

From: Davide Pesavento <pesa@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/qt:master commit in: sys-auth/qauth/
Date: Wed, 04 May 2016 00:47:41
Message-Id: 1462322735.353b39724f609555bde6b3f9867503c5d81709f2.pesa@gentoo
1 commit: 353b39724f609555bde6b3f9867503c5d81709f2
2 Author: Davide Pesavento <pesa <AT> gentoo <DOT> org>
3 AuthorDate: Wed May 4 00:45:35 2016 +0000
4 Commit: Davide Pesavento <pesa <AT> gentoo <DOT> org>
5 CommitDate: Wed May 4 00:45:35 2016 +0000
6 URL: https://gitweb.gentoo.org/proj/qt.git/commit/?id=353b3972
7
8 sys-auth/qauth: remove package (dead upstream)
9
10 sys-auth/qauth/metadata.xml | 12 ------------
11 sys-auth/qauth/qauth-9999.ebuild | 31 -------------------------------
12 2 files changed, 43 deletions(-)
13
14 diff --git a/sys-auth/qauth/metadata.xml b/sys-auth/qauth/metadata.xml
15 deleted file mode 100644
16 index 58c0754..0000000
17 --- a/sys-auth/qauth/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 - <maintainer type="project">
24 - <email>qt@g.o</email>
25 - <name>Gentoo Qt Project</name>
26 - </maintainer>
27 - <maintainer type="project">
28 - <email>lxqt@g.o</email>
29 - <name>LXQt</name>
30 - </maintainer>
31 -</pkgmetadata>
32
33 diff --git a/sys-auth/qauth/qauth-9999.ebuild b/sys-auth/qauth/qauth-9999.ebuild
34 deleted file mode 100644
35 index 6a1083b..0000000
36 --- a/sys-auth/qauth/qauth-9999.ebuild
37 +++ /dev/null
38 @@ -1,31 +0,0 @@
39 -# Copyright 1999-2016 Gentoo Foundation
40 -# Distributed under the terms of the GNU General Public License v2
41 -# $Id$
42 -
43 -EAPI=5
44 -
45 -inherit cmake-utils git-r3
46 -
47 -DESCRIPTION="User authentication library for Qt"
48 -HOMEPAGE="https://github.com/MartinBriza/QAuth"
49 -EGIT_REPO_URI="https://github.com/MartinBriza/QAuth.git"
50 -
51 -LICENSE="LGPL-2"
52 -SLOT="0"
53 -KEYWORDS=""
54 -IUSE="+qt4 qt5"
55 -
56 -REQUIRED_USE="^^ ( qt4 qt5 )"
57 -
58 -DEPEND="virtual/pam
59 - qt4? ( dev-qt/qtdeclarative:4 )
60 - qt5? ( dev-qt/qtdeclarative:5 )"
61 -RDEPEND="${DEPEND}"
62 -
63 -src_configure() {
64 - local mycmakeargs=(
65 - $(cmake-utils_use_use qt5 QT5)
66 - )
67 -
68 - cmake-utils_src_configure
69 -}