diff options
author | Aron Griffis <agriffis@gentoo.org> | 2005-07-09 15:20:55 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2005-07-09 15:20:55 +0000 |
commit | ee6a2a611c0e7fb4715523ec591218a3c97a70cf (patch) | |
tree | dc84ee650532c5e6e311f3ed5af4681f99e2617c /www-apps/drupal | |
parent | sync IUSE (+imagemagick) (diff) | |
download | gentoo-2-ee6a2a611c0e7fb4715523ec591218a3c97a70cf.tar.gz gentoo-2-ee6a2a611c0e7fb4715523ec591218a3c97a70cf.tar.bz2 gentoo-2-ee6a2a611c0e7fb4715523ec591218a3c97a70cf.zip |
remove $IUSE from IUSE
(Portage version: 2.0.51.22-r1)
Diffstat (limited to 'www-apps/drupal')
-rw-r--r-- | www-apps/drupal/drupal-4.5.2.ebuild | 4 | ||||
-rw-r--r-- | www-apps/drupal/drupal-4.6.2.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/www-apps/drupal/drupal-4.5.2.ebuild b/www-apps/drupal/drupal-4.5.2.ebuild index f43dbe9b7167..f6e7d94b9caf 100644 --- a/www-apps/drupal/drupal-4.5.2.ebuild +++ b/www-apps/drupal/drupal-4.5.2.ebuild @@ -1,12 +1,12 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-apps/drupal/drupal-4.5.2.ebuild,v 1.6 2005/04/27 12:32:11 yoswink Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-apps/drupal/drupal-4.5.2.ebuild,v 1.7 2005/07/09 15:20:55 agriffis Exp $ inherit webapp eutils 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="$IUSE minimal" +IUSE="minimal" MOD_PV="4.5.0" S="${WORKDIR}/${P}" diff --git a/www-apps/drupal/drupal-4.6.2.ebuild b/www-apps/drupal/drupal-4.6.2.ebuild index 49921198d57f..3e0b37268acb 100644 --- a/www-apps/drupal/drupal-4.6.2.ebuild +++ b/www-apps/drupal/drupal-4.6.2.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/drupal/drupal-4.6.2.ebuild,v 1.1 2005/07/05 15:10:40 st_lim Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-apps/drupal/drupal-4.6.2.ebuild,v 1.2 2005/07/09 15:20:55 agriffis Exp $ inherit webapp eutils @@ -8,7 +8,7 @@ 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="$IUSE minimal" +IUSE="minimal" S="${WORKDIR}/${P}" SRC_URI="http://drupal.org/files/projects/${P}.tar.gz" |