diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2005-05-05 18:39:25 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2005-05-05 18:39:25 +0000 |
commit | 6906a3497f4d98c7db336c009194f97282284d1b (patch) | |
tree | 43664307ae6ed4439ac53aeef5e12e36c7814e5e /www-apps/drupal | |
parent | recommit (diff) | |
download | historical-6906a3497f4d98c7db336c009194f97282284d1b.tar.gz historical-6906a3497f4d98c7db336c009194f97282284d1b.tar.bz2 historical-6906a3497f4d98c7db336c009194f97282284d1b.zip |
repoman: Trim trailing whitespace
Package-Manager: portage-2.0.51.19
Diffstat (limited to 'www-apps/drupal')
-rw-r--r-- | www-apps/drupal/Manifest | 12 | ||||
-rw-r--r-- | www-apps/drupal/drupal-4.6.0.ebuild | 6 |
2 files changed, 9 insertions, 9 deletions
diff --git a/www-apps/drupal/Manifest b/www-apps/drupal/Manifest index bfe78fdecfb6..308a9fd54fbe 100644 --- a/www-apps/drupal/Manifest +++ b/www-apps/drupal/Manifest @@ -1,13 +1,13 @@ -MD5 fe32a11fe8254f3d3b6beb077baeb9c8 ChangeLog 626 -MD5 be606d22861d04106bbebfedeb5d33f5 drupal-4.5.2.ebuild 30674 -MD5 39ea625a0bd11bb121dd289e0c32bd62 drupal-4.6.0.ebuild 2787 -MD5 dafdada02bb072949d7839aece868203 drupal-4.6.0_rc1.ebuild 14561 +MD5 2f019fd3ee2a9e0302160813f1b78617 drupal-4.6.0.ebuild 2777 MD5 88b2c84c1b3552228d711637cb7d9269 metadata.xml 274 -MD5 6e620a6c0cb76bfe99a1d535264081bc files/digest-drupal-4.6.0_rc1 67 +MD5 dafdada02bb072949d7839aece868203 drupal-4.6.0_rc1.ebuild 14561 +MD5 be606d22861d04106bbebfedeb5d33f5 drupal-4.5.2.ebuild 30674 +MD5 fe32a11fe8254f3d3b6beb077baeb9c8 ChangeLog 626 MD5 0f20a567ce1310d62af69bd56921cea3 files/postinstall-en.txt 2595 MD5 60d816b2bdcf87d62c1f52a2dc8e776c files/digest-drupal-4.6.0 64 +MD5 6e620a6c0cb76bfe99a1d535264081bc files/digest-drupal-4.6.0_rc1 67 MD5 6b1fbcd29d9526434338ea3f8b61e5c0 files/digest-drupal-4.5.2 64 -MD5 57ac487dc3baa53dc38afabe1f689999 files/4.6.0/engines 12 MD5 87c9963c320ae5d6bf4aceaadbbeb9c3 files/4.6.0/language 38 +MD5 57ac487dc3baa53dc38afabe1f689999 files/4.6.0/engines 12 MD5 32a619628ce2c242b4339b240d1161fd files/4.6.0/modules 1057 MD5 78ea84de952135abf94837142ce0f03c files/4.6.0/themes 187 diff --git a/www-apps/drupal/drupal-4.6.0.ebuild b/www-apps/drupal/drupal-4.6.0.ebuild index fad7f1fa454f..4e6366554778 100644 --- a/www-apps/drupal/drupal-4.6.0.ebuild +++ b/www-apps/drupal/drupal-4.6.0.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.0.ebuild,v 1.3 2005/05/05 15:46:47 st_lim Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-apps/drupal/drupal-4.6.0.ebuild,v 1.4 2005/05/05 18:39:25 mr_bones_ Exp $ inherit webapp eutils @@ -22,7 +22,7 @@ src_unpack() { if ! use minimal ; then - for i in modules themes engines language; do + for i in modules themes engines language; do cd ${S}/$i [ "$i" == "engines" ] && cd ${S}/themes/$i [ "$i" == "language" ] && cd ${S}/includes @@ -41,7 +41,7 @@ src_unpack() { } src_compile() { - #Default compile hangs! + #Default compile hangs! echo "Nothing to compile" } |