summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohannes Huber <johu@gentoo.org>2011-12-15 17:00:33 +0000
committerJohannes Huber <johu@gentoo.org>2011-12-15 17:00:33 +0000
commit8d32cc338a0f8707f661ddcd56b5e4709809da52 (patch)
tree627720cb512790b4530c6a17aa5df7c7793e9e34 /sys-auth
parentUse libpng's pkg-config files rather than xxx-config scripts. (diff)
downloadgentoo-2-8d32cc338a0f8707f661ddcd56b5e4709809da52.tar.gz
gentoo-2-8d32cc338a0f8707f661ddcd56b5e4709809da52.tar.bz2
gentoo-2-8d32cc338a0f8707f661ddcd56b5e4709809da52.zip
Version bump.
(Portage version: 2.2.0_alpha81/cvs/Linux x86_64)
Diffstat (limited to 'sys-auth')
-rw-r--r--sys-auth/polkit-qt/ChangeLog8
-rw-r--r--sys-auth/polkit-qt/polkit-qt-0.103.0.ebuild (renamed from sys-auth/polkit-qt/polkit-qt-0.96.1.ebuild)24
2 files changed, 18 insertions, 14 deletions
diff --git a/sys-auth/polkit-qt/ChangeLog b/sys-auth/polkit-qt/ChangeLog
index e67abe35460a..3f30cac5efcc 100644
--- a/sys-auth/polkit-qt/ChangeLog
+++ b/sys-auth/polkit-qt/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for sys-auth/polkit-qt
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-auth/polkit-qt/ChangeLog,v 1.20 2011/07/13 13:40:15 xarthisius Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-auth/polkit-qt/ChangeLog,v 1.21 2011/12/15 17:00:33 johu Exp $
+
+*polkit-qt-0.103.0 (15 Dec 2011)
+
+ 15 Dec 2011; Johannes Huber <johu@gentoo.org> +polkit-qt-0.103.0.ebuild,
+ -polkit-qt-0.96.1.ebuild:
+ Version bump.
13 Jul 2011; Kacper Kowalik <xarthisius@gentoo.org> polkit-qt-0.99.0.ebuild:
ppc64 stable wrt #354033
diff --git a/sys-auth/polkit-qt/polkit-qt-0.96.1.ebuild b/sys-auth/polkit-qt/polkit-qt-0.103.0.ebuild
index 76f4194efd0c..5e655991fa6d 100644
--- a/sys-auth/polkit-qt/polkit-qt-0.96.1.ebuild
+++ b/sys-auth/polkit-qt/polkit-qt-0.103.0.ebuild
@@ -1,34 +1,32 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-auth/polkit-qt/polkit-qt-0.96.1.ebuild,v 1.5 2010/09/13 14:04:39 josejx Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-auth/polkit-qt/polkit-qt-0.103.0.ebuild,v 1.1 2011/12/15 17:00:33 johu Exp $
-EAPI="2"
-
-inherit cmake-utils
+EAPI=4
MY_P="${P/qt/qt-1}"
+inherit cmake-utils
+
DESCRIPTION="PolicyKit Qt4 API wrapper library."
-HOMEPAGE="http://kde.org/"
+HOMEPAGE="http://www.kde.org/"
SRC_URI="mirror://kde/stable/apps/KDE4.x/admin/${MY_P}.tar.bz2"
LICENSE="LGPL-2"
-KEYWORDS="amd64 ~arm ppc ppc64 x86 ~x86-fbsd"
+KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~x86-fbsd"
SLOT="0"
IUSE="debug examples"
COMMON_DEPEND="
dev-libs/glib:2
- >=sys-auth/polkit-0.96
- x11-libs/qt-core
- x11-libs/qt-gui[dbus]
+ >=sys-auth/polkit-0.99
+ x11-libs/qt-core[glib]
+ x11-libs/qt-gui[dbus,glib]
"
DEPEND="${COMMON_DEPEND}
dev-util/automoc
"
-RDEPEND="${COMMON_DEPEND}
- examples? ( !sys-auth/policykit-qt[examples] )
-"
+RDEPEND="${COMMON_DEPEND}"
DOCS=(AUTHORS README README.porting TODO)