Gentoo Archives: gentoo-commits

From: Brian Evans <grknight@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-php/phar-io-version/
Date: Fri, 16 Aug 2019 14:17:48
Message-Id: 1565965046.658968eeabd67d3f70b7019c3f7c32dd4aa7ad91.grknight@gentoo
1 commit: 658968eeabd67d3f70b7019c3f7c32dd4aa7ad91
2 Author: Brian Evans <grknight <AT> gentoo <DOT> org>
3 AuthorDate: Fri Aug 16 13:53:55 2019 +0000
4 Commit: Brian Evans <grknight <AT> gentoo <DOT> org>
5 CommitDate: Fri Aug 16 14:17:26 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=658968ee
7
8 dev-php/phar-io-version: Drop old
9
10 Package-Manager: Portage-2.3.71, Repoman-2.3.17
11 Signed-off-by: Brian Evans <grknight <AT> gentoo.org>
12
13 dev-php/phar-io-version/Manifest | 1 -
14 .../phar-io-version/phar-io-version-1.0.1.ebuild | 25 ----------------------
15 2 files changed, 26 deletions(-)
16
17 diff --git a/dev-php/phar-io-version/Manifest b/dev-php/phar-io-version/Manifest
18 index c9f122b7f3e..941d13b52f3 100644
19 --- a/dev-php/phar-io-version/Manifest
20 +++ b/dev-php/phar-io-version/Manifest
21 @@ -1,2 +1 @@
22 -DIST phar-io-version-1.0.1.tar.gz 8686 BLAKE2B 2cb7208f24ebce981b1b487170d8f07fd43c6dc53782e2797c3172736255e29863aa832d8e63f59e9f941fc154a1e3ebc6452437641f92521f84ddfdf2d3e6ec SHA512 c3bd6e7426bbac99c2b7028d86429f954daafebb7aea3c969305035ce5fc98c3d718f34efbf36658442bb4f60518dbb8217c314f2a3afd429e037120cc7428d9
23 DIST phar-io-version-2.0.1.tar.gz 10348 BLAKE2B 22a4f8426c14662781534e63ddb62e4e783fe563ae061c0c3ae87960e0c649d68adff9b19e4388e9aafc52184aa273e8ecc5df08f16e0918258a2a4862950181 SHA512 068d872ecafc3491c7cd27068fa2b35cf1d7e3abe21649677c935e897b6582d2efcdcbcef71a00f3b9b416320f6139c671411821ad41e3b7c906fac5288646ec
24
25 diff --git a/dev-php/phar-io-version/phar-io-version-1.0.1.ebuild b/dev-php/phar-io-version/phar-io-version-1.0.1.ebuild
26 deleted file mode 100644
27 index 6a4c90ec3d5..00000000000
28 --- a/dev-php/phar-io-version/phar-io-version-1.0.1.ebuild
29 +++ /dev/null
30 @@ -1,25 +0,0 @@
31 -# Copyright 1999-2018 Gentoo Foundation
32 -# Distributed under the terms of the GNU General Public License v2
33 -
34 -EAPI=6
35 -
36 -DESCRIPTION="Library for handling version information and constraints"
37 -HOMEPAGE="https://github.com/phar-io/version"
38 -SRC_URI="${HOMEPAGE}/archive/${PV}.tar.gz -> ${P}.tar.gz"
39 -
40 -LICENSE="BSD"
41 -SLOT="0"
42 -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
43 -IUSE=""
44 -
45 -S="${WORKDIR}/version-${PV}"
46 -
47 -RDEPEND="dev-php/fedora-autoloader
48 - dev-lang/php:*"
49 -
50 -src_install() {
51 - insinto /usr/share/php/PharIo/Version
52 - doins src/*.php
53 - doins "${FILESDIR}/autoload.php"
54 - dodoc README.md
55 -}