Gentoo Archives: gentoo-commits

From: Benda XU <heroxbd@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] dev/heroxbd:master commit in: sci-R/densityvis/
Date: Thu, 02 Jun 2016 02:37:53
Message-Id: 1464834741.d8cd3e4e11e78e619f6e36ba2229d61fa9c9764c.heroxbd@gentoo
1 commit: d8cd3e4e11e78e619f6e36ba2229d61fa9c9764c
2 Author: Benda Xu <heroxbd <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jun 2 02:32:21 2016 +0000
4 Commit: Benda XU <heroxbd <AT> gentoo <DOT> org>
5 CommitDate: Thu Jun 2 02:32:21 2016 +0000
6 URL: https://gitweb.gentoo.org/dev/heroxbd.git/commit/?id=d8cd3e4e
7
8 sci-R/densityvis: remove. it does not belong here.
9
10 sci-R/densityvis/Manifest | 1 -
11 sci-R/densityvis/densityvis-9999.ebuild | 18 ------------------
12 2 files changed, 19 deletions(-)
13
14 diff --git a/sci-R/densityvis/Manifest b/sci-R/densityvis/Manifest
15 deleted file mode 100644
16 index c57bb0f..0000000
17 --- a/sci-R/densityvis/Manifest
18 +++ /dev/null
19 @@ -1 +0,0 @@
20 -EBUILD densityvis-9999.ebuild 471 SHA256 c09be7be9aaf520ebf4a0b6dfb9b3284bee6d4293ce49e6cbe6e8740bff21652 SHA512 7d95dfa1b4ed5dc5a616bd5b3a9fff6feeddad425af89548109c62b42b1755218dbf029d6836c729c3453919f03f4b78c48a50ad31728b81de1f272ffaee370e WHIRLPOOL 6d2df48250c1acb8754556f35f080162d6f8ed5fe06fd91032d916a4230f168ac079aea7466210a5754dbfd7617b94c877b2c57199e46debf922807ca131ed6e
21
22 diff --git a/sci-R/densityvis/densityvis-9999.ebuild b/sci-R/densityvis/densityvis-9999.ebuild
23 deleted file mode 100644
24 index 0576810..0000000
25 --- a/sci-R/densityvis/densityvis-9999.ebuild
26 +++ /dev/null
27 @@ -1,18 +0,0 @@
28 -# Copyright 1999-2014 Gentoo Foundation
29 -# Distributed under the terms of the GNU General Public License v2
30 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pyplusplus/pyplusplus-9999.ebuild,v 1.1 2013/12/06 13:35:53 heroxbd Exp $
31 -
32 -EAPI=5
33 -
34 -inherit R-packages git-r3
35 -
36 -DESCRIPTION="Tools for visualising densities"
37 -HOMEPAGE="https://github.com/hadley/densityvis"
38 -
39 -EGIT_REPO_URI="https://github.com/hadley/${PN}.git"
40 -
41 -LICENSE=MIT
42 -SLOT=0
43 -
44 -DEPEND="dev-lang/R"
45 -RDEPEND="${DEPEND}"