commit: b4f5712b77d3ee36b8dc2b0e94ba1f5b564202e9 Author: Benda Xu <heroxbd <AT> gentoo <DOT> org> AuthorDate: Thu Dec 4 08:39:31 2014 +0000 Commit: Benda XU <heroxbd <AT> gentoo <DOT> org> CommitDate: Thu Dec 4 08:39:31 2014 +0000 URL: http://sources.gentoo.org/gitweb/?p=dev/heroxbd.git;a=commit;h=b4f5712b
sci-R/densityvis: track R density tool for ggplot2 --- sci-R/densityvis/Manifest | 1 + sci-R/densityvis/densityvis-9999.ebuild | 18 ++++++++++++++++++ 2 files changed, 19 insertions(+) diff --git a/sci-R/densityvis/Manifest b/sci-R/densityvis/Manifest new file mode 100644 index 0000000..c57bb0f --- /dev/null +++ b/sci-R/densityvis/Manifest @@ -0,0 +1 @@ +EBUILD densityvis-9999.ebuild 471 SHA256 c09be7be9aaf520ebf4a0b6dfb9b3284bee6d4293ce49e6cbe6e8740bff21652 SHA512 7d95dfa1b4ed5dc5a616bd5b3a9fff6feeddad425af89548109c62b42b1755218dbf029d6836c729c3453919f03f4b78c48a50ad31728b81de1f272ffaee370e WHIRLPOOL 6d2df48250c1acb8754556f35f080162d6f8ed5fe06fd91032d916a4230f168ac079aea7466210a5754dbfd7617b94c877b2c57199e46debf922807ca131ed6e diff --git a/sci-R/densityvis/densityvis-9999.ebuild b/sci-R/densityvis/densityvis-9999.ebuild new file mode 100644 index 0000000..0576810 --- /dev/null +++ b/sci-R/densityvis/densityvis-9999.ebuild @@ -0,0 +1,18 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/pyplusplus/pyplusplus-9999.ebuild,v 1.1 2013/12/06 13:35:53 heroxbd Exp $ + +EAPI=5 + +inherit R-packages git-r3 + +DESCRIPTION="Tools for visualising densities" +HOMEPAGE="https://github.com/hadley/densityvis" + +EGIT_REPO_URI="https://github.com/hadley/${PN}.git" + +LICENSE=MIT +SLOT=0 + +DEPEND="dev-lang/R" +RDEPEND="${DEPEND}"
