diff options
author | 2010-05-24 22:37:10 +0000 | |
---|---|---|
committer | 2010-05-24 22:37:10 +0000 | |
commit | 99272d21a167e7918ef7e4e2964f464a4e1994d4 (patch) | |
tree | b871681cf16e206e61007647f032a19f4c963a29 /gnome-base | |
parent | Bump to EAPI=3, add prefix keywords (diff) | |
download | gentoo-2-99272d21a167e7918ef7e4e2964f464a4e1994d4.tar.gz gentoo-2-99272d21a167e7918ef7e4e2964f464a4e1994d4.tar.bz2 gentoo-2-99272d21a167e7918ef7e4e2964f464a4e1994d4.zip |
Bump to EAPI=3, add prefix keywords
(Portage version: 2.2_rc67/cvs/Linux i686)
Diffstat (limited to 'gnome-base')
-rw-r--r-- | gnome-base/gnome-panel/ChangeLog | 5 | ||||
-rw-r--r-- | gnome-base/gnome-panel/gnome-panel-2.28.0.ebuild | 12 |
2 files changed, 10 insertions, 7 deletions
diff --git a/gnome-base/gnome-panel/ChangeLog b/gnome-base/gnome-panel/ChangeLog index f90318aa1a83..3297f13868ab 100644 --- a/gnome-base/gnome-panel/ChangeLog +++ b/gnome-base/gnome-panel/ChangeLog @@ -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 diff --git a/gnome-base/gnome-panel/gnome-panel-2.28.0.ebuild b/gnome-base/gnome-panel/gnome-panel-2.28.0.ebuild index 2aeb064c99b3..8da81a1eb754 100644 --- a/gnome-base/gnome-panel/gnome-panel-2.28.0.ebuild +++ b/gnome-base/gnome-panel/gnome-panel-2.28.0.ebuild @@ -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 @@ HOMEPAGE="http://www.gnome.org/" 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 @@ src_prepare() { # 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 @@ src_prepare() { } 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..." |