public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] dev/ultrabug:master commit in: dev-lang/apache-pig-bin/
@ 2012-07-12 11:56 Alexys Jacob
  0 siblings, 0 replies; only message in thread
From: Alexys Jacob @ 2012-07-12 11:56 UTC (permalink / raw
  To: gentoo-commits

commit:     983b67ef478210291ee1afb9cf8f6056e31ae778
Author:     Ultrabug <ultrabug <AT> gentoo <DOT> org>
AuthorDate: Thu Jul 12 11:56:49 2012 +0000
Commit:     Alexys Jacob <ultrabug <AT> gentoo <DOT> org>
CommitDate: Thu Jul 12 11:56:49 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=dev/ultrabug.git;a=commit;h=983b67ef

new apache-pig-bin ebuild

---
 dev-lang/apache-pig-bin/Manifest                   |    2 +
 .../apache-pig-bin/apache-pig-bin-0.10.0.ebuild    |   47 ++++++++++++++++++++
 2 files changed, 49 insertions(+), 0 deletions(-)

diff --git a/dev-lang/apache-pig-bin/Manifest b/dev-lang/apache-pig-bin/Manifest
new file mode 100644
index 0000000..b2ca67b
--- /dev/null
+++ b/dev-lang/apache-pig-bin/Manifest
@@ -0,0 +1,2 @@
+DIST pig-0.10.0.tar.gz 48307928 SHA256 70d3f1fa7c502324503b942362fcfcf62854103ce5e778e8808b230d677402f2 SHA512 019f728175c7e37873150ef3aaedf27d9a02b91e2fd6c6338a5210cf93e516a39597c8f23279880adf1166bf43d309d3b69a42451015b2532b14043b55d8f4bb WHIRLPOOL 67b170c5cf46572237795fe922b1d79ebd486a6a874a08639ce94ee1834be09eefcfb6e1ba32241b74a7ab7e0f7c43b084ccdd65b117e5b3b12db2a4ad8aa550
+EBUILD apache-pig-bin-0.10.0.ebuild 1037 SHA256 7002ac61785e856830f5a463ebe80c980673ee12d8f8f082ce8b1ea2efd106a8 SHA512 f01b04332714b06bf38f47618525a2b2eea9fa49d7fde1de8c7234c3aecc4900f3d5144e8797473daaaf11ddeca4498b1488ad32f03a61e22339c24b891723f7 WHIRLPOOL 04ebd301e3dd65d4c5d40dd217ad294a3656da55df77dad868f2678ff5148d747637975a8c5769f400d3006b9b55de06b2bfed87c45db707b7fbdf8b5dde2d9a

diff --git a/dev-lang/apache-pig-bin/apache-pig-bin-0.10.0.ebuild b/dev-lang/apache-pig-bin/apache-pig-bin-0.10.0.ebuild
new file mode 100644
index 0000000..5bed14d
--- /dev/null
+++ b/dev-lang/apache-pig-bin/apache-pig-bin-0.10.0.ebuild
@@ -0,0 +1,47 @@
+# Copyright 1999-2010 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI="4"
+
+inherit eutils
+
+MY_PN="pig"
+MY_P="${MY_PN}-${PV}"
+
+DESCRIPTION="High-level language and platform for analyzing large data sets"
+HOMEPAGE="http://hadoop.apache.org/"
+SRC_URI="mirror://apache/${MY_PN}/${MY_P}/${MY_P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+RESTRICT="mirror binchecks"
+IUSE=""
+
+DEPEND=""
+RDEPEND=">=virtual/jre-1.6
+	sys-cluster/apache-hadoop-bin"
+
+S="${WORKDIR}/${MY_P}"
+
+src_install() {
+	dobin bin/pig
+
+	insinto /usr/share/"${MY_PN}"
+	doins "${MY_P}"-withouthadoop.jar
+	newins "${MY_P}"-withouthadoop.jar "${MY_P}"-core.jar
+	mv "${S}"/{contrib,lib,scripts,src/packages/templates,test,tutorial} "${D}"/usr/share/"${MY_PN}" || die
+
+	insinto /etc/"${MY_PN}"
+	doins conf/*
+
+	dosbin src/packages/*.sh
+
+	dodoc README.txt RELEASE_NOTES.txt CHANGES.txt
+	dohtml -r docs/*
+}
+
+pkg_postinst() {
+	elog "For info on configuration see http://hadoop.apache.org/${MY_PN}/docs/r${PV}"
+}



^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2012-07-12 11:57 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-07-12 11:56 [gentoo-commits] dev/ultrabug:master commit in: dev-lang/apache-pig-bin/ Alexys Jacob

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox