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
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')
-rw-r--r--x11-libs/libPropList/libPropList-0.10.1-r2.ebuild16
-rw-r--r--x11-libs/libPropList/libPropList-0.10.1-r3.ebuild17
2 files changed, 13 insertions, 20 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
}
diff --git a/x11-libs/libPropList/libPropList-0.10.1-r3.ebuild b/x11-libs/libPropList/libPropList-0.10.1-r3.ebuild
index 2df454de113d..f309276053a2 100644
--- a/x11-libs/libPropList/libPropList-0.10.1-r3.ebuild
+++ b/x11-libs/libPropList/libPropList-0.10.1-r3.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-r3.ebuild,v 1.12 2004/11/02 15:38:13 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/libPropList/libPropList-0.10.1-r3.ebuild,v 1.13 2009/05/05 08:02:11 ssuominen Exp $
DESCRIPTION="libPropList"
SRC_URI="ftp://ftp.windowmaker.org/pub/libs/${P}.tar.gz"
@@ -9,10 +9,11 @@ LICENSE="LGPL-2"
SLOT="0"
KEYWORDS="x86 ppc sparc amd64 alpha ia64"
IUSE=""
-DEPEND="virtual/libc"
-src_compile() {
+RDEPEND=""
+DEPEND=""
+src_compile() {
./configure --prefix=/usr \
--sysconfdir=/etc \
--localstatedir=/var/state/libPropList \
@@ -23,13 +24,9 @@ src_compile() {
--target=${CHOST} || die "configure failed"
make || die "make failed"
-
}
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
}