* [gentoo-commits] repo/gentoo:master commit in: dev-php/Savant3-Plugin-Form/, dev-php/Savant3/
@ 2017-02-08 15:06 Michael Orlitzky
0 siblings, 0 replies; only message in thread
From: Michael Orlitzky @ 2017-02-08 15:06 UTC (permalink / raw
To: gentoo-commits
commit: 6b7106b7f2ba5803e0360b64fc245f22fb464059
Author: Michael Orlitzky <mjo <AT> gentoo <DOT> org>
AuthorDate: Wed Feb 8 14:56:36 2017 +0000
Commit: Michael Orlitzky <mjo <AT> gentoo <DOT> org>
CommitDate: Wed Feb 8 15:05:47 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6b7106b7
dev-php/Savant3,dev-php/Savant3-Plugin-Form: remove masked packages.
Gentoo-Bug: 604884
dev-php/Savant3-Plugin-Form/Manifest | 1 -
.../Savant3-Plugin-Form-0.2.1.ebuild | 22 -----------
dev-php/Savant3-Plugin-Form/metadata.xml | 8 ----
dev-php/Savant3/Manifest | 1 -
dev-php/Savant3/Savant3-3.0.1-r1.ebuild | 45 ----------------------
dev-php/Savant3/metadata.xml | 8 ----
6 files changed, 85 deletions(-)
diff --git a/dev-php/Savant3-Plugin-Form/Manifest b/dev-php/Savant3-Plugin-Form/Manifest
deleted file mode 100644
index 884bf10051..0000000000
--- a/dev-php/Savant3-Plugin-Form/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST Savant3_Plugin_Form-0.2.1.tgz 17166 SHA256 10a1570b96a6278e052cb3967382e6268d5ca1e0439122acef3e1fe294021b5e SHA512 372ca80e4d3804b97bf07f96e383b45b6d5198fcb1fce1bfd5e363f534cc1b7745e8a3c6c9bfa77a4d5cc53a86eccfba895040b3825801596a87dadf65a645ee WHIRLPOOL 33b8fa9e29e502b1180dd3236a60da9690ce9c4cc016b2304d244d7ec723674132ff57878686be7f9e67deb164d6dde637d67b25b5a1204d0efbbb6b11f4ae5a
diff --git a/dev-php/Savant3-Plugin-Form/Savant3-Plugin-Form-0.2.1.ebuild b/dev-php/Savant3-Plugin-Form/Savant3-Plugin-Form-0.2.1.ebuild
deleted file mode 100644
index 37c6c53cf2..0000000000
--- a/dev-php/Savant3-Plugin-Form/Savant3-Plugin-Form-0.2.1.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=4
-
-inherit php-pear-lib-r1
-MY_P="${PN//-/_}-${PV}"
-
-KEYWORDS="~amd64 ~x86"
-
-DESCRIPTION="The Form Plugin for Savant3"
-HOMEPAGE="http://phpsavant.com/"
-SRC_URI="http://phpsavant.com/${MY_P}.tgz"
-LICENSE="LGPL-2.1"
-SLOT="0"
-IUSE=""
-
-DEPEND=""
-RDEPEND=">=dev-php/Savant3-3.0.0"
-
-S="${WORKDIR}/${MY_P}"
diff --git a/dev-php/Savant3-Plugin-Form/metadata.xml b/dev-php/Savant3-Plugin-Form/metadata.xml
deleted file mode 100644
index b86acf66c7..0000000000
--- a/dev-php/Savant3-Plugin-Form/metadata.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="project">
- <email>php-bugs@gentoo.org</email>
- <name>PHP</name>
- </maintainer>
-</pkgmetadata>
diff --git a/dev-php/Savant3/Manifest b/dev-php/Savant3/Manifest
deleted file mode 100644
index 339b8f7af6..0000000000
--- a/dev-php/Savant3/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST f3b4b70422bc743168d8e01443abc385d8acbef9.tar.gz 21921 SHA256 514359c8e831523b39b90c546cb09f8724ba2c925ab55b85a42666f403da5cd1 SHA512 77966146aed2a909005f0d103b27bc3b389e5edc63cc4090d8267dec4b42c96f65939752860f3833bb7f2255a9d1e9fc280d593916c9456b2590ccff0324ff89 WHIRLPOOL 260cc264407b0b9bbac7a70f129d13f5211b6181ccddff873a20559e8644624021ee24ef3301151e2cb46cf84f80459e19c93e1546de352b78fb341f9f6b7819
diff --git a/dev-php/Savant3/Savant3-3.0.1-r1.ebuild b/dev-php/Savant3/Savant3-3.0.1-r1.ebuild
deleted file mode 100644
index 946bd7e840..0000000000
--- a/dev-php/Savant3/Savant3-3.0.1-r1.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=6
-
-KEYWORDS="~amd64 ~x86"
-
-DESCRIPTION="The simple PHP template alternative to Smarty"
-HOMEPAGE="https://github.com/saltybeagle/Savant3"
-
-# This is the last commit before the Composer integration broke
-# everything.
-COMMIT=f3b4b70422bc743168d8e01443abc385d8acbef9
-SRC_URI="https://github.com/saltybeagle/Savant3/archive/${COMMIT}.tar.gz"
-LICENSE="LGPL-2.1"
-SLOT="0"
-IUSE="minimal test"
-
-DEPEND="test? ( dev-php/phpunit )"
-RDEPEND="dev-lang/php:*
- !minimal? ( >=dev-php/Savant3-Plugin-Form-0.2.1 )"
-
-S="${WORKDIR}/${PN}-${COMMIT}"
-
-src_install() {
- dodoc README.md
- insinto /usr/share/php/
- doins "${PN}.php"
- doins -r "${PN}"
-}
-
-src_test() {
- cd tests && phpunit . || die "test suite failed"
-}
-
-pkg_postinst() {
- elog "${PN} has been installed in /usr/share/php/."
- elog
- elog "To use it in your scripts, include the ${PN}.php file."
- elog "For example,"
- elog
- elog " require('${PN}.php');"
- elog
-}
diff --git a/dev-php/Savant3/metadata.xml b/dev-php/Savant3/metadata.xml
deleted file mode 100644
index b86acf66c7..0000000000
--- a/dev-php/Savant3/metadata.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="project">
- <email>php-bugs@gentoo.org</email>
- <name>PHP</name>
- </maintainer>
-</pkgmetadata>
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2017-02-08 15:06 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-02-08 15:06 [gentoo-commits] repo/gentoo:master commit in: dev-php/Savant3-Plugin-Form/, dev-php/Savant3/ Michael Orlitzky
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox