diff options
author | Michael Palimaka <kensington@gentoo.org> | 2017-09-03 00:44:01 +1000 |
---|---|---|
committer | Michael Palimaka <kensington@gentoo.org> | 2017-09-03 00:46:05 +1000 |
commit | 733e57eca060461758e4ab2296f613a99ec8eab8 (patch) | |
tree | 7e9f6f2906ba4f0bb533035a62c62df7f687d7d9 /dev-util/open-vcdiff | |
parent | app-text/htmldoc: remove 1.8.29 (diff) | |
download | gentoo-733e57eca060461758e4ab2296f613a99ec8eab8.tar.gz gentoo-733e57eca060461758e4ab2296f613a99ec8eab8.tar.bz2 gentoo-733e57eca060461758e4ab2296f613a99ec8eab8.zip |
dev-util/open-vcdiff: remove 0.8.4-r0
Package-Manager: Portage-2.3.6, Repoman-2.3.3
Diffstat (limited to 'dev-util/open-vcdiff')
-rw-r--r-- | dev-util/open-vcdiff/open-vcdiff-0.8.4.ebuild | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/dev-util/open-vcdiff/open-vcdiff-0.8.4.ebuild b/dev-util/open-vcdiff/open-vcdiff-0.8.4.ebuild deleted file mode 100644 index 2cf96cbd62d7..000000000000 --- a/dev-util/open-vcdiff/open-vcdiff-0.8.4.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -inherit eutils - -DESCRIPTION="An encoder/decoder for the VCDIFF (RFC3284) format" -HOMEPAGE="https://github.com/google/open-vcdiff" -SRC_URI="https://dev.gentoo.org/~floppym/dist/${P}.tar.gz" - -LICENSE="Apache-2.0" -SLOT="0/0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -src_prepare() { - epatch "${FILESDIR}"/${P}-gcc6.patch -} - -src_configure() { - econf --disable-static -} - -src_install() { - emake DESTDIR="${D}" install - prune_libtool_files -} |