diff options
author | Mike Frysinger <vapier@gentoo.org> | 2006-09-04 06:27:15 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2006-09-04 06:27:15 +0000 |
commit | 58faeef7f4d04a9279a517926ee14c952f2b3b1f (patch) | |
tree | f37f433775705871994f2df28acb69b5f9bf2394 /gnome-base/nautilus | |
parent | +beagle (diff) | |
download | gentoo-2-58faeef7f4d04a9279a517926ee14c952f2b3b1f.tar.gz gentoo-2-58faeef7f4d04a9279a517926ee14c952f2b3b1f.tar.bz2 gentoo-2-58faeef7f4d04a9279a517926ee14c952f2b3b1f.zip |
arm love
(Portage version: 2.1.1_rc1-r3)
Diffstat (limited to 'gnome-base/nautilus')
-rw-r--r-- | gnome-base/nautilus/nautilus-2.12.2.ebuild | 4 | ||||
-rw-r--r-- | gnome-base/nautilus/nautilus-2.14.1.ebuild | 21 |
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 } |