From: "Michael Palimaka" <kensington@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/kde:master commit in: sys-auth/polkit-kde-agent/
Date: Tue, 5 Mar 2013 12:25:42 +0000 (UTC) [thread overview]
Message-ID: <1362486294.91c39c338bff5ee2e7d178e42d19585b9fe16339.kensington@gentoo> (raw)
commit: 91c39c338bff5ee2e7d178e42d19585b9fe16339
Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Tue Mar 5 12:24:54 2013 +0000
Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Tue Mar 5 12:24:54 2013 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=91c39c33
[sys-auth/polkit-kde-agent] Migrate to EAPI 5 and KDE_BUILD_TYPE.
Package-Manager: portage-2.1.11.55
---
.../polkit-kde-agent/polkit-kde-agent-9999.ebuild | 19 ++++++++++++-------
1 files changed, 12 insertions(+), 7 deletions(-)
diff --git a/sys-auth/polkit-kde-agent/polkit-kde-agent-9999.ebuild b/sys-auth/polkit-kde-agent/polkit-kde-agent-9999.ebuild
index 11ddd54..c16bb34 100644
--- a/sys-auth/polkit-kde-agent/polkit-kde-agent-9999.ebuild
+++ b/sys-auth/polkit-kde-agent/polkit-kde-agent-9999.ebuild
@@ -2,18 +2,21 @@
# Distributed under the terms of the GNU General Public License v2
# $Header: $
-EAPI=4
+EAPI=5
-KDE_LINGUAS="da en_GB et gl lt nl pt pt_BR sk sv uk zh_TW"
-MY_PN=${PN}-1
-MY_P=${MY_PN}-${PV}
-EGIT_REPONAME=${MY_PN}
+MY_PN="${PN}-1"
+MY_P="${MY_PN}-${PV}"
+EGIT_REPONAME="${MY_PN}"
+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"
inherit kde4-base
DESCRIPTION="PolKit agent module for KDE."
HOMEPAGE="http://www.kde.org"
-[[ ${PV} = *9999* ]] || \
+if [[ ${KDE_BUILD_TYPE} != live ]] ; then
SRC_URI="mirror://kde/stable/apps/KDE4.x/admin/${MY_P}.tar.bz2"
+fi
LICENSE="GPL-2"
KEYWORDS=""
@@ -27,4 +30,6 @@ RDEPEND="${DEPEND}
!sys-auth/polkit-kde
"
-[[ ${PV} = *9999* ]] || S="${WORKDIR}/${MY_P}"
+if [[ ${KDE_BUILD_TYPE} != live ]] ; then
+ S=${WORKDIR}/${MY_P}
+fi
next reply other threads:[~2013-03-05 12:25 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-03-05 12:25 Michael Palimaka [this message]
-- strict thread matches above, loose matches on Subject: below --
2015-01-13 23:57 [gentoo-commits] proj/kde:master commit in: sys-auth/polkit-kde-agent/ Johannes Huber
2015-01-08 13:55 Manuel Rüger
2014-11-17 14:45 Manuel Rüger
2012-08-22 20:12 Johannes Huber
2011-12-16 23:13 Johannes Huber
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1362486294.91c39c338bff5ee2e7d178e42d19585b9fe16339.kensington@gentoo \
--to=kensington@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox