diff options
author | Christian Faulhammer <fauli@gentoo.org> | 2007-01-18 12:00:05 +0000 |
---|---|---|
committer | Christian Faulhammer <fauli@gentoo.org> | 2007-01-18 12:00:05 +0000 |
commit | 59a33163b815a0a1bc072346b6a84e0d292c6a12 (patch) | |
tree | 1dc3349c6c42b44ae0c2d6d421acc50f9424d941 /sci-misc/gri/files | |
parent | version bump; adjusted ghostscript dependency to virtual/ghostscript, as the ... (diff) | |
download | historical-59a33163b815a0a1bc072346b6a84e0d292c6a12.tar.gz historical-59a33163b815a0a1bc072346b6a84e0d292c6a12.tar.bz2 historical-59a33163b815a0a1bc072346b6a84e0d292c6a12.zip |
version bump; adjusted ghostscript dependency to virtual/ghostscript, as the problem is resolved, reported by James Cloos <cloos@jhcloos.com> in bug 162630; added some quotes; removed stray patch
Package-Manager: portage-2.1.1-r2
Diffstat (limited to 'sci-misc/gri/files')
-rw-r--r-- | sci-misc/gri/files/info-install.patch | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/sci-misc/gri/files/info-install.patch b/sci-misc/gri/files/info-install.patch deleted file mode 100644 index 5c510d236866..000000000000 --- a/sci-misc/gri/files/info-install.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- doc/Makefile 2003-05-20 21:15:56.000000000 +0200 -+++ doc/Makefile.new 2003-11-18 07:42:47.000000000 +0100 -@@ -124,7 +124,7 @@ - info-install: - $(INSTALL) -d $(INFO_DIR) - cp gri.info* $(INFO_DIR) -- (cd $(INFO_DIR) ; gzip -f --best gri.info gri.info-[0-9] gri.info-[0-9][0-9]) -+ (cd $(INFO_DIR) ; gzip -f --best gri.info gri.info-*) - chmod 644 $(INFO_DIR)/gri.info* - - info-install-solaris: |