public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] dev/heroxbd:master commit in: sci-R/densityvis/
@ 2014-12-04  9:19 Benda XU
  0 siblings, 0 replies; 2+ messages in thread
From: Benda XU @ 2014-12-04  9:19 UTC (permalink / raw
  To: gentoo-commits

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}"


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [gentoo-commits] dev/heroxbd:master commit in: sci-R/densityvis/
@ 2016-06-02  2:37 Benda XU
  0 siblings, 0 replies; 2+ messages in thread
From: Benda XU @ 2016-06-02  2:37 UTC (permalink / raw
  To: gentoo-commits

commit:     d8cd3e4e11e78e619f6e36ba2229d61fa9c9764c
Author:     Benda Xu <heroxbd <AT> gentoo <DOT> org>
AuthorDate: Thu Jun  2 02:32:21 2016 +0000
Commit:     Benda XU <heroxbd <AT> gentoo <DOT> org>
CommitDate: Thu Jun  2 02:32:21 2016 +0000
URL:        https://gitweb.gentoo.org/dev/heroxbd.git/commit/?id=d8cd3e4e

sci-R/densityvis: remove.  it does not belong here.

 sci-R/densityvis/Manifest               |  1 -
 sci-R/densityvis/densityvis-9999.ebuild | 18 ------------------
 2 files changed, 19 deletions(-)

diff --git a/sci-R/densityvis/Manifest b/sci-R/densityvis/Manifest
deleted file mode 100644
index c57bb0f..0000000
--- a/sci-R/densityvis/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-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
deleted file mode 100644
index 0576810..0000000
--- a/sci-R/densityvis/densityvis-9999.ebuild
+++ /dev/null
@@ -1,18 +0,0 @@
-# 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}"


^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2016-06-02  2:37 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-12-04  9:19 [gentoo-commits] dev/heroxbd:master commit in: sci-R/densityvis/ Benda XU
  -- strict thread matches above, loose matches on Subject: below --
2016-06-02  2:37 Benda XU

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