diff options
author | 2002-12-31 04:36:56 +0000 | |
---|---|---|
committer | 2002-12-31 04:36:56 +0000 | |
commit | 7990b28cad9969f099585d10517762f84aca16b1 (patch) | |
tree | b998eb4a90edb6ff330ed17d890a8b9df865ece4 /app-text/docbook-dsssl-stylesheets | |
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-dsssl-stylesheets')
3 files changed, 49 insertions, 1 deletions
diff --git a/app-text/docbook-dsssl-stylesheets/ChangeLog b/app-text/docbook-dsssl-stylesheets/ChangeLog index f3fd3c1f26f1..9028c4a6e1c2 100644 --- a/app-text/docbook-dsssl-stylesheets/ChangeLog +++ b/app-text/docbook-dsssl-stylesheets/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for app-text/docbook-dsssl-stylesheets # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL -# $Header: /var/cvsroot/gentoo-x86/app-text/docbook-dsssl-stylesheets/ChangeLog,v 1.5 2002/12/13 10:56:19 blizzy Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/docbook-dsssl-stylesheets/ChangeLog,v 1.6 2002/12/31 04:36:55 satai Exp $ + +*docbook-dsssl-stylesheets-1.77-r1 (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/docbook-dsssl-stylesheets/docbook-dsssl-stylesheets-1.77-r1.ebuild b/app-text/docbook-dsssl-stylesheets/docbook-dsssl-stylesheets-1.77-r1.ebuild new file mode 100644 index 000000000000..928f618f99be --- /dev/null +++ b/app-text/docbook-dsssl-stylesheets/docbook-dsssl-stylesheets-1.77-r1.ebuild @@ -0,0 +1,42 @@ +# 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-dsssl-stylesheets/docbook-dsssl-stylesheets-1.77-r1.ebuild,v 1.1 2002/12/31 04:36:55 satai Exp $ + +inherit sgml-catalog + +MY_P=${P/-stylesheets/} +S=${WORKDIR}/${MY_P} +DESCRIPTION="DSSSL Stylesheets for DocBook." +SRC_URI="mirror://sourceforge/docbook/${MY_P}.tar.gz" +HOMEPAGE="http://www.sourceforge.net/docbook/" + +RDEPEND="app-text/sgml-common" + +SLOT="0" +LICENSE="as-is" +KEYWORDS="x86 ppc sparc alpha" + +sgml-catalog_cat_include "/etc/sgml/dsssl-docbook-stylesheets.cat" \ + "/usr/share/sgml/docbook/dsssl-stylesheets-${PV}/catalog" +sgml-catalog_cat_include "/etc/sgml/sgml-docbook.cat" \ + "/etc/sgml/dsssl-docbook-stylesheets.cat" + +src_unpack() { + unpack ${A} + cd ${S} + cp ${FILESDIR}/${P}.Makefile Makefile +} + +src_compile() { + dummy="dummy" +} + +src_install () { + + make \ + BINDIR="${D}/usr/bin" \ + DESTDIR="${D}/usr/share/sgml/docbook/dsssl-stylesheets-${PV}" \ + install || die + +} + diff --git a/app-text/docbook-dsssl-stylesheets/files/digest-docbook-dsssl-stylesheets-1.77-r1 b/app-text/docbook-dsssl-stylesheets/files/digest-docbook-dsssl-stylesheets-1.77-r1 new file mode 100644 index 000000000000..b763b050b291 --- /dev/null +++ b/app-text/docbook-dsssl-stylesheets/files/digest-docbook-dsssl-stylesheets-1.77-r1 @@ -0,0 +1 @@ +MD5 91da3583b364cd5606b2b02e6fdd97fc docbook-dsssl-1.77.tar.gz 394813 |