summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2006-07-05 05:40:09 +0000
committerMike Frysinger <vapier@gentoo.org>2006-07-05 05:40:09 +0000
commit9edfc1f109129da088e8d7136dc4021c13775a86 (patch)
tree8f1441798fe448298a7052cf1866640092009ec3 /gnome-base/oaf
parentsh love (diff)
downloadgentoo-2-9edfc1f109129da088e8d7136dc4021c13775a86.tar.gz
gentoo-2-9edfc1f109129da088e8d7136dc4021c13775a86.tar.bz2
gentoo-2-9edfc1f109129da088e8d7136dc4021c13775a86.zip
sh love
(Portage version: 2.1.1_pre2-r2)
Diffstat (limited to 'gnome-base/oaf')
-rw-r--r--gnome-base/oaf/oaf-0.6.10.ebuild23
1 files changed, 10 insertions, 13 deletions
diff --git a/gnome-base/oaf/oaf-0.6.10.ebuild b/gnome-base/oaf/oaf-0.6.10.ebuild
index a83bbe16d5fb..97e23d288c7f 100644
--- a/gnome-base/oaf/oaf-0.6.10.ebuild
+++ b/gnome-base/oaf/oaf-0.6.10.ebuild
@@ -1,19 +1,18 @@
-# Copyright 1999-2005 Gentoo Foundation
+# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/gnome-base/oaf/oaf-0.6.10.ebuild,v 1.22 2005/08/18 23:14:21 herbs Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnome-base/oaf/oaf-0.6.10.ebuild,v 1.23 2006/07/05 05:40:09 vapier Exp $
-inherit gnome.org libtool gnuconfig multilib
+inherit gnome.org libtool multilib
DESCRIPTION="Object Activation Framework for GNOME"
HOMEPAGE="http://www.gnome.org/"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ia64 mips ppc ppc64 sparc x86"
+KEYWORDS="alpha amd64 arm hppa ia64 mips ppc ppc64 sh sparc x86"
IUSE="nls"
-RDEPEND="virtual/libc
- >=dev-libs/popt-1.5
+RDEPEND=">=dev-libs/popt-1.5
=gnome-base/orbit-0*
>=dev-libs/libxml-1.8.15"
DEPEND="${RDEPEND}
@@ -23,8 +22,6 @@ DEPEND="${RDEPEND}
src_compile() {
elibtoolize
- gnuconfig_update
-
local myconf=""
use nls || myconf="--disable-nls"
@@ -40,11 +37,11 @@ src_compile() {
}
src_install() {
- make prefix=${D}/usr \
- libdir=${D}/usr/$(get_libdir) \
- mandir=${D}/usr/share/man \
- sysconfdir=${D}/etc \
- localstatedir=${D}/var/lib \
+ make prefix="${D}"/usr \
+ libdir="${D}"/usr/$(get_libdir) \
+ mandir="${D}"/usr/share/man \
+ sysconfdir="${D}"/etc \
+ localstatedir="${D}"/var/lib \
install || die
dodoc AUTHORS ChangeLog README NEWS TODO