diff options
author | Sebastien Fabbro <bicatali@gentoo.org> | 2010-08-24 20:19:04 +0000 |
---|---|---|
committer | Sebastien Fabbro <bicatali@gentoo.org> | 2010-08-24 20:19:04 +0000 |
commit | 1d3788191146bbc6e9637665b9e6af9b5339c595 (patch) | |
tree | bf75df7befbdacd9c5067b251724dfe07a2018ee /sci-physics/cernlib-montecarlo/files/cernlib-montecarlo-2006-noherwig.pach | |
parent | Masking dev-python/boostpythongenerator for removal. Replaced by dev-python/s... (diff) | |
download | gentoo-2-1d3788191146bbc6e9637665b9e6af9b5339c595.tar.gz gentoo-2-1d3788191146bbc6e9637665b9e6af9b5339c595.tar.bz2 gentoo-2-1d3788191146bbc6e9637665b9e6af9b5339c595.zip |
Fixed syntax error in patch name, closing bug #333397, thanks RStefano Takekawa
(Portage version: 2.2_rc68/cvs/Linux x86_64)
Diffstat (limited to 'sci-physics/cernlib-montecarlo/files/cernlib-montecarlo-2006-noherwig.pach')
-rw-r--r-- | sci-physics/cernlib-montecarlo/files/cernlib-montecarlo-2006-noherwig.pach | 52 |
1 files changed, 0 insertions, 52 deletions
diff --git a/sci-physics/cernlib-montecarlo/files/cernlib-montecarlo-2006-noherwig.pach b/sci-physics/cernlib-montecarlo/files/cernlib-montecarlo-2006-noherwig.pach deleted file mode 100644 index d0cb42d1ba42..000000000000 --- a/sci-physics/cernlib-montecarlo/files/cernlib-montecarlo-2006-noherwig.pach +++ /dev/null @@ -1,52 +0,0 @@ -diff --git a/mclibs-2006.dfsg.2.orig/Makefile b/mclibs-2006.dfsg.2.orig/Makefile -index f3c89fd..780499e 100644 ---- a/mclibs-2006.dfsg.2.orig/Makefile -+++ b/mclibs-2006.dfsg.2.orig/Makefile -@@ -89,9 +89,6 @@ install-includes: - done ; \ - done - -- # install some symlinks, e.g. herwig$$version -> herwig -- rm -f $(DESTDIR)$(includedir)/herwig && \ -- ln -sf herwig59 $(DESTDIR)$(includedir)/herwig - rm -rf $(DESTDIR)$(includedir)/isajet758 - mv $(DESTDIR)$(includedir)/isajet $(DESTDIR)$(includedir)/isajet758 - ln -sf isajet758 $(DESTDIR)$(includedir)/isajet -@@ -128,14 +125,12 @@ install-arch: install-includes - fi - - # ... and mclibs documentation -- for dir in cojets eurodec herwig isajet pdflib ; do \ -+ for dir in cojets eurodec isajet pdflib ; do \ - install -d -m 0755 $(MCDOC)/$$dir ; \ - done - install -p -m 0644 $(CERN_DOCDIR)/cojets.txt $(MCDOC)/cojets/ - install -p -m 0644 $(CERN_DOCDIR)/isa* $(MCDOC)/isajet/ - install -p -m 0644 $(CERN_DOCDIR)/eurodec.txt $(MCDOC)/eurodec/ -- install -p -m 0644 $(CVSCOSRC)/mclibs/herwig/doc/herwig59 \ -- $(MCDOC)/herwig/herwig59.txt - install -p -m 0644 $(CVSCOSRC)/mclibs/pdf/dpdf/pdfdoc.doc \ - $(MCDOC)/pdflib/pdfdoc.txt - -diff --git a/mclibs-2006.dfsg.2.orig/src/mclibs/Imakefile b/mclibs-2006.dfsg.2.orig/src/mclibs/Imakefile -index 0c9867d..0f04f1b 100644 ---- a/mclibs-2006.dfsg.2.orig/src/mclibs/Imakefile -+++ b/mclibs-2006.dfsg.2.orig/src/mclibs/Imakefile -@@ -6,7 +6,7 @@ - to them and their dependents. They have already been purged from - Debianized source code. Also, re-order libs so that dependent ones - come after dependees. */ --LIBDIRS= cojets eurodec pdf photos herwig isajet -+LIBDIRS= cojets eurodec pdf photos isajet - - SUBDIRS = $(LIBDIRS) - -@@ -16,7 +16,7 @@ InstallLibSubdirs($(LIBDIRS)) - InstallSharedLibSubdirs($(LIBDIRS)) - - /* Again, purge Pythia, Jetset and dependents. */ --INCLUDEDIRS= cojets eurodec herwig isajet pdf -+INCLUDEDIRS= cojets eurodec isajet pdf - - InstallIncludeSubdirs($(INCLUDEDIRS)) - |