diff options
author | Alexey Shvetsov <alexxy@gentoo.org> | 2011-01-26 19:46:25 +0000 |
---|---|---|
committer | Alexey Shvetsov <alexxy@gentoo.org> | 2011-01-26 19:46:25 +0000 |
commit | 0c22b240d8a419d67d72ca00171c7402ede0fc16 (patch) | |
tree | 0efe4b6c509354284cce7362e33617ea33595348 /kde-misc | |
parent | Version bump, fix tests, push docs to correct directory (diff) | |
download | gentoo-2-0c22b240d8a419d67d72ca00171c7402ede0fc16.tar.gz gentoo-2-0c22b240d8a419d67d72ca00171c7402ede0fc16.tar.bz2 gentoo-2-0c22b240d8a419d67d72ca00171c7402ede0fc16.zip |
[kde-misc/polkit-kde-kcmodules] Version bump for kde sc 4.6.0
(Portage version: 2.2.0_alpha19_p2/cvs/Linux x86_64)
Diffstat (limited to 'kde-misc')
-rw-r--r-- | kde-misc/polkit-kde-kcmodules/ChangeLog | 10 | ||||
-rw-r--r-- | kde-misc/polkit-kde-kcmodules/metadata.xml | 5 | ||||
-rw-r--r-- | kde-misc/polkit-kde-kcmodules/polkit-kde-kcmodules-0.98_pre20101127.ebuild | 31 |
3 files changed, 46 insertions, 0 deletions
diff --git a/kde-misc/polkit-kde-kcmodules/ChangeLog b/kde-misc/polkit-kde-kcmodules/ChangeLog new file mode 100644 index 000000000000..6226dc7863bc --- /dev/null +++ b/kde-misc/polkit-kde-kcmodules/ChangeLog @@ -0,0 +1,10 @@ +# ChangeLog for kde-misc/polkit-kde-kcmodules +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/kde-misc/polkit-kde-kcmodules/ChangeLog,v 1.1 2011/01/26 19:46:25 alexxy Exp $ + +*polkit-kde-kcmodules-0.98_pre20101127 (26 Jan 2011) + + 26 Jan 2011; Alexey Shvetsov <alexxy@gentoo.org> + +polkit-kde-kcmodules-0.98_pre20101127.ebuild, +metadata.xml: + Version bump for kde sc 4.6.0 + diff --git a/kde-misc/polkit-kde-kcmodules/metadata.xml b/kde-misc/polkit-kde-kcmodules/metadata.xml new file mode 100644 index 000000000000..8d1e86a9cefb --- /dev/null +++ b/kde-misc/polkit-kde-kcmodules/metadata.xml @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<herd>kde</herd> +</pkgmetadata> diff --git a/kde-misc/polkit-kde-kcmodules/polkit-kde-kcmodules-0.98_pre20101127.ebuild b/kde-misc/polkit-kde-kcmodules/polkit-kde-kcmodules-0.98_pre20101127.ebuild new file mode 100644 index 000000000000..0a67d057801a --- /dev/null +++ b/kde-misc/polkit-kde-kcmodules/polkit-kde-kcmodules-0.98_pre20101127.ebuild @@ -0,0 +1,31 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/kde-misc/polkit-kde-kcmodules/polkit-kde-kcmodules-0.98_pre20101127.ebuild,v 1.1 2011/01/26 19:46:25 alexxy Exp $ + +EAPI="3" + +if [[ ${PV} = *9999* ]]; then + inherit git + EGIT_REPO_URI="git://anongit.kde.org/polkit-kde-kcmodules-1" + EGIT_PROJECT="polkit-kde-kcmodules-1" +else + MY_P="${P/kcmodules/kcmodules-1}" + SRC_URI="mirror://gentoo/${MY_P}.tar.bz2" +fi +inherit kde4-base + +DESCRIPTION="PolKit agent module for KDE." +HOMEPAGE="http://www.kde.org" + +LICENSE="GPL-2" +KEYWORDS="~amd64 ~x86" +SLOT="4" +IUSE="debug" + +DEPEND=" + >=sys-auth/polkit-kde-agent-0.98_pre + >=sys-auth/polkit-qt-0.98_pre +" +RDEPEND="${DEPEND}" + +[[ ${PV} = *9999* ]] || S="${WORKDIR}/${MY_P}" |