summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2009-04-09 22:38:42 +0000
committerUlrich Müller <ulm@gentoo.org>2009-04-09 22:38:42 +0000
commitbb0b6cb2a7ec75da2d09ebfaecba2f8e27c3dde0 (patch)
treea2e668325243adac5008f9ba1e6c2fb39310ffa8 /dev-lisp
parentversion bump (diff)
downloadgentoo-2-bb0b6cb2a7ec75da2d09ebfaecba2f8e27c3dde0.tar.gz
gentoo-2-bb0b6cb2a7ec75da2d09ebfaecba2f8e27c3dde0.tar.bz2
gentoo-2-bb0b6cb2a7ec75da2d09ebfaecba2f8e27c3dde0.zip
Update category for apache in README.Gentoo file. Remove useless "standalone" flag.
(Portage version: 2.2_rc28/cvs/Linux i686)
Diffstat (limited to 'dev-lisp')
-rw-r--r--dev-lisp/cl-araneida/ChangeLog9
-rw-r--r--dev-lisp/cl-araneida/cl-araneida-0.9.ebuild7
-rw-r--r--dev-lisp/cl-araneida/cl-araneida-0.90.1.ebuild9
-rw-r--r--dev-lisp/cl-araneida/files/README.Gentoo2
-rw-r--r--dev-lisp/cl-araneida/metadata.xml4
5 files changed, 15 insertions, 16 deletions
diff --git a/dev-lisp/cl-araneida/ChangeLog b/dev-lisp/cl-araneida/ChangeLog
index f99b5dc34711..7edda339962a 100644
--- a/dev-lisp/cl-araneida/ChangeLog
+++ b/dev-lisp/cl-araneida/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for dev-lisp/cl-araneida
-# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-araneida/ChangeLog,v 1.10 2008/07/30 17:00:11 cardoe Exp $
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-araneida/ChangeLog,v 1.11 2009/04/09 22:38:41 ulm Exp $
+
+ 09 Apr 2009; Ulrich Mueller <ulm@gentoo.org> files/README.Gentoo,
+ metadata.xml, cl-araneida-0.9.ebuild, cl-araneida-0.90.1.ebuild:
+ Update category for apache in README.Gentoo file. Remove "standalone"
+ flag, thanks to Stelian Ionescu for pointing out its uselessness.
30 Jul 2008; Doug Goldstein <cardoe@gentoo.org> metadata.xml:
add GLEP 56 USE flag desc from use.local.desc
diff --git a/dev-lisp/cl-araneida/cl-araneida-0.9.ebuild b/dev-lisp/cl-araneida/cl-araneida-0.9.ebuild
index f2e61d24ba5b..978aed7f6658 100644
--- a/dev-lisp/cl-araneida/cl-araneida-0.9.ebuild
+++ b/dev-lisp/cl-araneida/cl-araneida-0.9.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2007 Gentoo Foundation
+# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-araneida/cl-araneida-0.9.ebuild,v 1.6 2007/07/29 16:46:51 phreak Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-araneida/cl-araneida-0.9.ebuild,v 1.7 2009/04/09 22:38:41 ulm Exp $
inherit common-lisp eutils
@@ -13,8 +13,7 @@ KEYWORDS="~amd64 ~ppc ~sparc x86"
IUSE=""
DEPEND="dev-lisp/cl-split-sequence
dev-lisp/cl-net-telent-date"
-RDEPEND="${DEPEND}
- || ( www-servers/apache www-servers/pound )"
+RDEPEND="${DEPEND}"
CLPACKAGE=araneida
diff --git a/dev-lisp/cl-araneida/cl-araneida-0.90.1.ebuild b/dev-lisp/cl-araneida/cl-araneida-0.90.1.ebuild
index 0dc12c446037..e49d1ab3d4dd 100644
--- a/dev-lisp/cl-araneida/cl-araneida-0.90.1.ebuild
+++ b/dev-lisp/cl-araneida/cl-araneida-0.90.1.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2007 Gentoo Foundation
+# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-araneida/cl-araneida-0.90.1.ebuild,v 1.3 2007/07/29 16:46:51 phreak Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-araneida/cl-araneida-0.90.1.ebuild,v 1.4 2009/04/09 22:38:41 ulm Exp $
inherit common-lisp eutils
@@ -10,12 +10,11 @@ SRC_URI="http://common-lisp.net/project/araneida/release/araneida-version-${PV}.
LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~sparc ~x86"
-IUSE="standalone"
+IUSE=""
DEPEND="dev-lisp/cl-split-sequence
dev-lisp/cl-net-telent-date"
# parenscript? ( dev-lisp/cl-parenscript )"
-RDEPEND="${DEPEND}
- !standalone? ( || ( www-servers/apache www-servers/pound ) )"
+RDEPEND="${DEPEND}"
CLPACKAGE=araneida
diff --git a/dev-lisp/cl-araneida/files/README.Gentoo b/dev-lisp/cl-araneida/files/README.Gentoo
index 6254a08b0dc4..14e7ffe7ac32 100644
--- a/dev-lisp/cl-araneida/files/README.Gentoo
+++ b/dev-lisp/cl-araneida/files/README.Gentoo
@@ -18,7 +18,7 @@ isn't really required while you develop with Araneida. Nonetheless, the choice
between two reverse web proxy servers has been included in the runtime
dependency list:
- net-www/apache
+ www-servers/apache
www-servers/pound
See the CLiki at http://www.cliki.net/Araneida for more information on this.
diff --git a/dev-lisp/cl-araneida/metadata.xml b/dev-lisp/cl-araneida/metadata.xml
index 515185430cb1..507b7cc7b951 100644
--- a/dev-lisp/cl-araneida/metadata.xml
+++ b/dev-lisp/cl-araneida/metadata.xml
@@ -30,8 +30,4 @@ application.
supported in CVS. This makes Araneida the most portable Common Lisp
web server.
</longdescription>
-<use>
- <flag name='standalone'>tired of waiting for the lisp team to add
- this</flag>
-</use>
</pkgmetadata>