summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSven Wegener <swegener@gentoo.org>2005-07-16 15:37:56 +0000
committerSven Wegener <swegener@gentoo.org>2005-07-16 15:37:56 +0000
commitdab23a3f87567e79fcbdf295bffb527ee6c27a9e (patch)
tree1f68795664531fe50a8a2438e0f9d18364260359 /www-apps
parentQA: Setting DEPEND="${DEPEND}" is useless. (diff)
downloadgentoo-2-dab23a3f87567e79fcbdf295bffb527ee6c27a9e.tar.gz
gentoo-2-dab23a3f87567e79fcbdf295bffb527ee6c27a9e.tar.bz2
gentoo-2-dab23a3f87567e79fcbdf295bffb527ee6c27a9e.zip
QA: Setting DEPEND="${DEPEND}" is useless.
(Portage version: 2.0.51.22-r1)
Diffstat (limited to 'www-apps')
-rw-r--r--www-apps/issue-tracker/issue-tracker-4.0.3-r1.ebuild4
-rw-r--r--www-apps/metadot/metadot-6.4_p1.ebuild8
2 files changed, 5 insertions, 7 deletions
diff --git a/www-apps/issue-tracker/issue-tracker-4.0.3-r1.ebuild b/www-apps/issue-tracker/issue-tracker-4.0.3-r1.ebuild
index 1dbce9b70db7..daa7604fd635 100644
--- a/www-apps/issue-tracker/issue-tracker-4.0.3-r1.ebuild
+++ b/www-apps/issue-tracker/issue-tracker-4.0.3-r1.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/www-apps/issue-tracker/issue-tracker-4.0.3-r1.ebuild,v 1.1 2004/09/08 15:58:15 karltk Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-apps/issue-tracker/issue-tracker-4.0.3-r1.ebuild,v 1.2 2005/07/16 15:37:56 swegener Exp $
inherit webapp
@@ -10,7 +10,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2"
LICENSE="GPL-2"
KEYWORDS="~x86 ~ppc"
IUSE=""
-DEPEND="$DEPEND"
+DEPEND=""
RDEPEND="virtual/php
|| ( dev-db/mysql dev-db/postgresql )"
diff --git a/www-apps/metadot/metadot-6.4_p1.ebuild b/www-apps/metadot/metadot-6.4_p1.ebuild
index e562d48847b8..7cb4642af6af 100644
--- a/www-apps/metadot/metadot-6.4_p1.ebuild
+++ b/www-apps/metadot/metadot-6.4_p1.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/www-apps/metadot/metadot-6.4_p1.ebuild,v 1.1 2005/07/03 00:05:42 rl03 Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-apps/metadot/metadot-6.4_p1.ebuild,v 1.2 2005/07/16 15:37:02 swegener Exp $
inherit webapp
MY_P="${PN}6.4r1"
@@ -14,10 +14,8 @@ SRC_URI="http://download.metadot.com/${MY_P}.tar.gz"
KEYWORDS="~x86"
-DEPEND="$DEPEND"
-RDEPEND="
- ${DEPEND}
- >=dev-db/mysql-3.23
+DEPEND=""
+RDEPEND=">=dev-db/mysql-3.23
>=net-www/apache-1.3.6
>=dev-lang/perl-5.6
>=www-apache/mod_perl-1.21