drush moved

This commit is contained in:
Micha Glave
2011-08-29 15:58:42 +02:00
parent 9acf3f97b8
commit e08c6b937e
2 changed files with 0 additions and 0 deletions

2
app-admin/drush/Manifest Normal file
View File

@@ -0,0 +1,2 @@
DIST drush-7.x-4.4.tar.gz 253012 RMD160 31d0580692b1fd52dc79a232b6d227034777477c SHA1 2cb75bff825ccc793a1669d9c52c7325c9680464 SHA256 f6af5d259c169d0b3738568c9a8d114c8958df6deb5440fce3b5842e753fc88f
EBUILD drush-4.4.ebuild 801 RMD160 67ec9658956a3f510a20f9be62548f92112cc707 SHA1 f5e0e384a659c17ed0711916c6e123cf7f00821e SHA256 4a76cff8eb7e60988b8cad44b1bee672a484c3ff61440ce29dda3fa0099827fb

View File

@@ -0,0 +1,36 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
EAPI="2"
SRC_URI="http://ftp.drupal.org/files/projects/${PN}-7.x-${PV}.tar.gz"
S=${WORKDIR}/${PN}
DESCRIPTION="Drupal-centric shell. Simplifies Drupal installation/management"
HOMEPAGE="http://drupal.org/project/drush"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="amd64 x86"
IUSE="examples"
#DEPEND="dev-lang/php[cli,simplexml]"
DEPEND="dev-lang/php[cli,simplexml] dev-php/pear"
RDEPEND="${DEPEND}"
src_install() {
insinto /usr/share/drush
exeinto /usr/share/drush
dodoc README.txt || die
doins -r includes commands drush.php drush.info || die
doexe drush || die
dosym /usr/share/drush/drush /usr/bin/drush || die
use examples && cp -R examples ${D}/usr/share/doc/${PF}
}