summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAron Griffis <agriffis@gentoo.org>2004-06-12 03:34:54 +0000
committerAron Griffis <agriffis@gentoo.org>2004-06-12 03:34:54 +0000
commit2bc5b75560dc7a48183e8dbd743cf199e5960083 (patch)
tree1698e67485f7243de7455958fd5d983c09014606
parentFix use invocation (Manifest recommit) (diff)
downloadgentoo-2-2bc5b75560dc7a48183e8dbd743cf199e5960083.tar.gz
gentoo-2-2bc5b75560dc7a48183e8dbd743cf199e5960083.tar.bz2
gentoo-2-2bc5b75560dc7a48183e8dbd743cf199e5960083.zip
Fix use invocation
-rw-r--r--net-mail/mailman/ChangeLog6
-rw-r--r--net-mail/mailman/mailman-2.1.4.ebuild8
-rw-r--r--net-mail/mailman/mailman-2.1.5.ebuild8
-rw-r--r--net-misc/d4x/ChangeLog6
-rw-r--r--net-misc/d4x/d4x-2.03.ebuild4
-rw-r--r--net-misc/d4x/d4x-2.4.1-r1.ebuild8
-rw-r--r--net-misc/d4x/d4x-2.5.0_rc2.ebuild6
7 files changed, 27 insertions, 19 deletions
diff --git a/net-mail/mailman/ChangeLog b/net-mail/mailman/ChangeLog
index d5df53249fd6..a6f1564aeac6 100644
--- a/net-mail/mailman/ChangeLog
+++ b/net-mail/mailman/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for net-mail/mailman
# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-mail/mailman/ChangeLog,v 1.36 2004/06/08 22:03:27 mholzer Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-mail/mailman/ChangeLog,v 1.37 2004/06/12 03:33:39 agriffis Exp $
+
+ 11 Jun 2004; Aron Griffis <agriffis@gentoo.org> mailman-2.1.4.ebuild,
+ mailman-2.1.5.ebuild:
+ Fix use invocation
09 Jun 2004; Martin Holzer <mholzer@gentoo.org> mailman-2.1.5.ebuild:
marking x86 stable.
diff --git a/net-mail/mailman/mailman-2.1.4.ebuild b/net-mail/mailman/mailman-2.1.4.ebuild
index 7a27766e3ab5..f85f194e78e2 100644
--- a/net-mail/mailman/mailman-2.1.4.ebuild
+++ b/net-mail/mailman/mailman-2.1.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-mail/mailman/mailman-2.1.4.ebuild,v 1.10 2004/05/31 22:30:35 mholzer Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-mail/mailman/mailman-2.1.4.ebuild,v 1.11 2004/06/12 03:33:39 agriffis Exp $
IUSE="apache2"
@@ -59,7 +59,7 @@ src_install () {
chown -R mailman:mailman ${ID}
chmod 2775 ${ID}
- if [ "`use apache2`" ]; then
+ if use apache2; then
dodir /etc/apache2/conf/modules.d
insinto /etc/apache2/conf/modules.d
newins ${FILESDIR}/mailman.conf 50_mailman.conf
@@ -111,7 +111,7 @@ pkg_postinst() {
einfo "Setup information, mailman will NOT run unless you follow"
einfo "those instructions!"
einfo ""
- if [ ! "`use apache2`" ]; then
+ if ! use apache2; then
einfo "It appears that you aren't running apache2..."
einfo "ebuild /var/db/pkg/net-mail/${PN}/${PF}.ebuild config"
einfo "to add the mailman hooks to your config"
@@ -119,7 +119,7 @@ pkg_postinst() {
}
pkg_config() {
- if [ ! "`use apache2`" ]; then
+ if ! use apache2; then
einfo "Updating apache config"
einfo "added: \"Include conf/addon-modules/mailman.conf\""
einfo "to ${ROOT}etc/apache/conf/apache.conf"
diff --git a/net-mail/mailman/mailman-2.1.5.ebuild b/net-mail/mailman/mailman-2.1.5.ebuild
index 85b43bb05f48..43c58f9cabb8 100644
--- a/net-mail/mailman/mailman-2.1.5.ebuild
+++ b/net-mail/mailman/mailman-2.1.5.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-mail/mailman/mailman-2.1.5.ebuild,v 1.4 2004/06/08 22:03:27 mholzer Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-mail/mailman/mailman-2.1.5.ebuild,v 1.5 2004/06/12 03:33:39 agriffis Exp $
IUSE="apache2"
@@ -59,7 +59,7 @@ src_install () {
chown -R mailman:mailman ${ID}
chmod 2775 ${ID}
- if [ "`use apache2`" ]; then
+ if use apache2; then
dodir /etc/apache2/conf/modules.d
insinto /etc/apache2/conf/modules.d
newins ${FILESDIR}/mailman.conf 50_mailman.conf
@@ -111,7 +111,7 @@ pkg_postinst() {
einfo "Setup information, mailman will NOT run unless you follow"
einfo "those instructions!"
einfo ""
- if [ ! "`use apache2`" ]; then
+ if ! use apache2; then
einfo "It appears that you aren't running apache2..."
einfo "ebuild /var/db/pkg/net-mail/${PN}/${PF}.ebuild config"
einfo "to add the mailman hooks to your config"
@@ -119,7 +119,7 @@ pkg_postinst() {
}
pkg_config() {
- if [ ! "`use apache2`" ]; then
+ if ! use apache2; then
einfo "Updating apache config"
einfo "added: \"Include conf/addon-modules/mailman.conf\""
einfo "to ${ROOT}etc/apache/conf/apache.conf"
diff --git a/net-misc/d4x/ChangeLog b/net-misc/d4x/ChangeLog
index c107eeda37d2..00e958f48000 100644
--- a/net-misc/d4x/ChangeLog
+++ b/net-misc/d4x/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for net-misc/d4x
# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/d4x/ChangeLog,v 1.18 2004/04/29 15:35:31 liquidx Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/d4x/ChangeLog,v 1.19 2004/06/12 03:34:54 agriffis Exp $
+
+ 11 Jun 2004; Aron Griffis <agriffis@gentoo.org> d4x-2.03.ebuild,
+ d4x-2.4.1-r1.ebuild, d4x-2.5.0_rc2.ebuild:
+ Fix use invocation
29 Apr 2004; Alastair Tse <liquidx@gentoo.org>
+files/d4x-2.5.0_rc2-gtk24.patch, d4x-2.5.0_rc2.ebuild:
diff --git a/net-misc/d4x/d4x-2.03.ebuild b/net-misc/d4x/d4x-2.03.ebuild
index ff5a38cb93ed..3a768cdb90d7 100644
--- a/net-misc/d4x/d4x-2.03.ebuild
+++ b/net-misc/d4x/d4x-2.03.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/d4x/d4x-2.03.ebuild,v 1.9 2004/04/26 12:30:10 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/d4x/d4x-2.03.ebuild,v 1.10 2004/06/12 03:34:54 agriffis Exp $
IUSE="nls esd gnome oss"
@@ -65,7 +65,7 @@ src_install () {
insinto /usr/share/pixmaps
doins *.png *.xpm
- if [ "`use gnome`" ] ; then
+ if use gnome ; then
insinto /usr/share/gnome/apps/Internet
newins nt.desktop d4x.desktop
fi
diff --git a/net-misc/d4x/d4x-2.4.1-r1.ebuild b/net-misc/d4x/d4x-2.4.1-r1.ebuild
index 8e18b414df0a..fe23418f9511 100644
--- a/net-misc/d4x/d4x-2.4.1-r1.ebuild
+++ b/net-misc/d4x/d4x-2.4.1-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/d4x/d4x-2.4.1-r1.ebuild,v 1.7 2004/04/26 12:30:10 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/d4x/d4x-2.4.1-r1.ebuild,v 1.8 2004/06/12 03:34:54 agriffis Exp $
IUSE="nls esd gnome oss kde"
@@ -36,7 +36,7 @@ src_unpack() {
# Fix bad #elif directives in sndserv.cc for big endian machines
# <weeve@gentoo.org> (28 Mar 2004)
- [ `use sparc` ] && epatch ${FILESDIR}/${PN}-sndserv-bigendian.patch
+ use sparc && epatch ${FILESDIR}/${PN}-sndserv-bigendian.patch
}
src_compile() {
@@ -62,13 +62,13 @@ src_install () {
insinto /usr/share/pixmaps
doins share/*.png share/*.xpm
- if [ -n "`use kde`" ]
+ if use kde
then
insinto /usr/share/applnk/Internet
newins share/nt.desktop d4x.desktop
fi
- if [ -n "`use gnome`" ]
+ if use gnome
then
echo "Categories=Application;Network;" >> ${S}/share/nt.desktop
insinto /usr/share/applications
diff --git a/net-misc/d4x/d4x-2.5.0_rc2.ebuild b/net-misc/d4x/d4x-2.5.0_rc2.ebuild
index d79e64294260..3135ea785593 100644
--- a/net-misc/d4x/d4x-2.5.0_rc2.ebuild
+++ b/net-misc/d4x/d4x-2.5.0_rc2.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/d4x/d4x-2.5.0_rc2.ebuild,v 1.4 2004/04/30 19:17:52 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/d4x/d4x-2.5.0_rc2.ebuild,v 1.5 2004/06/12 03:34:54 agriffis Exp $
IUSE="nls esd gnome oss kde"
@@ -65,13 +65,13 @@ src_install () {
insinto /usr/share/pixmaps
doins share/*.png share/*.xpm
- if [ -n "`use kde`" ]
+ if use kde
then
insinto /usr/share/applnk/Internet
newins share/nt.desktop d4x.desktop
fi
- if [ -n "`use gnome`" ]
+ if use gnome
then
echo "Categories=Application;Network;" >> ${S}/share/nt.desktop
insinto /usr/share/applications