summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Holzer <mholzer@gentoo.org>2004-03-23 19:06:31 +0000
committerMartin Holzer <mholzer@gentoo.org>2004-03-23 19:06:31 +0000
commit5a1a7303131eff152c0d2e9a36f21cbe98f1d754 (patch)
tree3d51baa4940544ef3171c452fc67e6eaeced6d91 /net-mail
parentQA - removed surperflous S assignment. Added missing IUSE. Marked stable on x... (diff)
downloadgentoo-2-5a1a7303131eff152c0d2e9a36f21cbe98f1d754.tar.gz
gentoo-2-5a1a7303131eff152c0d2e9a36f21cbe98f1d754.tar.bz2
gentoo-2-5a1a7303131eff152c0d2e9a36f21cbe98f1d754.zip
fixing depend qa issue. see 45343.
Diffstat (limited to 'net-mail')
-rw-r--r--net-mail/pinepgp/ChangeLog8
-rw-r--r--net-mail/pinepgp/pinepgp-0.18.0-r1.ebuild5
-rw-r--r--net-mail/pinepgp/pinepgp-0.18.0.ebuild5
-rw-r--r--net-mail/squirrelmail/ChangeLog7
-rw-r--r--net-mail/squirrelmail/squirrelmail-1.4.2-r1.ebuild5
-rw-r--r--net-mail/squirrelmail/squirrelmail-1.4.2-r2.ebuild6
-rw-r--r--net-mail/squirrelmail/squirrelmail-1.4.2-r3.ebuild7
7 files changed, 22 insertions, 21 deletions
diff --git a/net-mail/pinepgp/ChangeLog b/net-mail/pinepgp/ChangeLog
index 7922384f1352..8f3058eca619 100644
--- a/net-mail/pinepgp/ChangeLog
+++ b/net-mail/pinepgp/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for net-mail/pinepgp
-# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-mail/pinepgp/ChangeLog,v 1.6 2003/02/12 08:14:17 vapier Exp $
+# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-mail/pinepgp/ChangeLog,v 1.7 2004/03/23 19:02:24 mholzer Exp $
+
+ 23 Mar 2004; Martin Holzer <mholzer@gentoo.org> pinepgp-0.18.0-r1.ebuild,
+ pinepgp-0.18.0.ebuild:
+ fixing depend qa issue. see 45343.
06 Dec 2002; Rodney Rees <manson@gentoo.org> : changed sparc ~sparc keywords
diff --git a/net-mail/pinepgp/pinepgp-0.18.0-r1.ebuild b/net-mail/pinepgp/pinepgp-0.18.0-r1.ebuild
index de67d22c1b59..6dbcd3ef7e99 100644
--- a/net-mail/pinepgp/pinepgp-0.18.0-r1.ebuild
+++ b/net-mail/pinepgp/pinepgp-0.18.0-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-mail/pinepgp/pinepgp-0.18.0-r1.ebuild,v 1.6 2004/01/05 23:38:49 robbat2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-mail/pinepgp/pinepgp-0.18.0-r1.ebuild,v 1.7 2004/03/23 19:02:24 mholzer Exp $
DESCRIPTION="Use GPG/PGP with Pine"
HOMEPAGE="http://www.megaloman.com/~hany/software/pinepgp/"
@@ -9,8 +9,7 @@ LICENSE="GPL-2"
SLOT="0"
KEYWORDS="x86"
-RDEPEND="net-mail/pine app-crypt/gnupg"
-DEPEND="${RDEPEND}"
+DEPEND="net-mail/pine app-crypt/gnupg"
S="${WORKDIR}/${P}"
diff --git a/net-mail/pinepgp/pinepgp-0.18.0.ebuild b/net-mail/pinepgp/pinepgp-0.18.0.ebuild
index 0b20fb394f2f..33a05f5edab3 100644
--- a/net-mail/pinepgp/pinepgp-0.18.0.ebuild
+++ b/net-mail/pinepgp/pinepgp-0.18.0.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/pinepgp/pinepgp-0.18.0.ebuild,v 1.9 2004/02/22 16:22:55 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-mail/pinepgp/pinepgp-0.18.0.ebuild,v 1.10 2004/03/23 19:02:24 mholzer Exp $
DESCRIPTION="Use GPG/PGP with Pine"
HOMEPAGE="http://www.megaloman.com/~hany/software/pinepgp/"
@@ -9,8 +9,7 @@ LICENSE="GPL-2"
SLOT="0"
KEYWORDS="x86 ~sparc"
-RDEPEND="net-mail/pine app-crypt/gnupg"
-DEPEND="${RDEPEND}"
+DEPEND="net-mail/pine app-crypt/gnupg"
S="${WORKDIR}/${P}"
diff --git a/net-mail/squirrelmail/ChangeLog b/net-mail/squirrelmail/ChangeLog
index 9aa6bf4bf3a6..ee5fa0a38072 100644
--- a/net-mail/squirrelmail/ChangeLog
+++ b/net-mail/squirrelmail/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for net-mail/squirrelmail
# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-mail/squirrelmail/ChangeLog,v 1.36 2004/03/22 04:51:55 weeve Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-mail/squirrelmail/ChangeLog,v 1.37 2004/03/23 19:01:33 mholzer Exp $
+
+ 23 Mar 2004; Martin Holzer <mholzer@gentoo.org>
+ squirrelmail-1.4.2-r1.ebuild, squirrelmail-1.4.2-r2.ebuild,
+ squirrelmail-1.4.2-r3.ebuild:
+ fixing depend qa issue. see 45343.
21 Mar 2004; Jason Wever <weeve@gentoo.org> squirrelmail-1.4.2-r3.ebuild:
Marked stable on sparc.
diff --git a/net-mail/squirrelmail/squirrelmail-1.4.2-r1.ebuild b/net-mail/squirrelmail/squirrelmail-1.4.2-r1.ebuild
index 3204d64691cb..be64133bd129 100644
--- a/net-mail/squirrelmail/squirrelmail-1.4.2-r1.ebuild
+++ b/net-mail/squirrelmail/squirrelmail-1.4.2-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-mail/squirrelmail/squirrelmail-1.4.2-r1.ebuild,v 1.7 2004/03/19 23:44:56 eradicator Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-mail/squirrelmail/squirrelmail-1.4.2-r1.ebuild,v 1.8 2004/03/23 19:01:33 mholzer Exp $
inherit webapp-apache
@@ -13,9 +13,8 @@ LICENSE="GPL-2"
SLOT="1"
KEYWORDS="x86 ppc sparc alpha ~amd64"
-RDEPEND="virtual/php
+DEPEND="virtual/php
dev-perl/DB_File"
-DEPEND="${RDEPEND}"
webapp-detect || NO_WEBSERVER=1
diff --git a/net-mail/squirrelmail/squirrelmail-1.4.2-r2.ebuild b/net-mail/squirrelmail/squirrelmail-1.4.2-r2.ebuild
index 7a8dfcd6fea5..01f9702ade13 100644
--- a/net-mail/squirrelmail/squirrelmail-1.4.2-r2.ebuild
+++ b/net-mail/squirrelmail/squirrelmail-1.4.2-r2.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/squirrelmail/squirrelmail-1.4.2-r2.ebuild,v 1.4 2004/03/19 23:44:56 eradicator Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-mail/squirrelmail/squirrelmail-1.4.2-r2.ebuild,v 1.5 2004/03/23 19:01:33 mholzer Exp $
inherit webapp-apache
@@ -29,13 +29,11 @@ LICENSE="GPL-2"
SLOT="1"
KEYWORDS="x86 ~ppc ~sparc ~alpha ~amd64"
-RDEPEND="virtual/php
+DEPEND="virtual/php
dev-perl/DB_File
crypt? ( app-crypt/gnupg )
ldap? ( net-nds/openldap )"
-DEPEND="${RDEPEND}"
-
webapp-detect || NO_WEBSERVER=1
pkg_setup() {
diff --git a/net-mail/squirrelmail/squirrelmail-1.4.2-r3.ebuild b/net-mail/squirrelmail/squirrelmail-1.4.2-r3.ebuild
index 2c12264df401..b2d5f0006bb9 100644
--- a/net-mail/squirrelmail/squirrelmail-1.4.2-r3.ebuild
+++ b/net-mail/squirrelmail/squirrelmail-1.4.2-r3.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/squirrelmail/squirrelmail-1.4.2-r3.ebuild,v 1.4 2004/03/22 04:51:55 weeve Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-mail/squirrelmail/squirrelmail-1.4.2-r3.ebuild,v 1.5 2004/03/23 19:01:33 mholzer Exp $
inherit webapp-apache
@@ -27,7 +27,6 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2
${PLUGINS_LOC}/gpg.${GPG_VER}.tar.gz
${PLUGINS_LOC}/ldapuserdata-${LDAP_VER}.tar.gz"
-RESTRICT="nomirror"
HOMEPAGE="http://www.squirrelmail.org/"
IUSE="crypt virus-scan ldap ssl"
@@ -36,13 +35,11 @@ LICENSE="GPL-2"
SLOT="1"
KEYWORDS="x86 ~ppc sparc ~alpha ~amd64"
-RDEPEND="virtual/php
+DEPEND="virtual/php
dev-perl/DB_File
crypt? ( app-crypt/gnupg )
ldap? ( net-nds/openldap )"
-DEPEND="${RDEPEND}"
-
webapp-detect || NO_WEBSERVER=1
pkg_setup() {