summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJauhien Piatlicki <jauhien@gentoo.org>2014-05-27 15:18:55 +0000
committerJauhien Piatlicki <jauhien@gentoo.org>2014-05-27 15:18:55 +0000
commit3bc35d72d7a311c754d973acb82cfab2051f531e (patch)
tree2df4725150a244c70e15acb87a56caab653676bc /lxqt-base/lxqt-policykit
parentVersion bump. (diff)
downloadgentoo-2-3bc35d72d7a311c754d973acb82cfab2051f531e.tar.gz
gentoo-2-3bc35d72d7a311c754d973acb82cfab2051f531e.tar.bz2
gentoo-2-3bc35d72d7a311c754d973acb82cfab2051f531e.zip
Initial import from the qt overlay, thanks to Harvey Mittens and Davide Pesavento, see bug #509946
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 0xB2EFA1D4)
Diffstat (limited to 'lxqt-base/lxqt-policykit')
-rw-r--r--lxqt-base/lxqt-policykit/ChangeLog10
-rw-r--r--lxqt-base/lxqt-policykit/Manifest3
-rw-r--r--lxqt-base/lxqt-policykit/lxqt-policykit-0.7.0.ebuild31
-rw-r--r--lxqt-base/lxqt-policykit/metadata.xml9
4 files changed, 53 insertions, 0 deletions
diff --git a/lxqt-base/lxqt-policykit/ChangeLog b/lxqt-base/lxqt-policykit/ChangeLog
new file mode 100644
index 000000000000..dac46ab54d42
--- /dev/null
+++ b/lxqt-base/lxqt-policykit/ChangeLog
@@ -0,0 +1,10 @@
+# ChangeLog for lxqt-base/lxqt-policykit
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/lxqt-base/lxqt-policykit/ChangeLog,v 1.1 2014/05/27 15:18:55 jauhien Exp $
+
+*lxqt-policykit-0.7.0 (27 May 2014)
+
+ 27 May 2014; Jauhien Piatlicki <jauhien@gentoo.org>
+ +lxqt-policykit-0.7.0.ebuild, +metadata.xml:
+ Initial import from the qt overlay, thanks to Harvey Mittens and Davide
+ Pesavento, see bug #509946
diff --git a/lxqt-base/lxqt-policykit/Manifest b/lxqt-base/lxqt-policykit/Manifest
new file mode 100644
index 000000000000..230c647778ba
--- /dev/null
+++ b/lxqt-base/lxqt-policykit/Manifest
@@ -0,0 +1,3 @@
+DIST lxqt-policykit-0.7.0.tar.xz 15772 SHA256 1b93a2e5e9f70246f16198a07a49b3c2d16089d6ea413bdff25e4ec763763d86 SHA512 8e5ff42d4e74d648ad9b159d6140afeaffd8094bd3a92c30b5faf2d5aa8e719cb9b1c8345ed6ee92f603c7f7b88224873a791b2300bca4b49a1f53b4586f26c9 WHIRLPOOL 971eec6ef31937af95927a2abb666293a2d57bcc365f68696c288ce7dbe7473804352468d48bc40675ca8d6723b5591881cbce6987092589e703ce0a7cc2401c
+EBUILD lxqt-policykit-0.7.0.ebuild 645 SHA256 18c3ebe874bface81de47bc8274d6435b001094752b1a2cec4d4a991240eae02 SHA512 dcd11378c6c4233e798a2a41f36367d61c59d62d71de4d3fb659b63a0bdab10e0d518bbea4ca2708a4695abbd137d360984257bf2fad9e865921f5a7f6b0d1ce WHIRLPOOL 8e56b7facc9db2cf6bbaa22a174d354b2f9184579b65f5806ff904146da0524a7417b79c0e578ab99e664f64cf54d9311c635c0769d2b9a0567618f04e164548
+MISC metadata.xml 263 SHA256 d23df106b61ed123144d9d24eea822badfbe6cb7d8d4ec61215af73b4c8f1fc6 SHA512 9f99b13f568e1cfda82dc35cd0b95fba565d5f18909db7b0d7dff75273cf4076a68288768ee5f65a70485833971fb3e511919a9e80d09e0d96f3a38744435d3a WHIRLPOOL 6bfa4c8737764e7450195f3ffd2e8fe8531ad44dfa02b0d7819678eeb7898280f07ed13ac87e0158abb6d9b804ee617b7683f73a4cd17db822419eba55fa62c6
diff --git a/lxqt-base/lxqt-policykit/lxqt-policykit-0.7.0.ebuild b/lxqt-base/lxqt-policykit/lxqt-policykit-0.7.0.ebuild
new file mode 100644
index 000000000000..6d1a3e49a798
--- /dev/null
+++ b/lxqt-base/lxqt-policykit/lxqt-policykit-0.7.0.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/lxqt-base/lxqt-policykit/lxqt-policykit-0.7.0.ebuild,v 1.1 2014/05/27 15:18:55 jauhien Exp $
+
+EAPI=5
+inherit cmake-utils
+
+DESCRIPTION="LXQt PolKit authentication agent"
+HOMEPAGE="http://www.lxqt.org/"
+
+if [[ ${PV} = *9999* ]]; then
+ inherit git-r3
+ EGIT_REPO_URI="git://git.lxde.org/git/lxde/${PN}.git"
+else
+ SRC_URI="http://lxqt.org/downloads/${PV}/${P}.tar.xz"
+ KEYWORDS="~amd64 ~x86"
+ S=${WORKDIR}
+fi
+
+LICENSE="GPL-2 LGPL-2.1+"
+SLOT="0"
+
+RDEPEND="dev-qt/qtcore:4
+ dev-qt/qtdbus:4
+ dev-qt/qtgui:4
+ lxqt-base/liblxqt
+ razorqt-base/libqtxdg
+ sys-auth/polkit-qt
+ x11-libs/libX11"
+DEPEND="${RDEPEND}
+ virtual/pkgconfig"
diff --git a/lxqt-base/lxqt-policykit/metadata.xml b/lxqt-base/lxqt-policykit/metadata.xml
new file mode 100644
index 000000000000..d89dead0ed86
--- /dev/null
+++ b/lxqt-base/lxqt-policykit/metadata.xml
@@ -0,0 +1,9 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <herd>lxqt</herd>
+ <maintainer>
+ <email>jauhien@gentoo.org</email>
+ <name>Jauhien Piatlicki</name>
+ </maintainer>
+</pkgmetadata>