Gentoo Archives: gentoo-commits

From: Michael Palimaka <kensington@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/open-vcdiff/
Date: Sat, 02 Sep 2017 14:46:21
Message-Id: 1504363565.733e57eca060461758e4ab2296f613a99ec8eab8.kensington@gentoo
1 commit: 733e57eca060461758e4ab2296f613a99ec8eab8
2 Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
3 AuthorDate: Sat Sep 2 14:44:01 2017 +0000
4 Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
5 CommitDate: Sat Sep 2 14:46:05 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=733e57ec
7
8 dev-util/open-vcdiff: remove 0.8.4-r0
9
10 Package-Manager: Portage-2.3.6, Repoman-2.3.3
11
12 dev-util/open-vcdiff/open-vcdiff-0.8.4.ebuild | 28 ---------------------------
13 1 file changed, 28 deletions(-)
14
15 diff --git a/dev-util/open-vcdiff/open-vcdiff-0.8.4.ebuild b/dev-util/open-vcdiff/open-vcdiff-0.8.4.ebuild
16 deleted file mode 100644
17 index 2cf96cbd62d..00000000000
18 --- a/dev-util/open-vcdiff/open-vcdiff-0.8.4.ebuild
19 +++ /dev/null
20 @@ -1,28 +0,0 @@
21 -# Copyright 1999-2017 Gentoo Foundation
22 -# Distributed under the terms of the GNU General Public License v2
23 -
24 -EAPI=5
25 -
26 -inherit eutils
27 -
28 -DESCRIPTION="An encoder/decoder for the VCDIFF (RFC3284) format"
29 -HOMEPAGE="https://github.com/google/open-vcdiff"
30 -SRC_URI="https://dev.gentoo.org/~floppym/dist/${P}.tar.gz"
31 -
32 -LICENSE="Apache-2.0"
33 -SLOT="0/0"
34 -KEYWORDS="~amd64 ~x86"
35 -IUSE=""
36 -
37 -src_prepare() {
38 - epatch "${FILESDIR}"/${P}-gcc6.patch
39 -}
40 -
41 -src_configure() {
42 - econf --disable-static
43 -}
44 -
45 -src_install() {
46 - emake DESTDIR="${D}" install
47 - prune_libtool_files
48 -}