summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Turk <satai@gentoo.org>2003-01-03 05:05:55 +0000
committerMatthew Turk <satai@gentoo.org>2003-01-03 05:05:55 +0000
commit9aaea01a24933b8490f2643ef7ba4ceb43a0e0f1 (patch)
tree87a64c20474b9b990f9c0f67ce307f7c872deb0f /app-text
parentGenerate missing format files following installation. Should fix jadetex (diff)
downloadgentoo-2-9aaea01a24933b8490f2643ef7ba4ceb43a0e0f1.tar.gz
gentoo-2-9aaea01a24933b8490f2643ef7ba4ceb43a0e0f1.tar.bz2
gentoo-2-9aaea01a24933b8490f2643ef7ba4ceb43a0e0f1.zip
Keep /etc/env.d/93sgmltools-lite up to date, and also /etc/env.d/sgml.env.
Moved these functions into the eclass. Also fix rare bug with upgrade procedure in sgml-catalog.eclass.
Diffstat (limited to 'app-text')
-rw-r--r--app-text/sgmltools-lite/ChangeLog6
-rw-r--r--app-text/sgmltools-lite/sgmltools-lite-3.0.3-r6.ebuild10
2 files changed, 5 insertions, 11 deletions
diff --git a/app-text/sgmltools-lite/ChangeLog b/app-text/sgmltools-lite/ChangeLog
index ef97802c54a9..5da6d386da4b 100644
--- a/app-text/sgmltools-lite/ChangeLog
+++ b/app-text/sgmltools-lite/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-text/sgmltools-lite
# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL
-# $Header: /var/cvsroot/gentoo-x86/app-text/sgmltools-lite/ChangeLog,v 1.14 2002/12/31 04:36:56 satai Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/sgmltools-lite/ChangeLog,v 1.15 2003/01/03 05:05:55 satai Exp $
+
+ 03 Jan 2003; Matthew Turk <satai@gentoo.org> :
+ Changed around the method of updating the SGML_CATALOG environment variables,
+ move it into sgml-catalog.eclass. This should keep it up to date.
30 Dec 2002; Matthew Turk <satai@gentoo.org> :
Changed dependencies to work with new docbook-sgml-dtd's.
diff --git a/app-text/sgmltools-lite/sgmltools-lite-3.0.3-r6.ebuild b/app-text/sgmltools-lite/sgmltools-lite-3.0.3-r6.ebuild
index a19d8b6bf28a..afe18ff3f5f3 100644
--- a/app-text/sgmltools-lite/sgmltools-lite-3.0.3-r6.ebuild
+++ b/app-text/sgmltools-lite/sgmltools-lite-3.0.3-r6.ebuild
@@ -82,17 +82,7 @@ src_install() {
cd ${S}
done
-
}
sgml-catalog_cat_include "/etc/sgml/sgml-lite.cat" \
"/usr/share/sgml/stylesheets/sgmltools/sgmltools.cat"
-
-pkg_postinst() {
-
- gensgmlenv
- grep -v export /etc/sgml/sgml.env > /etc/env.d/93sgmltools-lite
-
- sgml-catalog_pkg_postinst
-
-}