public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Jonathan Callen (abcd)" <abcd@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in gnome-base/gnome-panel: ChangeLog gnome-panel-2.28.0.ebuild
Date: Mon, 24 May 2010 22:37:10 +0000 (UTC)	[thread overview]
Message-ID: <20100524223710.3DBBD2CE03@corvid.gentoo.org> (raw)

abcd        10/05/24 22:37:10

  Modified:             ChangeLog gnome-panel-2.28.0.ebuild
  Log:
  Bump to EAPI=3, add prefix keywords
  (Portage version: 2.2_rc67/cvs/Linux i686)

Revision  Changes    Path
1.301                gnome-base/gnome-panel/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/gnome-panel/ChangeLog?rev=1.301&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/gnome-panel/ChangeLog?rev=1.301&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/gnome-panel/ChangeLog?r1=1.300&r2=1.301

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/gnome-base/gnome-panel/ChangeLog,v
retrieving revision 1.300
retrieving revision 1.301
diff -u -r1.300 -r1.301
--- ChangeLog	22 May 2010 16:22:40 -0000	1.300
+++ ChangeLog	24 May 2010 22:37:09 -0000	1.301
@@ -1,6 +1,9 @@
 # ChangeLog for gnome-base/gnome-panel
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome-panel/ChangeLog,v 1.300 2010/05/22 16:22:40 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome-panel/ChangeLog,v 1.301 2010/05/24 22:37:09 abcd Exp $
+
+  24 May 2010; Jonathan Callen <abcd@gentoo.org> gnome-panel-2.28.0.ebuild:
+  Bump to EAPI=3, add prefix keywords
 
   22 May 2010; Raúl Porcel <armin76@gentoo.org> gnome-panel-2.28.0.ebuild:
   Add ~sh



1.9                  gnome-base/gnome-panel/gnome-panel-2.28.0.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/gnome-panel/gnome-panel-2.28.0.ebuild?rev=1.9&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/gnome-panel/gnome-panel-2.28.0.ebuild?rev=1.9&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/gnome-panel/gnome-panel-2.28.0.ebuild?r1=1.8&r2=1.9

Index: gnome-panel-2.28.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/gnome-base/gnome-panel/gnome-panel-2.28.0.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- gnome-panel-2.28.0.ebuild	22 May 2010 16:22:40 -0000	1.8
+++ gnome-panel-2.28.0.ebuild	24 May 2010 22:37:10 -0000	1.9
@@ -1,8 +1,8 @@
 # Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome-panel/gnome-panel-2.28.0.ebuild,v 1.8 2010/05/22 16:22:40 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome-panel/gnome-panel-2.28.0.ebuild,v 1.9 2010/05/24 22:37:10 abcd Exp $
 
-EAPI="2"
+EAPI="3"
 GCONF_DEBUG="no"
 
 inherit autotools eutils gnome2
@@ -12,7 +12,7 @@
 
 LICENSE="GPL-2 FDL-1.1 LGPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~x86-solaris"
 IUSE="doc eds networkmanager policykit"
 
 RDEPEND="dev-lang/python
@@ -67,7 +67,7 @@
 
 	# FIXME: tarball generated with broken gtk-doc, revisit me.
 	if use doc; then
-		sed "/^TARGET_DIR/i \GTKDOC_REBASE=/usr/bin/gtkdoc-rebase" \
+		sed "/^TARGET_DIR/i \GTKDOC_REBASE=${EPREFIX}/usr/bin/gtkdoc-rebase" \
 			-i gtk-doc.make || die "sed 1 failed"
 	else
 		sed "/^TARGET_DIR/i \GTKDOC_REBASE=$(type -P true)" \
@@ -89,8 +89,8 @@
 }
 
 pkg_postinst() {
-	local entries="${ROOT}etc/gconf/schemas/panel-default-setup.entries"
-	local gconftool="${ROOT}usr/bin/gconftool-2"
+	local entries="${EROOT}etc/gconf/schemas/panel-default-setup.entries"
+	local gconftool="${EROOT}usr/bin/gconftool-2"
 
 	if [ -e "$entries" ]; then
 		einfo "setting panel gconf defaults..."






             reply	other threads:[~2010-05-24 22:37 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-05-24 22:37 Jonathan Callen (abcd) [this message]
  -- strict thread matches above, loose matches on Subject: below --
2010-08-18 22:01 [gentoo-commits] gentoo-x86 commit in gnome-base/gnome-panel: ChangeLog gnome-panel-2.28.0.ebuild Markus Meier (maekke)
2010-08-14 18:38 Raul Porcel (armin76)
2010-06-04 20:50 Markus Meier (maekke)
2010-05-22 16:22 Raul Porcel (armin76)
2010-05-04 16:17 Olivier Crete (tester)
2010-04-13 15:43 Alexis Ballier (aballier)
2010-03-10  8:50 Joseph Jezak (josejx)
2010-02-28 18:53 Raul Porcel (armin76)
2010-01-06 18:01 Jeroen Roovers (jer)
2009-12-11 16:06 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=20100524223710.3DBBD2CE03@corvid.gentoo.org \
    --to=abcd@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