From: "Krzysztof Pawlik (nelchael)" <nelchael@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in dev-java/htmlparser: metadata.xml ChangeLog htmlparser-1.3.1.ebuild
Date: Thu, 23 Feb 2012 20:15:28 +0000 (UTC) [thread overview]
Message-ID: <20120223201528.1E86A2004B@flycatcher.gentoo.org> (raw)
nelchael 12/02/23 20:15:28
Added: metadata.xml ChangeLog htmlparser-1.3.1.ebuild
Log:
Initial version of htmlparser: Implementation of the HTML5 parsing algorithm in Java.
(Portage version: 2.1.10.47/cvs/Linux x86_64)
Revision Changes Path
1.3 dev-java/htmlparser/metadata.xml
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/htmlparser/metadata.xml?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/htmlparser/metadata.xml?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/htmlparser/metadata.xml?r1=1.2&r2=1.3
1.7 dev-java/htmlparser/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/htmlparser/ChangeLog?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/htmlparser/ChangeLog?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/htmlparser/ChangeLog?r1=1.6&r2=1.7
1.1 dev-java/htmlparser/htmlparser-1.3.1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/htmlparser/htmlparser-1.3.1.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/htmlparser/htmlparser-1.3.1.ebuild?rev=1.1&content-type=text/plain
Index: htmlparser-1.3.1.ebuild
===================================================================
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-java/htmlparser/htmlparser-1.3.1.ebuild,v 1.1 2012/02/23 20:15:28 nelchael Exp $
EAPI=4
JAVA_PKG_IUSE="doc source"
inherit java-pkg-2 java-ant-2
DESCRIPTION="Implementation of the HTML5 parsing algorithm in Java"
HOMEPAGE="http://about.validator.nu/htmlparser/"
SRC_URI="http://about.validator.nu/${PN}/${P}.zip"
LICENSE="W3C"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
COMMON_DEP="dev-java/icu4j:4
dev-java/xom
dev-java/jchardet"
RDEPEND=">=virtual/jre-1.5
${COMMON_DEP}"
DEPEND=">=virtual/jdk-1.5
app-arch/unzip
${COMMON_DEP}"
src_prepare() {
rm -f *.jar
mkdir -p "${S}/build" || die "mkdir failed"
mkdir -p "${S}/lib" || die "mkdir failed"
cp "${FILESDIR}/build.xml" "${S}" || die "cp failed"
java-pkg_jarfrom --into lib/ icu4j-4
java-pkg_jarfrom --into lib/ xom
java-pkg_jarfrom --into lib/ jchardet
}
src_install() {
java-pkg_dojar htmlparser.jar
use source && java-pkg_dosrc src/*
use doc && java-pkg_dojavadoc docs
}
reply other threads:[~2012-02-23 20:16 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20120223201528.1E86A2004B@flycatcher.gentoo.org \
--to=nelchael@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox