diff options
author | Akinori Hattori <hattya@gentoo.org> | 2022-03-03 21:47:36 +0900 |
---|---|---|
committer | Akinori Hattori <hattya@gentoo.org> | 2022-03-03 21:47:36 +0900 |
commit | 2ece76f94474ac1749a599bbe0707dc61360ffb7 (patch) | |
tree | 52fe682606676cf2c985ffaca32a8194468e2984 /dev-scheme/stklos/files | |
parent | dev-scheme/stklos: amd64/x86 stable (diff) | |
download | gentoo-2ece76f94474ac1749a599bbe0707dc61360ffb7.tar.gz gentoo-2ece76f94474ac1749a599bbe0707dc61360ffb7.tar.bz2 gentoo-2ece76f94474ac1749a599bbe0707dc61360ffb7.zip |
dev-scheme/stklos: drop old
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Akinori Hattori <hattya@gentoo.org>
Diffstat (limited to 'dev-scheme/stklos/files')
-rw-r--r-- | dev-scheme/stklos/files/stklos-1.10-gentoo.patch | 40 |
1 files changed, 0 insertions, 40 deletions
diff --git a/dev-scheme/stklos/files/stklos-1.10-gentoo.patch b/dev-scheme/stklos/files/stklos-1.10-gentoo.patch deleted file mode 100644 index 56f5440cf1dc..000000000000 --- a/dev-scheme/stklos/files/stklos-1.10-gentoo.patch +++ /dev/null @@ -1,40 +0,0 @@ ---- a/doc/Makefile.am -+++ b/doc/Makefile.am -@@ -4,7 +4,6 @@ - # Creation date: 11-Apr-2000 10:30 (eg) - # Last file update: 23-Oct-2010 11:52 (eg) - --mandir = $(prefix)/share/man - man_MANS = stklos.1 stklos-config.1 stklos-compile.1 stklos-genlex.1 \ - stklos-pkg.1 - EXTRA_DIST = $(man_MANS) -@@ -16,15 +16,13 @@ - schemedir = $(prefix)/share/@PACKAGE@/@VERSION@ - scheme_DATA = DOCDB - --doclocation = $(prefix)/share/doc/@PACKAGE@-@VERSION@ -- --docpdfdir = $(doclocation)/pdf -+docpdfdir = $(pdfdir) - docpdf_DATA = pdf/stklos-ref.pdf - --dochtmldir = $(doclocation)/html -+dochtmldir = $(htmldir) - dochtml_DATA= $(wildcard html/stklos-ref*.html) $(wildcard html/*.css) - --docimgdir = $(doclocation)/html/images -+docimgdir = $(htmldir)/images - docimg_DATA = $(wildcard html/images/*) - - ---- a/pkgman/Makefile.am -+++ b/pkgman/Makefile.am -@@ -4,7 +4,7 @@ - # Last file update: 4-Dec-2011 16:48 (eg) - - --makefiledir= $(prefix)/etc/stklos -+makefiledir= $(prefix)/share/@PACKAGE@/@VERSION@/etc - makefile_DATA= etc/Makefile-scmpkg.tmpl - - bin_SCRIPTS = stklos-pkg |