diff options
-rw-r--r-- | app-text/html-xml-utils/ChangeLog | 10 | ||||
-rw-r--r-- | app-text/html-xml-utils/files/html-xml-utils-addid-man | 95 | ||||
-rw-r--r-- | app-text/html-xml-utils/files/html-xml-utils-incl-man-fix.patch | 53 | ||||
-rw-r--r-- | app-text/html-xml-utils/html-xml-utils-2.8-r2.ebuild | 48 | ||||
-rw-r--r-- | app-text/html-xml-utils/html-xml-utils-5.3.ebuild | 23 | ||||
-rw-r--r-- | app-text/html-xml-utils/html-xml-utils-5.5.ebuild | 23 | ||||
-rw-r--r-- | app-text/html-xml-utils/metadata.xml | 2 |
7 files changed, 9 insertions, 245 deletions
diff --git a/app-text/html-xml-utils/ChangeLog b/app-text/html-xml-utils/ChangeLog index 601bfb0f1411..b480899e3562 100644 --- a/app-text/html-xml-utils/ChangeLog +++ b/app-text/html-xml-utils/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for app-text/html-xml-utils -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/html-xml-utils/ChangeLog,v 1.43 2012/07/29 17:17:53 armin76 Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-text/html-xml-utils/ChangeLog,v 1.44 2013/07/21 10:03:50 pacho Exp $ + + 21 Jul 2013; Pacho Ramos <pacho@gentoo.org> -files/html-xml-utils-addid-man, + -files/html-xml-utils-incl-man-fix.patch, -html-xml-utils-2.8-r2.ebuild, + -html-xml-utils-5.3.ebuild, -html-xml-utils-5.5.ebuild, metadata.xml: + Cleanup due http://gentoo.2317880.n4.nabble.com/sgml-herd-has-no-maintainers- + again-td259655.html 29 Jul 2012; Raúl Porcel <armin76@gentoo.org> html-xml-utils-2.8-r2.ebuild, html-xml-utils-5.3.ebuild, html-xml-utils-5.5.ebuild, diff --git a/app-text/html-xml-utils/files/html-xml-utils-addid-man b/app-text/html-xml-utils/files/html-xml-utils-addid-man deleted file mode 100644 index 2b36ce22b44f..000000000000 --- a/app-text/html-xml-utils/files/html-xml-utils-addid-man +++ /dev/null @@ -1,95 +0,0 @@ -.de d \" begin display -.sp -.in +4 -.nf -.. -.de e \" end display -.in -4 -.fi -.sp -.. -.TH man 1 "27 May 2004" -.SH NAME -addid \- add ID's to selected elements -.SH SYNOPSIS -.B addid -.RB "[\| " \-x " \|]" -.RB "[\-\-]" -.IR elem|.class|elem.class -.RB "[\| " html-file " \|]" -.SH DESCRIPTION -.LP -The -.B addid -command opies an HTML or XML file to standard output, while adding -element IDs to the specified elements or classes. -.LP -For example, given the input -.d -<p>A paragraph without an ID</p> -.e -the command -.d -addid p -.e -will output -.d -<p id="a-paragraph">A paragraph without an ID</p> -.e -.LP -If you specify a class using \fB.class\fP then IDs will only be added -to elements that contain that class. And if you specify a element and -a class using \fBelem.class\fP then IDs will only be added to the -specified elements that contain the specified class. -.LP -If two elements would naturally generate the same ID, a number is -added to the ID name (starting with 0) to make sure the IDs are -unique. IDs are not added to matching elements that already contain -an ID. -.SH OPTIONS -The following options are supported: -.TP 10 -.B \-x -Use XML conventions: empty elements are written with a slash at the -end: <IMG\ /> Also causes the name of the attribute (see option -\fB\-a\fP) to become case-sensitive. -.SH OPERANDS -The following operand is supported: -.TP 10 -.I elem -The name of element to select. -.TP 10 -.I .class -The name of class to select. -.TP 10 -.I elem.class -The name of element that contains class to select. -.TP 10 -.I html-file -The name of an HTML file. -.SH "EXIT STATUS" -The following exit values are returned: -.TP 10 -.B 0 -Successful completion. -.TP -.B >0 -An error occurred in the parsing of one of the HTML or XML files. -.SH "SEE ALSO" -.BR xml2asc (1), -.BR UTF-8 -(RFC 2279), -.BR normalize-html (1), -.BR num (1), -.BR toc (1), -.BR htmlprune (1). -.BR unent (1) -.BR asc2xml (1) -.SH BUGS -.LP -Assumes UTF-8 as input. Doesn't expand character entities. Instead -pipe the input through -.BR unent (1) -and -.BR asc2xml (1) -to convert it to UTF-8. diff --git a/app-text/html-xml-utils/files/html-xml-utils-incl-man-fix.patch b/app-text/html-xml-utils/files/html-xml-utils-incl-man-fix.patch deleted file mode 100644 index a9bcfd94f714..000000000000 --- a/app-text/html-xml-utils/files/html-xml-utils-incl-man-fix.patch +++ /dev/null @@ -1,53 +0,0 @@ ---- html-xml-utils-3.4/incl.1 -+++ html-xml-utils-3.4/incl.1 -@@ -14,10 +14,6 @@ - .SH SYNOPSIS - .B incl - .RB "[\| " \-x " \|]" --.RB "[\| " \-a --.IR attribute " \|]" --.RB "[\| " \-c --.IR class " \|]" - .RB "[\| " \-b - .IR base " \|]" - .RB "[\| " file\-or\-URL " \|]" -@@ -26,14 +22,15 @@ - The - .B incl - command copies an HTML or XML file to standard output, looking for --elements with a certain attribute (by default a \fBclass\fP attribute --that includes the word "include"). Such an element is replaced by --the file whose name is given as the content of the element. For --example, the \fIspan\fP element in -+comments with a certain structure. Such an comment is replaced by -+the file whose name is given as the atrribute of the directive. For -+example: - .d -- ...<span class="include">foo.html</span>... -+ ...<!-- include "foo.html" -->... - .e --will be replaced by the content of the file \fIfoo.html\fP. -+will be replaced by the content of the file \fIfoo.html\fP. It is -+important to note that you must quote filenames if they contain -+whitespace. - .SH OPTIONS - The following options are supported: - .TP 10 -@@ -42,17 +39,6 @@ - end: <IMG\ /> Also causes the name of the attribute (see option - \fB\-a\fP) to become case-sensitive. - .TP --.BI \-a " attribute" --Sets the name of the attribute to look for. Default is \fBclass\fP. --Note that the name is case-insensitive, unless option \fB\-x\fP is --given. --.TP --.BI \-c " class" --Sets the keyword to look for. Default is \fBinclude\fP. The attribute --is considered to contain a space-separated list of words. If one of --those words is the given \fIclass\fP, the element is replaced by the --file whose name is given as the element's content. --.TP - .BI \-b " base" - Sets the base URL for resolving relative URLs. By default the file - given as argument is the base URL. diff --git a/app-text/html-xml-utils/html-xml-utils-2.8-r2.ebuild b/app-text/html-xml-utils/html-xml-utils-2.8-r2.ebuild deleted file mode 100644 index ea25c43e6b9a..000000000000 --- a/app-text/html-xml-utils/html-xml-utils-2.8-r2.ebuild +++ /dev/null @@ -1,48 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/html-xml-utils/html-xml-utils-2.8-r2.ebuild,v 1.9 2012/07/29 17:17:53 armin76 Exp $ - -inherit eutils - -DESCRIPTION="A number of simple utilities for manipulating HTML and XML files." -SRC_URI="http://www.w3.org/Tools/HTML-XML-utils/${P}.tar.gz" -HOMEPAGE="http://www.w3.org/Tools/HTML-XML-utils/" -LICENSE="W3C" - -IUSE="" -KEYWORDS="ppc x86" -SLOT="0" - -RDEPEND="!sys-apps/count - !media-libs/libextractor - !app-shells/fish - !dev-perl/HTML-Clean" - -DEPEND="${RDEPEND} - >=sys-apps/sed-4" - -src_unpack() { - unpack ${A} - cd ${S} - epatch ${FILESDIR}/${PN}-incl-man-fix.patch - - # Replace references to normalize with normalize-html, which - # has been renamed due to clash described in #27399 - sed -i "s:normalize:&-html:g" *.1 || die "sed failed" - -} - -src_install () { - - make DESTDIR=${D} install || die - dodoc AUTHORS ChangeLog README TODO - newman ${FILESDIR}/${PN}-addid-man addid.1 - - # Check bug #27399, the following binary conflicts with - # one provided by the 'normalize' package, so we're - # renaming this one <obz@gentoo.org> - mv ${D}/usr/bin/normalize ${D}/usr/bin/normalize-html - mv ${D}/usr/share/man/man1/normalize.1 \ - ${D}/usr/share/man/man1/normalize-html.1 - -} diff --git a/app-text/html-xml-utils/html-xml-utils-5.3.ebuild b/app-text/html-xml-utils/html-xml-utils-5.3.ebuild deleted file mode 100644 index f9aff90f0e72..000000000000 --- a/app-text/html-xml-utils/html-xml-utils-5.3.ebuild +++ /dev/null @@ -1,23 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/html-xml-utils/html-xml-utils-5.3.ebuild,v 1.3 2012/07/29 17:17:53 armin76 Exp $ - -inherit eutils - -DESCRIPTION="A number of simple utilities for manipulating HTML and XML files." -SRC_URI="http://www.w3.org/Tools/HTML-XML-utils/${P}.tar.gz" -HOMEPAGE="http://www.w3.org/Tools/HTML-XML-utils/" -LICENSE="W3C" - -IUSE="" -KEYWORDS="~amd64 ~ppc ~x86 ~x86-linux ~ppc-macos ~x86-macos" -SLOT="0" - -RDEPEND="dev-util/gperf" -DEPEND="${RDEPEND} - >=sys-apps/sed-4" - -src_install () { - make DESTDIR="${D}" install || die - dodoc AUTHORS ChangeLog README TODO -} diff --git a/app-text/html-xml-utils/html-xml-utils-5.5.ebuild b/app-text/html-xml-utils/html-xml-utils-5.5.ebuild deleted file mode 100644 index 213e9368a9ca..000000000000 --- a/app-text/html-xml-utils/html-xml-utils-5.5.ebuild +++ /dev/null @@ -1,23 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/html-xml-utils/html-xml-utils-5.5.ebuild,v 1.2 2012/07/29 17:17:53 armin76 Exp $ - -inherit eutils - -DESCRIPTION="A number of simple utilities for manipulating HTML and XML files." -SRC_URI="http://www.w3.org/Tools/HTML-XML-utils/${P}.tar.gz" -HOMEPAGE="http://www.w3.org/Tools/HTML-XML-utils/" -LICENSE="W3C" - -IUSE="" -KEYWORDS="~amd64 ~ppc ~x86 ~x86-linux ~ppc-macos ~x86-macos" -SLOT="0" - -RDEPEND="dev-util/gperf" -DEPEND="${RDEPEND} - >=sys-apps/sed-4" - -src_install () { - make DESTDIR="${D}" install || die - dodoc AUTHORS ChangeLog README TODO -} diff --git a/app-text/html-xml-utils/metadata.xml b/app-text/html-xml-utils/metadata.xml index e96086477315..4538a68724a6 100644 --- a/app-text/html-xml-utils/metadata.xml +++ b/app-text/html-xml-utils/metadata.xml @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> - <herd>sgml</herd> +<maintainer><email>maintainer-needed@gentoo.org</email></maintainer> </pkgmetadata> |