From 9c8eac9b27819a6ad3c136d0a99b45181651be2b Mon Sep 17 00:00:00 2001 From: Bertrand Jacquin Date: Sat, 30 Sep 2017 16:58:47 +0100 Subject: dev-php: Remove ebuild used by outdated exchange.enlightenment.org --- dev-php/sfDoctrinePlugin/metadata.xml | 8 ---- .../sfDoctrinePlugin/sfDoctrinePlugin-1.1.ebuild | 24 ---------- dev-php/symfony/Manifest | 1 - ...sfValidatorFile-getMimeType-remove-charset.diff | 11 ----- dev-php/symfony/metadata.xml | 8 ---- dev-php/symfony/symfony-1.1.9.ebuild | 54 ---------------------- 6 files changed, 106 deletions(-) delete mode 100644 dev-php/sfDoctrinePlugin/metadata.xml delete mode 100644 dev-php/sfDoctrinePlugin/sfDoctrinePlugin-1.1.ebuild delete mode 100644 dev-php/symfony/Manifest delete mode 100644 dev-php/symfony/files/symfony-1.1.9-sfValidatorFile-getMimeType-remove-charset.diff delete mode 100644 dev-php/symfony/metadata.xml delete mode 100644 dev-php/symfony/symfony-1.1.9.ebuild (limited to 'dev-php') diff --git a/dev-php/sfDoctrinePlugin/metadata.xml b/dev-php/sfDoctrinePlugin/metadata.xml deleted file mode 100644 index 82f7232e..00000000 --- a/dev-php/sfDoctrinePlugin/metadata.xml +++ /dev/null @@ -1,8 +0,0 @@ - - - - - bertrand@jacquin.bzh - Bertrand Jacquin - - diff --git a/dev-php/sfDoctrinePlugin/sfDoctrinePlugin-1.1.ebuild b/dev-php/sfDoctrinePlugin/sfDoctrinePlugin-1.1.ebuild deleted file mode 100644 index 85c99b9e..00000000 --- a/dev-php/sfDoctrinePlugin/sfDoctrinePlugin-1.1.ebuild +++ /dev/null @@ -1,24 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 -inherit subversion - -DESCRIPTION="Doctrine plugin for Symfony" -HOMEPAGE="http://www.symfony-project.org/plugins/sfDoctrinePlugin" -ESVN_REPO_URI="http://svn.symfony-project.com/plugins/${PN}/branches/${PV}" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -RDEPEND=">=dev-lang/php-5.2.3[cli,pdo] - =dev-php/symfony-${PV}*" - -src_install() { - insinto "/usr/share/php/symfony/lib/plugins/${PN}" - doins -r config data lib - - dodoc README -} diff --git a/dev-php/symfony/Manifest b/dev-php/symfony/Manifest deleted file mode 100644 index 64183c13..00000000 --- a/dev-php/symfony/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST symfony-1.1.9.tgz 2134750 SHA512 7bf737949f8a2b02ea6ed26621a6fe76712e18aaae116a891f468ecc52185aac6bcacc238604dc753554223a42720596999a26707388903ff0ae13b86a483ee2 WHIRLPOOL aeb273109d414db091dfaf444ac4bcb5c8e72b85f11523d4d95d94432f6f2c2d153313c07da63d4ebf7fef741def2c1d5b6cd84303e534ff1dd070a9d9e97f36 diff --git a/dev-php/symfony/files/symfony-1.1.9-sfValidatorFile-getMimeType-remove-charset.diff b/dev-php/symfony/files/symfony-1.1.9-sfValidatorFile-getMimeType-remove-charset.diff deleted file mode 100644 index 05cfffa0..00000000 --- a/dev-php/symfony/files/symfony-1.1.9-sfValidatorFile-getMimeType-remove-charset.diff +++ /dev/null @@ -1,11 +0,0 @@ ---- lib/validator/sfValidatorFile.class.php 2013-08-16 12:47:46.370000000 -0700 -+++ lib/validator/sfValidatorFile.class.php 2013-08-16 12:52:39.250000000 -0700 -@@ -150,6 +150,8 @@ class sfValidatorFile extends sfValidato - } - - $mimeType = $this->getMimeType((string) $value['tmp_name'], (string) $value['type']); -+ // Remove Charset -+ $mimeType = preg_replace("/; (.*)$/", "", $mimeType); - - // check mime type - if ($this->hasOption('mime_types')) diff --git a/dev-php/symfony/metadata.xml b/dev-php/symfony/metadata.xml deleted file mode 100644 index 82f7232e..00000000 --- a/dev-php/symfony/metadata.xml +++ /dev/null @@ -1,8 +0,0 @@ - - - - - bertrand@jacquin.bzh - Bertrand Jacquin - - diff --git a/dev-php/symfony/symfony-1.1.9.ebuild b/dev-php/symfony/symfony-1.1.9.ebuild deleted file mode 100644 index 0869e5b8..00000000 --- a/dev-php/symfony/symfony-1.1.9.ebuild +++ /dev/null @@ -1,54 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 -inherit eutils - -DESCRIPTION="Open-source PHP5 professional web framework" -HOMEPAGE="https://symfony.com/legacy" -SRC_URI="http://pear.symfony-project.com/get/${P}.tgz" - -LICENSE="MIT LGPL-2.1 BSD BSD-2 FDL-1.2" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -RDEPEND=">=dev-lang/php-5.3[cli,ctype,iconv,session,simplexml,tokenizer,unicode,xml]" - -src_prepare() { - default - - eapply "${FILESDIR}/${P}-sfValidatorFile-getMimeType-remove-charset.diff" -} - -src_install() { - rm data/bin/create_sandbox.sh data/bin/SANDBOX_README - rm data/bin/release.php - rm data/bin/symfony.bat - - rm -r lib/plugins/sfPropelPlugin/lib/vendor/propel-generator/bin - rm -r lib/plugins/sfPropelPlugin/lib/vendor/propel-generator/pear - rm lib/plugins/sfPropelPlugin/lib/vendor/propel-generator/build* - rm lib/plugins/sfPropelPlugin/lib/vendor/propel-generator/{CHANGELOG,INSTALL} - - find "${S}" -type f \ - -name 'LICENSE*' \ - -or -name 'default.properties' \ - | xargs --no-run-if-empty -- \ - rm - - insinto "/usr/share/php/${PN}" - doins -r data lib - - # Make executable all shebanged files - find "${ED}" -type f \ - | xargs -n 1 --no-run-if-empty -- \ - awk 'NR == 1 && /^#!/ {print FILENAME}' \ - | sed -e "s:${ED}:/:" \ - | xargs --no-run-if-empty -- \ - fperms 755 - - dosym "/usr/share/php/${PN}/data/bin/${PN}" "/usr/bin/${PN}" - - dodoc COPYRIGHT README doc/*.txt -} -- cgit v1.2.3