diff options
author | Sven Wegener <swegener@gentoo.org> | 2005-07-10 01:11:13 +0000 |
---|---|---|
committer | Sven Wegener <swegener@gentoo.org> | 2005-07-10 01:11:13 +0000 |
commit | 39c8f333bea4a5d1e362850cb9866e6748a78a34 (patch) | |
tree | 20c8a9aeda927c411b5c5067cdc2a5c32fa72ee6 /dev-libs/xplc | |
parent | QA: Don't assign default to S; Use default src_compile (diff) | |
download | gentoo-2-39c8f333bea4a5d1e362850cb9866e6748a78a34.tar.gz gentoo-2-39c8f333bea4a5d1e362850cb9866e6748a78a34.tar.bz2 gentoo-2-39c8f333bea4a5d1e362850cb9866e6748a78a34.zip |
QA: Don't assign default to S
(Portage version: 2.0.51.22-r1)
Diffstat (limited to 'dev-libs/xplc')
-rw-r--r-- | dev-libs/xplc/xplc-0.3.10.ebuild | 4 | ||||
-rw-r--r-- | dev-libs/xplc/xplc-0.3.11.ebuild | 4 |
2 files changed, 2 insertions, 6 deletions
diff --git a/dev-libs/xplc/xplc-0.3.10.ebuild b/dev-libs/xplc/xplc-0.3.10.ebuild index ddd5a401a456..306bf97d9b13 100644 --- a/dev-libs/xplc/xplc-0.3.10.ebuild +++ b/dev-libs/xplc/xplc-0.3.10.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/xplc/xplc-0.3.10.ebuild,v 1.12 2005/04/24 12:55:21 hansmi Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/xplc/xplc-0.3.10.ebuild,v 1.13 2005/07/10 01:10:21 swegener Exp $ DESCRIPTION="cross platform lightweight components library for C++" HOMEPAGE="http://xplc.sourceforge.net" @@ -14,8 +14,6 @@ IUSE="" DEPEND="virtual/libc dev-util/pkgconfig" -S=${WORKDIR}/${P} - src_install() { make DESTDIR=${D} install || die dosym /usr/lib/pkgconfig/${P}.pc /usr/lib/pkgconfig/${PN}.pc diff --git a/dev-libs/xplc/xplc-0.3.11.ebuild b/dev-libs/xplc/xplc-0.3.11.ebuild index 265d2ce8d172..e3de444ec2b9 100644 --- a/dev-libs/xplc/xplc-0.3.11.ebuild +++ b/dev-libs/xplc/xplc-0.3.11.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/xplc/xplc-0.3.11.ebuild,v 1.7 2005/06/17 20:41:00 hansmi Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/xplc/xplc-0.3.11.ebuild,v 1.8 2005/07/10 01:10:21 swegener Exp $ DESCRIPTION="cross platform lightweight components library for C++" HOMEPAGE="http://xplc.sourceforge.net" @@ -14,8 +14,6 @@ IUSE="" DEPEND="virtual/libc dev-util/pkgconfig" -S=${WORKDIR}/${P} - src_test() { make tests || die "at least one test has failed" } |