summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAron Griffis <agriffis@gentoo.org>2004-06-14 22:52:56 +0000
committerAron Griffis <agriffis@gentoo.org>2004-06-14 22:52:56 +0000
commite673dffa3e76945163b6f8dacc55552f523deb76 (patch)
tree7945bf4f16d3aec696e19d6e675933eae17dfc5d /net-misc/sitecopy
parentFix use invocation (Manifest recommit) (diff)
downloadgentoo-2-e673dffa3e76945163b6f8dacc55552f523deb76.tar.gz
gentoo-2-e673dffa3e76945163b6f8dacc55552f523deb76.tar.bz2
gentoo-2-e673dffa3e76945163b6f8dacc55552f523deb76.zip
Fix use invocation
Diffstat (limited to 'net-misc/sitecopy')
-rw-r--r--net-misc/sitecopy/ChangeLog6
-rw-r--r--net-misc/sitecopy/sitecopy-0.10.12-r1.ebuild4
-rw-r--r--net-misc/sitecopy/sitecopy-0.12.1.ebuild4
-rw-r--r--net-misc/sitecopy/sitecopy-0.13.4-r1.ebuild8
-rw-r--r--net-misc/sitecopy/sitecopy-0.13.4.ebuild4
5 files changed, 15 insertions, 11 deletions
diff --git a/net-misc/sitecopy/ChangeLog b/net-misc/sitecopy/ChangeLog
index 4dc97288e799..35d08ac19621 100644
--- a/net-misc/sitecopy/ChangeLog
+++ b/net-misc/sitecopy/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for net-misc/sitecopy
# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/sitecopy/ChangeLog,v 1.15 2004/04/26 19:04:10 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/sitecopy/ChangeLog,v 1.16 2004/06/14 22:51:22 agriffis Exp $
+
+ 14 Jun 2004; Aron Griffis <agriffis@gentoo.org> sitecopy-0.10.12-r1.ebuild,
+ sitecopy-0.12.1.ebuild, sitecopy-0.13.4-r1.ebuild, sitecopy-0.13.4.ebuild:
+ Fix use invocation
26 Apr 2004; Aron Griffis <agriffis@gentoo.org> sitecopy-0.13.4-r1.ebuild:
Add die following econf for bug 48950
diff --git a/net-misc/sitecopy/sitecopy-0.10.12-r1.ebuild b/net-misc/sitecopy/sitecopy-0.10.12-r1.ebuild
index c5834b461e91..09e59818bb33 100644
--- a/net-misc/sitecopy/sitecopy-0.10.12-r1.ebuild
+++ b/net-misc/sitecopy/sitecopy-0.10.12-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/sitecopy/sitecopy-0.10.12-r1.ebuild,v 1.14 2004/04/26 12:43:08 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/sitecopy/sitecopy-0.10.12-r1.ebuild,v 1.15 2004/06/14 22:51:22 agriffis Exp $
DESCRIPTION="sitecopy is for easily maintaining remote web sites"
SRC_URI="http://www.lyra.org/sitecopy/${P}.tar.gz"
@@ -19,7 +19,7 @@ DEPEND="virtual/glibc
src_compile() {
local myconf="--enable-libxml"
- if [ `use ssl` ] ; then
+ if use ssl ; then
myconf="${myconf} --with-ssl=/usr"
else
myconf="${myconf} --without-ssl"
diff --git a/net-misc/sitecopy/sitecopy-0.12.1.ebuild b/net-misc/sitecopy/sitecopy-0.12.1.ebuild
index 8adf790df0fb..334439fd65cd 100644
--- a/net-misc/sitecopy/sitecopy-0.12.1.ebuild
+++ b/net-misc/sitecopy/sitecopy-0.12.1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/sitecopy/sitecopy-0.12.1.ebuild,v 1.5 2004/04/26 12:43:08 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/sitecopy/sitecopy-0.12.1.ebuild,v 1.6 2004/06/14 22:51:22 agriffis Exp $
IUSE="ssl xml xml2"
@@ -20,7 +20,7 @@ DEPEND="virtual/glibc
src_compile() {
local myconf=""
- if [ "`use xml`" ] && [ "`use xml2`" ] ; then
+ if use xml && use xml2 ; then
myconf="${myconf} --with-libxml2 --without-libxml1"
else
use xml \
diff --git a/net-misc/sitecopy/sitecopy-0.13.4-r1.ebuild b/net-misc/sitecopy/sitecopy-0.13.4-r1.ebuild
index 47ddeeab748a..8923d93d7b7a 100644
--- a/net-misc/sitecopy/sitecopy-0.13.4-r1.ebuild
+++ b/net-misc/sitecopy/sitecopy-0.13.4-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/sitecopy/sitecopy-0.13.4-r1.ebuild,v 1.5 2004/04/26 19:04:10 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/sitecopy/sitecopy-0.13.4-r1.ebuild,v 1.6 2004/06/14 22:51:22 agriffis Exp $
IUSE="ssl xml xml2 gnome"
@@ -24,7 +24,7 @@ DEPEND="virtual/glibc
src_compile() {
local myconf=""
- if [ "`use xml`" ] && [ "`use xml2`" ] ; then
+ if use xml && use xml2 ; then
myconf="${myconf} --with-libxml2 --without-libxml1"
else
use xml \
@@ -45,7 +45,7 @@ src_compile() {
emake || die "emake failed"
- if [ "`use gnome`" ]; then
+ if use gnome; then
econf ${myconf} --with-gnomefe || die "econf failed"
# gnome compile fix
@@ -61,7 +61,7 @@ src_compile() {
src_install() {
make DESTDIR=${D} install-sitecopy || die "install failed"
- if [ "`use gnome`" ]; then
+ if use gnome; then
make DESTDIR=${D} install-xsitecopy || die "install failed"
dobin sitecopy
fi
diff --git a/net-misc/sitecopy/sitecopy-0.13.4.ebuild b/net-misc/sitecopy/sitecopy-0.13.4.ebuild
index 12ccd127fc96..6a2d7f3ade79 100644
--- a/net-misc/sitecopy/sitecopy-0.13.4.ebuild
+++ b/net-misc/sitecopy/sitecopy-0.13.4.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/sitecopy/sitecopy-0.13.4.ebuild,v 1.5 2004/04/26 12:43:08 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/sitecopy/sitecopy-0.13.4.ebuild,v 1.6 2004/06/14 22:51:22 agriffis Exp $
IUSE="ssl xml xml2"
@@ -20,7 +20,7 @@ DEPEND="virtual/glibc
src_compile() {
local myconf=""
- if [ "`use xml`" ] && [ "`use xml2`" ] ; then
+ if use xml && use xml2 ; then
myconf="${myconf} --with-libxml2 --without-libxml1"
else
use xml \