summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Harder <radhermit@gentoo.org>2014-09-05 00:18:41 +0000
committerTim Harder <radhermit@gentoo.org>2014-09-05 00:18:41 +0000
commitc8060edbce57553dd34c7f2b7075679853e1d3d3 (patch)
tree0fd817d281fe524d85f0cf47ceca34ac7955dc74 /app-arch/par2cmdline/par2cmdline-0.6.9.ebuild
parentVersion bump. (diff)
downloadhistorical-c8060edbce57553dd34c7f2b7075679853e1d3d3.tar.gz
historical-c8060edbce57553dd34c7f2b7075679853e1d3d3.tar.bz2
historical-c8060edbce57553dd34c7f2b7075679853e1d3d3.zip
Version bump.
Package-Manager: portage-2.2.12/cvs/Linux x86_64 Manifest-Sign-Key: 0x4F064CA3
Diffstat (limited to 'app-arch/par2cmdline/par2cmdline-0.6.9.ebuild')
-rw-r--r--app-arch/par2cmdline/par2cmdline-0.6.9.ebuild21
1 files changed, 21 insertions, 0 deletions
diff --git a/app-arch/par2cmdline/par2cmdline-0.6.9.ebuild b/app-arch/par2cmdline/par2cmdline-0.6.9.ebuild
new file mode 100644
index 000000000000..05b3d26cef45
--- /dev/null
+++ b/app-arch/par2cmdline/par2cmdline-0.6.9.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-arch/par2cmdline/par2cmdline-0.6.9.ebuild,v 1.1 2014/09/05 00:18:35 radhermit Exp $
+
+EAPI=5
+inherit autotools
+
+DESCRIPTION="A PAR-2.0 file verification and repair tool"
+HOMEPAGE="http://github.com/BlackIkeEagle/par2cmdline"
+SRC_URI="http://github.com/BlackIkeEagle/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~x86 ~x86-interix ~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
+}