diff options
author | 2002-04-28 04:03:38 +0000 | |
---|---|---|
committer | 2002-04-28 04:03:38 +0000 | |
commit | 59e70743cc92b4299493d80da7ccd11bbfdb3c3b (patch) | |
tree | 1fcbf05e7425ca18392ac8d3997d57fa1ceb2678 /app-text/sgml-common | |
parent | New version (diff) | |
download | gentoo-2-59e70743cc92b4299493d80da7ccd11bbfdb3c3b.tar.gz gentoo-2-59e70743cc92b4299493d80da7ccd11bbfdb3c3b.tar.bz2 gentoo-2-59e70743cc92b4299493d80da7ccd11bbfdb3c3b.zip |
cleanup
Diffstat (limited to 'app-text/sgml-common')
-rw-r--r-- | app-text/sgml-common/files/digest-sgml-common-0.6.1 | 1 | ||||
-rw-r--r-- | app-text/sgml-common/files/digest-sgml-common-0.6.3 | 1 | ||||
-rw-r--r-- | app-text/sgml-common/sgml-common-0.6.1-r1.ebuild | 10 | ||||
-rw-r--r-- | app-text/sgml-common/sgml-common-0.6.1.ebuild | 44 |
4 files changed, 6 insertions, 50 deletions
diff --git a/app-text/sgml-common/files/digest-sgml-common-0.6.1 b/app-text/sgml-common/files/digest-sgml-common-0.6.1 deleted file mode 100644 index 5d7b0745a90b..000000000000 --- a/app-text/sgml-common/files/digest-sgml-common-0.6.1 +++ /dev/null @@ -1 +0,0 @@ -MD5 3a12478c3c622f94a292272df674f178 sgml-common-0.6.1.tgz 77590 diff --git a/app-text/sgml-common/files/digest-sgml-common-0.6.3 b/app-text/sgml-common/files/digest-sgml-common-0.6.3 new file mode 100644 index 000000000000..876e0934660f --- /dev/null +++ b/app-text/sgml-common/files/digest-sgml-common-0.6.3 @@ -0,0 +1 @@ +MD5 103c9828f24820df86e55e7862e28974 sgml-common-0.6.3.tgz 76783 diff --git a/app-text/sgml-common/sgml-common-0.6.1-r1.ebuild b/app-text/sgml-common/sgml-common-0.6.1-r1.ebuild index 3e572c8e8590..1564959e6a2a 100644 --- a/app-text/sgml-common/sgml-common-0.6.1-r1.ebuild +++ b/app-text/sgml-common/sgml-common-0.6.1-r1.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Achim Gottinger <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/app-text/sgml-common/sgml-common-0.6.1-r1.ebuild,v 1.1 2002/03/31 12:13:56 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/sgml-common/sgml-common-0.6.1-r1.ebuild,v 1.2 2002/04/28 03:59:30 seemant Exp $ S=${WORKDIR}/${P} DESCRIPTION="Base ISO character entities and utilities for SGML" @@ -11,9 +11,9 @@ HOMEPAGE="http://www.iso.ch/cate/3524030.html" src_unpack() { - unpack ${A} - # We use a hacked version of install-catalog that supports the ROOT variable - cp ${FILESDIR}/${P}-install-catalog.in ${S}/bin + unpack ${A} + # We use a hacked version of install-catalog that supports the ROOT variable + cp ${FILESDIR}/${P}-install-catalog.in ${S}/bin } src_compile() { @@ -30,7 +30,7 @@ src_install () { prefix=${D}/usr \ sysconfdir=${D}/etc \ mandir=${D}/usr/share/man \ - docdir=${D}/usr/share/doc \ + docdir=${D}/usr/share/doc \ install || die } diff --git a/app-text/sgml-common/sgml-common-0.6.1.ebuild b/app-text/sgml-common/sgml-common-0.6.1.ebuild deleted file mode 100644 index cb24fbdddc26..000000000000 --- a/app-text/sgml-common/sgml-common-0.6.1.ebuild +++ /dev/null @@ -1,44 +0,0 @@ -# Copyright 1999-2000 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 or later -# Author Achim Gottinger <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/app-text/sgml-common/sgml-common-0.6.1.ebuild,v 1.6 2001/06/07 01:45:52 achim Exp $ - -A=${P}.tgz -S=${WORKDIR}/${P} -DESCRIPTION="Base ISO character entities and utilities for SGML" -SRC_URI="ftp://ftp.kde.org/pub/kde/devel/docbook/SOURCES/${A} - http://download.sourceforge.net/pub/mirrors/kde/devel/docbook/SOURCES/${A}" -HOMEPAGE="http://www.iso.ch/cate/3524030.html" - -src_unpack() { - - unpack ${A} - # We use a hacked version of install-catalog that supports the ROOT variable - cp ${FILESDIR}/${P}-install-catalog.in ${S}/bin -} - -src_compile() { - try ./configure --prefix=/usr --sysconfdir=/etc --mandir=/usr/share/man - try make -} -src_install () { - try make prefix=${D}/usr sysconfdir=${D}/etc mandir=${D}/usr/share/man \ - docdir=${D}/usr/share/doc install - -} - -pkg_postinst() { - if [ -x "/usr/bin/install-catalog" ] && [ "$ROOT" = "/" ] ; then - install-catalog --add /etc/sgml/sgml-ent.cat /usr/share/sgml/sgml-iso-entities-8879.1986/catalog - install-catalog --add /etc/sgml/sgml-docbook.cat /etc/sgml/sgml-ent.cat - else - echo "install-catalog not found!" - fi -} - -pkg_prerm() { - if [ -x "/usr/bin/install-catalog" ] && [ "$ROOT" = "/" ] ; then - install-catalog --remove /etc/sgml/sgml-docbook.cat /etc/sgml/sgml-ent.cat - install-catalog --remove /etc/sgml/sgml-ent.cat /usr/share/sgml/sgml-iso-entities-8879.1986/catalog - fi -}
\ No newline at end of file |