[gentoo-commits] proj/qt:master commit in: sys-auth/qauth/

2016-05-03 Thread Davide Pesavento
commit: 353b39724f609555bde6b3f9867503c5d81709f2
Author: Davide Pesavento  gentoo  org>
AuthorDate: Wed May  4 00:45:35 2016 +
Commit: Davide Pesavento  gentoo  org>
CommitDate: Wed May  4 00:45:35 2016 +
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-.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..000
--- a/sys-auth/qauth/metadata.xml
+++ /dev/null
@@ -1,12 +0,0 @@
-
-http://www.gentoo.org/dtd/metadata.dtd;>
-
-   
-   q...@gentoo.org
-   Gentoo Qt Project
-   
-   
-   l...@gentoo.org
-   LXQt
-   
-

diff --git a/sys-auth/qauth/qauth-.ebuild b/sys-auth/qauth/qauth-.ebuild
deleted file mode 100644
index 6a1083b..000
--- a/sys-auth/qauth/qauth-.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
-}



[gentoo-commits] proj/qt:master commit in: sys-auth/qauth/

2014-08-04 Thread Jauhien Piatlicki
commit: 16f564f079e51fe8ae521995cab0ce4dea077e42
Author: Jauhien Piatlicki jauhien AT gentoo DOT org
AuthorDate: Mon Aug  4 09:06:29 2014 +
Commit: Jauhien Piatlicki jauhien AT gentoo DOT org
CommitDate: Mon Aug  4 10:22:18 2014 +
URL:
http://git.overlays.gentoo.org/gitweb/?p=proj/qt.git;a=commit;h=16f564f0

[sys-auth/qauth] fix dependencies

---
 sys-auth/qauth/qauth-.ebuild | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/sys-auth/qauth/qauth-.ebuild b/sys-auth/qauth/qauth-.ebuild
index b845ed0..b597ddd 100644
--- a/sys-auth/qauth/qauth-.ebuild
+++ b/sys-auth/qauth/qauth-.ebuild
@@ -17,7 +17,9 @@ IUSE=+qt4 qt5
 
 REQUIRED_USE=^^ ( qt4 qt5 )
 
-DEPEND=virtual/pam
+DEPEND=virtual/pam
+   qt4? ( dev-qt/qtdeclarative:4 )
+   qt5? ( dev-qt/qtdeclarative:5 )
 RDEPEND=${DEPEND}
 
 src_configure() {



[gentoo-commits] proj/qt:master commit in: sys-auth/qauth/

2014-06-18 Thread Michael Palimaka
commit: e6b30632cdae3b486493ecd71b678c5c9501ed9f
Author: Elias Probst mail AT eliasprobst DOT eu
AuthorDate: Tue Jun 17 17:54:48 2014 +
Commit: Michael Palimaka kensington AT gentoo DOT org
CommitDate: Tue Jun 17 18:48:20 2014 +
URL:
http://git.overlays.gentoo.org/gitweb/?p=proj/qt.git;a=commit;h=e6b30632

[sys-auth/qauth] Add live ebuild for qauth

Package-Manager: portage-2.2.10

---
 sys-auth/qauth/metadata.xml  |  6 ++
 sys-auth/qauth/qauth-.ebuild | 29 +
 2 files changed, 35 insertions(+)

diff --git a/sys-auth/qauth/metadata.xml b/sys-auth/qauth/metadata.xml
new file mode 100644
index 000..70af9db
--- /dev/null
+++ b/sys-auth/qauth/metadata.xml
@@ -0,0 +1,6 @@
+?xml version=1.0 encoding=UTF-8?
+!DOCTYPE pkgmetadata SYSTEM http://www.gentoo.org/dtd/metadata.dtd;
+pkgmetadata
+   herdqt/herd
+   herdlxqt/herd
+/pkgmetadata

diff --git a/sys-auth/qauth/qauth-.ebuild b/sys-auth/qauth/qauth-.ebuild
new file mode 100644
index 000..b845ed0
--- /dev/null
+++ b/sys-auth/qauth/qauth-.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+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
+RDEPEND=${DEPEND}
+
+src_configure() {
+   local mycmakeargs=(
+   $(cmake-utils_use_use qt5 QT5)
+   )
+
+   cmake-utils_src_configure
+}