diff options
author | 2007-09-15 13:15:58 +0000 | |
---|---|---|
committer | 2007-09-15 13:15:58 +0000 | |
commit | d65bf459abd31b5f15049f67b428dcf97bd9554e (patch) | |
tree | f70d5f0d3aa15029865f9005486928bc1da08610 /sci-visualization/epix/files | |
parent | Initial import from science overlay, closing bug #65835. (diff) | |
download | gentoo-2-d65bf459abd31b5f15049f67b428dcf97bd9554e.tar.gz gentoo-2-d65bf459abd31b5f15049f67b428dcf97bd9554e.tar.bz2 gentoo-2-d65bf459abd31b5f15049f67b428dcf97bd9554e.zip |
Version bump.
(Portage version: 2.1.3.9)
Diffstat (limited to 'sci-visualization/epix/files')
-rw-r--r-- | sci-visualization/epix/files/digest-epix-1.1.17 | 3 | ||||
-rw-r--r-- | sci-visualization/epix/files/epix-1.1.17-doc-gentoo.patch | 36 |
2 files changed, 39 insertions, 0 deletions
diff --git a/sci-visualization/epix/files/digest-epix-1.1.17 b/sci-visualization/epix/files/digest-epix-1.1.17 new file mode 100644 index 000000000000..3290dc2b1f78 --- /dev/null +++ b/sci-visualization/epix/files/digest-epix-1.1.17 @@ -0,0 +1,3 @@ +MD5 f7cf7bad555f77a24bec262be0ce2ffd epix-1.1.17_withpdf.tar.bz2 1408970 +RMD160 255677abe3c7315d1a9709a2f112acc5247af998 epix-1.1.17_withpdf.tar.bz2 1408970 +SHA256 6cb20187afcf173b5e061461470e2a5be5f3771bb993e7dd3d3a8d0c8305626e epix-1.1.17_withpdf.tar.bz2 1408970 diff --git a/sci-visualization/epix/files/epix-1.1.17-doc-gentoo.patch b/sci-visualization/epix/files/epix-1.1.17-doc-gentoo.patch new file mode 100644 index 000000000000..f34f40f1ce5e --- /dev/null +++ b/sci-visualization/epix/files/epix-1.1.17-doc-gentoo.patch @@ -0,0 +1,36 @@ +diff -Naur epix-1.1.17/Makefile.in epix-1.1.17.new/Makefile.in +--- epix-1.1.17/Makefile.in 2007-09-13 20:38:09.000000000 -0400 ++++ epix-1.1.17.new/Makefile.in 2007-09-15 08:58:30.000000000 -0400 +@@ -290,7 +290,7 @@ + man_MANS = epix.1 elaps.1 flix.1 laps.1 + @NOINSTALL_LISP_FALSE@EPIX_EL = epix.el + EPIX_CONFFILES = bash_completions $(EPIX_EL) +-EPIX_NOTEFILES = AUTHORS BUGS ChangeLog COPYING INSTALL NEWS POST-INSTALL \ ++EPIX_NOTEFILES = AUTHORS BUGS ChangeLog INSTALL NEWS POST-INSTALL \ + README THANKS VERSION + + EXTRA_DIST = $(bin_SCRIPTS) $(man_MANS) $(EPIX_CONFFILES) $(EPIX_NOTEFILES) \ +@@ -1009,9 +1009,8 @@ + # Extra things to install + install-data-local: + @echo; echo "Installing notes and configuration files" +- ./mkinstalldirs $(DESTDIR)$(docdir)/notes $(DESTDIR)$(docdir)/config +- $(INSTALL_DATA) $(EPIX_NOTEFILES) $(DESTDIR)$(docdir)/notes +- $(INSTALL_DATA) $(EPIX_CONFFILES) $(DESTDIR)$(docdir)/config ++ ./mkinstalldirs $(DESTDIR)$(docdir) ++ $(INSTALL_DATA) $(EPIX_NOTEFILES) $(DESTDIR)$(docdir) + + # This is being installed by install-exec, but should not be executable + install-exec-local: install-pkglibDATA +diff -Naur epix-1.1.17/doc/Makefile.in epix-1.1.17.new/doc/Makefile.in +--- epix-1.1.17/doc/Makefile.in 2007-09-13 20:38:08.000000000 -0400 ++++ epix-1.1.17.new/doc/Makefile.in 2007-09-15 08:58:51.000000000 -0400 +@@ -150,7 +150,7 @@ + sharedstatedir = @sharedstatedir@ + sysconfdir = @sysconfdir@ + target_alias = @target_alias@ +-EPIXFLAGS = --no-defaults -I.. -L.. -lepix -v ++EPIXFLAGS = --no-defaults -I.. -L.. -lepix -q + XPS := $(wildcard *.xp) + EEPICS = $(XPS:.xp=.eepic) + CLEANFILES = *~ *.aux *.dvi *.log *.out *.idx *.ilg *.ind *.toc \ |