diff options
author | Mike Frysinger <vapier@gentoo.org> | 2006-06-10 11:52:36 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2006-06-10 11:52:36 +0000 |
commit | 2ae94424e6779eb69018bc92172a4c3f5c941009 (patch) | |
tree | 5ee0d9b8d461cfe3fac17836d764a9a493219ceb /www-apps/drupal/drupal-4.6.3.ebuild | |
parent | add dev-libs/libdshconfig to RDEPEND as well #136256 by petre rodan (diff) | |
download | gentoo-2-2ae94424e6779eb69018bc92172a4c3f5c941009.tar.gz gentoo-2-2ae94424e6779eb69018bc92172a4c3f5c941009.tar.bz2 gentoo-2-2ae94424e6779eb69018bc92172a4c3f5c941009.zip |
cleanup DESCRIPTION
(Portage version: 2.1)
Diffstat (limited to 'www-apps/drupal/drupal-4.6.3.ebuild')
-rw-r--r-- | www-apps/drupal/drupal-4.6.3.ebuild | 15 |
1 files changed, 7 insertions, 8 deletions
diff --git a/www-apps/drupal/drupal-4.6.3.ebuild b/www-apps/drupal/drupal-4.6.3.ebuild index 10fea7e2bce7..e7063daf15a8 100644 --- a/www-apps/drupal/drupal-4.6.3.ebuild +++ b/www-apps/drupal/drupal-4.6.3.ebuild @@ -1,23 +1,22 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-apps/drupal/drupal-4.6.3.ebuild,v 1.3 2005/11/06 05:03:19 st_lim Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-apps/drupal/drupal-4.6.3.ebuild,v 1.4 2006/06/10 11:52:36 vapier Exp $ inherit webapp eutils MY_PV=${PV:0:3}.0 -DESCRIPTION="Drupal is a PHP-based open-source platform and content management system for building dynamic web sites offering a broad range of features and services; including user administration, publishing workflow, discussion capabilities, news aggregation, metadata functionalities using controlled vocabularies and XML publishing for content sharing purposes. Equipped with a powerful blend of features and configurability, Drupal can support a diverse range of web projects ranging from personal weblogs to large community-driven sites." -HOMEPAGE="http://drupal.org" -IUSE="" - +DESCRIPTION="PHP-based open-source platform and content management system" +HOMEPAGE="http://drupal.org/" SRC_URI="http://drupal.org/files/projects/${P}.tar.gz" LICENSE="GPL-2" -KEYWORDS="~alpha ~ppc ~x86 ~amd64" +KEYWORDS="~alpha ~amd64 ~ppc ~x86" +IUSE="" DEPEND="virtual/php" RDEPEND="|| ( dev-db/mysql dev-db/postgresql ) - >=net-www/apache-1.3" + >=net-www/apache-1.3" src_compile() { #Default compile hangs! |