Note: Due to technical difficulties, the Archives are currently not up to date.
GMANE provides an alternative service for most mailing lists. c.f. bug 424647
List Archive: gentoo-commits
| Navigation: |
|
Lists:
gentoo-commits:
< Prev
By Thread
Next >
< Prev
By Date
Next >
|
| Headers: |
|
To:
|
gentoo-commits@g.o
|
|
From:
|
"Gilles Dartiguelongue (eva)" <eva@g.o>
|
|
Subject:
|
gentoo-x86 commit in x11-libs/gksu: metadata.xml ChangeLog gksu-2.0.2.ebuild gksu-1.9.1.ebuild gksu-2.0.0-r1.ebuild
|
|
Date:
|
Sun, 22 Mar 2009 17:42:10 +0000
|
|
eva 09/03/22 17:42:10
Modified: metadata.xml ChangeLog
Added: gksu-2.0.2.ebuild
Removed: gksu-1.9.1.ebuild gksu-2.0.0-r1.ebuild
Log:
Bump to 2.0.2. Closes #263074.
(Portage version: 2.2_rc25/cvs/Linux x86_64)
Revision Changes Path
1.3 x11-libs/gksu/metadata.xml
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/gksu/metadata.xml?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/gksu/metadata.xml?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/gksu/metadata.xml?r1=1.2&r2=1.3
Index: metadata.xml
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/gksu/metadata.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- metadata.xml 13 Sep 2006 21:34:27 -0000 1.2
+++ metadata.xml 22 Mar 2009 17:42:10 -0000 1.3
@@ -3,7 +3,7 @@
<pkgmetadata>
<herd>gnome</herd>
<maintainer>
- <email>dang@g.o</email>
- <name>Daniel Gryniewicz</name>
+ <email>dang@g.o</email>
+ <name>Daniel Gryniewicz</name>
</maintainer>
</pkgmetadata>
1.50 x11-libs/gksu/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/gksu/ChangeLog?rev=1.50&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/gksu/ChangeLog?rev=1.50&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/gksu/ChangeLog?r1=1.49&r2=1.50
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/gksu/ChangeLog,v
retrieving revision 1.49
retrieving revision 1.50
diff -u -r1.49 -r1.50
--- ChangeLog 29 Oct 2008 19:01:34 -0000 1.49
+++ ChangeLog 22 Mar 2009 17:42:10 -0000 1.50
@@ -1,6 +1,12 @@
# ChangeLog for x11-libs/gksu
-# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/gksu/ChangeLog,v 1.49 2008/10/29 19:01:34 dang Exp $
+# Copyright 2000-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/gksu/ChangeLog,v 1.50 2009/03/22 17:42:10 eva Exp $
+
+*gksu-2.0.2 (22 Mar 2009)
+
+ 22 Mar 2009; Gilles Dartiguelongue <eva@g.o> -gksu-1.9.1.ebuild,
+ -gksu-2.0.0-r1.ebuild, +gksu-2.0.2.ebuild:
+ Bump to 2.0.2. Closes #263074.
*gksu-2.0.0-r2 (29 Oct 2008)
1.1 x11-libs/gksu/gksu-2.0.2.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/gksu/gksu-2.0.2.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/gksu/gksu-2.0.2.ebuild?rev=1.1&content-type=text/plain
Index: gksu-2.0.2.ebuild
===================================================================
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/x11-libs/gksu/gksu-2.0.2.ebuild,v 1.1 2009/03/22 17:42:10 eva Exp $
EAPI="2"
inherit gnome2 fixheadtails eutils autotools
DESCRIPTION="A gtk+ frontend for libgksu"
HOMEPAGE="http://www.nongnu.org/gksu/"
SRC_URI="http://people.debian.org/~kov/gksu/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd"
IUSE="doc gnome"
RDEPEND=">=x11-libs/libgksu-2.0.8
>=x11-libs/gtk+-2.4.0
>=gnome-base/gconf-2.0
gnome? (
>=gnome-base/gnome-vfs-2
>=gnome-base/nautilus-2
x11-terms/gnome-terminal )"
DEPEND="${RDEPEND}
doc? ( dev-util/gtk-doc )"
pkg_setup() {
DOCS="AUTHORS ChangeLog NEWS README"
G2CONF="${G2CONF}
$(use_enable gnome nautilus-extension)"
}
src_prepare() {
gnome2_src_prepare
ht_fix_file "${S}/gksu-migrate-conf.sh"
# Fix nautilus plugin linking
epatch "${FILESDIR}"/${PN}-2.0.0-gnome-2.22.patch
if use gnome ; then
sed 's/x-terminal-emulator/gnome-terminal/' \
-i gksu.desktop || die "sed 1 failed"
else
sed 's/dist_desktop_DATA = $(desktop_in_files:.desktop.in=.desktop)/dist_desktop_DATA =/' \
-i Makefile.am Makefile.in || die "sed 2 failed"
fi
eautoreconf
}
src_install() {
gnome2_src_install
chmod +x "${D}/usr/share/gksu/gksu-migrate-conf.sh"
}
pkg_postinst() {
gnome2_pkg_postinst
einfo 'updating configuration'
"${ROOT}"/usr/share/gksu/gksu-migrate-conf.sh
einfo ""
einfo "A note on gksudo: It actually runs sudo to get it's work done"
einfo "However, by default, Gentoo's sudo wipes your environment."
einfo "This means that gksudo will fail to run any X-based programs."
einfo "You need to either add yourself to wheel and uncomment this line"
einfo "in your /etc/sudoers:"
einfo "Defaults:%wheel !env_reset"
einfo "Or remove the env_reset line entirely. This can cause security"
einfo "problems; if you don't trust your users, don't do this, use gksu"
einfo "instead."
}
|
|