pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/math Remove math/R-latticeExtra and switch dependency ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a1567dbc5e66
branches:  trunk
changeset: 639617:a1567dbc5e66
user:      brook <brook%pkgsrc.org@localhost>
date:      Fri Sep 19 19:42:13 2014 +0000

description:
Remove math/R-latticeExtra and switch dependency to reimported package
in graphics/R-latticeExtra.

Note: this commit is part of reorganizing some of the recently
imported R packages, which are being reimported into more appropriate
categories (and removed from math) as a result of a recent discussion
on tech-pkg and privately with wiz@.  See the thread starting with:

  http://mail-index.netbsd.org/tech-pkg/2014/09/05/msg013558.html

diffstat:

 math/Makefile                |   3 +--
 math/R-DAAG/Makefile         |   4 ++--
 math/R-latticeExtra/DESCR    |   1 -
 math/R-latticeExtra/Makefile |  17 -----------------
 math/R-latticeExtra/distinfo |   5 -----
 5 files changed, 3 insertions(+), 27 deletions(-)

diffs (70 lines):

diff -r 917649ed29ac -r a1567dbc5e66 math/Makefile
--- a/math/Makefile     Fri Sep 19 16:54:42 2014 +0000
+++ b/math/Makefile     Fri Sep 19 19:42:13 2014 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.286 2014/09/03 21:34:51 brook Exp $
+# $NetBSD: Makefile,v 1.287 2014/09/19 19:42:13 brook Exp $
 
 COMMENT=       Mathematics
 
@@ -43,7 +43,6 @@
 SUBDIR+=       R-hwde
 SUBDIR+=       R-intervals
 SUBDIR+=       R-knitr
-SUBDIR+=       R-latticeExtra
 SUBDIR+=       R-lmm
 SUBDIR+=       R-mapproj
 SUBDIR+=       R-maps
diff -r 917649ed29ac -r a1567dbc5e66 math/R-DAAG/Makefile
--- a/math/R-DAAG/Makefile      Fri Sep 19 16:54:42 2014 +0000
+++ b/math/R-DAAG/Makefile      Fri Sep 19 19:42:13 2014 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2014/08/26 15:48:39 brook Exp $
+# $NetBSD: Makefile,v 1.11 2014/09/19 19:42:13 brook Exp $
 
 CATEGORIES=    math
 MASTER_SITES=  ${MASTER_SITE_R_CRAN:=contrib/}
@@ -11,7 +11,7 @@
 R_PKGNAME=     DAAG
 R_PKGVER=      1.20
 
-DEPENDS+=      R-latticeExtra>=0.6.26:../../math/R-latticeExtra
+DEPENDS+=      R-latticeExtra>=0.6.26:../../graphics/R-latticeExtra
 
 .include "../../math/R/Makefile.extension"
 .include "../../mk/bsd.pkg.mk"
diff -r 917649ed29ac -r a1567dbc5e66 math/R-latticeExtra/DESCR
--- a/math/R-latticeExtra/DESCR Fri Sep 19 16:54:42 2014 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,1 +0,0 @@
-Extra graphical utilities based on lattice.
diff -r 917649ed29ac -r a1567dbc5e66 math/R-latticeExtra/Makefile
--- a/math/R-latticeExtra/Makefile      Fri Sep 19 16:54:42 2014 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,17 +0,0 @@
-# $NetBSD: Makefile,v 1.1 2014/08/26 15:44:48 brook Exp $
-
-CATEGORIES=    math
-MASTER_SITES=  ${MASTER_SITE_R_CRAN:=contrib/}
-
-MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE=      ${R_HOMEPAGE_BASE}/latticeExtra/
-COMMENT=       Extra graphical utilities based on lattice
-LICENSE=       gnu-gpl-v2
-
-R_PKGNAME=     latticeExtra
-R_PKGVER=      0.6-26
-
-DEPENDS+=      R-RColorBrewer>=1.0.5:../../math/R-RColorBrewer
-
-.include "../../math/R/Makefile.extension"
-.include "../../mk/bsd.pkg.mk"
diff -r 917649ed29ac -r a1567dbc5e66 math/R-latticeExtra/distinfo
--- a/math/R-latticeExtra/distinfo      Fri Sep 19 16:54:42 2014 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,5 +0,0 @@
-$NetBSD: distinfo,v 1.1 2014/08/26 15:44:48 brook Exp $
-
-SHA1 (R/latticeExtra_0.6-26.tar.gz) = b3ffbce688ccabca143c9174c647f93edd23d7ab
-RMD160 (R/latticeExtra_0.6-26.tar.gz) = 2f0313fb3356aa12d0af36ba5cf77b18b1e432c4
-Size (R/latticeExtra_0.6-26.tar.gz) = 1295154 bytes



Home | Main Index | Thread Index | Old Index