public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in kde-frameworks/kauth: metadata.xml kauth-5.3.0.ebuild Manifest ChangeLog
@ 2014-10-15 13:29 Michael Palimaka (kensington)
  0 siblings, 0 replies; only message in thread
From: Michael Palimaka (kensington) @ 2014-10-15 13:29 UTC (permalink / raw
  To: gentoo-commits

kensington    14/10/15 13:29:46

  Added:                metadata.xml kauth-5.3.0.ebuild Manifest ChangeLog
  Log:
  Import from KDE overlay.
  
  (Portage version: 2.2.12/cvs/Linux x86_64, signed Manifest commit with key 0x06B1F38DCA45A1EC!)

Revision  Changes    Path
1.1                  kde-frameworks/kauth/metadata.xml

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-frameworks/kauth/metadata.xml?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-frameworks/kauth/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>kde</herd>
</pkgmetadata>



1.1                  kde-frameworks/kauth/kauth-5.3.0.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-frameworks/kauth/kauth-5.3.0.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-frameworks/kauth/kauth-5.3.0.ebuild?rev=1.1&content-type=text/plain

Index: kauth-5.3.0.ebuild
===================================================================
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/kde-frameworks/kauth/kauth-5.3.0.ebuild,v 1.1 2014/10/15 13:29:46 kensington Exp $

EAPI=5

VIRTUALX_REQUIRED="test"
inherit kde5

DESCRIPTION="Framework to let applications perform actions as a privileged user"
LICENSE="LGPL-2.1+"
KEYWORDS=" ~amd64"
IUSE="nls +policykit"

RDEPEND="
	$(add_frameworks_dep kcoreaddons)
	dev-qt/qtdbus:5
	dev-qt/qtgui:5
	dev-qt/qtwidgets:5
	policykit? ( sys-auth/polkit-qt[qt5] )
"
DEPEND="${RDEPEND}
	nls? ( dev-qt/linguist-tools:5 )
"
#PDEPEND="policykit? ( sys-auth/polkit-kde-agent )"

src_configure() {
	local mycmakeargs=(
		$(cmake-utils_use_find_package policykit PolkitQt-1)
	)

	kde5_src_configure
}



1.1                  kde-frameworks/kauth/Manifest

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

Index: Manifest
===================================================================
DIST kauth-5.3.0.tar.xz 79976 SHA256 03a297512b098f10059e64a010d6840babd7f0c5caf5fa347bece2cad65e3fd0 SHA512 d8bb374e36a24824d4d4158f9fded846ec14e44e0eba40cad940b28f9bbbde44ae41e9ddaae9bacc38c80656d1866e80ace859a10e54f993fda6f593bbf775ea WHIRLPOOL 420037cd89f3c0cacfa9baa7b8297d049f4065b8a49a07614399528ea4dfa771041076f7c8e89524bac8db902f0c487169367159e0871b4fcf77f66ff0b046ea
EBUILD kauth-5.3.0.ebuild 679 SHA256 479d0f2232d8ff3168508a8a5288da79ff6f170ea91c283a247d2d1a84890314 SHA512 06749124dc9eca0c1acc302cef1f73dd06b6a01f5a85afce70cac85a6b0cdb9302e5e84c2554766604475b06089aa6cd1043f8cf3a854636b4d89df07a90f76a WHIRLPOOL eecb7a00b20a2bfc2cc5ef9f1ee18967e79de17062ae615ddff00fdc9c311b7a542829b59503b81690501872cd8ab3164ca14829b481f039162b97062de99e78
MISC metadata.xml 157 SHA256 01f6fa4357ce08e8b0f7900a51fa78c7f060fefc7c7da98acaec1e283dd59892 SHA512 657d6b0a31ceb7ac10bedfd5cbd634d4ff47938bd2f321203f0233e53686f7e0fd460e81f82793804895c7e97cfa472c1ca44b93314574262ee8cc5745a3efd0 WHIRLPOOL 785331909f1834cdd5d797ad484ea0e35c3e44c79a8a7517a6fb5de926acd181abd57910c8d960fb2e11ea38ddea336bca309af16fcc2df68fe4b602bca120b3



1.1                  kde-frameworks/kauth/ChangeLog

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

Index: ChangeLog
===================================================================
# ChangeLog for kde-frameworks/kauth
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/kde-frameworks/kauth/ChangeLog,v 1.1 2014/10/15 13:29:46 kensington Exp $

*kauth-5.3.0 (15 Oct 2014)

  15 Oct 2014; Michael Palimaka <kensington@gentoo.org> +kauth-5.3.0.ebuild,
  +metadata.xml:
  Import from KDE overlay.





^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2014-10-15 13:30 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-10-15 13:29 [gentoo-commits] gentoo-x86 commit in kde-frameworks/kauth: metadata.xml kauth-5.3.0.ebuild Manifest ChangeLog Michael Palimaka (kensington)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox