diff options
author | Daniel Ahlberg <aliz@gentoo.org> | 2003-07-11 20:35:25 +0000 |
---|---|---|
committer | Daniel Ahlberg <aliz@gentoo.org> | 2003-07-11 20:35:25 +0000 |
commit | 1b4b4f8c9f53d0213f23780a2d8247402cef5db9 (patch) | |
tree | 24c65cdeb43ff6ff124836784885c0600a054569 /app-text/xhtml1 | |
parent | Added hppa to KEYWORDS. (diff) | |
download | gentoo-2-1b4b4f8c9f53d0213f23780a2d8247402cef5db9.tar.gz gentoo-2-1b4b4f8c9f53d0213f23780a2d8247402cef5db9.tar.bz2 gentoo-2-1b4b4f8c9f53d0213f23780a2d8247402cef5db9.zip |
unmasks and changelog fixes
Diffstat (limited to 'app-text/xhtml1')
-rw-r--r-- | app-text/xhtml1/ChangeLog | 7 | ||||
-rw-r--r-- | app-text/xhtml1/xhtml1-20020801.ebuild | 4 |
2 files changed, 8 insertions, 3 deletions
diff --git a/app-text/xhtml1/ChangeLog b/app-text/xhtml1/ChangeLog index bea9fa06579e..2acb842c26f8 100644 --- a/app-text/xhtml1/ChangeLog +++ b/app-text/xhtml1/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for app-text/xhtml1 # Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/xhtml1/ChangeLog,v 1.6 2003/02/12 15:06:03 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/xhtml1/ChangeLog,v 1.7 2003/07/11 20:35:25 aliz Exp $ + +*xhtml1-20020801-r1 (13 Feb 2003) + + 11 Jul 2003; Daniel Ahlberg <aliz@gentoo.org> : + Added missing changelog entry. 08 Jan 2003; Matthew Turk <satai@gentoo.org> : Marked as stable. diff --git a/app-text/xhtml1/xhtml1-20020801.ebuild b/app-text/xhtml1/xhtml1-20020801.ebuild index eb7ad6e9ed12..694a88facc45 100644 --- a/app-text/xhtml1/xhtml1-20020801.ebuild +++ b/app-text/xhtml1/xhtml1-20020801.ebuild @@ -1,13 +1,13 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/xhtml1/xhtml1-20020801.ebuild,v 1.2 2003/02/13 09:48:21 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/xhtml1/xhtml1-20020801.ebuild,v 1.3 2003/07/11 20:35:25 aliz Exp $ DESCRIPTION="DTDs for the eXtensible HyperText Markup Language 1.0" HOMEPAGE="http://www.w3.org/TR/${PN}/" SRC_URI="${HOMEPAGE}${PN}.tgz" LICENSE="W3C" SLOT="0" -KEYWORDS="~x86" +KEYWORDS="x86" DEPEND="app-text/sgml-common" src_install() { |