Skip to content

Instantly share code, notes, and snippets.

@kenichi
Created August 2, 2013 22:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kenichi/6144030 to your computer and use it in GitHub Desktop.
Save kenichi/6144030 to your computer and use it in GitHub Desktop.
plv8js-9999.ebuild for gentoo portage
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
EAPI=5
inherit git
DESCRIPTION="PL/V8 Javascript for PostgreSQL"
HOMEPAGE="https://code.google.com/p/plv8js/"
SRC_URI=""
EGIT_REPO_URI="https://code.google.com/p/plv8js/"
LICENSE=""
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
DEPEND="
=dev-lang/v8-3.18.5.14
>=dev-db/postgresql-server-9.2"
RDEPEND="${DEPEND}"
src_unpack() {
git_src_unpack
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment