diff options
Diffstat (limited to 'app-arch/par2cmdline/par2cmdline-0.6.11.ebuild')
-rw-r--r-- | app-arch/par2cmdline/par2cmdline-0.6.11.ebuild | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/app-arch/par2cmdline/par2cmdline-0.6.11.ebuild b/app-arch/par2cmdline/par2cmdline-0.6.11.ebuild deleted file mode 100644 index ea686d608af7..000000000000 --- a/app-arch/par2cmdline/par2cmdline-0.6.11.ebuild +++ /dev/null @@ -1,20 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -inherit autotools - -DESCRIPTION="A PAR-2.0 file verification and repair tool" -HOMEPAGE="https://github.com/BlackIkeEagle/par2cmdline" -SRC_URI="https://github.com/BlackIkeEagle/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos" -IUSE="" - -DOCS="AUTHORS ChangeLog README" # NEWS is empty, PORTING and ROADMAP are for building - -src_prepare() { - eautoreconf -} |