summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <ssuominen@gentoo.org>2009-05-05 08:02:11 +0000
committerSamuli Suominen <ssuominen@gentoo.org>2009-05-05 08:02:11 +0000
commitc345e436e0875da85bc44887a50bc444445aaa94 (patch)
treef5dd91a6b2e877b29f924fd5a0e08553ef0e5d96 /x11-libs/libPropList/libPropList-0.10.1-r2.ebuild
parentset explicit RDEPEND (diff)
downloadgentoo-2-c345e436e0875da85bc44887a50bc444445aaa94.tar.gz
gentoo-2-c345e436e0875da85bc44887a50bc444445aaa94.tar.bz2
gentoo-2-c345e436e0875da85bc44887a50bc444445aaa94.zip
Repoman warnings
(Portage version: 2.1.6.13/cvs/Linux x86_64)
Diffstat (limited to 'x11-libs/libPropList/libPropList-0.10.1-r2.ebuild')
-rw-r--r--x11-libs/libPropList/libPropList-0.10.1-r2.ebuild16
1 files changed, 6 insertions, 10 deletions
diff --git a/x11-libs/libPropList/libPropList-0.10.1-r2.ebuild b/x11-libs/libPropList/libPropList-0.10.1-r2.ebuild
index 5efd6a940908..b0892360615f 100644
--- a/x11-libs/libPropList/libPropList-0.10.1-r2.ebuild
+++ b/x11-libs/libPropList/libPropList-0.10.1-r2.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2004 Gentoo Foundation
+# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/libPropList/libPropList-0.10.1-r2.ebuild,v 1.14 2004/07/15 00:47:19 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/libPropList/libPropList-0.10.1-r2.ebuild,v 1.15 2009/05/05 08:02:11 ssuominen Exp $
DESCRIPTION="libPropList"
SRC_URI="ftp://ftp.windowmaker.org/pub/release/srcs/current/${P}.tar.gz"
@@ -10,19 +10,15 @@ SLOT="0"
KEYWORDS="x86 ppc sparc "
IUSE=""
-DEPEND="virtual/libc"
+RDEPEND=""
+DEPEND=""
src_compile() {
-
./configure --host=${CHOST} --prefix=/usr || die
make || die
-
}
src_install() {
-
- make prefix=${D}/usr install || die
-
- dodoc AUTHORS COPYING* ChangeLog README TODO
-
+ make prefix="${D}/usr" install || die
+ dodoc AUTHORS ChangeLog README TODO
}