Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-php/awl/
Date: Fri, 27 Apr 2018 09:40:50
Message-Id: 1524822016.6d923e5996359ffd5863f1e1e3ba3b522c4b8216.soap@gentoo
1 commit: 6d923e5996359ffd5863f1e1e3ba3b522c4b8216
2 Author: Till Schäfer <till2.schaefer <AT> uni-dortmund <DOT> de>
3 AuthorDate: Wed Apr 25 14:54:52 2018 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Fri Apr 27 09:40:16 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6d923e59
7
8 dev-php/awl: use official release tarball
9
10 drop outdated version
11
12 Bug: https://bugs.gentoo.org/653988
13
14 Package-Manager: Portage-2.3.24, Repoman-2.3.6
15 Closes: https://github.com/gentoo/gentoo/pull/8131
16
17 dev-php/awl/Manifest | 3 +--
18 dev-php/awl/awl-0.56.ebuild | 36 ------------------------------------
19 dev-php/awl/awl-0.59.ebuild | 8 ++++----
20 3 files changed, 5 insertions(+), 42 deletions(-)
21
22 diff --git a/dev-php/awl/Manifest b/dev-php/awl/Manifest
23 index 4ef39b86d5b..0e6e65794b8 100644
24 --- a/dev-php/awl/Manifest
25 +++ b/dev-php/awl/Manifest
26 @@ -1,2 +1 @@
27 -DIST awl-0.56.tar.gz 769208 BLAKE2B 08513675d8d26fab26429a6e51cfd7dc3b00aa7cec6538789e6bbd2853989bf563ffba0df3cda61359f30ab672a74798251213e58423cbc4a77185ffd74e6716 SHA512 6336d6f938330eee0b51f04665776269d974086ba56a3c8f4b7f53e7e17b637d899e9b329aeba3dcd690673a1a95a8cf03ae8417ebb9f356294314790915886a
28 -DIST awl-0.59.tar.gz 601449 BLAKE2B 606c52bdad06e6fa130fd20f7da25bc75c7357c81c1d34d88bb62c43b56857eb95492581b8845ff97416d94d64135ccaa5bcba0b3989a115156ade05bc1b26b8 SHA512 d3e82e7f3269c1c02c801628498768ec94a8d215b719369e8ee997d67c86c5e4e780571852a077511ffffbe91ade1d05bfc60ee03624fbaada1ce23f7335d3e3
29 +DIST awl-0.59.tar.xz 124652 BLAKE2B 45b6271c175c23597c56f3d2ecc906ffc7d32feb4d8d51529e8ff861791b901f7076a1ed2aaa2309101c7d0e8aa1a48327f2d2cc4fca2738fffc55fe7665c310 SHA512 98a7bf336d5677146e06d3d8f320b67ae2a034d2b7ad32d64998993ed29431fbcf8f7c8f972ccfa55d81af32f1b413e265850181a505022e9ad350a8a670e6b6
30
31 diff --git a/dev-php/awl/awl-0.56.ebuild b/dev-php/awl/awl-0.56.ebuild
32 deleted file mode 100644
33 index 8a65231a9a6..00000000000
34 --- a/dev-php/awl/awl-0.56.ebuild
35 +++ /dev/null
36 @@ -1,36 +0,0 @@
37 -# Copyright 1999-2015 Gentoo Foundation
38 -# Distributed under the terms of the GNU General Public License v2
39 -
40 -EAPI=5
41 -
42 -DESCRIPTION="Andrew McMillan's Web Libraries"
43 -HOMEPAGE="https://gitlab.com/davical-project/awl"
44 -SRC_URI="${HOMEPAGE}/repository/archive.tar.gz?ref=r${PV} -> ${P}.tar.gz"
45 -
46 -LICENSE="GPL-2"
47 -SLOT="0"
48 -KEYWORDS="~amd64 ~x86"
49 -IUSE="doc test"
50 -
51 -DEPEND="test? ( dev-php/phpunit )"
52 -RDEPEND="dev-lang/php:*[pdo,postgres,xml]"
53 -
54 -src_unpack() {
55 - default_src_unpack
56 - mv awl-* awl-${PV} || die "Ouch"
57 -}
58 -
59 -src_compile() {
60 - :
61 -}
62 -
63 -src_test() {
64 - phpunit tests/ || die "test suite failed"
65 -}
66 -
67 -src_install() {
68 - dodoc debian/changelog
69 - use doc && dohtml -r "docs/api/"
70 - insinto "/usr/share/php/${PN}"
71 - doins -r dba inc
72 -}
73
74 diff --git a/dev-php/awl/awl-0.59.ebuild b/dev-php/awl/awl-0.59.ebuild
75 index 24b33af893f..3364d36a1b4 100644
76 --- a/dev-php/awl/awl-0.59.ebuild
77 +++ b/dev-php/awl/awl-0.59.ebuild
78 @@ -3,11 +3,9 @@
79
80 EAPI=6
81
82 -inherit vcs-snapshot
83 -
84 DESCRIPTION="Andrew McMillan's Web Libraries"
85 HOMEPAGE="https://gitlab.com/davical-project/awl"
86 -SRC_URI="${HOMEPAGE}/repository/archive.tar.gz?ref=r${PV} -> ${P}.tar.gz"
87 +SRC_URI="https://www.davical.org/downloads/${PN}_${PV}.orig.tar.xz -> ${P}.tar.xz"
88
89 LICENSE="GPL-2"
90 SLOT="0"
91 @@ -17,6 +15,8 @@ IUSE="test"
92 DEPEND="test? ( dev-php/phpunit )"
93 RDEPEND="dev-lang/php:*[pdo,postgres,xml]"
94
95 +S="${WORKDIR}"
96 +
97 src_compile() {
98 :
99 }
100 @@ -26,7 +26,7 @@ src_test() {
101 }
102
103 src_install() {
104 - dodoc debian/changelog
105 + einstalldocs
106 insinto /usr/share/php/${PN}
107 doins -r dba inc
108 }