diff options
author | Roy Marples <uberlord@gentoo.org> | 2007-08-21 08:30:00 +0000 |
---|---|---|
committer | Roy Marples <uberlord@gentoo.org> | 2007-08-21 08:30:00 +0000 |
commit | 4e61842fc1fc655e388c4fca55bdce1ea6ba2c01 (patch) | |
tree | 20d533401c9ecab8b4941dfdfe3eee656c328e84 /www-apps/drupal | |
parent | Stable on x86 wrt bug #188838 (diff) | |
download | gentoo-2-4e61842fc1fc655e388c4fca55bdce1ea6ba2c01.tar.gz gentoo-2-4e61842fc1fc655e388c4fca55bdce1ea6ba2c01.tar.bz2 gentoo-2-4e61842fc1fc655e388c4fca55bdce1ea6ba2c01.zip |
Punt old versions
(Portage version: 2.1.3.6)
Diffstat (limited to 'www-apps/drupal')
-rw-r--r-- | www-apps/drupal/drupal-4.7.4.ebuild | 38 | ||||
-rw-r--r-- | www-apps/drupal/drupal-4.7.5.ebuild | 38 | ||||
-rw-r--r-- | www-apps/drupal/drupal-5.0.ebuild | 38 | ||||
-rw-r--r-- | www-apps/drupal/drupal-5.1.ebuild | 39 | ||||
-rw-r--r-- | www-apps/drupal/files/digest-drupal-4.7.4 | 3 | ||||
-rw-r--r-- | www-apps/drupal/files/digest-drupal-4.7.5 | 3 | ||||
-rw-r--r-- | www-apps/drupal/files/digest-drupal-5.0 | 3 | ||||
-rw-r--r-- | www-apps/drupal/files/digest-drupal-5.1 | 3 |
8 files changed, 0 insertions, 165 deletions
diff --git a/www-apps/drupal/drupal-4.7.4.ebuild b/www-apps/drupal/drupal-4.7.4.ebuild deleted file mode 100644 index 6ec472ec5141..000000000000 --- a/www-apps/drupal/drupal-4.7.4.ebuild +++ /dev/null @@ -1,38 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-apps/drupal/drupal-4.7.4.ebuild,v 1.3 2007/07/13 06:13:03 mr_bones_ Exp $ - -inherit webapp eutils - -MY_PV=${PV:0:3}.0 - -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 ~amd64 ~ppc ~x86" -IUSE="" - -RDEPEND="virtual/httpd-php" - -src_install() { - webapp_src_preinst - - local docs="MAINTAINERS.txt LICENSE.txt INSTALL.txt CHANGELOG.txt" - dodoc ${docs} - rm -f ${docs} INSTALL - - einfo "Copying main files" - cp -r . "${D}/${MY_HTDOCSDIR}" - - # we install the .htaccess file to enable support for clean URLs - cp .htaccess "${D}/${MY_HTDOCSDIR}" - - # create the files upload directory - mkdir "${D}/${MY_HTDOCSDIR}"/files - webapp_serverowned "${MY_HTDOCSDIR}"/files - - webapp_configfile "${MY_HTDOCSDIR}"/sites/default/settings.php - webapp_src_install -} diff --git a/www-apps/drupal/drupal-4.7.5.ebuild b/www-apps/drupal/drupal-4.7.5.ebuild deleted file mode 100644 index f0f4c7055957..000000000000 --- a/www-apps/drupal/drupal-4.7.5.ebuild +++ /dev/null @@ -1,38 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-apps/drupal/drupal-4.7.5.ebuild,v 1.2 2007/07/13 06:13:03 mr_bones_ Exp $ - -inherit webapp eutils - -MY_PV=${PV:0:3}.0 - -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 ~amd64 ~ppc ~x86" -IUSE="" - -RDEPEND="virtual/httpd-php" - -src_install() { - webapp_src_preinst - - local docs="MAINTAINERS.txt LICENSE.txt INSTALL.txt CHANGELOG.txt" - dodoc ${docs} - rm -f ${docs} INSTALL - - einfo "Copying main files" - cp -r . "${D}/${MY_HTDOCSDIR}" - - # we install the .htaccess file to enable support for clean URLs - cp .htaccess "${D}/${MY_HTDOCSDIR}" - - # create the files upload directory - mkdir "${D}/${MY_HTDOCSDIR}"/files - webapp_serverowned "${MY_HTDOCSDIR}"/files - - webapp_configfile "${MY_HTDOCSDIR}"/sites/default/settings.php - webapp_src_install -} diff --git a/www-apps/drupal/drupal-5.0.ebuild b/www-apps/drupal/drupal-5.0.ebuild deleted file mode 100644 index 890e97d9293b..000000000000 --- a/www-apps/drupal/drupal-5.0.ebuild +++ /dev/null @@ -1,38 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-apps/drupal/drupal-5.0.ebuild,v 1.2 2007/07/13 06:13:03 mr_bones_ Exp $ - -inherit webapp eutils - -MY_PV=${PV:0:3}.0 - -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 ~amd64 ~ppc ~x86" -IUSE="" - -RDEPEND="virtual/httpd-php" - -src_install() { - webapp_src_preinst - - local docs="MAINTAINERS.txt LICENSE.txt INSTALL.txt CHANGELOG.txt" - dodoc ${docs} - rm -f ${docs} INSTALL - - einfo "Copying main files" - cp -r . "${D}/${MY_HTDOCSDIR}" - - # we install the .htaccess file to enable support for clean URLs - cp .htaccess "${D}/${MY_HTDOCSDIR}" - - # create the files upload directory - mkdir "${D}/${MY_HTDOCSDIR}"/files - webapp_serverowned "${MY_HTDOCSDIR}"/files - - webapp_configfile "${MY_HTDOCSDIR}"/sites/default/settings.php - webapp_src_install -} diff --git a/www-apps/drupal/drupal-5.1.ebuild b/www-apps/drupal/drupal-5.1.ebuild deleted file mode 100644 index eba31d26e71f..000000000000 --- a/www-apps/drupal/drupal-5.1.ebuild +++ /dev/null @@ -1,39 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-apps/drupal/drupal-5.1.ebuild,v 1.3 2007/07/13 06:13:03 mr_bones_ Exp $ - -inherit webapp eutils - -MY_PV=${PV:0:3}.0 - -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 ~amd64 ~ppc ~x86" -IUSE="" - -RDEPEND="virtual/httpd-php" - -src_install() { - webapp_src_preinst - - local docs="MAINTAINERS.txt LICENSE.txt INSTALL.txt CHANGELOG.txt" - dodoc ${docs} - rm -f ${docs} INSTALL - - einfo "Copying main files" - cp -r . "${D}/${MY_HTDOCSDIR}" - - # we install the .htaccess file to enable support for clean URLs - cp .htaccess "${D}/${MY_HTDOCSDIR}" - - # create the files upload directory - mkdir "${D}/${MY_HTDOCSDIR}"/files - webapp_serverowned "${MY_HTDOCSDIR}"/files - - webapp_configfile "${MY_HTDOCSDIR}"/sites/default/settings.php - webapp_configfile "${MY_HTDOCSDIR}"/.htaccess - webapp_src_install -} diff --git a/www-apps/drupal/files/digest-drupal-4.7.4 b/www-apps/drupal/files/digest-drupal-4.7.4 deleted file mode 100644 index 02556906581e..000000000000 --- a/www-apps/drupal/files/digest-drupal-4.7.4 +++ /dev/null @@ -1,3 +0,0 @@ -MD5 623cec7e3cae59d0be6b4d6e8361540c drupal-4.7.4.tar.gz 490920 -RMD160 c2875e17922aa23e56f25750cab2d717b6db998c drupal-4.7.4.tar.gz 490920 -SHA256 5d376074433331d47a113a41f7cf2fc25292c0276170aa6430d0e33926e0c652 drupal-4.7.4.tar.gz 490920 diff --git a/www-apps/drupal/files/digest-drupal-4.7.5 b/www-apps/drupal/files/digest-drupal-4.7.5 deleted file mode 100644 index 890506605739..000000000000 --- a/www-apps/drupal/files/digest-drupal-4.7.5 +++ /dev/null @@ -1,3 +0,0 @@ -MD5 fc398d8c8f287dac0ccac23ae0665a2b drupal-4.7.5.tar.gz 490421 -RMD160 432e70ecc208cd8aebab603eb6613cb64c136408 drupal-4.7.5.tar.gz 490421 -SHA256 d419d1b0244a4a0efb1f5360caf6865a5fc3a6d2769be65d878d12d4ce59445a drupal-4.7.5.tar.gz 490421 diff --git a/www-apps/drupal/files/digest-drupal-5.0 b/www-apps/drupal/files/digest-drupal-5.0 deleted file mode 100644 index e28dc898f009..000000000000 --- a/www-apps/drupal/files/digest-drupal-5.0 +++ /dev/null @@ -1,3 +0,0 @@ -MD5 2e1d7573d21b8c97b02b63e28d356200 drupal-5.0.tar.gz 746181 -RMD160 ca58149cbca45d4f3df35d4c02822cda53e3a1ea drupal-5.0.tar.gz 746181 -SHA256 e6a7aae7dcb449447bde9435ae022edf3b63e601bd0837d06572010daca0ee6b drupal-5.0.tar.gz 746181 diff --git a/www-apps/drupal/files/digest-drupal-5.1 b/www-apps/drupal/files/digest-drupal-5.1 deleted file mode 100644 index eae6e4ff179e..000000000000 --- a/www-apps/drupal/files/digest-drupal-5.1 +++ /dev/null @@ -1,3 +0,0 @@ -MD5 1b68368c650da73af5051bae163a8ed1 drupal-5.1.tar.gz 746494 -RMD160 a335368e9f6c1eb152747efa281bb4b3d66619d6 drupal-5.1.tar.gz 746494 -SHA256 66138d3f7b4de5584212bf111ff86045b26a19ce99e2bd01e1563d0a614ce7e9 drupal-5.1.tar.gz 746494 |