diff options
author | Brian Evans <grknight@gentoo.org> | 2018-04-25 14:28:49 -0400 |
---|---|---|
committer | Brian Evans <grknight@gentoo.org> | 2018-04-25 14:42:08 -0400 |
commit | 75733135c432750188864e8f4d387636b3b8f0c7 (patch) | |
tree | 3f6cde7204508940ad9335b6dedf61a333119135 /dev-php/phptal | |
parent | dev-php/phptal: Version bump to 1.3.1 (diff) | |
download | gentoo-75733135c432750188864e8f4d387636b3b8f0c7.tar.gz gentoo-75733135c432750188864e8f4d387636b3b8f0c7.tar.bz2 gentoo-75733135c432750188864e8f4d387636b3b8f0c7.zip |
dev-php/phptal: Drop old
Package-Manager: Portage-2.3.31, Repoman-2.3.9
Diffstat (limited to 'dev-php/phptal')
-rw-r--r-- | dev-php/phptal/Manifest | 1 | ||||
-rw-r--r-- | dev-php/phptal/phptal-1.2.2.ebuild | 28 |
2 files changed, 0 insertions, 29 deletions
diff --git a/dev-php/phptal/Manifest b/dev-php/phptal/Manifest index 065e2d09aaa3..e24092ed7848 100644 --- a/dev-php/phptal/Manifest +++ b/dev-php/phptal/Manifest @@ -1,2 +1 @@ -DIST PHPTAL-1.2.2.tar.gz 163248 BLAKE2B d0b48a5131a4567eb058e6c3395bdfff7d0e9535dae036616dbfcb11564ce9db07bec8a77ee3201dcaff7a0bcdbb451b4d7443307d6092ba81d35b849f05603f SHA512 7af41180bccbc81481a48f474b1d2c811ba678706f85045611ff1e69c3ee820e27e6cf17ea58ec562120dcdaae1cf3d91f606a13b5c262906ceba7570b092d9b DIST phptal-1.3.1.tar.gz 272883 BLAKE2B 4914b8bb40464f22417fd7ed7dbf88709b95b69a69a905a5152ff640dd5af6af2be7c7d67a622d78029e4075b6b19d8d1bf537a4a6ccc0c97260e5183a961ecd SHA512 74856cbeab3f8d9d552bcb7275a0180fd25e7703230c90e4343fbe9be4001118b091fabbace89efa98a8bf0344f46edf36c4ba709ed0e9b040b82204ea3b7290 diff --git a/dev-php/phptal/phptal-1.2.2.ebuild b/dev-php/phptal/phptal-1.2.2.ebuild deleted file mode 100644 index d09c2bf8e06e..000000000000 --- a/dev-php/phptal/phptal-1.2.2.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -PHP_LIB_NAME="PHPTAL" - -DESCRIPTION="A templating engine for PHP5 that implements Zope Page Templates syntax" -HOMEPAGE="http://phptal.org/" -SRC_URI="http://phptal.org/files/${PHP_LIB_NAME}-${PV}.tar.gz" - -LICENSE="LGPL-2.1" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -DEPEND="" -RDEPEND="dev-lang/php" - -S="${WORKDIR}/${PHP_LIB_NAME}-${PV}" - -src_install() { - insinto /usr/share/php/${PN} - doins -r "${PHP_LIB_NAME}" - doins PHPTAL.php phptal_lint.php - - dodoc README -} |