public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Daniel Gryniewicz (dang)" <dang@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in gnome-extra/policykit-gnome: policykit-gnome-0.9.2-r1.ebuild policykit-gnome-0.9.2.ebuild ChangeLog
Date: Sat, 25 Apr 2009 02:29:19 +0000	[thread overview]
Message-ID: <E1LxXdn-0007Tr-Cp@stork.gentoo.org> (raw)

dang        09/04/25 02:29:19

  Modified:             policykit-gnome-0.9.2.ebuild ChangeLog
  Added:                policykit-gnome-0.9.2-r1.ebuild
  Log:
  Bump to policykit-gnome-0.9.2-r1
   - Add patch from fedora to fix clicking buttons that require auth
  (Portage version: 2.2_rc31/cvs/Linux x86_64)

Revision  Changes    Path
1.4                  gnome-extra/policykit-gnome/policykit-gnome-0.9.2.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-extra/policykit-gnome/policykit-gnome-0.9.2.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-extra/policykit-gnome/policykit-gnome-0.9.2.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-extra/policykit-gnome/policykit-gnome-0.9.2.ebuild?r1=1.3&r2=1.4

Index: policykit-gnome-0.9.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/gnome-extra/policykit-gnome/policykit-gnome-0.9.2.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- policykit-gnome-0.9.2.ebuild	19 Apr 2009 13:14:33 -0000	1.3
+++ policykit-gnome-0.9.2.ebuild	25 Apr 2009 02:29:19 -0000	1.4
@@ -1,14 +1,15 @@
 # Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/gnome-extra/policykit-gnome/policykit-gnome-0.9.2.ebuild,v 1.3 2009/04/19 13:14:33 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnome-extra/policykit-gnome/policykit-gnome-0.9.2.ebuild,v 1.4 2009/04/25 02:29:19 dang Exp $
 
 inherit gnome2
 
 MY_PN="PolicyKit-gnome"
+MY_P="${MY_PN}-${PV}"
 
 DESCRIPTION="PolicyKit policies and configurations for the GNOME desktop"
 HOMEPAGE="http://hal.freedesktop.org/docs/PolicyKit"
-SRC_URI="http://hal.freedesktop.org/releases/${MY_PN}-${PV}.tar.bz2"
+SRC_URI="http://hal.freedesktop.org/releases/${MY_P}.tar.bz2"
 
 LICENSE="LGPL-2 GPL-2"
 SLOT="0"
@@ -29,7 +30,7 @@
 
 DOCS="AUTHORS ChangeLog HACKING NEWS TODO"
 
-S="${WORKDIR}/${MY_PN}-${PV}"
+S="${WORKDIR}/${MY_P}"
 
 pkg_setup() {
 	G2CONF="${G2CONF} $(use_enable examples)"



1.10                 gnome-extra/policykit-gnome/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-extra/policykit-gnome/ChangeLog?rev=1.10&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-extra/policykit-gnome/ChangeLog?rev=1.10&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-extra/policykit-gnome/ChangeLog?r1=1.9&r2=1.10

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/gnome-extra/policykit-gnome/ChangeLog,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- ChangeLog	19 Apr 2009 13:14:33 -0000	1.9
+++ ChangeLog	25 Apr 2009 02:29:19 -0000	1.10
@@ -1,6 +1,15 @@
 # ChangeLog for gnome-extra/policykit-gnome
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/gnome-extra/policykit-gnome/ChangeLog,v 1.9 2009/04/19 13:14:33 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnome-extra/policykit-gnome/ChangeLog,v 1.10 2009/04/25 02:29:19 dang Exp $
+
+*policykit-gnome-0.9.2-r1 (25 Apr 2009)
+
+  25 Apr 2009; Daniel Gryniewicz <dang@gentoo.org>
+  +files/policykit-gnome-0.9.2-fix-clickable-buttons.patch,
+  policykit-gnome-0.9.2, +policykit-gnome-0.9.2-r1.ebuild:
+  Bump to policykit-gnome-0.9.2-r1
+
+  - Add patch from fedora to fix clicking buttons that require auth
 
   19 Apr 2009; Brent Baude <ranger@gentoo.org> policykit-gnome-0.9.2.ebuild:
   marking policykit-gnome ~ppc for bug 266560



1.1                  gnome-extra/policykit-gnome/policykit-gnome-0.9.2-r1.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-extra/policykit-gnome/policykit-gnome-0.9.2-r1.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-extra/policykit-gnome/policykit-gnome-0.9.2-r1.ebuild?rev=1.1&content-type=text/plain

Index: policykit-gnome-0.9.2-r1.ebuild
===================================================================
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/gnome-extra/policykit-gnome/policykit-gnome-0.9.2-r1.ebuild,v 1.1 2009/04/25 02:29:19 dang Exp $

EAPI="2"

inherit gnome2

MY_PN="PolicyKit-gnome"
MY_P="${MY_PN}-${PV}"

DESCRIPTION="PolicyKit policies and configurations for the GNOME desktop"
HOMEPAGE="http://hal.freedesktop.org/docs/PolicyKit"
SRC_URI="http://hal.freedesktop.org/releases/${MY_P}.tar.bz2"

LICENSE="LGPL-2 GPL-2"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~ppc ~x86"
IUSE="doc examples"

RDEPEND=">=x11-libs/gtk+-2.13.6
	>=gnome-base/gconf-2.8
	>=dev-libs/dbus-glib-0.71
	>=sys-auth/policykit-0.9"
DEPEND="${RDEPEND}
	sys-devel/gettext
	>=dev-util/pkgconfig-0.19
	>=dev-util/intltool-0.35.0
	>=app-text/scrollkeeper-0.3.14
	>=app-text/gnome-doc-utils-0.12
	doc? ( >=dev-util/gtk-doc-1.3 )"

DOCS="AUTHORS ChangeLog HACKING NEWS TODO"

S="${WORKDIR}/${MY_P}"

pkg_setup() {
	G2CONF="${G2CONF} $(use_enable examples)"
}

src_prepare() {
	gnome2_src_prepare

	# Make buttons trigger auth when clicked
	epatch "${FILESDIR}"/${P}-fix-clickable-buttons.patch
}






             reply	other threads:[~2009-04-25  2:29 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-04-25  2:29 Daniel Gryniewicz (dang) [this message]
  -- strict thread matches above, loose matches on Subject: below --
2009-04-26 14:48 [gentoo-commits] gentoo-x86 commit in gnome-extra/policykit-gnome: policykit-gnome-0.9.2-r1.ebuild policykit-gnome-0.9.2.ebuild ChangeLog Raul Porcel (armin76)

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=E1LxXdn-0007Tr-Cp@stork.gentoo.org \
    --to=dang@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