Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master z-rejected grimoire by Mathieu Lonjaret (38489928ff4f63ca0933be4fe3a24826d71f5446)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Mathieu Lonjaret <scm AT mail.sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master z-rejected grimoire by Mathieu Lonjaret (38489928ff4f63ca0933be4fe3a24826d71f5446)
  • Date: Tue, 11 Jul 2006 16:27:45 -0500

GIT changes to master z-rejected grimoire by Mathieu Lonjaret
<lejatorn AT sourcemage.org>:

z-science/cern_root/BUILD | 11 -----------
z-science/cern_root/CONFIGURE | 15 ---------------
z-science/cern_root/DEPENDS | 2 --
z-science/cern_root/DETAILS | 24 ------------------------
z-science/cern_root/HISTORY | 17 -----------------
z-science/cern_root/INSTALL | 5 -----
z-science/cern_root/architectures | 4 ----
7 files changed, 78 deletions(-)

New commits:
commit 38489928ff4f63ca0933be4fe3a24826d71f5446
Author: Mathieu Lonjaret <lejatorn AT sourcemage.org>
Commit: Mathieu Lonjaret <lejatorn AT sourcemage.org>

remove cern_root from z-rejected, because it's now in stable (no more
licencing issue.)

diff --git a/z-science/cern_root/BUILD b/z-science/cern_root/BUILD
deleted file mode 100755
index 96ad208..0000000
--- a/z-science/cern_root/BUILD
+++ /dev/null
@@ -1,11 +0,0 @@
-#not installing in /usr/lib because there could be some clashes with
-#other libs.
-./configure $ARK \
---build=$BUILD \
---prefix=/usr \
---etcdir=/etc/root/ \
---libdir=/usr/lib/root/ \
---incdir=/usr/include/root \
---datadir=/usr/share/root \
---mandir=/usr/share/man/man1 \
-$OPTS
diff --git a/z-science/cern_root/CONFIGURE b/z-science/cern_root/CONFIGURE
deleted file mode 100755
index 9493209..0000000
--- a/z-science/cern_root/CONFIGURE
+++ /dev/null
@@ -1,15 +0,0 @@
-#copied and adapted from setiathome spell
-get_architecture() {
- persistent_add ARK
- ARK=`cat ${SCRIPT_DIRECTORY}/architectures`
- ARK=`dialog --backtitle "Root Configuration Menu" \
- --stdout \
- --title "Select architecture please" \
- --menu "" 0 0 0 ${ARK}`
-}
-
-get_architecture
-
-# Standard rejected warnings.
-#
-source $GRIMOIRE/REJECTED_MSG
diff --git a/z-science/cern_root/DEPENDS b/z-science/cern_root/DEPENDS
deleted file mode 100755
index 29956df..0000000
--- a/z-science/cern_root/DEPENDS
+++ /dev/null
@@ -1,2 +0,0 @@
-depends glibc &&
-depends X11-LIBS
diff --git a/z-science/cern_root/DETAILS b/z-science/cern_root/DETAILS
deleted file mode 100755
index 3122376..0000000
--- a/z-science/cern_root/DETAILS
+++ /dev/null
@@ -1,24 +0,0 @@
- SPELL=cern_root
- VERSION=4.00.08
- SOURCE=root\_v$VERSION.source.tar.gz
-SOURCE_DIRECTORY=$BUILD_DIRECTORY/root
- SOURCE_URL[0]=ftp://root.cern.ch/root/$SOURCE
- WEB_SITE=http://root.cern.ch
- ENTERED=20040713
- UPDATED=20040716
- REJECT="license issues"
-
SOURCE_HASH=sha512:b52830c3a8fb65bcc0acfd774665de76b4ff8336f6e048e4e170aab282c8df87fbe9733d423d69ed1f85ee8e00c18531579a8622d6f256a90cf4538db8d601a4
- LICENSE[0]=http://root.cern.ch/root/License.html
- SHORT="OO data analysis framework created by CERN physicists."
-cat << EOF
-The ROOT system provides a set of OO frameworks with all the functionality
-needed to handle and analyse large amounts of data in a very efficient way.
-
-Having the data defined as a set of objects, specialised storage methods
-are used to get direct access to the separate attributes of the selected
-objects, without having to touch the bulk of the data. Included are
-histograming methods in 1, 2 and 3 dimensions, curve fitting, function
-evaluation, minimisation, graphics and visualization classes to allow the
-easy setup of an analysis system that can query and process the data
-interactively or in batch mode.
-EOF
diff --git a/z-science/cern_root/HISTORY b/z-science/cern_root/HISTORY
deleted file mode 100644
index d76109b..0000000
--- a/z-science/cern_root/HISTORY
+++ /dev/null
@@ -1,17 +0,0 @@
-2005-12-01 Seth Woolley <seth AT tautology.org>
- * DETAILS: MD5 -> SHA512
-
-2005-10-16 Mathieu Lonjaret <lejatorn AT sourcemage.org>
- * added in devel grimoire since license is now LGPL.
-
-2005-03-30 Andrew Stitt <astitt AT sourcemage.org>
- * CONFIGURE: remove relative paths to grimoire libraries
-
-2004-08-07 Eric Schabell <eschabell AT sourcemage.org>
- * BUILD: updated for api2.
- * INSTALL: added for api2.
- * DETAILS: added REJECT msg, removed BUILD_API=2.
- * CONFIGURE: updated to use grimoire rejected message.
-
-2004-07-16 Mathieu Lonjaret <lejatorn AT linuxmail.org>
- * DEPENDS, DETAILS, HISTORY: created this spell
diff --git a/z-science/cern_root/INSTALL b/z-science/cern_root/INSTALL
deleted file mode 100755
index 3eba2f8..0000000
--- a/z-science/cern_root/INSTALL
+++ /dev/null
@@ -1,5 +0,0 @@
-make &&
-if ! grep -q "root" /etc/ld.so.conf
-then
- echo "/usr/lib/root" >> /etc/ld.so.conf
-fi
diff --git a/z-science/cern_root/architectures
b/z-science/cern_root/architectures
deleted file mode 100644
index b078eaa..0000000
--- a/z-science/cern_root/architectures
+++ /dev/null
@@ -1,4 +0,0 @@
-linux
-i686-pc-linux-gnu
-linuxppcegcs
-powerpc-linux-gnu



  • [SM-Commit] GIT changes to master z-rejected grimoire by Mathieu Lonjaret (38489928ff4f63ca0933be4fe3a24826d71f5446), Mathieu Lonjaret, 07/11/2006

Archive powered by MHonArc 2.6.24.

Top of Page