summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2009-05-05 17:21:00 +0000
committerUlrich Müller <ulm@gentoo.org>2009-05-05 17:21:00 +0000
commit289c316fe736eb1c5c2f5cdeb10d25df3ab43568 (patch)
tree647047d6f8940ebab36883817804d46b4e7d903b /app-emacs
parentRemove redundant dependency on virtual/emacs. (diff)
downloadgentoo-2-289c316fe736eb1c5c2f5cdeb10d25df3ab43568.tar.gz
gentoo-2-289c316fe736eb1c5c2f5cdeb10d25df3ab43568.tar.bz2
gentoo-2-289c316fe736eb1c5c2f5cdeb10d25df3ab43568.zip
Fix dependencies.
(Portage version: 2.2_rc31/cvs/Linux i686)
Diffstat (limited to 'app-emacs')
-rw-r--r--app-emacs/wanderlust/ChangeLog9
-rw-r--r--app-emacs/wanderlust/wanderlust-2.14.0-r3.ebuild10
-rw-r--r--app-emacs/wanderlust/wanderlust-2.15.5_pre20070921.ebuild10
-rw-r--r--app-emacs/wanderlust/wanderlust-2.15.5_pre20071215.ebuild10
4 files changed, 22 insertions, 17 deletions
diff --git a/app-emacs/wanderlust/ChangeLog b/app-emacs/wanderlust/ChangeLog
index a52f44c41aa2..bd5a619d84c5 100644
--- a/app-emacs/wanderlust/ChangeLog
+++ b/app-emacs/wanderlust/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for app-emacs/wanderlust
-# Copyright 2002-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emacs/wanderlust/ChangeLog,v 1.70 2009/05/05 08:13:03 fauli Exp $
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-emacs/wanderlust/ChangeLog,v 1.71 2009/05/05 17:21:00 ulm Exp $
+
+ 05 May 2009; Ulrich Mueller <ulm@gentoo.org> wanderlust-2.14.0-r3.ebuild,
+ wanderlust-2.15.5_pre20070921.ebuild,
+ wanderlust-2.15.5_pre20071215.ebuild:
+ Fix dependencies, blocker belongs in RDEPEND only.
05 May 2009; Christian Faulhammer <fauli@gentoo.org>
wanderlust-2.14.0-r3.ebuild, wanderlust-2.15.5_pre20070921.ebuild,
diff --git a/app-emacs/wanderlust/wanderlust-2.14.0-r3.ebuild b/app-emacs/wanderlust/wanderlust-2.14.0-r3.ebuild
index 7c74ca722cc3..d776112f2135 100644
--- a/app-emacs/wanderlust/wanderlust-2.14.0-r3.ebuild
+++ b/app-emacs/wanderlust/wanderlust-2.14.0-r3.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-emacs/wanderlust/wanderlust-2.14.0-r3.ebuild,v 1.14 2009/05/05 08:13:03 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emacs/wanderlust/wanderlust-2.14.0-r3.ebuild,v 1.15 2009/05/05 17:21:00 ulm Exp $
inherit elisp eutils
@@ -20,12 +20,12 @@ IUSE="bbdb ssl"
DEPEND=">=app-emacs/apel-10.6
virtual/flim
app-emacs/semi
- bbdb? ( app-emacs/bbdb )
- !app-emacs/wanderlust-cvs"
-RDEPEND="${DEPEND}"
+ bbdb? ( app-emacs/bbdb )"
+RDEPEND="!app-emacs/wanderlust-cvs
+ ${DEPEND}"
S="${WORKDIR}/${MY_P}"
-SITEFILE=70wl-gentoo.el
+SITEFILE="70wl-gentoo.el"
src_unpack() {
unpack ${MY_P}.tar.gz
diff --git a/app-emacs/wanderlust/wanderlust-2.15.5_pre20070921.ebuild b/app-emacs/wanderlust/wanderlust-2.15.5_pre20070921.ebuild
index a441f78d028c..a954ea655d6d 100644
--- a/app-emacs/wanderlust/wanderlust-2.15.5_pre20070921.ebuild
+++ b/app-emacs/wanderlust/wanderlust-2.15.5_pre20070921.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-emacs/wanderlust/wanderlust-2.15.5_pre20070921.ebuild,v 1.2 2009/05/05 08:13:03 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emacs/wanderlust/wanderlust-2.15.5_pre20070921.ebuild,v 1.3 2009/05/05 17:21:00 ulm Exp $
inherit elisp
@@ -16,11 +16,11 @@ IUSE="bbdb ssl"
DEPEND=">=app-emacs/apel-10.6
virtual/flim
app-emacs/semi
- bbdb? ( app-emacs/bbdb )
- !app-emacs/wanderlust-cvs"
-RDEPEND="${DEPEND}"
+ bbdb? ( app-emacs/bbdb )"
+RDEPEND="!app-emacs/wanderlust-cvs
+ ${DEPEND}"
-SITEFILE=70wl-gentoo.el
+SITEFILE="70wl-gentoo.el"
src_compile() {
use ssl && echo "(setq wl-install-utils t)" >> WL-CFG
diff --git a/app-emacs/wanderlust/wanderlust-2.15.5_pre20071215.ebuild b/app-emacs/wanderlust/wanderlust-2.15.5_pre20071215.ebuild
index c0be3c824381..14a81feacd93 100644
--- a/app-emacs/wanderlust/wanderlust-2.15.5_pre20071215.ebuild
+++ b/app-emacs/wanderlust/wanderlust-2.15.5_pre20071215.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-emacs/wanderlust/wanderlust-2.15.5_pre20071215.ebuild,v 1.2 2009/05/05 08:13:03 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emacs/wanderlust/wanderlust-2.15.5_pre20071215.ebuild,v 1.3 2009/05/05 17:21:00 ulm Exp $
inherit elisp
@@ -16,11 +16,11 @@ IUSE="bbdb ssl"
DEPEND=">=app-emacs/apel-10.6
virtual/flim
app-emacs/semi
- bbdb? ( app-emacs/bbdb )
- !app-emacs/wanderlust-cvs"
-RDEPEND="${DEPEND}"
+ bbdb? ( app-emacs/bbdb )"
+RDEPEND="!app-emacs/wanderlust-cvs
+ ${DEPEND}"
-SITEFILE=70wl-gentoo.el
+SITEFILE="70wl-gentoo.el"
src_compile() {
use ssl && echo "(setq wl-install-utils t)" >> WL-CFG