summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2006-09-04 06:33:12 +0000
committerMike Frysinger <vapier@gentoo.org>2006-09-04 06:33:12 +0000
commit697d0cacd95a57cc54fb7785e415fb77ea19b139 (patch)
tree11ee97c3a83467d764fcf7ef64c4f7f0c00e5b95 /gnome-base/nautilus
parentarm love (diff)
downloadhistorical-697d0cacd95a57cc54fb7785e415fb77ea19b139.tar.gz
historical-697d0cacd95a57cc54fb7785e415fb77ea19b139.tar.bz2
historical-697d0cacd95a57cc54fb7785e415fb77ea19b139.zip
arm love
Package-Manager: portage-2.1.1_rc1-r3
Diffstat (limited to 'gnome-base/nautilus')
-rw-r--r--gnome-base/nautilus/nautilus-2.12.2.ebuild4
-rw-r--r--gnome-base/nautilus/nautilus-2.14.1.ebuild21
2 files changed, 11 insertions, 14 deletions
diff --git a/gnome-base/nautilus/nautilus-2.12.2.ebuild b/gnome-base/nautilus/nautilus-2.12.2.ebuild
index fe61a8ba512a..caaadb06ae87 100644
--- a/gnome-base/nautilus/nautilus-2.12.2.ebuild
+++ b/gnome-base/nautilus/nautilus-2.12.2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/gnome-base/nautilus/nautilus-2.12.2.ebuild,v 1.11 2006/02/03 19:42:43 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnome-base/nautilus/nautilus-2.12.2.ebuild,v 1.12 2006/09/04 06:27:15 vapier Exp $
inherit virtualx gnome2 eutils
@@ -9,7 +9,7 @@ HOMEPAGE="http://www.gnome.org/projects/nautilus/"
LICENSE="GPL-2 LGPL-2 FDL-1.1"
SLOT="0"
-KEYWORDS="alpha amd64 ~arm hppa ia64 ~mips ppc ppc64 sparc x86"
+KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 sparc x86"
IUSE=""
# cups flac gstreamer mad ogg vorbis
diff --git a/gnome-base/nautilus/nautilus-2.14.1.ebuild b/gnome-base/nautilus/nautilus-2.14.1.ebuild
index 0f5230ee6f0e..fa86c04ec7bd 100644
--- a/gnome-base/nautilus/nautilus-2.14.1.ebuild
+++ b/gnome-base/nautilus/nautilus-2.14.1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/gnome-base/nautilus/nautilus-2.14.1.ebuild,v 1.12 2006/08/18 23:43:52 kloeri Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnome-base/nautilus/nautilus-2.14.1.ebuild,v 1.13 2006/09/04 06:27:15 vapier Exp $
inherit virtualx gnome2 eutils
@@ -9,7 +9,7 @@ HOMEPAGE="http://www.gnome.org/projects/nautilus/"
LICENSE="GPL-2 LGPL-2 FDL-1.1"
SLOT="0"
-KEYWORDS="~alpha amd64 hppa ~ia64 ppc ppc64 sparc x86"
+KEYWORDS="~alpha amd64 arm hppa ~ia64 ppc ppc64 sparc x86"
IUSE="beagle gnome"
# cups flac gstreamer mad ogg vorbis
@@ -60,19 +60,16 @@ pkg_setup() {
G2CONF="${G2CONF} --disable-update-mimedb $(use_enable beagle)"
}
-src_test() {
- if hasq userpriv $FEATURES ;
- then
- Xmake check || die "Test phase failed"
- fi
-}
-
src_unpack() {
-
unpack ${A}
# fix relative include path breaking libIDL (#129366)
- cd ${S}/src
- epatch ${FILESDIR}/${PN}-2.14-idl_include.patch
+ cd "${S}"/src
+ epatch "${FILESDIR}"/${PN}-2.14-idl_include.patch
+}
+src_test() {
+ if hasq userpriv $FEATURES ; then
+ Xmake check || die "Test phase failed"
+ fi
}