summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLeonardo Boshell <leonardop@gentoo.org>2005-07-10 00:22:29 +0000
committerLeonardo Boshell <leonardop@gentoo.org>2005-07-10 00:22:29 +0000
commit00a6a583b6b75d7c6942a2697782d7bf5d5022a6 (patch)
treed2f99f46e0bc24172cae5b2f6909d63e8a1bd9e6 /app-text/html401/html401-19991224-r2.ebuild
parentAdded ~sparc keyword wrt bug #95625. (diff)
downloadgentoo-2-00a6a583b6b75d7c6942a2697782d7bf5d5022a6.tar.gz
gentoo-2-00a6a583b6b75d7c6942a2697782d7bf5d5022a6.tar.bz2
gentoo-2-00a6a583b6b75d7c6942a2697782d7bf5d5022a6.zip
Moving sgml-catalog_cat_include into pkg_setup(). Removing obsolete ebuild.
(Portage version: 2.0.51.22-r1)
Diffstat (limited to 'app-text/html401/html401-19991224-r2.ebuild')
-rw-r--r--app-text/html401/html401-19991224-r2.ebuild10
1 files changed, 6 insertions, 4 deletions
diff --git a/app-text/html401/html401-19991224-r2.ebuild b/app-text/html401/html401-19991224-r2.ebuild
index 86016a7b512d..6a64ba6345ad 100644
--- a/app-text/html401/html401-19991224-r2.ebuild
+++ b/app-text/html401/html401-19991224-r2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/html401/html401-19991224-r2.ebuild,v 1.5 2005/07/08 03:02:24 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/html401/html401-19991224-r2.ebuild,v 1.6 2005/07/10 00:22:29 leonardop Exp $
inherit sgml-catalog eutils
@@ -14,6 +14,11 @@ KEYWORDS="~ppc s390 x86"
IUSE=""
DEPEND="app-text/sgml-common"
+pkg_setup() {
+ sgml-catalog_cat_include "/etc/sgml/${PN}.cat" \
+ "/usr/share/sgml/${PN}/HTML4.cat"
+}
+
src_unpack() {
unpack ${A}
cd ${S}
@@ -26,6 +31,3 @@ src_install() {
insinto /etc/sgml
dohtml *.html */*
}
-
-sgml-catalog_cat_include "/etc/sgml/${PN}.cat" \
- "/usr/share/sgml/${PN}/HTML4.cat"