summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason Shoemaker <kutsuya@gentoo.org>2003-02-01 17:17:35 +0000
committerJason Shoemaker <kutsuya@gentoo.org>2003-02-01 17:17:35 +0000
commitd62d0a117b556fb61a8abee241a79cf3af6ac1d5 (patch)
tree7703233fac86dfc21144d5dd830e717b23a6675b /app-text/htmltidy
parentIn reviewing skel.ChangeLog, saw that I goofed. (diff)
downloadgentoo-2-d62d0a117b556fb61a8abee241a79cf3af6ac1d5.tar.gz
gentoo-2-d62d0a117b556fb61a8abee241a79cf3af6ac1d5.tar.bz2
gentoo-2-d62d0a117b556fb61a8abee241a79cf3af6ac1d5.zip
Fixed broken SRC_URL. Added IUSE. Reformated ChangeLog.
Diffstat (limited to 'app-text/htmltidy')
-rw-r--r--app-text/htmltidy/ChangeLog30
-rw-r--r--app-text/htmltidy/htmltidy-2.7.18-r1.ebuild5
-rw-r--r--app-text/htmltidy/htmltidy-2.7.18.ebuild5
3 files changed, 20 insertions, 20 deletions
diff --git a/app-text/htmltidy/ChangeLog b/app-text/htmltidy/ChangeLog
index 0be2538eca8c..ee02c342a48c 100644
--- a/app-text/htmltidy/ChangeLog
+++ b/app-text/htmltidy/ChangeLog
@@ -1,28 +1,26 @@
# ChangeLog for app-text/htmltidy
-# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL
-# $Header: /var/cvsroot/gentoo-x86/app-text/htmltidy/ChangeLog,v 1.5 2003/01/03 05:43:19 satai Exp $
+# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-text/htmltidy/ChangeLog,v 1.6 2003/02/01 17:17:35 kutsuya Exp $
*htmltidy-2.7.18-r1 (03 Jan 2003)
- 03 Jan 2003; Matthew Turk <satai@gentoo.org> :
- Added dbpatch to convert HTML to either Docbook/XML or Docbook/SGML. Thanks
- to Ferdy <ferdy@ferdyx.org> for the patch.
+ 03 Jan 2003; Matthew Turk <satai@gentoo.org> : Added dbpatch to convert HTML
+ to either Docbook/XML or Docbook/SGML. Thanks to Ferdy <ferdy@ferdyx.org>
+ for the patch.
06 Dec 2002; Rodney Rees <manson@gentoo.org> : changed sparc ~sparc keywords
-*htmltidy-2.7.18 (25 July 2002)
-
- 25 July 2002; Sascha Schwabbauer <cybersystem@gentoo.org> ChangeLog :
+*htmltidy-2.7.18 (25 Jul 2002)
+ 25 July 2002; Sascha Schwabbauer <cybersystem@gentoo.org> ChangeLog :
Updated to the newest version, 2.7.18.
-*htmltidy-0.8.4 (1 Feb 2002)
+*htmltidy-0.8.4 (01 Feb 2002)
- 1 Feb 2002; G.Bevin <gbevin@gentoo.org> ChangeLog :
-
- Added initial ChangeLog which should be updated whenever the package is
- updated in any way. This changelog is targetted to users. This means that the
- comments should well explained and written in clean English. The details about
- writing correct changelogs are explained in the skel.ChangeLog file which you
- can find in the root directory of the portage repository.
+ 01 Feb 2002; G.Bevin <gbevin@gentoo.org> ChangeLog : Added initial ChangeLog
+ which should be updated whenever the package is updated in any way. This
+ changelog is targetted to users. This means that the comments should well
+ explained and written in clean English. The details about writing correct
+ changelogs are explained in the skel.ChangeLog file which you can find in
+ the root directory of the portage repository.
diff --git a/app-text/htmltidy/htmltidy-2.7.18-r1.ebuild b/app-text/htmltidy/htmltidy-2.7.18-r1.ebuild
index e1b76f8ed50a..8c9ee7bed9b3 100644
--- a/app-text/htmltidy/htmltidy-2.7.18-r1.ebuild
+++ b/app-text/htmltidy/htmltidy-2.7.18-r1.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/htmltidy/htmltidy-2.7.18-r1.ebuild,v 1.1 2003/01/03 05:43:19 satai Exp $ /home/cvsroot/gentoo-x86/app-text/htmltidy/htmltidy-2.7.18.ebuild, v 1.5 2002/07/25 11:07:00 cybersystem Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/htmltidy/htmltidy-2.7.18-r1.ebuild,v 1.2 2003/02/01 17:17:35 kutsuya Exp $ /home/cvsroot/gentoo-x86/app-text/htmltidy/htmltidy-2.7.18.ebuild, v 1.5 2002/07/25 11:07:00 cybersystem Exp $
# convert from normalized gentoo version number to htmltidy's wacky date thing
@@ -14,9 +14,10 @@ MY_P=tidy_src_${vers}
S=${WORKDIR}/tidy
DESCRIPTION="fix mistakes and tidy up sloppy editing in HTML and XML"
-SRC_URI="http://tidy.sourceforge.net/src/${MY_P}.tgz"
+SRC_URI="http://tidy.sourceforge.net/src/old/${MY_P}.tgz"
HOMEPAGE="http://tidy.sourceforge.net/"
DEPEND=""
+IUSE="sgml xml"
src_unpack() {
unpack ${MY_P}.tgz
diff --git a/app-text/htmltidy/htmltidy-2.7.18.ebuild b/app-text/htmltidy/htmltidy-2.7.18.ebuild
index 630db370a227..5162a67889b9 100644
--- a/app-text/htmltidy/htmltidy-2.7.18.ebuild
+++ b/app-text/htmltidy/htmltidy-2.7.18.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/htmltidy/htmltidy-2.7.18.ebuild,v 1.6 2002/12/09 04:17:44 manson Exp $ /home/cvsroot/gentoo-x86/app-text/htmltidy/htmltidy-2.7.18.ebuild, v 1.5 2002/07/25 11:07:00 cybersystem Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/htmltidy/htmltidy-2.7.18.ebuild,v 1.7 2003/02/01 17:17:35 kutsuya Exp $ /home/cvsroot/gentoo-x86/app-text/htmltidy/htmltidy-2.7.18.ebuild, v 1.5 2002/07/25 11:07:00 cybersystem Exp $
# convert from normalized gentoo version number to htmltidy's wacky date thing
parts=(${PV//./ })
@@ -9,7 +9,7 @@ MY_P=tidy_src_${vers}
S=${WORKDIR}/tidy
DESCRIPTION="fix mistakes and tidy up sloppy editing in HTML and XML"
-SRC_URI="http://tidy.sourceforge.net/src/${MY_P}.tgz"
+SRC_URI="http://tidy.sourceforge.net/src/old/${MY_P}.tgz"
HOMEPAGE="http://tidy.sourceforge.net/"
SLOT="0"
@@ -17,6 +17,7 @@ LICENSE="GPL-2"
KEYWORDS="x86 ppc sparc "
DEPEND=""
+IUSE=""
src_unpack() {
unpack ${A}