diff options
author | Sven Wegener <swegener@gentoo.org> | 2005-07-10 01:23:03 +0000 |
---|---|---|
committer | Sven Wegener <swegener@gentoo.org> | 2005-07-10 01:23:03 +0000 |
commit | 429b99c5a2fbbb7393ed8b084ad009bdad984d57 (patch) | |
tree | 3479102e708574c67858d836c3a9301ae260203b /www-apps/drupal | |
parent | QA: Don't assign default to S; Use default src_compile (diff) | |
download | gentoo-2-429b99c5a2fbbb7393ed8b084ad009bdad984d57.tar.gz gentoo-2-429b99c5a2fbbb7393ed8b084ad009bdad984d57.tar.bz2 gentoo-2-429b99c5a2fbbb7393ed8b084ad009bdad984d57.zip |
QA: Don't assign default to S
(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 | 3 |
2 files changed, 2 insertions, 5 deletions
diff --git a/www-apps/drupal/drupal-4.5.2.ebuild b/www-apps/drupal/drupal-4.5.2.ebuild index f6e7d94b9caf..c0a47d7d4990 100644 --- a/www-apps/drupal/drupal-4.5.2.ebuild +++ b/www-apps/drupal/drupal-4.5.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.5.2.ebuild,v 1.7 2005/07/09 15:20:55 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-apps/drupal/drupal-4.5.2.ebuild,v 1.8 2005/07/10 01:18:45 swegener Exp $ inherit webapp eutils @@ -8,7 +8,6 @@ DESCRIPTION="Drupal is a PHP-based open-source platform and content management s HOMEPAGE="http://drupal.org" IUSE="minimal" MOD_PV="4.5.0" -S="${WORKDIR}/${P}" SRC_URI="http://drupal.org/files/projects/${P}.tar.gz" LICENSE="GPL-2" @@ -706,4 +705,3 @@ src_install() { webapp_src_install } - diff --git a/www-apps/drupal/drupal-4.6.2.ebuild b/www-apps/drupal/drupal-4.6.2.ebuild index 3e0b37268acb..95eb6d3cf69d 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.2 2005/07/09 15:20:55 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-apps/drupal/drupal-4.6.2.ebuild,v 1.3 2005/07/10 01:18:45 swegener Exp $ inherit webapp eutils @@ -9,7 +9,6 @@ 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="minimal" -S="${WORKDIR}/${P}" SRC_URI="http://drupal.org/files/projects/${P}.tar.gz" |