* [gentoo-commits] proj/lua:master commit in: dev-lua/luahpdf/
@ 2015-06-14 22:02 Vadim A. Misbakh-Soloviov
0 siblings, 0 replies; 2+ messages in thread
From: Vadim A. Misbakh-Soloviov @ 2015-06-14 22:02 UTC (permalink / raw
To: gentoo-commits
commit: 27f3d68e2db31726210f8c82e5550e6acd7da2f6
Author: Vadim A. Misbakh-Soloviov <git <AT> mva <DOT> name>
AuthorDate: Sun Jun 14 22:02:06 2015 +0000
Commit: Vadim A. Misbakh-Soloviov <mva <AT> mva <DOT> name>
CommitDate: Sun Jun 14 22:02:06 2015 +0000
URL: https://gitweb.gentoo.org/proj/lua.git/commit/?id=27f3d68e
dev-lua/luahpdf: added
Signed-off-by: Vadim A. Misbakh-Soloviov <git <AT> mva.name>
dev-lua/luahpdf/luahpdf-9999.ebuild | 41 +++++++++++++++++++++++++++++++++++++
dev-lua/luahpdf/metadata.xml | 14 +++++++++++++
2 files changed, 55 insertions(+)
diff --git a/dev-lua/luahpdf/luahpdf-9999.ebuild b/dev-lua/luahpdf/luahpdf-9999.ebuild
new file mode 100644
index 0000000..68c5fa4
--- /dev/null
+++ b/dev-lua/luahpdf/luahpdf-9999.ebuild
@@ -0,0 +1,41 @@
+# 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 base toolchain-funcs git-r3
+
+DESCRIPTION="Lua binding to media-libs/libharu (PDF generator)"
+HOMEPAGE="https://github.com/jung-kurt/luahpdf"
+SRC_URI=""
+
+EGIT_REPO_URI="https://github.com/msva/luahpdf"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS=""
+IUSE="doc luajit"
+
+RDEPEND="
+ virtual/lua[luajit=]
+ media-libs/libharu
+"
+DEPEND="${RDEPEND}
+ virtual/pkgconfig"
+
+DOCS=( README.md )
+
+src_prepare() {
+ local lua=lua;
+ use luajit && lua=luajit;
+
+ echo "\
+ PREFIX=/usr
+ LUALIB=$($(tc-getPKG_CONFIG) --libs ${lua})
+ LUAINC=$($(tc-getPKG_CONFIG) --cflags ${lua})
+ MODDIR=$($(tc-getPKG_CONFIG) --variable INSTALL_CMOD ${lua})
+ DOCDIR=\$(PREFIX)/share/doc/${P}
+ LUA=luajit
+ " > .config
+}
diff --git a/dev-lua/luahpdf/metadata.xml b/dev-lua/luahpdf/metadata.xml
new file mode 100644
index 0000000..23da526
--- /dev/null
+++ b/dev-lua/luahpdf/metadata.xml
@@ -0,0 +1,14 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<maintainer>
+ <email>mva@mva.name</email>
+ <description>
+ If you have any issues, please contact me, or try to find me in IRC on Freenode, OFTC or RusNet.
+ </description>
+ <name>Vadim A. Misbakh-Soloviov</name>
+</maintainer>
+<longdescription>FIXME</longdescription>
+<use>
+</use>
+</pkgmetadata>
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [gentoo-commits] proj/lua:master commit in: dev-lua/luahpdf/
@ 2018-04-15 23:01 Vadim A. Misbakh-Soloviov
0 siblings, 0 replies; 2+ messages in thread
From: Vadim A. Misbakh-Soloviov @ 2018-04-15 23:01 UTC (permalink / raw
To: gentoo-commits
commit: 50e0ab4a97110bdaa499f5db418dec082e089473
Author: Vadim A. Misbakh-Soloviov <git <AT> mva <DOT> name>
AuthorDate: Sun Apr 15 23:00:22 2018 +0000
Commit: Vadim A. Misbakh-Soloviov <mva <AT> mva <DOT> name>
CommitDate: Sun Apr 15 23:00:22 2018 +0000
URL: https://gitweb.gentoo.org/proj/lua.git/commit/?id=50e0ab4a
luahpdf: fixups
dev-lua/luahpdf/luahpdf-9999.ebuild | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/dev-lua/luahpdf/luahpdf-9999.ebuild b/dev-lua/luahpdf/luahpdf-9999.ebuild
index 4e1dcaf..11d4510 100644
--- a/dev-lua/luahpdf/luahpdf-9999.ebuild
+++ b/dev-lua/luahpdf/luahpdf-9999.ebuild
@@ -22,8 +22,7 @@ RDEPEND="
"
DEPEND="${RDEPEND}"
-DOCS=(README.md doc/text/.)
-HTML_DOCS=(doc/html/.)
+DOCS=(README.md doc/.)
EXAMPLES=(demo/.)
all_lua_prepare() {
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2018-04-15 23:01 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-04-15 23:01 [gentoo-commits] proj/lua:master commit in: dev-lua/luahpdf/ Vadim A. Misbakh-Soloviov
-- strict thread matches above, loose matches on Subject: below --
2015-06-14 22:02 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