diff options
author | Lance Albertson <ramereth@gentoo.org> | 2011-05-26 22:22:01 +0000 |
---|---|---|
committer | Lance Albertson <ramereth@gentoo.org> | 2011-05-26 22:22:01 +0000 |
commit | ef0bdb33d763d5e6039c6a49d42149ec99d67442 (patch) | |
tree | 9aaeb85073b9c9d29d8d5464d9f8915005a7fc81 /app-admin | |
parent | Workaround failure with latest rpm wrt #368025. Thanks to Ole Craig <olc@macm... (diff) | |
download | historical-ef0bdb33d763d5e6039c6a49d42149ec99d67442.tar.gz historical-ef0bdb33d763d5e6039c6a49d42149ec99d67442.tar.bz2 historical-ef0bdb33d763d5e6039c6a49d42149ec99d67442.zip |
Initial ebuild, resolves #313869
Package-Manager: portage-2.1.9.42/cvs/Linux x86_64
Diffstat (limited to 'app-admin')
-rw-r--r-- | app-admin/drush/ChangeLog | 13 | ||||
-rw-r--r-- | app-admin/drush/Manifest | 14 | ||||
-rw-r--r-- | app-admin/drush/drush-4.4.ebuild | 35 | ||||
-rw-r--r-- | app-admin/drush/metadata.xml | 18 |
4 files changed, 80 insertions, 0 deletions
diff --git a/app-admin/drush/ChangeLog b/app-admin/drush/ChangeLog new file mode 100644 index 000000000000..b2d23e34dfce --- /dev/null +++ b/app-admin/drush/ChangeLog @@ -0,0 +1,13 @@ +# ChangeLog for app-admin/drush +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-admin/drush/ChangeLog,v 1.1 2011/05/26 22:22:01 ramereth Exp $ + +*drush-4.4 (26 May 2011) + + 26 May 2011; Lance Albertson <ramereth@gentoo.org> +drush-4.4.ebuild, + +metadata.xml: + Initial ebuild, resolves #313869 + + Thanks to Claes <letharion@gmail.com> and several others on the same ticket + for contributing to the original ebuild. + diff --git a/app-admin/drush/Manifest b/app-admin/drush/Manifest new file mode 100644 index 000000000000..24f535589917 --- /dev/null +++ b/app-admin/drush/Manifest @@ -0,0 +1,14 @@ +-----BEGIN PGP SIGNED MESSAGE----- +Hash: SHA1 + +DIST drush-4.4.tar.gz 253012 RMD160 31d0580692b1fd52dc79a232b6d227034777477c SHA1 2cb75bff825ccc793a1669d9c52c7325c9680464 SHA256 f6af5d259c169d0b3738568c9a8d114c8958df6deb5440fce3b5842e753fc88f +EBUILD drush-4.4.ebuild 971 RMD160 76e364cf9bbe5bf9233dc53532265717d038f6c6 SHA1 dcdc49f3675a4f326c667c81f30cce1616826f01 SHA256 2d5376ba20cdf349c24f2b56c738e20a4368b5f1c35b19497244b56f001a9d5a +MISC ChangeLog 478 RMD160 dd69227857b43bbedc2878e7b2949de4b2ffb784 SHA1 209cf5019b88d9230b0cc64a7f35dff59fc39356 SHA256 78a83c1e8530a068d6b0ceb9217c6c0e8d32b81ffd5462ca4132a9f63bb4c968 +MISC metadata.xml 636 RMD160 64d39c0052f3a534ad98e141efb460dd0b3f2b56 SHA1 625b01e6cd2f3ac676c27a187acf8032b10413e9 SHA256 51c1588e47c219c3dcf3d7c8ea409952c665f11f76a9f4509769d2b64fff28ea +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v2.0.17 (GNU/Linux) + +iD8DBQFN3tKEQW+hXSf0t0IRAk3pAKDKiWmsLMO444gK00otUQ9N7dn4YQCgjPJg +wzdidgN7j9bJ83EFUuOxYLw= +=R9mf +-----END PGP SIGNATURE----- diff --git a/app-admin/drush/drush-4.4.ebuild b/app-admin/drush/drush-4.4.ebuild new file mode 100644 index 000000000000..6b0a472cd8b0 --- /dev/null +++ b/app-admin/drush/drush-4.4.ebuild @@ -0,0 +1,35 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-admin/drush/drush-4.4.ebuild,v 1.1 2011/05/26 22:22:01 ramereth Exp $ + +EAPI="4" + +DESCRIPTION="Drush is a command line shell and scripting interface for Drupal" +HOMEPAGE="http://drupal.org/project/drush" +SRC_URI="http://ftp.drupal.org/files/projects/${PN}-7.x-${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="examples" + +DEPEND="dev-lang/php[cli,simplexml] dev-php/pear" +RDEPEND="${DEPEND}" +S="${WORKDIR}/${PN}" + +src_install() { + local docs="README.txt docs" + + insinto /usr/share/drush + doins -r . + exeinto /usr/share/drush + doexe drush + dosym /usr/share/drush/drush /usr/bin/drush + dodoc -r ${docs} + # cleanup + for i in ${docs} LICENSE.txt drush.bat examples includes/.gitignore ; do + rm -rf "${D}/usr/share/drush/${i}" + done + + use examples && cp -R examples "${D}"/usr/share/doc/"${PF}" +} diff --git a/app-admin/drush/metadata.xml b/app-admin/drush/metadata.xml new file mode 100644 index 000000000000..f0999801847e --- /dev/null +++ b/app-admin/drush/metadata.xml @@ -0,0 +1,18 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<herd>no-herd</herd> + <maintainer> + <email>ramereth@gentoo.org</email> + <name>Lance Albertson</name> + </maintainer> + <longdescription lang="en"> + Drush is a command line shell and scripting interface for Drupal, a + veritable Swiss Army knife designed to make life easier for those of us who + spend some of our working hours hacking away at the command prompt. + + See http://drush.ws, the homepage for the drush project. It contains many + important resources for drush users. + </longdescription> +</pkgmetadata> + |