diff options
author | 2015-09-21 18:58:33 +0200 | |
---|---|---|
committer | 2015-09-21 18:58:33 +0200 | |
commit | 303272fc1392d709b7ec0381ca383ea717958ced (patch) | |
tree | 8f235d847037e7d265069e7c700f1e615507248c /sci-physics/thepeg/files | |
parent | sys-cluster/modules: Add subslot operators (diff) | |
download | sci-303272fc1392d709b7ec0381ca383ea717958ced.tar.gz sci-303272fc1392d709b7ec0381ca383ea717958ced.tar.bz2 sci-303272fc1392d709b7ec0381ca383ea717958ced.zip |
Drop obsolete
Signed-off-by: Justin Lecher <jlec@gentoo.org>
Diffstat (limited to 'sci-physics/thepeg/files')
-rw-r--r-- | sci-physics/thepeg/files/thepeg-1.8.3-java.patch | 37 |
1 files changed, 0 insertions, 37 deletions
diff --git a/sci-physics/thepeg/files/thepeg-1.8.3-java.patch b/sci-physics/thepeg/files/thepeg-1.8.3-java.patch deleted file mode 100644 index 45b0e9559..000000000 --- a/sci-physics/thepeg/files/thepeg-1.8.3-java.patch +++ /dev/null @@ -1,37 +0,0 @@ ---- java/Makefile.am -+++ java/Makefile.am -@@ -11,8 +12,7 @@ - - CLEANFILES = ThePEG.jar thepeg.sh - --jardir = $(pkglibdir) --nodist_jar_DATA = ThePEG.jar -+noinst_DATA = ThePEG.jar - - dist_noinst_DATA = $(JAVASOURCES) jar-manifest - -@@ -34,7 +34,7 @@ - $(JAR) cmf ThePEG/jar-manifest ThePEG.jar ThePEG/*.class - - thepeg.sh: thepeg.install Makefile -- sed -e s:@pkglibdir[@]:$(pkglibdir):g \ -+ sed -e s:@datadir[@]:$(datadir):g \ - -e s:@bindir[@]:$(bindir):g \ - -e s:@java[@]:$(JAVA):g $(srcdir)/thepeg.install > thepeg.sh - chmod +x thepeg.sh ---- java/thepeg.install -+++ java/thepeg.install -@@ -1,6 +1,6 @@ - #!/bin/sh - --pkglibdir=@pkglibdir@ -+source @datadir@/thepeg/package.env - bindir=@bindir@ - - ThePEG_CMD="${bindir}/setupThePEG" -@@ -19,4 +19,4 @@ - - - --exec @java@ ${HEADLESS} -jar ${pkglibdir}/ThePEG.jar ${ThePEG_CMD} "$@" -+exec @java@ ${HEADLESS} -jar ${CLASSPATH} ${ThePEG_CMD} "$@" |