diff options
author | 2015-08-08 13:49:04 -0700 | |
---|---|---|
committer | 2015-08-08 17:38:18 -0700 | |
commit | 56bd759df1d0c750a065b8c845e93d5dfa6b549d (patch) | |
tree | 3f91093cdb475e565ae857f1c5a7fd339e2d781e /sci-chemistry/gsim/files | |
download | gentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.tar.gz gentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.tar.bz2 gentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.zip |
proj/gentoo: Initial commit
This commit represents a new era for Gentoo:
Storing the gentoo-x86 tree in Git, as converted from CVS.
This commit is the start of the NEW history.
Any historical data is intended to be grafted onto this point.
Creation process:
1. Take final CVS checkout snapshot
2. Remove ALL ChangeLog* files
3. Transform all Manifests to thin
4. Remove empty Manifests
5. Convert all stale $Header$/$Id$ CVS keywords to non-expanded Git $Id$
5.1. Do not touch files with -kb/-ko keyword flags.
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
X-Thanks: Alec Warner <antarus@gentoo.org> - did the GSoC 2006 migration tests
X-Thanks: Robin H. Johnson <robbat2@gentoo.org> - infra guy, herding this project
X-Thanks: Nguyen Thai Ngoc Duy <pclouds@gentoo.org> - Former Gentoo developer, wrote Git features for the migration
X-Thanks: Brian Harring <ferringb@gentoo.org> - wrote much python to improve cvs2svn
X-Thanks: Rich Freeman <rich0@gentoo.org> - validation scripts
X-Thanks: Patrick Lauer <patrick@gentoo.org> - Gentoo dev, running new 2014 work in migration
X-Thanks: Michał Górny <mgorny@gentoo.org> - scripts, QA, nagging
X-Thanks: All of other Gentoo developers - many ideas and lots of paint on the bikeshed
Diffstat (limited to 'sci-chemistry/gsim/files')
-rw-r--r-- | sci-chemistry/gsim/files/0.20.1-build.conf.patch | 44 | ||||
-rw-r--r-- | sci-chemistry/gsim/files/gsim-21.0-build.conf.patch | 42 | ||||
-rw-r--r-- | sci-chemistry/gsim/files/gsim-21.3-build.conf.patch | 49 |
3 files changed, 135 insertions, 0 deletions
diff --git a/sci-chemistry/gsim/files/0.20.1-build.conf.patch b/sci-chemistry/gsim/files/0.20.1-build.conf.patch new file mode 100644 index 000000000000..e0c68d222323 --- /dev/null +++ b/sci-chemistry/gsim/files/0.20.1-build.conf.patch @@ -0,0 +1,44 @@ + gsim.pro | 25 +++++++++++++++---------- + 1 files changed, 15 insertions(+), 10 deletions(-) + +diff --git a/gsim.pro b/gsim.pro +index 7316aee..9278b6a 100755 +--- a/gsim.pro ++++ b/gsim.pro +@@ -16,21 +16,26 @@ + #CONFIG+=use_script + + # Change directories locations for libcmatrix, MinUIT and muParser libraries +-unix:INCLUDEPATH += /home/vjuser/gsim/libcmatrixR3/include \ +- /home/vjuser/gsim/Minuit2/include \ +- /usr/include/muParser ++#unix:INCLUDEPATH += /home/vjuser/gsim/libcmatrixR3/include \ ++# /home/vjuser/gsim/Minuit2/include \ ++# /usr/include/muParser + +-win32:INCLUDEPATH += "C:\gsim\libcmatrixR3\include" "C:\gsim\Minuit2\include" "C:\gsim\muparser\include" ++#win32:INCLUDEPATH += "C:\gsim\libcmatrixR3\include" "C:\gsim\Minuit2\include" "C:\gsim\muparser\include" + +-unix:LIBS += -lcmatrix -L/home/vjuser/gsim/libcmatrixR3/lib -lMinuit2 -L/home/vjuser/gsim/Minuit2/lib -L/home/vjuser/gsim/muparser/lib -lmuparser ++#unix:LIBS += -lcmatrix -L/home/vjuser/gsim/libcmatrixR3/lib -lMinuit2 -L/home/vjuser/gsim/Minuit2/lib -L/home/vjuser/gsim/muparser/lib -lmuparser + +-win32:LIBS += -lcmatrix -L"C:\gsim\libcmatrixR3\lib" -lMinuit2 -L"C:\gsim\Minuit2\lib" -L"C:\gsim\muparser\lib" -lmuparser ++#win32:LIBS += -lcmatrix -L"C:\gsim\libcmatrixR3\lib" -lMinuit2 -L"C:\gsim\Minuit2\lib" -L"C:\gsim\muparser\lib" -lmuparser + + #Change directories location for libEMF (if used) +-use_emf { +- DEFINES+=USE_EMF_OUTPUT +- unix:LIBS +=-lEMF -L/usr/include/libEmf +- win32:LIBS +=-lgdi32 ++#use_emf { ++# DEFINES+=USE_EMF_OUTPUT ++# unix:LIBS +=-lEMF -L/usr/include/libEmf ++# win32:LIBS +=-lgdi32 ++#} ++ ++GSIM_ROOT = . ++!include( $$GSIM_ROOT/build.conf ) { ++ message( "You need a build.conf file with local settings!" ) + } + + ################################################################################################# diff --git a/sci-chemistry/gsim/files/gsim-21.0-build.conf.patch b/sci-chemistry/gsim/files/gsim-21.0-build.conf.patch new file mode 100644 index 000000000000..cbd529a49ac4 --- /dev/null +++ b/sci-chemistry/gsim/files/gsim-21.0-build.conf.patch @@ -0,0 +1,42 @@ + gsim.pro | 23 ++++++++++++++--------- + 1 file changed, 14 insertions(+), 9 deletions(-) + +diff --git a/gsim.pro b/gsim.pro +index f06e5d2..6e28178 100755 +--- a/gsim.pro ++++ b/gsim.pro +@@ -16,20 +16,25 @@ + #CONFIG+=use_script + + # Change directories locations for libcmatrix, MinUIT and muParser libraries +-unix:INCLUDEPATH += /home/dch1vz/libcmatrixR3/include \ +- /home/dch1vz/Minuit2/include \ ++#unix:INCLUDEPATH += /home/dch1vz/libcmatrixR3/include \ ++# /home/dch1vz/Minuit2/include \ + +-win32:INCLUDEPATH += "C:\gsim\libcmatrixR3\include" "C:\gsim\Minuit2\include" "C:\gsim\muparser\include" ++#win32:INCLUDEPATH += "C:\gsim\libcmatrixR3\include" "C:\gsim\Minuit2\include" "C:\gsim\muparser\include" + +-unix:LIBS += -lcmatrix -L/home/dch1vz/libcmatrixR3/lib -lMinuit2Base -L/home/dch1vz/Minuit2/lib -lmuparser ++#unix:LIBS += -lcmatrix -L/home/dch1vz/libcmatrixR3/lib -lMinuit2Base -L/home/dch1vz/Minuit2/lib -lmuparser + +-win32:LIBS += -lcmatrix -L"C:\gsim\libcmatrixR3\lib" -lMinuit2 -L"C:\gsim\Minuit2\lib" -L"C:\gsim\muparser\lib" -lmuparser ++#win32:LIBS += -lcmatrix -L"C:\gsim\libcmatrixR3\lib" -lMinuit2 -L"C:\gsim\Minuit2\lib" -L"C:\gsim\muparser\lib" -lmuparser + + #Change directories location for libEMF (if used) +-use_emf { +- DEFINES+=USE_EMF_OUTPUT +- unix:LIBS +=-lEMF -L/usr/include/libEmf +- win32:LIBS +=-lgdi32 ++#use_emf { ++# DEFINES+=USE_EMF_OUTPUT ++# unix:LIBS +=-lEMF -L/usr/include/libEmf ++# win32:LIBS +=-lgdi32 ++#} ++ ++GSIM_ROOT = . ++!include( $$GSIM_ROOT/build.conf ) { ++ message( "You need a build.conf file with local settings!" ) + } + + ################################################################################################# diff --git a/sci-chemistry/gsim/files/gsim-21.3-build.conf.patch b/sci-chemistry/gsim/files/gsim-21.3-build.conf.patch new file mode 100644 index 000000000000..da7d7b7b4457 --- /dev/null +++ b/sci-chemistry/gsim/files/gsim-21.3-build.conf.patch @@ -0,0 +1,49 @@ + gsim.pro | 23 ++++++++++++++---------
+ 1 file changed, 14 insertions(+), 9 deletions(-)
+
+diff --git a/gsim.pro b/gsim.pro
+index f88dc8a..579a91c 100755
+--- a/gsim.pro
++++ b/gsim.pro
+@@ -10,27 +10,32 @@
+
+ #Uncomment next line if you want to use EMF output
+ #EMF output requires libEMF or Wine on X11 systems and MAC(?)
+-CONFIG+=use_emf
++#CONFIG+=use_emf
+
+ #DO NOT UNCOMMENT NEXT LINE. The scripting possibilty won't work at the moment
+ #CONFIG+=use_script
+
+ # Change directories locations for libcmatrix, MinUIT and muParser libraries
+-unix:INCLUDEPATH += /home/dch0ph/libcmatrixR3nosse/include \
+- /home/dch1vz/Minuit2/include \
+- /home/dch1vz/muparser/include
++#unix:INCLUDEPATH += /home/dch0ph/libcmatrixR3nosse/include \
++# /home/dch1vz/Minuit2/include \
++# /home/dch1vz/muparser/include
+
+ win32:INCLUDEPATH += "C:\gsim\libcmatrixR3_qt4\include" "C:\gsim\Minuit2_qt4\include" "C:\gsim\muparser_qt4\include"
+
+-unix:LIBS += -lcmatrix -L/home/dch0ph/libcmatrixR3nosse/lib -lMinuit2Base -L/home/dch1vz/Minuit2/lib -L/home/dch1vz/muparser/lib -lmuparser
++#unix:LIBS += -lcmatrix -L/home/dch0ph/libcmatrixR3nosse/lib -lMinuit2Base -L/home/dch1vz/Minuit2/lib -L/home/dch1vz/muparser/lib -lmuparser
+
+ win32:LIBS += -lcmatrix -L"C:\gsim\libcmatrixR3_qt4\lib" -lMinuit2 -L"C:\gsim\Minuit2_qt4\lib" -L"C:\gsim\muparser_qt4\lib" -lmuparser
+
+ #Change directories location for libEMF (if used)
+-use_emf {
+- DEFINES+=USE_EMF_OUTPUT
+- unix:LIBS +=-lEMF -L/usr/include/libEmf
+- win32:LIBS +=-lgdi32
++#use_emf {
++# DEFINES+=USE_EMF_OUTPUT
++# unix:LIBS +=-lEMF -L/usr/include/libEmf
++# win32:LIBS +=-lgdi32
++#}
++
++GSIM_ROOT = .
++!include( $$GSIM_ROOT/build.conf ) {
++ message( "You need a build.conf file with local settings!" )
+ }
+
+ #################################################################################################
|