summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Palimaka <kensington@gentoo.org>2013-04-09 13:16:48 +0000
committerMichael Palimaka <kensington@gentoo.org>2013-04-09 13:16:48 +0000
commitb24333b32cb04d83b0088edd7d708880abd98d00 (patch)
tree82d04f196da2b19a09130bb4bd01b0230d10520f /sys-auth
parentRevision bump: EAPI 5, port to distutils-r1 eclass, add ~amd64-linux and ~x86... (diff)
downloadgentoo-2-b24333b32cb04d83b0088edd7d708880abd98d00.tar.gz
gentoo-2-b24333b32cb04d83b0088edd7d708880abd98d00.tar.bz2
gentoo-2-b24333b32cb04d83b0088edd7d708880abd98d00.zip
Remove old.
(Portage version: 2.1.11.60/cvs/Linux x86_64, signed Manifest commit with key 675D0D2C)
Diffstat (limited to 'sys-auth')
-rw-r--r--sys-auth/polkit-kde-agent/ChangeLog6
-rw-r--r--sys-auth/polkit-kde-agent/polkit-kde-agent-0.99.0.ebuild35
2 files changed, 5 insertions, 36 deletions
diff --git a/sys-auth/polkit-kde-agent/ChangeLog b/sys-auth/polkit-kde-agent/ChangeLog
index 1c42c2703883..06cab262775e 100644
--- a/sys-auth/polkit-kde-agent/ChangeLog
+++ b/sys-auth/polkit-kde-agent/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for sys-auth/polkit-kde-agent
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-auth/polkit-kde-agent/ChangeLog,v 1.14 2013/04/02 20:57:02 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-auth/polkit-kde-agent/ChangeLog,v 1.15 2013/04/09 13:16:48 kensington Exp $
+
+ 09 Apr 2013; Michael Palimaka <kensington@gentoo.org>
+ -polkit-kde-agent-0.99.0.ebuild:
+ Remove old.
02 Apr 2013; Agostino Sarubbo <ago@gentoo.org>
polkit-kde-agent-0.99.0-r1.ebuild:
diff --git a/sys-auth/polkit-kde-agent/polkit-kde-agent-0.99.0.ebuild b/sys-auth/polkit-kde-agent/polkit-kde-agent-0.99.0.ebuild
deleted file mode 100644
index 606d42d31b34..000000000000
--- a/sys-auth/polkit-kde-agent/polkit-kde-agent-0.99.0.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-auth/polkit-kde-agent/polkit-kde-agent-0.99.0.ebuild,v 1.9 2013/02/23 17:28:22 ago Exp $
-
-EAPI="3"
-
-if [[ ${PV} = *9999* ]]; then
- inherit git
- EGIT_REPO_URI="git://anongit.kde.org/polkit-kde-agent-1"
- EGIT_PROJECT="polkit-kde-agent-1"
-else
- MY_P="${P/agent/agent-1}"
- SRC_URI="mirror://kde/stable/apps/KDE4.x/admin/${MY_P}.tar.bz2"
- KDE_LINGUAS="ca ca@valencia cs da de en_GB eo es et fi fr ga
- gl hr hu is it ja km lt nb mai ms nds nl pa pt pt_BR ro ru
- sk sr sr@ijekavian sr@ijekavianlatin sr@latin sv th tr uk zh_TW"
-fi
-inherit kde4-base
-
-DESCRIPTION="PolKit agent module for KDE."
-HOMEPAGE="http://www.kde.org"
-
-LICENSE="GPL-2"
-KEYWORDS="amd64 ~arm ppc ~ppc64 x86"
-SLOT="4"
-IUSE="debug"
-
-DEPEND="
- >=sys-auth/polkit-qt-0.98_pre
-"
-RDEPEND="${DEPEND}
- !sys-auth/polkit-kde
-"
-
-[[ ${PV} = *9999* ]] || S="${WORKDIR}/${MY_P}"