diff options
author | Matthew Turk <satai@gentoo.org> | 2002-12-31 04:36:56 +0000 |
---|---|---|
committer | Matthew Turk <satai@gentoo.org> | 2002-12-31 04:36:56 +0000 |
commit | 7990b28cad9969f099585d10517762f84aca16b1 (patch) | |
tree | b998eb4a90edb6ff330ed17d890a8b9df865ece4 /app-text/docbook-sgml | |
parent | New SGML catalog eclass, hopefully will fix things. (diff) | |
download | historical-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/docbook-sgml')
-rw-r--r-- | app-text/docbook-sgml/docbook-sgml-1.0.ebuild | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/app-text/docbook-sgml/docbook-sgml-1.0.ebuild b/app-text/docbook-sgml/docbook-sgml-1.0.ebuild index 0b3c356c10a6..2dcb21d9c578 100644 --- a/app-text/docbook-sgml/docbook-sgml-1.0.ebuild +++ b/app-text/docbook-sgml/docbook-sgml-1.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/docbook-sgml/docbook-sgml-1.0.ebuild,v 1.12 2002/12/09 04:17:43 manson Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/docbook-sgml/docbook-sgml-1.0.ebuild,v 1.13 2002/12/31 04:36:55 satai Exp $ S=${WORKDIR}/${P} DESCRIPTION="A helper package for sgml docbook" @@ -12,7 +12,7 @@ KEYWORDS="x86 ppc sparc " RDEPEND="app-text/sgml-common app-text/openjade >=app-text/docbook-dsssl-stylesheets-1.64 >=app-text/docbook-sgml-utils-0.6.6 - =app-text/docbook-sgml-dtd-3.0 - =app-text/docbook-sgml-dtd-3.1 - =app-text/docbook-sgml-dtd-4.0 - =app-text/docbook-sgml-dtd-4.1" + =app-text/docbook-sgml-dtd-3.0-r1 + =app-text/docbook-sgml-dtd-3.1-r1 + =app-text/docbook-sgml-dtd-4.0-r1 + =app-text/docbook-sgml-dtd-4.1-r1" |