[Lunar-commits] <moonbase-other> sgml-common: Moved from other to core.

Peter de Ridder peter at lunar-linux.org
Fri Jun 7 10:27:08 CEST 2013


commit 23ce7d2db7b5c40cd3601e1ee993897f15ecbb46
Author: Peter de Ridder <peter at lunar-linux.org>
Date: Thu, 06 Jun 2013 10:33:16 -0700
URL: https://github.com/lunar-linux/moonbase-other/commit/23ce7d2db7b5c40cd3601e1ee993897f15ecbb46

sgml-common: Moved from other to core.
---
  doc-tools/sgml-common/BUILD        | +0/-17    
  doc-tools/sgml-common/DEPENDS      | +0/-1     
  doc-tools/sgml-common/DETAILS      | +0/-16    
  doc-tools/sgml-common/POST_INSTALL | +0/-11    
  doc-tools/sgml-common/PRE_REMOVE   | +0/-5     
  5 files changed, 50 deletions(-)

--- a/doc-tools/sgml-common/BUILD
+++ /dev/null
@@ -1,17 +0,0 @@
-(
-
-  patch_it $SOURCE2 1 &&
-  sedit "s:docdir=.*:docdir='/usr/share/doc':" configure.in &&
-
-## this seems to be needed for a fresh install
-  touch INSTALL aclocal  &&
-  autoreconf  &&
-  cd $SOURCE_DIRECTORY
-##
-
-  automake --add-missing --copy --gnu  &&
-  autoconf  &&
-
-  default_build
-
-) > $C_FIFO 2>&1
--- a/doc-tools/sgml-common/DEPENDS
+++ /dev/null
@@ -1 +0,0 @@
-depends  automake
--- a/doc-tools/sgml-common/DETAILS
+++ /dev/null
@@ -1,16 +0,0 @@
-          MODULE=sgml-common
-         VERSION=0.6.3
-          SOURCE=$MODULE-$VERSION.tgz
-         SOURCE2=sgml-common-$VERSION-manpage-1.patch
-   SOURCE_URL[0]=ftp://sources.redhat.com/pub/docbook-tools/new-trials/SOURCES/
-   SOURCE_URL[1]=http://download.lunar-linux.org/lunar/mirrors/docbook/
-     SOURCE2_URL=http://www.linuxfromscratch.org/blfs/downloads/svn/
-      SOURCE_VFY=sha1:b7d211c19b83accb92dcb51719de65227fb4c27c
-     SOURCE2_VFY=sha1:5c29c2eb931507f9d9feeba9ad1ecfaec2220bf8
-        WEB_SITE=http://www.iso.ch/cate/3524030.html
-         ENTERED=20020630
-         UPDATED=20050215
-           SHORT="Base ISO character entities and utilities for SGML and XML"
-cat << EOF
-This module includes a set of characters symbolic names ("character entities") used by SGML and XML documents of many types, very basic utilities to allow manipulation of SGML "centralized catalogs", and the "SGML declaration" of XML.
-EOF
--- a/doc-tools/sgml-common/POST_INSTALL
+++ /dev/null
@@ -1,11 +0,0 @@
-CENTRALIZED="/etc/sgml/catalog"
-
-if ! [ -e "$CENTRALIZED" ]; then
-     echo "Creating $CENTRALIZED"
-     mkdir -p /etc/sgml
-     touch $CENTRALIZED
-fi
-
-/usr/bin/install-catalog --add $CENTRALIZED /usr/share/sgml/sgml-iso-entities-8879.1986/catalog
-/usr/bin/install-catalog --add $CENTRALIZED /usr/share/sgml/xml-iso-entities-8879.1986/catalog
-/usr/bin/install-catalog --remove $CENTRALIZED /etc/sgml/catalog
--- a/doc-tools/sgml-common/PRE_REMOVE
+++ /dev/null
@@ -1,5 +0,0 @@
-CENTRALIZED="/etc/sgml/catalog"
-
-/usr/bin/install-catalog --remove $CENTRALIZED /usr/share/sgml/xml-iso-entities-8879.1986/catalog
-/usr/bin/install-catalog --remove $CENTRALIZED /usr/share/sgml/sgml-iso-entities-8879.1986/catalog
-/usr/bin/install-catalog --remove $CENTRALIZED $CENTRALIZED




More information about the Lunar-commits mailing list