Gentoo Archives: gentoo-commits

From: Michael Orlitzky <mjo@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-php/awl/
Date: Thu, 05 Jan 2017 01:01:34
Message-Id: 1483578079.d63e812e9c63c79b27fa4ea4b1a0c50d53a7318b.mjo@gentoo
1 commit: d63e812e9c63c79b27fa4ea4b1a0c50d53a7318b
2 Author: Michael Orlitzky <mjo <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jan 5 01:01:19 2017 +0000
4 Commit: Michael Orlitzky <mjo <AT> gentoo <DOT> org>
5 CommitDate: Thu Jan 5 01:01:19 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d63e812e
7
8 dev-php/awl: remove unused awl-0.53-r2 and awl-0.55-r1.
9
10 Package-Manager: portage-2.3.0
11
12 dev-php/awl/Manifest | 2 --
13 dev-php/awl/awl-0.53-r2.ebuild | 30 ------------------------------
14 dev-php/awl/awl-0.55-r1.ebuild | 33 ---------------------------------
15 3 files changed, 65 deletions(-)
16
17 diff --git a/dev-php/awl/Manifest b/dev-php/awl/Manifest
18 index 7830949..43f3367 100644
19 --- a/dev-php/awl/Manifest
20 +++ b/dev-php/awl/Manifest
21 @@ -1,3 +1 @@
22 -DIST awl-0.53.tar.gz 308256 SHA256 8b012f6df172c70af2eb7f9f860b391429b3a261499c904d906532c34aee59ee SHA512 70bcfc9d52a46245a11fbe787e4818d183d6cbcad50f21ad821c1cc6fb9d58664231693d11b61db644f5fd50d77fea5e4491e16573d59427e89555ed21f8c72b WHIRLPOOL 76a4e745082dc16182a0b214653f6c691f913870056d47f75911aaffc5bb5a6f96deb65d850fd6d37b727cdda63680f48c1f1b88bf1165bca4c8d6c0c17f7bcf
23 -DIST awl-0.55.tar.gz 765565 SHA256 69d8f51e8aefdfb6b5a0fc3e5e32f8b8d650c489079c8ebac5a6b65f2ad3ec89 SHA512 f4b0b81449bb244b27308022aed3f9b9093535bd9e76db2d13a8bf146f65eadc2b1d2a53f1d8e275b8c693301d371f2ddb2fa696b484368541dad51d893c4757 WHIRLPOOL dc0937651c4fd2304d2789b57fcf738c48a61b51ccd5cee57129a4e4cd454e83e4aec46287ab0ac0bdf98a6a7ad8e7bbb98cd32deb633a63d1f2ae54c91c4fb7
24 DIST awl-0.56.tar.gz 769208 SHA256 634115c8e5afe46a5160e39415364fe739df16b636764c5dfae40ace9ca13395 SHA512 6336d6f938330eee0b51f04665776269d974086ba56a3c8f4b7f53e7e17b637d899e9b329aeba3dcd690673a1a95a8cf03ae8417ebb9f356294314790915886a WHIRLPOOL ecdce29933c0bd67355285c4bb478908dc561fa22094d997435d80c6259b49846f1ae79a13c15d26897e1ed8ef0b616207d607797de991aeeb5e4076d5987b60
25
26 diff --git a/dev-php/awl/awl-0.53-r2.ebuild b/dev-php/awl/awl-0.53-r2.ebuild
27 deleted file mode 100644
28 index 1c37fbe..00000000
29 --- a/dev-php/awl/awl-0.53-r2.ebuild
30 +++ /dev/null
31 @@ -1,30 +0,0 @@
32 -# Copyright 1999-2015 Gentoo Foundation
33 -# Distributed under the terms of the GNU General Public License v2
34 -# $Id$
35 -
36 -EAPI=5
37 -
38 -DESCRIPTION="Andrew McMillan's web libraries: A collection of generic classes
39 -used by the davical calendar server"
40 -HOMEPAGE="http://andrew.mcmillan.net.nz/projects/awl"
41 -SRC_URI="http://debian.mcmillan.net.nz/packages/${PN}/${P}.tar.gz"
42 -
43 -LICENSE="GPL-2"
44 -SLOT="0"
45 -KEYWORDS="~amd64 ~x86"
46 -IUSE="doc"
47 -
48 -RDEPEND="dev-lang/php:*[pdo,postgres,xml]"
49 -
50 -DOCS=( debian/README.Debian debian/changelog )
51 -
52 -src_compile() {
53 - :
54 -}
55 -
56 -src_install() {
57 - dodoc "${DOCS[@]}"
58 - use doc && dohtml -r "docs/api/"
59 - insinto "/usr/share/php/${PN}"
60 - doins -r dba inc scripts
61 -}
62
63 diff --git a/dev-php/awl/awl-0.55-r1.ebuild b/dev-php/awl/awl-0.55-r1.ebuild
64 deleted file mode 100644
65 index eb2c5ae..00000000
66 --- a/dev-php/awl/awl-0.55-r1.ebuild
67 +++ /dev/null
68 @@ -1,33 +0,0 @@
69 -# Copyright 1999-2015 Gentoo Foundation
70 -# Distributed under the terms of the GNU General Public License v2
71 -# $Id$
72 -
73 -EAPI=5
74 -
75 -DESCRIPTION="Andrew McMillan's Web Libraries"
76 -HOMEPAGE="https://gitlab.com/davical-project/awl"
77 -SRC_URI="${HOMEPAGE}/repository/archive.tar.gz?ref=r${PV} -> ${P}.tar.gz"
78 -
79 -LICENSE="GPL-2"
80 -SLOT="0"
81 -KEYWORDS="~amd64 ~x86"
82 -IUSE="doc test"
83 -
84 -DEPEND="test? ( dev-php/phpunit )"
85 -RDEPEND="dev-lang/php:*[pdo,postgres,xml]"
86 -S="${WORKDIR}/${PN}.git"
87 -
88 -src_compile() {
89 - :
90 -}
91 -
92 -src_test() {
93 - phpunit tests/ || die "test suite failed"
94 -}
95 -
96 -src_install() {
97 - dodoc debian/changelog
98 - use doc && dohtml -r "docs/api/"
99 - insinto "/usr/share/php/${PN}"
100 - doins -r dba inc
101 -}