commit:     353b39724f609555bde6b3f9867503c5d81709f2
Author:     Davide Pesavento <pesa <AT> gentoo <DOT> org>
AuthorDate: Wed May  4 00:45:35 2016 +0000
Commit:     Davide Pesavento <pesa <AT> gentoo <DOT> org>
CommitDate: Wed May  4 00:45:35 2016 +0000
URL:        https://gitweb.gentoo.org/proj/qt.git/commit/?id=353b3972

sys-auth/qauth: remove package (dead upstream)

 sys-auth/qauth/metadata.xml      | 12 ------------
 sys-auth/qauth/qauth-9999.ebuild | 31 -------------------------------
 2 files changed, 43 deletions(-)

diff --git a/sys-auth/qauth/metadata.xml b/sys-auth/qauth/metadata.xml
deleted file mode 100644
index 58c0754..0000000
--- a/sys-auth/qauth/metadata.xml
+++ /dev/null
@@ -1,12 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd";>
-<pkgmetadata>
-       <maintainer type="project">
-               <email>[email protected]</email>
-               <name>Gentoo Qt Project</name>
-       </maintainer>
-       <maintainer type="project">
-               <email>[email protected]</email>
-               <name>LXQt</name>
-       </maintainer>
-</pkgmetadata>

diff --git a/sys-auth/qauth/qauth-9999.ebuild b/sys-auth/qauth/qauth-9999.ebuild
deleted file mode 100644
index 6a1083b..0000000
--- a/sys-auth/qauth/qauth-9999.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-inherit cmake-utils git-r3
-
-DESCRIPTION="User authentication library for Qt"
-HOMEPAGE="https://github.com/MartinBriza/QAuth";
-EGIT_REPO_URI="https://github.com/MartinBriza/QAuth.git";
-
-LICENSE="LGPL-2"
-SLOT="0"
-KEYWORDS=""
-IUSE="+qt4 qt5"
-
-REQUIRED_USE="^^ ( qt4 qt5 )"
-
-DEPEND="virtual/pam
-       qt4? ( dev-qt/qtdeclarative:4 )
-       qt5? ( dev-qt/qtdeclarative:5 )"
-RDEPEND="${DEPEND}"
-
-src_configure() {
-       local mycmakeargs=(
-               $(cmake-utils_use_use qt5 QT5)
-       )
-
-       cmake-utils_src_configure
-}

Reply via email to