* [gentoo-commits] proj/lua:master commit in: dev-lua/lua-htmlparser/
@ 2015-04-11 9:44 Vadim A. Misbakh-Soloviov
0 siblings, 0 replies; 2+ messages in thread
From: Vadim A. Misbakh-Soloviov @ 2015-04-11 9:44 UTC (permalink / raw
To: gentoo-commits
commit: c630500bd66c94b3ae0349ba2fa8d21190c20085
Author: Vadim A. Misbakh-Soloviov <git <AT> mva <DOT> name>
AuthorDate: Sat Apr 11 09:43:36 2015 +0000
Commit: Vadim A. Misbakh-Soloviov <mva <AT> mva <DOT> name>
CommitDate: Sat Apr 11 09:43:36 2015 +0000
URL: https://gitweb.gentoo.org/proj/lua.git/commit/?id=c630500b
[dev-lua/html{,parser}] Added
Signed-off-by: Vadim A. Misbakh-Soloviov <git <AT> mva.name>
dev-lua/lua-htmlparser/lua-htmlparser-9999.ebuild | 33 +++++++++++++++++++++++
1 file changed, 33 insertions(+)
diff --git a/dev-lua/lua-htmlparser/lua-htmlparser-9999.ebuild b/dev-lua/lua-htmlparser/lua-htmlparser-9999.ebuild
new file mode 100644
index 0000000..95af270
--- /dev/null
+++ b/dev-lua/lua-htmlparser/lua-htmlparser-9999.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: This ebuild is from Lua overlay; Bumped by mva; $
+
+EAPI=5
+
+inherit toolchain-funcs eutils git-r3
+
+DESCRIPTION="Parse HTML text into a tree of elements with selectors"
+HOMEPAGE="https://github.com/wscherphof/lua-htmlparser"
+SRC_URI=""
+
+EGIT_REPO_URI="https://github.com/wscherphof/lua-htmlparser"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS=""
+IUSE="luajit"
+
+DEPEND="
+ virtual/lua[luajit=]
+ virtual/pkgconfig
+"
+RDEPEND="
+ ${DEPEND}
+"
+
+src_install() {
+ local lua="lua";
+ use luajit && lua="luajit";
+ insinto "$($(tc-getPKG_CONFIG) --variable INSTALL_LMOD ${lua})"
+ doins -r src/*
+}
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [gentoo-commits] proj/lua:master commit in: dev-lua/lua-htmlparser/
@ 2015-09-02 13:39 Vadim A. Misbakh-Soloviov
0 siblings, 0 replies; 2+ messages in thread
From: Vadim A. Misbakh-Soloviov @ 2015-09-02 13:39 UTC (permalink / raw
To: gentoo-commits
commit: ed6d2b0088529473117cee48c3f0835c55418d58
Author: Vadim A. Misbakh-Soloviov <git <AT> mva <DOT> name>
AuthorDate: Wed Sep 2 13:39:34 2015 +0000
Commit: Vadim A. Misbakh-Soloviov <mva <AT> mva <DOT> name>
CommitDate: Wed Sep 2 13:39:34 2015 +0000
URL: https://gitweb.gentoo.org/proj/lua.git/commit/?id=ed6d2b00
lua-htmlparser: remove lua-set dep
Signed-off-by: Vadim A. Misbakh-Soloviov <git <AT> mva.name>
dev-lua/lua-htmlparser/lua-htmlparser-9999.ebuild | 1 -
1 file changed, 1 deletion(-)
diff --git a/dev-lua/lua-htmlparser/lua-htmlparser-9999.ebuild b/dev-lua/lua-htmlparser/lua-htmlparser-9999.ebuild
index 5cfca54..ea20a48 100644
--- a/dev-lua/lua-htmlparser/lua-htmlparser-9999.ebuild
+++ b/dev-lua/lua-htmlparser/lua-htmlparser-9999.ebuild
@@ -20,7 +20,6 @@ IUSE="luajit"
DEPEND="
virtual/lua[luajit=]
virtual/pkgconfig
- dev-lua/lua-set
"
RDEPEND="
${DEPEND}
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2015-09-02 13:39 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-09-02 13:39 [gentoo-commits] proj/lua:master commit in: dev-lua/lua-htmlparser/ Vadim A. Misbakh-Soloviov
-- strict thread matches above, loose matches on Subject: below --
2015-04-11 9:44 Vadim A. Misbakh-Soloviov
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox