jauhien     14/05/27 15:18:55

  Added:                metadata.xml lxqt-policykit-0.7.0.ebuild Manifest
                        ChangeLog
  Log:
  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)

Revision  Changes    Path
1.1                  lxqt-base/lxqt-policykit/metadata.xml

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/lxqt-base/lxqt-policykit/metadata.xml?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/lxqt-base/lxqt-policykit/metadata.xml?rev=1.1&content-type=text/plain

Index: metadata.xml
===================================================================
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd";>
<pkgmetadata>
  <herd>lxqt</herd>
  <maintainer>
    <email>jauh...@gentoo.org</email>
    <name>Jauhien Piatlicki</name>
  </maintainer>
</pkgmetadata>



1.1                  lxqt-base/lxqt-policykit/lxqt-policykit-0.7.0.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/lxqt-base/lxqt-policykit/lxqt-policykit-0.7.0.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/lxqt-base/lxqt-policykit/lxqt-policykit-0.7.0.ebuild?rev=1.1&content-type=text/plain

Index: lxqt-policykit-0.7.0.ebuild
===================================================================
# 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"



1.1                  lxqt-base/lxqt-policykit/Manifest

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/lxqt-base/lxqt-policykit/Manifest?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/lxqt-base/lxqt-policykit/Manifest?rev=1.1&content-type=text/plain

Index: Manifest
===================================================================
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



1.1                  lxqt-base/lxqt-policykit/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/lxqt-base/lxqt-policykit/ChangeLog?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/lxqt-base/lxqt-policykit/ChangeLog?rev=1.1&content-type=text/plain

Index: ChangeLog
===================================================================
# 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 <jauh...@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




Reply via email to