Gentoo Archives: gentoo-commits

From: Patrice Clement <monsieurp@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/entr/
Date: Sat, 13 Apr 2019 21:56:23
Message-Id: 1555192570.5105d7456169a7ccdb8fbcf4876a043c966ebbef.monsieurp@gentoo
1 commit: 5105d7456169a7ccdb8fbcf4876a043c966ebbef
2 Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
3 AuthorDate: Fri Apr 12 21:21:50 2019 +0000
4 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
5 CommitDate: Sat Apr 13 21:56:10 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5105d745
7
8 app-admin/entr: clean up old.
9
10 Signed-off-by: Patrice Clement <monsieurp <AT> gentoo.org>
11 Package-Manager: Portage-2.3.62, Repoman-2.3.11
12
13 app-admin/entr/Manifest | 2 --
14 app-admin/entr/entr-4.0.ebuild | 30 ------------------------------
15 app-admin/entr/entr-4.1.ebuild | 30 ------------------------------
16 3 files changed, 62 deletions(-)
17
18 diff --git a/app-admin/entr/Manifest b/app-admin/entr/Manifest
19 index a0af94ed25c..78ee30b53cf 100644
20 --- a/app-admin/entr/Manifest
21 +++ b/app-admin/entr/Manifest
22 @@ -1,3 +1 @@
23 -DIST entr-4.0.tar.gz 24758 BLAKE2B 6d57cb93d55bb362b8e771745c9333a5a5eaa156f36a7c9e7318d94f0056fc98b2071bcea7fd33b68ac1dc1d5332fc849e0ea89bc2582196acd51e1490fce96e SHA512 d803c27441448374a866636e0e592a8395488e162e2e8c031aafec3457d10041dc52e10d06cc1e209cd86f69ca021171ef105056206b9afe603a89958eef2707
24 -DIST entr-4.1.tar.gz 25265 BLAKE2B e90a50e7ac0917441db872fcc3b228bd2d16a77a7178810d004cb23510644843dbee1b9b47aedbe7b6b696501f994201f4eab404c6de950013c0b81b042382b0 SHA512 0a80aa9caa97f2603e43957b716bf5b5746cea8bfb2f2cc884aab8c97a34341d6223035fbb5d4bf86234ea1c9314c077cec9d59ba442a2730fcbd7151425a459
25 DIST entr-4.2.tar.gz 25599 BLAKE2B e1bf4e54df7077219d213d994a26ea10517dc88db92194d68acaa3a01e80ea3e81334b0b24bb39654da1d220b7175ab4088f583c46f9007e93e5da7fc7fe1c04 SHA512 67fc4eea415a5deffb59b493f17aa577746217c2cda6b5645d22541be6cc10ed949bb6e37bd46bc6e5cfd951f7ff611eb927be6f5d43db381437d3d1eb6f7968
26
27 diff --git a/app-admin/entr/entr-4.0.ebuild b/app-admin/entr/entr-4.0.ebuild
28 deleted file mode 100644
29 index 829cf311603..00000000000
30 --- a/app-admin/entr/entr-4.0.ebuild
31 +++ /dev/null
32 @@ -1,30 +0,0 @@
33 -# Copyright 1999-2018 Gentoo Foundation
34 -# Distributed under the terms of the GNU General Public License v2
35 -
36 -EAPI=6
37 -
38 -inherit toolchain-funcs vcs-snapshot
39 -
40 -DESCRIPTION="Run arbitrary commands when files change"
41 -HOMEPAGE="http://entrproject.org"
42 -SRC_URI="http://entrproject.org/code/${P}.tar.gz"
43 -
44 -LICENSE="ISC"
45 -SLOT="0"
46 -KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~amd64-fbsd"
47 -IUSE="test"
48 -
49 -src_configure() {
50 - sh configure || die
51 - sed -i -e 's#\(^PREFIX \).*#\1\?= /usr#' Makefile.bsd || die
52 -}
53 -
54 -src_compile() {
55 - export CC=$(tc-getCC)
56 - default
57 -}
58 -
59 -src_test() {
60 - export CC=$(tc-getCC)
61 - default
62 -}
63
64 diff --git a/app-admin/entr/entr-4.1.ebuild b/app-admin/entr/entr-4.1.ebuild
65 deleted file mode 100644
66 index 829cf311603..00000000000
67 --- a/app-admin/entr/entr-4.1.ebuild
68 +++ /dev/null
69 @@ -1,30 +0,0 @@
70 -# Copyright 1999-2018 Gentoo Foundation
71 -# Distributed under the terms of the GNU General Public License v2
72 -
73 -EAPI=6
74 -
75 -inherit toolchain-funcs vcs-snapshot
76 -
77 -DESCRIPTION="Run arbitrary commands when files change"
78 -HOMEPAGE="http://entrproject.org"
79 -SRC_URI="http://entrproject.org/code/${P}.tar.gz"
80 -
81 -LICENSE="ISC"
82 -SLOT="0"
83 -KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~amd64-fbsd"
84 -IUSE="test"
85 -
86 -src_configure() {
87 - sh configure || die
88 - sed -i -e 's#\(^PREFIX \).*#\1\?= /usr#' Makefile.bsd || die
89 -}
90 -
91 -src_compile() {
92 - export CC=$(tc-getCC)
93 - default
94 -}
95 -
96 -src_test() {
97 - export CC=$(tc-getCC)
98 - default
99 -}