aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavide Pesavento <pesa@gentoo.org>2016-05-04 02:45:35 +0200
committerDavide Pesavento <pesa@gentoo.org>2016-05-04 02:45:35 +0200
commit353b39724f609555bde6b3f9867503c5d81709f2 (patch)
tree74045d032092a5e95b513630e7196b7634208972
parentapp-text/coolreader3: remove package (diff)
downloadqt-353b39724f609555bde6b3f9867503c5d81709f2.tar.gz
qt-353b39724f609555bde6b3f9867503c5d81709f2.tar.bz2
qt-353b39724f609555bde6b3f9867503c5d81709f2.zip
sys-auth/qauth: remove package (dead upstream)
-rw-r--r--sys-auth/qauth/metadata.xml12
-rw-r--r--sys-auth/qauth/qauth-9999.ebuild31
2 files changed, 0 insertions, 43 deletions
diff --git a/sys-auth/qauth/metadata.xml b/sys-auth/qauth/metadata.xml
deleted file mode 100644
index 58c07542..00000000
--- 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>qt@gentoo.org</email>
- <name>Gentoo Qt Project</name>
- </maintainer>
- <maintainer type="project">
- <email>lxqt@gentoo.org</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 6a1083bb..00000000
--- 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
-}