summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSven Wegener <swegener@gentoo.org>2005-07-10 20:09:53 +0000
committerSven Wegener <swegener@gentoo.org>2005-07-10 20:09:53 +0000
commit4d26c9c9ca04540d790d2bd95ba7ff6b6088b2f6 (patch)
treeecf1c0cb8a3946d4ef632ace5fb188b27048b413 /dev-libs/pcl
parentQA: Set IUSE only once. (diff)
downloadgentoo-2-4d26c9c9ca04540d790d2bd95ba7ff6b6088b2f6.tar.gz
gentoo-2-4d26c9c9ca04540d790d2bd95ba7ff6b6088b2f6.tar.bz2
gentoo-2-4d26c9c9ca04540d790d2bd95ba7ff6b6088b2f6.zip
QA: Set SRC_URI only once; Use default src_compile and src_unpack
(Portage version: 2.0.51.22-r1)
Diffstat (limited to 'dev-libs/pcl')
-rw-r--r--dev-libs/pcl/pcl-1.2.ebuild15
-rw-r--r--dev-libs/pcl/pcl-1.4.ebuild11
2 files changed, 3 insertions, 23 deletions
diff --git a/dev-libs/pcl/pcl-1.2.ebuild b/dev-libs/pcl/pcl-1.2.ebuild
index 36252ae0b4f9..605174d8a199 100644
--- a/dev-libs/pcl/pcl-1.2.ebuild
+++ b/dev-libs/pcl/pcl-1.2.ebuild
@@ -1,10 +1,9 @@
-# Copyright 1999-2004 Gentoo Foundation
+# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/pcl/pcl-1.2.ebuild,v 1.4 2004/08/14 14:35:36 swegener Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/pcl/pcl-1.2.ebuild,v 1.5 2005/07/10 20:09:53 swegener Exp $
DESCRIPTION="A library to provide low-level coroutines for in-process context switching"
HOMEPAGE="http://www.xmailserver.org/libpcl.html"
-SRC_URI="http://monkey.org/~provos/${P}.tar.gz"
SRC_URI="http://www.xmailserver.org/${P}.tar.gz"
# unsure on this one
@@ -15,16 +14,6 @@ KEYWORDS="~x86"
IUSE=""
DEPEND=""
-src_unpack() {
- unpack ${A}
- cd ${S}
-}
-
-src_compile() {
- econf || die "configure failed"
- emake || die "emake failed"
-}
-
src_install() {
dolib pcl/libpcl.a
dodoc ChangeLog INSTALL NEWS README
diff --git a/dev-libs/pcl/pcl-1.4.ebuild b/dev-libs/pcl/pcl-1.4.ebuild
index 9b777f42548e..238394f0daf3 100644
--- a/dev-libs/pcl/pcl-1.4.ebuild
+++ b/dev-libs/pcl/pcl-1.4.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/pcl/pcl-1.4.ebuild,v 1.2 2005/05/18 04:24:33 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/pcl/pcl-1.4.ebuild,v 1.3 2005/07/10 20:09:53 swegener Exp $
DESCRIPTION="A library to provide low-level coroutines for in-process context switching"
HOMEPAGE="http://www.xmailserver.org/libpcl.html"
@@ -13,17 +13,8 @@ KEYWORDS="~x86 ~amd64"
IUSE=""
-src_unpack() {
- unpack ${A}
-}
-
S="${WORKDIR}/lib${P}"
-src_compile() {
- econf || die "configure failed"
- emake || die "emake failed"
-}
-
src_install() {
dolib pcl/.libs/libpcl.a
dodoc ChangeLog INSTALL NEWS README