summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Turk <satai@gentoo.org>2002-12-31 04:36:56 +0000
committerMatthew Turk <satai@gentoo.org>2002-12-31 04:36:56 +0000
commit7990b28cad9969f099585d10517762f84aca16b1 (patch)
treeb998eb4a90edb6ff330ed17d890a8b9df865ece4 /app-text/openjade
parentNew SGML catalog eclass, hopefully will fix things. (diff)
downloadhistorical-7990b28cad9969f099585d10517762f84aca16b1.tar.gz
historical-7990b28cad9969f099585d10517762f84aca16b1.tar.bz2
historical-7990b28cad9969f099585d10517762f84aca16b1.zip
Oy. Tons of changes... Fixed all of these ebuilds to inherit from
sgml-catalog.eclass, and then set them all up to have proper dependencies on the newest items, as well as use the new, more robust installation and removal system. This will probably have some growing pains over the next few days, but the long range will be worth it. All problem hints will be found at http://www.gentoo.org/~satai/
Diffstat (limited to 'app-text/openjade')
-rw-r--r--app-text/openjade/ChangeLog7
-rw-r--r--app-text/openjade/files/digest-openjade-1.3.1-r41
-rw-r--r--app-text/openjade/files/digest-openjade-1.3.1-r6 (renamed from app-text/openjade/files/digest-openjade-1.3.1-r2)0
-rw-r--r--app-text/openjade/openjade-1.3.1-r2.ebuild114
-rw-r--r--app-text/openjade/openjade-1.3.1-r6.ebuild (renamed from app-text/openjade/openjade-1.3.1-r4.ebuild)45
5 files changed, 20 insertions, 147 deletions
diff --git a/app-text/openjade/ChangeLog b/app-text/openjade/ChangeLog
index aa15dabbcd5c..bc52667f7ddc 100644
--- a/app-text/openjade/ChangeLog
+++ b/app-text/openjade/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for app-text/openjade
# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL
-# $Header: /var/cvsroot/gentoo-x86/app-text/openjade/ChangeLog,v 1.15 2002/12/13 10:56:19 blizzy Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/openjade/ChangeLog,v 1.16 2002/12/31 04:36:56 satai Exp $
+
+*openjade-1.3.1-r6 (30 Dec 2002)
+
+ 30 Dec 2002; Matthew Turk <satai@gentoo.org> :
+ changed to inherit sgml-catalog and better deal with catalogs.
06 Dec 2002; Rodney Rees <manson@gentoo.org> : changed sparc ~sparc keywords
diff --git a/app-text/openjade/files/digest-openjade-1.3.1-r4 b/app-text/openjade/files/digest-openjade-1.3.1-r4
deleted file mode 100644
index 06187d8bce59..000000000000
--- a/app-text/openjade/files/digest-openjade-1.3.1-r4
+++ /dev/null
@@ -1 +0,0 @@
-MD5 c453a50001de6cdf132d85ecfb99a0f9 openjade-1.3.1.tar.gz 1397606
diff --git a/app-text/openjade/files/digest-openjade-1.3.1-r2 b/app-text/openjade/files/digest-openjade-1.3.1-r6
index 06187d8bce59..06187d8bce59 100644
--- a/app-text/openjade/files/digest-openjade-1.3.1-r2
+++ b/app-text/openjade/files/digest-openjade-1.3.1-r6
diff --git a/app-text/openjade/openjade-1.3.1-r2.ebuild b/app-text/openjade/openjade-1.3.1-r2.ebuild
deleted file mode 100644
index 916f1fa01cdf..000000000000
--- a/app-text/openjade/openjade-1.3.1-r2.ebuild
+++ /dev/null
@@ -1,114 +0,0 @@
-# Copyright 1999-2002 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/openjade/openjade-1.3.1-r2.ebuild,v 1.8 2002/12/09 04:17:44 manson Exp $
-
-S=${WORKDIR}/${P}
-DESCRIPTION="Jade is an implemetation of DSSSL - an ISO standard for formatting SGML (and XML) documents"
-SRC_URI="mirror://sourceforge/openjade/${P}.tar.gz"
-HOMEPAGE="http://openjade.sourceforge.net"
-SLOT="0"
-LICENSE="as-is"
-
-DEPEND="virtual/glibc
- sys-devel/perl"
-
-RDEPEND="virtual/glibc
- app-text/sgml-common"
-KEYWORDS="x86 ppc sparc "
-
-src_compile() {
-
- #real weird setup here. we need to libtoolize to fix .la files.
- #
- #Azarah -- (7 April 2002)
- ln -s config/configure.in configure.in
- libtoolize --copy --force
-
- SGML_PREFIX=/usr/share/sgml
-
- ./configure --host=${CHOST} \
- --prefix=/usr \
- --enable-http \
- --enable-default-catalog=/etc/sgml/catalog \
- --enable-default-search-path=/usr/share/sgml \
- --datadir=/usr/share/sgml/${P} || die
-
- make || die
-}
-
-src_install() {
-
- dodir /usr
- dodir /usr/lib
- make prefix=${D}/usr \
- datadir=${D}/usr/share/sgml/${P} \
- install || die
-
- dosym openjade /usr/bin/jade
- dosym onsgmls /usr/bin/nsgmls
- dosym osgmlnorm /usr/bin/sgmlnorm
- dosym ospam /usr/bin/spam
- dosym ospent /usr/bin/spent
- dosym osx /usr/bin/sgml2xml
-
- insinto /usr/include/sp/generic
- doins generic/*.h
-
- insinto /usr/include/sp/include
- doins include/*.h
-
- insinto /usr/include/sp/lib
- doins lib/*.h
-
- insinto /usr/share/sgml/${P}/
- doins dsssl/builtins.dsl
-
- echo 'SYSTEM "builtins.dsl" "builtins.dsl"' > ${D}/usr/share/sgml/${P}/catalog
- insinto /usr/share/sgml/${P}/dsssl
- doins dsssl/{dsssl.dtd,style-sheet.dtd,fot.dtd}
- newins ${FILESDIR}/${P}.dsssl-catalog catalog
-# Breaks sgml2xml among other things
-# insinto /usr/share/sgml/${P}/unicode
-# doins unicode/{catalog,unicode.sd,unicode.syn,gensyntax.pl}
- insinto /usr/share/sgml/${P}/pubtext
- doins pubtext/*
-
- dodoc COPYING NEWS README VERSION
- docinto html/doc
- dodoc doc/*.htm
- docinto html/jadedoc
- dodoc jadedoc/*.htm
- docinto html/jadedoc/images
- dodoc jadedoc/images/*
-
-}
-
-pkg_postinst() {
- if [ -x "/usr/bin/install-catalog" ] && [ "$ROOT" = "/" ] ; then
- install-catalog --add /etc/sgml/${P}.cat /usr/share/sgml/openjade-${PV}/catalog
- install-catalog --add /etc/sgml/${P}.cat /usr/share/sgml/openjade-${PV}/dsssl/catalog
-# install-catalog --add /etc/sgml/${P}.cat /usr/share/sgml/openjade-${PV}/unicode/catalog
- install-catalog --add /etc/sgml/sgml-docbook.cat /etc/sgml/${P}.cat
- fi
-}
-
-pkg_postrm() {
- if [ -x "/usr/bin/install-catalog" ] && [ "$ROOT" = "/" ] ; then
- if [ ! -e /usr/share/sgml/openjade-${PV}/catalog ] && \
- [ -e /etc/sgml/${P}.cat ] ; then
- install-catalog --remove /etc/sgml/${P}.cat /usr/share/sgml/openjade-${PV}/catalog
- fi
- if [ ! -e /usr/share/sgml/openjade-${PV}/dsssl/catalog ] && \
- [ -e /etc/sgml/${P}.cat ] ; then
- install-catalog --remove /etc/sgml/${P}.cat /usr/share/sgml/openjade-${PV}/dsssl/catalog
- fi
- if [ ! -e /usr/share/sgml/openjade-${PV}/unicode/catalog ] && \
- [ -e /etc/sgml/${P}.cat ] ; then
- install-catalog --remove /etc/sgml/${P}.cat /usr/share/sgml/openjade-${PV}/unicode/catalog
- fi
- if [ ! -e /etc/sgml/${P}.cat ] ; then
- install-catalog --remove /etc/sgml/sgml-docbook.cat /etc/sgml/${P}.cat
- fi
- fi
-}
-
diff --git a/app-text/openjade/openjade-1.3.1-r4.ebuild b/app-text/openjade/openjade-1.3.1-r6.ebuild
index c7a5d323b73f..f2ad63c3f890 100644
--- a/app-text/openjade/openjade-1.3.1-r4.ebuild
+++ b/app-text/openjade/openjade-1.3.1-r6.ebuild
@@ -1,8 +1,9 @@
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/openjade/openjade-1.3.1-r4.ebuild,v 1.10 2002/12/15 10:44:11 bjb Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/openjade/openjade-1.3.1-r6.ebuild,v 1.1 2002/12/31 04:36:56 satai Exp $
-inherit libtool flag-o-matic
+inherit libtool flag-o-matic
+inherit sgml-catalog
filter-flags -fno-exceptions
@@ -23,6 +24,11 @@ RDEPEND="virtual/glibc
KEYWORDS="x86 ppc sparc alpha"
src_compile() {
+ # Please note! Opts are disabled. If you know what you're doing
+ # feel free to remove this line. It may cause problems with
+ # docbook-sgml-utils among other things.
+ CFLAGS=""
+ CXXFLAGS=""
ln -s config/configure.in configure.in
elibtoolize
@@ -86,32 +92,9 @@ src_install() {
}
-pkg_postinst() {
- if [ -x "/usr/bin/install-catalog" ] && [ "$ROOT" = "/" ] ; then
- install-catalog --add /etc/sgml/${P}.cat /usr/share/sgml/openjade-${PV}/catalog
- install-catalog --add /etc/sgml/${P}.cat /usr/share/sgml/openjade-${PV}/dsssl/catalog
-# install-catalog --add /etc/sgml/${P}.cat /usr/share/sgml/openjade-${PV}/unicode/catalog
- install-catalog --add /etc/sgml/sgml-docbook.cat /etc/sgml/${P}.cat
- fi
-}
-
-pkg_postrm() {
- if [ -x "/usr/bin/install-catalog" ] && [ "$ROOT" = "/" ] ; then
- if [ ! -e /usr/share/sgml/openjade-${PV}/catalog ] && \
- [ -e /etc/sgml/${P}.cat ] ; then
- install-catalog --remove /etc/sgml/${P}.cat /usr/share/sgml/openjade-${PV}/catalog
- fi
- if [ ! -e /usr/share/sgml/openjade-${PV}/dsssl/catalog ] && \
- [ -e /etc/sgml/${P}.cat ] ; then
- install-catalog --remove /etc/sgml/${P}.cat /usr/share/sgml/openjade-${PV}/dsssl/catalog
- fi
- if [ ! -e /usr/share/sgml/openjade-${PV}/unicode/catalog ] && \
- [ -e /etc/sgml/${P}.cat ] ; then
- install-catalog --remove /etc/sgml/${P}.cat /usr/share/sgml/openjade-${PV}/unicode/catalog
- fi
- if [ ! -e /etc/sgml/${P}.cat ] ; then
- install-catalog --remove /etc/sgml/sgml-docbook.cat /etc/sgml/${P}.cat
- fi
- fi
-}
-
+sgml-catalog_cat_include "/etc/sgml/${P}.cat" \
+ "/usr/share/sgml/openjade-${PV}/catalog"
+sgml-catalog_cat_include "/etc/sgml/${P}.cat" \
+ "/usr/share/sgml/openjade-${PV}/dsssl/catalog"
+sgml-catalog_cat_include "/etc/sgml/sgml-docbook.cat" \
+ "/etc/sgml/${P}.cat"