summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAron Griffis <agriffis@gentoo.org>2004-07-14 14:36:57 +0000
committerAron Griffis <agriffis@gentoo.org>2004-07-14 14:36:57 +0000
commitea0f64e219c27103c29aaec9154dcf3cb23bd553 (patch)
tree31a5477bb7dcb1529a83da53b33ebf08a9d98c3e /dev-libs/libdaemon
parentsync IUSE (+X, -debug) (diff)
downloadgentoo-2-ea0f64e219c27103c29aaec9154dcf3cb23bd553.tar.gz
gentoo-2-ea0f64e219c27103c29aaec9154dcf3cb23bd553.tar.bz2
gentoo-2-ea0f64e219c27103c29aaec9154dcf3cb23bd553.zip
don't assign S=${WORKDIR}/${P}
Diffstat (limited to 'dev-libs/libdaemon')
-rw-r--r--dev-libs/libdaemon/libdaemon-0.2.ebuild3
-rw-r--r--dev-libs/libdaemon/libdaemon-0.3.ebuild3
2 files changed, 2 insertions, 4 deletions
diff --git a/dev-libs/libdaemon/libdaemon-0.2.ebuild b/dev-libs/libdaemon/libdaemon-0.2.ebuild
index 2073abc91de3..9da6bec9cf01 100644
--- a/dev-libs/libdaemon/libdaemon-0.2.ebuild
+++ b/dev-libs/libdaemon/libdaemon-0.2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libdaemon/libdaemon-0.2.ebuild,v 1.4 2004/06/24 23:15:27 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libdaemon/libdaemon-0.2.ebuild,v 1.5 2004/07/14 14:32:59 agriffis Exp $
DESCRIPTION="Simple library for creating daemon processes in C"
HOMEPAGE="http://0pointer.de/lennart/projects/libdaemon/"
@@ -10,7 +10,6 @@ SLOT="0"
KEYWORDS="x86"
IUSE="doc"
DEPEND="doc? ( app-doc/doxygen net-www/lynx )"
-S=${WORKDIR}/${P}
src_compile() {
local myconf
diff --git a/dev-libs/libdaemon/libdaemon-0.3.ebuild b/dev-libs/libdaemon/libdaemon-0.3.ebuild
index 4a9e96c8eb29..ee0a0a489df9 100644
--- a/dev-libs/libdaemon/libdaemon-0.3.ebuild
+++ b/dev-libs/libdaemon/libdaemon-0.3.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libdaemon/libdaemon-0.3.ebuild,v 1.4 2004/06/24 23:15:27 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libdaemon/libdaemon-0.3.ebuild,v 1.5 2004/07/14 14:32:59 agriffis Exp $
DESCRIPTION="Simple library for creating daemon processes in C"
HOMEPAGE="http://0pointer.de/lennart/projects/libdaemon/"
@@ -10,7 +10,6 @@ SLOT="0"
KEYWORDS="x86 ~ppc ~amd64"
IUSE="doc"
DEPEND="doc? ( app-doc/doxygen net-www/lynx )"
-S=${WORKDIR}/${P}
src_compile() {
local myconf