summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin H. Johnson <robbat2@gentoo.org>2015-08-08 13:49:04 -0700
committerRobin H. Johnson <robbat2@gentoo.org>2015-08-08 17:38:18 -0700
commit56bd759df1d0c750a065b8c845e93d5dfa6b549d (patch)
tree3f91093cdb475e565ae857f1c5a7fd339e2d781e /lxqt-base/lxqt-policykit
downloadgentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.tar.gz
gentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.tar.bz2
gentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.zip
proj/gentoo: Initial commit
This commit represents a new era for Gentoo: Storing the gentoo-x86 tree in Git, as converted from CVS. This commit is the start of the NEW history. Any historical data is intended to be grafted onto this point. Creation process: 1. Take final CVS checkout snapshot 2. Remove ALL ChangeLog* files 3. Transform all Manifests to thin 4. Remove empty Manifests 5. Convert all stale $Header$/$Id$ CVS keywords to non-expanded Git $Id$ 5.1. Do not touch files with -kb/-ko keyword flags. Signed-off-by: Robin H. Johnson <robbat2@gentoo.org> X-Thanks: Alec Warner <antarus@gentoo.org> - did the GSoC 2006 migration tests X-Thanks: Robin H. Johnson <robbat2@gentoo.org> - infra guy, herding this project X-Thanks: Nguyen Thai Ngoc Duy <pclouds@gentoo.org> - Former Gentoo developer, wrote Git features for the migration X-Thanks: Brian Harring <ferringb@gentoo.org> - wrote much python to improve cvs2svn X-Thanks: Rich Freeman <rich0@gentoo.org> - validation scripts X-Thanks: Patrick Lauer <patrick@gentoo.org> - Gentoo dev, running new 2014 work in migration X-Thanks: Michał Górny <mgorny@gentoo.org> - scripts, QA, nagging X-Thanks: All of other Gentoo developers - many ideas and lots of paint on the bikeshed
Diffstat (limited to 'lxqt-base/lxqt-policykit')
-rw-r--r--lxqt-base/lxqt-policykit/Manifest3
-rw-r--r--lxqt-base/lxqt-policykit/lxqt-policykit-0.7.0-r1.ebuild36
-rw-r--r--lxqt-base/lxqt-policykit/lxqt-policykit-0.8.0.ebuild48
-rw-r--r--lxqt-base/lxqt-policykit/lxqt-policykit-0.9.0.ebuild40
-rw-r--r--lxqt-base/lxqt-policykit/metadata.xml9
5 files changed, 136 insertions, 0 deletions
diff --git a/lxqt-base/lxqt-policykit/Manifest b/lxqt-base/lxqt-policykit/Manifest
new file mode 100644
index 000000000000..80cc40678a48
--- /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
+DIST lxqt-policykit-0.8.0.tar.xz 16012 SHA256 98a8ffe589756fff594e654dc6a7118834b6826c6c1edddd3c5682f0a7544236 SHA512 be52b0512eb2c8b124ebe75a016d0d89802777f94b17d7d3cc31505917ce48d6ba0c9d2d8233e2b5065089adf76bdf2596aff901e328edd218eb523817481876 WHIRLPOOL 63b05339892705b6556e64039e00063029c6050515d7d59eb755555a3e75497ff77791e1f712765d76b4ab0f64644da3451ff71b7e9fca5ba4eb986d1f1d863b
+DIST lxqt-policykit-0.9.0.tar.xz 13884 SHA256 6bed4b6859085f4330405f25b47beee9d183a37ae7c2ca6876c15b2a1c2cf549 SHA512 eba4b161773a1552c2dc96fbfa98174e8e06384c3f77f8965b71a13c8a21a74314e706fe50a7d40003c56e9dca77d5f861719d0d387847c17d9f5ca1f40be799 WHIRLPOOL c3337c94e1e5f74b4aad05a7d038bb2c45e48a3f00ad4c275724ba724600a7fd4f46bb2e4127500a7bc1b231957e87b19640451e782a7a545bd990e7de8e8396
diff --git a/lxqt-base/lxqt-policykit/lxqt-policykit-0.7.0-r1.ebuild b/lxqt-base/lxqt-policykit/lxqt-policykit-0.7.0-r1.ebuild
new file mode 100644
index 000000000000..2a6e9ae80a6e
--- /dev/null
+++ b/lxqt-base/lxqt-policykit/lxqt-policykit-0.7.0-r1.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+inherit cmake-utils
+
+DESCRIPTION="LXQt PolKit authentication agent"
+HOMEPAGE="http://lxqt.org/"
+
+if [[ ${PV} = *9999* ]]; then
+ inherit git-r3
+ EGIT_REPO_URI="git://git.lxde.org/git/lxde/${PN}.git"
+else
+ SRC_URI="http://downloads.lxqt.org/lxqt/${PV}/${P}.tar.xz"
+ KEYWORDS="~amd64 ~arm ~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-${PV}
+ ~dev-libs/libqtxdg-0.5.3
+ sys-auth/polkit-qt[qt4(-)]
+ x11-libs/libX11"
+DEPEND="${RDEPEND}
+ virtual/pkgconfig"
+
+src_install(){
+ cmake-utils_src_install
+ doman man/*.1
+}
diff --git a/lxqt-base/lxqt-policykit/lxqt-policykit-0.8.0.ebuild b/lxqt-base/lxqt-policykit/lxqt-policykit-0.8.0.ebuild
new file mode 100644
index 000000000000..1d54610b4a58
--- /dev/null
+++ b/lxqt-base/lxqt-policykit/lxqt-policykit-0.8.0.ebuild
@@ -0,0 +1,48 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+inherit cmake-utils
+
+DESCRIPTION="LXQt PolKit authentication agent"
+HOMEPAGE="http://lxqt.org/"
+
+if [[ ${PV} = *9999* ]]; then
+ inherit git-r3
+ EGIT_REPO_URI="git://git.lxde.org/git/lxde/${PN}.git"
+else
+ SRC_URI="http://downloads.lxqt.org/lxqt/${PV}/${P}.tar.xz"
+ KEYWORDS="~amd64 ~x86"
+fi
+
+LICENSE="GPL-2 LGPL-2.1+"
+SLOT="0"
+
+RDEPEND="
+ dev-libs/glib:2
+ dev-qt/linguist-tools:5
+ dev-qt/qtcore:5
+ dev-qt/qtdbus:5
+ dev-qt/qtgui:5
+ dev-qt/qtwidgets:5
+ dev-qt/qtx11extras:5
+ dev-qt/qtxml:5
+ ~lxqt-base/liblxqt-${PV}
+ >=dev-libs/libqtxdg-1.0.0
+ sys-auth/polkit-qt[qt5(-)]
+ x11-libs/libX11"
+DEPEND="${RDEPEND}
+ virtual/pkgconfig"
+
+src_configure() {
+ local mycmakeargs=(
+ -DUSE_QT5=ON
+ )
+ cmake-utils_src_configure
+}
+
+src_install(){
+ cmake-utils_src_install
+ doman man/*.1
+}
diff --git a/lxqt-base/lxqt-policykit/lxqt-policykit-0.9.0.ebuild b/lxqt-base/lxqt-policykit/lxqt-policykit-0.9.0.ebuild
new file mode 100644
index 000000000000..70e41269fa89
--- /dev/null
+++ b/lxqt-base/lxqt-policykit/lxqt-policykit-0.9.0.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+inherit cmake-utils
+
+DESCRIPTION="LXQt PolKit authentication agent"
+HOMEPAGE="http://lxqt.org/"
+
+if [[ ${PV} = *9999* ]]; then
+ inherit git-r3
+ EGIT_REPO_URI="git://git.lxde.org/git/lxde/${PN}.git"
+else
+ SRC_URI="http://downloads.lxqt.org/lxqt/${PV}/${P}.tar.xz"
+ KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+fi
+
+LICENSE="GPL-2 LGPL-2.1+"
+SLOT="0"
+
+RDEPEND="
+ dev-libs/glib:2
+ dev-qt/linguist-tools:5
+ dev-qt/qtcore:5
+ dev-qt/qtdbus:5
+ dev-qt/qtgui:5
+ dev-qt/qtwidgets:5
+ dev-qt/qtx11extras:5
+ dev-qt/qtxml:5
+ ~lxqt-base/liblxqt-${PV}
+ >=dev-libs/libqtxdg-1.0.0
+ sys-auth/polkit-qt[qt5(-)]"
+DEPEND="${RDEPEND}
+ virtual/pkgconfig"
+
+src_install(){
+ cmake-utils_src_install
+ doman man/*.1
+}
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>