summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-php/phpmailer/phpmailer-1.73.ebuild')
-rw-r--r--dev-php/phpmailer/phpmailer-1.73.ebuild35
1 files changed, 0 insertions, 35 deletions
diff --git a/dev-php/phpmailer/phpmailer-1.73.ebuild b/dev-php/phpmailer/phpmailer-1.73.ebuild
deleted file mode 100644
index 90591ec..0000000
--- a/dev-php/phpmailer/phpmailer-1.73.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2006 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-inherit php-lib-r1
-
-DESCRIPTION="PHP email transport class featuring multiple file attachments, SMTP servers, CCs, BCCs, HTML messages, and word wrap, and more."
-HOMEPAGE="http://phpmailer.sourceforge.net/"
-SRC_URI="mirror://sourceforge/phpmailer/${P}.tar.gz"
-LICENSE="LGPL-2.1"
-
-SLOT="0"
-KEYWORDS="~x86"
-IUSE=""
-
-DEPEND="${DEPEND}"
-RDEPEND="${RDEPEND}"
-
-need_php_by_category
-
-S=${WORKDIR}/${PN}
-
-src_install() {
-
- cd language
- LANGUAGES=$(ls *.php)
- cd ..
-
- # install php files
- php-lib-r1_src_install . *.php
- php-lib-r1_src_install language ${LANGUAGES}
-
- # install documentation
- dodoc-php docs phpdoc README ChangeLog.txt
-}