diff options
author | Michael Orlitzky <mjo@gentoo.org> | 2017-01-04 20:01:19 -0500 |
---|---|---|
committer | Michael Orlitzky <mjo@gentoo.org> | 2017-01-04 20:01:19 -0500 |
commit | d63e812e9c63c79b27fa4ea4b1a0c50d53a7318b (patch) | |
tree | 8c062316679dbeff833f2d3ea752588086b3a8a3 /dev-php/awl | |
parent | dev-php/phing: remove old version 2.8.2. (diff) | |
download | gentoo-d63e812e9c63c79b27fa4ea4b1a0c50d53a7318b.tar.gz gentoo-d63e812e9c63c79b27fa4ea4b1a0c50d53a7318b.tar.bz2 gentoo-d63e812e9c63c79b27fa4ea4b1a0c50d53a7318b.zip |
dev-php/awl: remove unused awl-0.53-r2 and awl-0.55-r1.
Package-Manager: portage-2.3.0
Diffstat (limited to 'dev-php/awl')
-rw-r--r-- | dev-php/awl/Manifest | 2 | ||||
-rw-r--r-- | dev-php/awl/awl-0.53-r2.ebuild | 30 | ||||
-rw-r--r-- | dev-php/awl/awl-0.55-r1.ebuild | 33 |
3 files changed, 0 insertions, 65 deletions
diff --git a/dev-php/awl/Manifest b/dev-php/awl/Manifest index 78309494c361..43f336717d7e 100644 --- a/dev-php/awl/Manifest +++ b/dev-php/awl/Manifest @@ -1,3 +1 @@ -DIST awl-0.53.tar.gz 308256 SHA256 8b012f6df172c70af2eb7f9f860b391429b3a261499c904d906532c34aee59ee SHA512 70bcfc9d52a46245a11fbe787e4818d183d6cbcad50f21ad821c1cc6fb9d58664231693d11b61db644f5fd50d77fea5e4491e16573d59427e89555ed21f8c72b WHIRLPOOL 76a4e745082dc16182a0b214653f6c691f913870056d47f75911aaffc5bb5a6f96deb65d850fd6d37b727cdda63680f48c1f1b88bf1165bca4c8d6c0c17f7bcf -DIST awl-0.55.tar.gz 765565 SHA256 69d8f51e8aefdfb6b5a0fc3e5e32f8b8d650c489079c8ebac5a6b65f2ad3ec89 SHA512 f4b0b81449bb244b27308022aed3f9b9093535bd9e76db2d13a8bf146f65eadc2b1d2a53f1d8e275b8c693301d371f2ddb2fa696b484368541dad51d893c4757 WHIRLPOOL dc0937651c4fd2304d2789b57fcf738c48a61b51ccd5cee57129a4e4cd454e83e4aec46287ab0ac0bdf98a6a7ad8e7bbb98cd32deb633a63d1f2ae54c91c4fb7 DIST awl-0.56.tar.gz 769208 SHA256 634115c8e5afe46a5160e39415364fe739df16b636764c5dfae40ace9ca13395 SHA512 6336d6f938330eee0b51f04665776269d974086ba56a3c8f4b7f53e7e17b637d899e9b329aeba3dcd690673a1a95a8cf03ae8417ebb9f356294314790915886a WHIRLPOOL ecdce29933c0bd67355285c4bb478908dc561fa22094d997435d80c6259b49846f1ae79a13c15d26897e1ed8ef0b616207d607797de991aeeb5e4076d5987b60 diff --git a/dev-php/awl/awl-0.53-r2.ebuild b/dev-php/awl/awl-0.53-r2.ebuild deleted file mode 100644 index 1c37fbe63af1..000000000000 --- a/dev-php/awl/awl-0.53-r2.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 - -DESCRIPTION="Andrew McMillan's web libraries: A collection of generic classes -used by the davical calendar server" -HOMEPAGE="http://andrew.mcmillan.net.nz/projects/awl" -SRC_URI="http://debian.mcmillan.net.nz/packages/${PN}/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="doc" - -RDEPEND="dev-lang/php:*[pdo,postgres,xml]" - -DOCS=( debian/README.Debian debian/changelog ) - -src_compile() { - : -} - -src_install() { - dodoc "${DOCS[@]}" - use doc && dohtml -r "docs/api/" - insinto "/usr/share/php/${PN}" - doins -r dba inc scripts -} diff --git a/dev-php/awl/awl-0.55-r1.ebuild b/dev-php/awl/awl-0.55-r1.ebuild deleted file mode 100644 index eb2c5ae25044..000000000000 --- a/dev-php/awl/awl-0.55-r1.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 - -DESCRIPTION="Andrew McMillan's Web Libraries" -HOMEPAGE="https://gitlab.com/davical-project/awl" -SRC_URI="${HOMEPAGE}/repository/archive.tar.gz?ref=r${PV} -> ${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="doc test" - -DEPEND="test? ( dev-php/phpunit )" -RDEPEND="dev-lang/php:*[pdo,postgres,xml]" -S="${WORKDIR}/${PN}.git" - -src_compile() { - : -} - -src_test() { - phpunit tests/ || die "test suite failed" -} - -src_install() { - dodoc debian/changelog - use doc && dohtml -r "docs/api/" - insinto "/usr/share/php/${PN}" - doins -r dba inc -} |