mrueg 14/12/09 12:46:07 Modified: ChangeLog Added: polkit-kde-agent-0.99.1.ebuild Log: Version bump. Fixes bug #530452. Thanks to Nikoli for noticing. (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key )
Revision Changes Path 1.17 sys-auth/polkit-kde-agent/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/polkit-kde-agent/ChangeLog?rev=1.17&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/polkit-kde-agent/ChangeLog?rev=1.17&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/polkit-kde-agent/ChangeLog?r1=1.16&r2=1.17 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/sys-auth/polkit-kde-agent/ChangeLog,v retrieving revision 1.16 retrieving revision 1.17 diff -u -r1.16 -r1.17 --- ChangeLog 10 Aug 2014 20:22:58 -0000 1.16 +++ ChangeLog 9 Dec 2014 12:46:07 -0000 1.17 @@ -1,6 +1,11 @@ # ChangeLog for sys-auth/polkit-kde-agent # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-auth/polkit-kde-agent/ChangeLog,v 1.16 2014/08/10 20:22:58 slyfox Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-auth/polkit-kde-agent/ChangeLog,v 1.17 2014/12/09 12:46:07 mrueg Exp $ + +*polkit-kde-agent-0.99.1 (09 Dec 2014) + + 09 Dec 2014; Manuel RĂ¼ger <[email protected]> +polkit-kde-agent-0.99.1.ebuild: + Version bump. Fixes bug #530452. Thanks to Nikoli for noticing. 10 Aug 2014; Sergei Trofimovich <[email protected]> polkit-kde-agent-0.99.0-r1.ebuild: 1.1 sys-auth/polkit-kde-agent/polkit-kde-agent-0.99.1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/polkit-kde-agent/polkit-kde-agent-0.99.1.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/polkit-kde-agent/polkit-kde-agent-0.99.1.ebuild?rev=1.1&content-type=text/plain Index: polkit-kde-agent-0.99.1.ebuild =================================================================== # Copyright 1999-2014 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.1.ebuild,v 1.1 2014/12/09 12:46:07 mrueg Exp $ EAPI=5 MY_PN="${PN}-1" MY_P="${MY_PN}-${PV}" EGIT_REPONAME="${MY_PN}" KDE_LINGUAS="ar bs ca ca@valencia cs da de el en_GB eo es et fi fr ga gl hr hu is it ja kk km lt mai mr ms nb nds nl pa pl pt pt_BR ro ru sk sl sr sr@ijekavian sr@ijekavianlatin sr@latin sv th tr ug uk vi zh_CN zh_TW" inherit kde4-base DESCRIPTION="PolKit agent module for KDE" HOMEPAGE="http://www.kde.org" if [[ ${KDE_BUILD_TYPE} != live ]] ; then SRC_URI="https://launchpad.net/ubuntu/+archive/primary/+files/${MY_PN/-agent/}_${PV}.orig.tar.xz" fi LICENSE="GPL-2" KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86" SLOT="4" IUSE="debug" DEPEND=" >=sys-auth/polkit-qt-0.103.0 " RDEPEND="${DEPEND} !sys-auth/polkit-kde " if [[ ${KDE_BUILD_TYPE} != live ]] ; then S=${WORKDIR}/${MY_P} fi
