summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcus D. Hanwell <cryos@gentoo.org>2005-05-25 13:35:59 +0000
committerMarcus D. Hanwell <cryos@gentoo.org>2005-05-25 13:35:59 +0000
commit86a72ec269b358abe5bb0a13a370a60bb12de9da (patch)
tree80c807fcd42373f15453cca6122af8b99a7872b9 /dev-lang
parentStable on x86. (diff)
downloadhistorical-86a72ec269b358abe5bb0a13a370a60bb12de9da.tar.gz
historical-86a72ec269b358abe5bb0a13a370a60bb12de9da.tar.bz2
historical-86a72ec269b358abe5bb0a13a370a60bb12de9da.zip
Removed old version.
Package-Manager: portage-2.0.51.22-r1
Diffstat (limited to 'dev-lang')
-rw-r--r--dev-lang/R/ChangeLog5
-rw-r--r--dev-lang/R/Manifest20
-rw-r--r--dev-lang/R/R-1.9.0-r1.ebuild137
-rw-r--r--dev-lang/R/files/digest-R-1.9.0-r11
-rw-r--r--dev-lang/perl/Manifest70
5 files changed, 48 insertions, 185 deletions
diff --git a/dev-lang/R/ChangeLog b/dev-lang/R/ChangeLog
index 94eacb4de1b0..b190d1715e1a 100644
--- a/dev-lang/R/ChangeLog
+++ b/dev-lang/R/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-lang/R
# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/R/ChangeLog,v 1.46 2005/05/25 05:42:17 lu_zero Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/R/ChangeLog,v 1.47 2005/05/25 13:35:59 cryos Exp $
+
+ 25 May 2005; Marcus D. Hanwell <cryos@gentoo.org> -R-1.9.0-r1.ebuild:
+ Removed old version.
25 May 2005; Luca Barbato <lu_zero@gentoo.org> R-2.0.1.ebuild:
Marked ppc
diff --git a/dev-lang/R/Manifest b/dev-lang/R/Manifest
index 592bab4bb974..e8139e022bdd 100644
--- a/dev-lang/R/Manifest
+++ b/dev-lang/R/Manifest
@@ -1,10 +1,18 @@
-MD5 8c623e53daafa025137077c6b65815bd metadata.xml 156
-MD5 256fd2dcdd6ccf4cd3457ccaa25d8d8c R-2.0.1.ebuild 3609
-MD5 7d7d66b4616a3a5b6cc639cabbfda7e2 ChangeLog 7448
+-----BEGIN PGP SIGNED MESSAGE-----
+Hash: SHA1
+
MD5 ba11424ce6f3493c306ef4a9fe4c2db6 R-2.1.0-r1.ebuild 2518
-MD5 ad67b46cbe76484c3613ba1fa7ea25f7 R-1.9.0-r1.ebuild 4041
-MD5 eec0037e7f2073028a10b5028ee8b0bc files/digest-R-2.0.1 61
+MD5 256fd2dcdd6ccf4cd3457ccaa25d8d8c R-2.0.1.ebuild 3609
+MD5 94319602651407813c33cf65cac2fa71 ChangeLog 7542
+MD5 8c623e53daafa025137077c6b65815bd metadata.xml 156
MD5 35b08f0bf56b91051f76faa75d70eb9f files/digest-R-2.1.0-r1 61
-MD5 c85aa52863a8206a8f7a5f74e1439225 files/digest-R-1.9.0-r1 57
MD5 44015fe4137f1326769e89f2c2c2eda7 files/R-logo.png 4867
MD5 15ce6e575cf7a5844aa8deecb504e7be files/R.desktop 425
+MD5 eec0037e7f2073028a10b5028ee8b0bc files/digest-R-2.0.1 61
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v1.4.1 (GNU/Linux)
+
+iD8DBQFClH9ZntT9W3vfTuoRAhPcAJ9mIYNZd5bPc6SxycV0EzZKrrDaDwCePsAv
+o60coXgYlbhbqpD17kELS+g=
+=UtJj
+-----END PGP SIGNATURE-----
diff --git a/dev-lang/R/R-1.9.0-r1.ebuild b/dev-lang/R/R-1.9.0-r1.ebuild
deleted file mode 100644
index ab4dd5ea1429..000000000000
--- a/dev-lang/R/R-1.9.0-r1.ebuild
+++ /dev/null
@@ -1,137 +0,0 @@
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/R/R-1.9.0-r1.ebuild,v 1.14 2005/02/02 13:46:17 kugelfang Exp $
-
-inherit 64-bit
-
-IUSE="blas X tcltk gnome zlib bzlib pcre f2c"
-
-DESCRIPTION="R is GNU S - A language and environment for statistical computing and graphics."
-
-SRC_URI="http://cran.r-project.org/src/base/${P}.tgz"
-
- #There are daily release patches, don't know how to utilize these
- #"ftp://ftp.stat.math.ethz.ch/Software/${PN}/${PN}-release.diff.gz"
-
-HOMEPAGE="http://www.r-project.org/"
-
-DEPEND="virtual/libc
- >=dev-lang/perl-5.6.1-r3
- >=sys-libs/readline-4.1-r3
- zlib? ( >=sys-libs/zlib-1.1.3-r2 )
- >=media-libs/jpeg-6b-r2
- >=media-libs/libpng-1.2.1
- blas? ( virtual/blas )
- f2c? ( dev-lang/f2c >=dev-libs/libf2c-20021004-r1 )
- X? ( virtual/x11 )
- tcltk? ( dev-lang/tk )
- pcre? ( dev-libs/libpcre )
- bzlib? ( app-arch/bzip2 )
- gnome? ( >=gnome-base/gnome-libs-1.4.1.4
- >=gnome-base/libglade-0.17
- >=dev-libs/libxml-1.8.16
- =gnome-base/orbit-0*
- >=media-libs/imlib-1.9.10
- >=x11-libs/gtk+-1.2.10
- >=dev-libs/glib-1.2.10
- >=media-sound/esound-0.2.23
- >=media-libs/audiofile-0.2.1 )"
-
-SLOT="0"
-LICENSE="GPL-2 LGPL-2.1"
-KEYWORDS="x86 sparc ppc amd64"
-
-pkg_setup() {
- if [ -z "$(which g77 2>/dev/null)" ]; then
- einfo "Couldn't find g77 Fortran Compiler."
- if 64-bit && use f2c; then
- eerror "You can't use f2c for dev-lang/R on 64-bit arches."
- eerror "Please remerge gcc with USE=\"g77\""
- die "dev-lang/R is incompatible with f2c on 64-bit arches."
- fi
- if ! use f2c; then
- eerror "Trying to emerge this packet w/o fortran compiler."
- eerror "Try again with USE=\"f2c\" emerge dev-lang/R."
- die "No fortran compiler, no f2c."
- else
- einfo "Using f2c to translate fortran sources."
- fi
- fi
-}
-
-src_unpack() {
- unpack ${A}
- cd ${S}
- sed -e 's/^#define NeedFunctionPrototypes 0/#define NeedFunctionPrototypes 1/' \
- -i src/modules/X11/dataentry.c || die "sed failed"
-}
-
-src_compile() {
- addwrite "/var/cache/fonts"
- local myconf="--enable-static --enable-R-profiling --enable-R-shlib --with-readline"
-
- use zlib || myconf="${myconf} --with-zlib" #default disabled
- use bzlib || myconf="${myconf} --with-bzlib" #default disabled
- use pcre || myconf="${myconf} --with-pcre" #default disabled
-
- # Using the blas USE flag now instead atlas, as atlas now
- # has been broken into blas-atlas and lapack-atlas.
- # Danny van Dyk <kugelfang@gentoo.org> 2004/07/11
- use blas || myconf="${myconf} --without-blas" #default enabled
-
- use X || myconf="${myconf} --without-x" #default enabled
-
- if use tcltk; then
- #configure needs to find the files tclConfig.sh and tkConfig.sh
- myconf="${myconf} --with-tcltk --with-tcl-config=/usr/lib/tclConfig.sh --with-tk-config=/usr/lib/tkConfig.sh"
- else
- myconf="${myconf} --without-tcltk"
- fi
-
- use gnome && myconf="${myconf} --with-gnome" #default disabled
-
- ./configure \
- --host=${CHOST} \
- --prefix=/usr \
- --infodir=/usr/share/info \
- --mandir=/usr/share/man \
- ${myconf} || die "./configure failed"
-
- emake || die
-
-}
-
-src_install () {
-
- make \
- prefix=${D}/usr \
- mandir=${D}/usr/share/man \
- infodir=${D}/usr/share/info \
- install || die "Installation Failed"
-
- #fix the R wrapper script to have the correct R_HOME_DIR
- #sed regexp borrowed from included debian rules
- cp ${D}/usr/lib/R/bin/R ${S}/bin/R.orig
- sed -e '/^R_HOME_DIR=.*/s::R_HOME_DIR=/usr/lib/R:' \
- ${S}/bin/R.orig > ${D}/usr/lib/R/bin/R
-
- #R installs two identical wrappers under /usr/bin and /usr/lib/R/bin/
- #the 2nd one is corrected by above sed, for the 1st
- #I'll just symlink it into /usr/bin
- cd ${D}/usr/bin/
- rm R
- dosym ../lib/R/bin/R /usr/bin/R
- cd ${S}
-
- dodoc AUTHORS BUGS COPYING* ChangeLog FAQ INSTALL *NEWS README \
- RESOURCES THANKS VERSION Y2K
-
- #Add rudimentary menu entry if gnome
- if use gnome; then
- insinto /usr/share/gnome/apps/Applications
- doins ${FILESDIR}/R.desktop
- insinto /usr/share/pixmaps
- doins ${FILESDIR}/R-logo.png
- fi
-
-}
diff --git a/dev-lang/R/files/digest-R-1.9.0-r1 b/dev-lang/R/files/digest-R-1.9.0-r1
deleted file mode 100644
index cb20649d63df..000000000000
--- a/dev-lang/R/files/digest-R-1.9.0-r1
+++ /dev/null
@@ -1 +0,0 @@
-MD5 79ae9d20a7bed94d7c92504c8c130310 R-1.9.0.tgz 9505598
diff --git a/dev-lang/perl/Manifest b/dev-lang/perl/Manifest
index a41c2ba548fb..440c618617fb 100644
--- a/dev-lang/perl/Manifest
+++ b/dev-lang/perl/Manifest
@@ -1,52 +1,42 @@
------BEGIN PGP SIGNED MESSAGE-----
-Hash: SHA1
-
+MD5 3c1dfcc6af33872314a8cc92eff6f90e ChangeLog 36144
+MD5 e2d8f1bf77722def1dd432e26455c818 metadata.xml 305
+MD5 c1e2ae209df9cac86171e3c7067c7590 perl-5.8.2-r4.ebuild 11084
MD5 994914600d0321d557517e19f2e89524 perl-5.8.4-r4.ebuild 13221
MD5 41209d7161da73d7712064aed0e118b3 perl-5.8.5-r5.ebuild 12862
MD5 3ec8b13fa8ed42facb08d19dcae33ba8 perl-5.8.6-r4.ebuild 13107
-MD5 290826f9f4eb8a2c1a587948b6a93c68 perl-5.8.2-r4.ebuild 11083
-MD5 6f2e3d2ecd3234964175430e74fac3f5 ChangeLog 36008
-MD5 e2d8f1bf77722def1dd432e26455c818 metadata.xml 305
-MD5 060e9f10466fdc1268c75a7cf4dcbc7c files/perl-5.8.0-RC2-special-h2ph-not-failing-on-machine_ansi_header.patch 446
-MD5 4e99f7529e149661372283c981cf17ff files/perl-5.8.6-prelink-lpthread.patch 476
-MD5 319b56a7ce715fb7a494fe4d5cb9474c files/perl-5.8.4-picdl.patch 250
-MD5 01af75daf3d222a668059e90d78a1f9d files/perl-5.8.4-nonblock.patch 400
-MD5 d9412dab085f22309997c8f08ea1ac85 files/perl-5.8.6-reorder-INC.patch 2211
-MD5 4e99f7529e149661372283c981cf17ff files/perl-5.8.5-prelink-lpthread.patch 476
-MD5 3195cf2f1f12f77ecc5b9c4fe9ea0995 files/libperl_rebuilder 10556
-MD5 d9412dab085f22309997c8f08ea1ac85 files/perl-5.8.4-reorder-INC.patch 2211
-MD5 4e99f7529e149661372283c981cf17ff files/perl-5.8.4-prelink-lpthread.patch 476
-MD5 d9412dab085f22309997c8f08ea1ac85 files/perl-5.8.2-reorder-INC.patch 2211
-MD5 076dcbef37263d6dd7af719b55cfc2de files/perl-5.8.4-noksh.patch 611
MD5 bd75f0242e3b7791803d089c38a3f920 files/CAN-2005-0156-suid.patch 703
-MD5 2e12f5128439c83b3c5a3615253f4d8f files/perl-cleaner 8606
-MD5 5dfd23c2236b382d031a9513bc12f3f1 files/perl-5.8.5-tempfiles.patch 2113
-MD5 319b56a7ce715fb7a494fe4d5cb9474c files/perl-5.8.5-picdl.patch 250
-MD5 0a28eb41f5f12ed54f025004af45c83d files/perl-5.8.2-perldoc-emptydirs.patch 489
-MD5 4e99f7529e149661372283c981cf17ff files/perl-5.8.2-prelink-lpthread.patch 476
-MD5 076dcbef37263d6dd7af719b55cfc2de files/perl-5.8.5-noksh.patch 611
-MD5 ce442db939c59218a16be167f793b817 files/perl-5.8.2-uclibc.patch 573
-MD5 803b7c028f59008ea1e6d577e5c0bab0 files/stat.t 8884
-MD5 319b56a7ce715fb7a494fe4d5cb9474c files/perl-5.8.6-picdl.patch 250
-MD5 319b56a7ce715fb7a494fe4d5cb9474c files/perl-5.8.2-picdl.patch 250
-MD5 0a28eb41f5f12ed54f025004af45c83d files/perl-5.8.4-perldoc-emptydirs.patch 489
-MD5 c5cc36940b2488a37c3dc2287f6e672c files/perl-5.8.6-tempfiles.patch 2115
MD5 2bd41aec5e22962224dc9376e27bdde3 files/CAN-2005-0448-rmtree.patch 7629
-MD5 d9412dab085f22309997c8f08ea1ac85 files/perl-5.8.5-reorder-INC.patch 2211
MD5 8381e239056a7895edf8f3c6c05c835c files/digest-perl-5.8.2-r4 64
MD5 93155b02a7e9d3cdc6d6934ce78d9f11 files/digest-perl-5.8.4-r4 64
MD5 c354e2fbf8141a769c20032e94f45fd3 files/digest-perl-5.8.5-r5 64
MD5 0a07934d74ccb1133cf0f3650cb94efc files/digest-perl-5.8.6-r4 64
-MD5 0a28eb41f5f12ed54f025004af45c83d files/perl-5.8.5-perldoc-emptydirs.patch 489
-MD5 076dcbef37263d6dd7af719b55cfc2de files/perl-5.8.6-noksh.patch 611
-MD5 44e1f1420947cc552c66fb434ba4c855 files/perl-5.8.4-NDBM-GDBM-compat.patch 428
MD5 154013a841cbb251d7b63fb006b4006f files/file_path_rmtree.patch 1068
+MD5 3195cf2f1f12f77ecc5b9c4fe9ea0995 files/libperl_rebuilder 10556
+MD5 060e9f10466fdc1268c75a7cf4dcbc7c files/perl-5.8.0-RC2-special-h2ph-not-failing-on-machine_ansi_header.patch 446
+MD5 0a28eb41f5f12ed54f025004af45c83d files/perl-5.8.2-perldoc-emptydirs.patch 489
+MD5 319b56a7ce715fb7a494fe4d5cb9474c files/perl-5.8.2-picdl.patch 250
+MD5 4e99f7529e149661372283c981cf17ff files/perl-5.8.2-prelink-lpthread.patch 476
+MD5 d9412dab085f22309997c8f08ea1ac85 files/perl-5.8.2-reorder-INC.patch 2211
+MD5 ce442db939c59218a16be167f793b817 files/perl-5.8.2-uclibc.patch 573
+MD5 44e1f1420947cc552c66fb434ba4c855 files/perl-5.8.4-NDBM-GDBM-compat.patch 428
+MD5 076dcbef37263d6dd7af719b55cfc2de files/perl-5.8.4-noksh.patch 611
+MD5 01af75daf3d222a668059e90d78a1f9d files/perl-5.8.4-nonblock.patch 400
+MD5 0a28eb41f5f12ed54f025004af45c83d files/perl-5.8.4-perldoc-emptydirs.patch 489
+MD5 319b56a7ce715fb7a494fe4d5cb9474c files/perl-5.8.4-picdl.patch 250
+MD5 4e99f7529e149661372283c981cf17ff files/perl-5.8.4-prelink-lpthread.patch 476
+MD5 d9412dab085f22309997c8f08ea1ac85 files/perl-5.8.4-reorder-INC.patch 2211
+MD5 076dcbef37263d6dd7af719b55cfc2de files/perl-5.8.5-noksh.patch 611
MD5 01af75daf3d222a668059e90d78a1f9d files/perl-5.8.5-nonblock.patch 400
+MD5 0a28eb41f5f12ed54f025004af45c83d files/perl-5.8.5-perldoc-emptydirs.patch 489
+MD5 319b56a7ce715fb7a494fe4d5cb9474c files/perl-5.8.5-picdl.patch 250
+MD5 4e99f7529e149661372283c981cf17ff files/perl-5.8.5-prelink-lpthread.patch 476
+MD5 d9412dab085f22309997c8f08ea1ac85 files/perl-5.8.5-reorder-INC.patch 2211
+MD5 5dfd23c2236b382d031a9513bc12f3f1 files/perl-5.8.5-tempfiles.patch 2113
+MD5 076dcbef37263d6dd7af719b55cfc2de files/perl-5.8.6-noksh.patch 611
MD5 0a28eb41f5f12ed54f025004af45c83d files/perl-5.8.6-perldoc-emptydirs.patch 489
------BEGIN PGP SIGNATURE-----
-Version: GnuPG v1.4.1 (GNU/Linux)
-
-iD8DBQFCkduw2G5bA0cA/ScRAgJZAJ4xxzLe96VicN0oChCmD5rch4nLGQCg62N+
-LHjVUowz+GGQAyISZ+l6//Y=
-=KyqL
------END PGP SIGNATURE-----
+MD5 319b56a7ce715fb7a494fe4d5cb9474c files/perl-5.8.6-picdl.patch 250
+MD5 4e99f7529e149661372283c981cf17ff files/perl-5.8.6-prelink-lpthread.patch 476
+MD5 d9412dab085f22309997c8f08ea1ac85 files/perl-5.8.6-reorder-INC.patch 2211
+MD5 c5cc36940b2488a37c3dc2287f6e672c files/perl-5.8.6-tempfiles.patch 2115
+MD5 2e12f5128439c83b3c5a3615253f4d8f files/perl-cleaner 8606
+MD5 803b7c028f59008ea1e6d577e5c0bab0 files/stat.t 8884