diff options
author | Tomas Chvatal <scarabeus@gentoo.org> | 2011-02-13 20:18:02 +0000 |
---|---|---|
committer | Tomas Chvatal <scarabeus@gentoo.org> | 2011-02-13 20:18:02 +0000 |
commit | 441e3c9375ab3ecb3382591a9e5944202700c3b8 (patch) | |
tree | 4488bbb594b5701b9582c9f6585d14c18eccec72 /sys-auth/polkit-qt | |
parent | sparc stable (bug #344343); restored ~alpha/~ppc64 keyword (as we have up-to-... (diff) | |
download | gentoo-2-441e3c9375ab3ecb3382591a9e5944202700c3b8.tar.gz gentoo-2-441e3c9375ab3ecb3382591a9e5944202700c3b8.tar.bz2 gentoo-2-441e3c9375ab3ecb3382591a9e5944202700c3b8.zip |
old
(Portage version: 2.2.0_alpha23/cvs/Linux x86_64)
Diffstat (limited to 'sys-auth/polkit-qt')
-rw-r--r-- | sys-auth/polkit-qt/ChangeLog | 6 | ||||
-rw-r--r-- | sys-auth/polkit-qt/polkit-qt-0.95.1.ebuild | 41 |
2 files changed, 5 insertions, 42 deletions
diff --git a/sys-auth/polkit-qt/ChangeLog b/sys-auth/polkit-qt/ChangeLog index 12a3a8f988d8..31ffbe235e36 100644 --- a/sys-auth/polkit-qt/ChangeLog +++ b/sys-auth/polkit-qt/ChangeLog @@ -1,6 +1,10 @@ # 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.15 2011/01/29 19:41:29 dilfridge Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-auth/polkit-qt/ChangeLog,v 1.16 2011/02/13 20:18:02 scarabeus Exp $ + + 13 Feb 2011; Tomáš Chvátal <scarabeus@gentoo.org> + -polkit-qt-0.95.1.ebuild: + old 29 Jan 2011; Andreas K. Huettel <dilfridge@gentoo.org> polkit-qt-0.99.0.ebuild: diff --git a/sys-auth/polkit-qt/polkit-qt-0.95.1.ebuild b/sys-auth/polkit-qt/polkit-qt-0.95.1.ebuild deleted file mode 100644 index 96d1e7ab79af..000000000000 --- a/sys-auth/polkit-qt/polkit-qt-0.95.1.ebuild +++ /dev/null @@ -1,41 +0,0 @@ -# Copyright 1999-2010 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.95.1.ebuild,v 1.10 2010/09/03 19:31:49 josejx Exp $ - -EAPI="2" - -inherit cmake-utils - -MY_P="${P/qt/qt-1}" - -DESCRIPTION="PolicyKit Qt4 API wrapper library." -HOMEPAGE="http://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" -SLOT="0" -IUSE="debug examples" - -COMMON_DEPEND=" - >=sys-auth/polkit-0.95 - x11-libs/qt-gui[dbus] -" -DEPEND="${COMMON_DEPEND} - dev-util/automoc -" -RDEPEND="${COMMON_DEPEND} - examples? ( !sys-auth/policykit-qt[examples] ) -" - -DOCS="AUTHORS README README.porting TODO" - -S="${WORKDIR}/${MY_P}" - -src_configure() { - mycmakeargs=( - $(cmake-utils_use_build examples) - ) - - cmake-utils_src_configure -} |