From: "Maxim Koltsov" <maksbotan@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] dev/maksbotan:master commit in: dev-util/zimwriterfs/
Date: Sun, 18 Jan 2015 10:53:53 +0000 (UTC) [thread overview]
Message-ID: <1421578394.7e62648b7710ef2318b022d2e5aa48117f36cafe.maksbotan@gentoo> (raw)
commit: 7e62648b7710ef2318b022d2e5aa48117f36cafe
Author: Maxim Koltsov <maksbotan <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 18 10:53:14 2015 +0000
Commit: Maxim Koltsov <maksbotan <AT> gentoo <DOT> org>
CommitDate: Sun Jan 18 10:53:14 2015 +0000
URL: http://sources.gentoo.org/gitweb/?p=dev/maksbotan.git;a=commit;h=7e62648b
Add zimlib and zimwriterfs
Package-Manager: portage-2.2.15
Manifest-Sign-Key: F8DBDADE
---
dev-util/zimwriterfs/Manifest | 16 +++++++++++
dev-util/zimwriterfs/metadata.xml | 8 ++++++
dev-util/zimwriterfs/zimwriterfs-9999.ebuild | 41 ++++++++++++++++++++++++++++
3 files changed, 65 insertions(+)
diff --git a/dev-util/zimwriterfs/Manifest b/dev-util/zimwriterfs/Manifest
new file mode 100644
index 0000000..5da39e4
--- /dev/null
+++ b/dev-util/zimwriterfs/Manifest
@@ -0,0 +1,16 @@
+-----BEGIN PGP SIGNED MESSAGE-----
+Hash: SHA256
+
+EBUILD zimwriterfs-9999.ebuild 888 SHA256 3d2f623efadbf315d39ee8f1cb39e4d009c3fd6cd6dc450268bac635ef14e76b SHA512 35c5d9c6ce6927712a6899304d50a3cdd32a027ff67580b975a7d05f412911c9075e15541ece77602e24d978d515133fc5572608d80f228b74be288d50a26dd5 WHIRLPOOL ce88e6062d11f10323a819b1f5b020c0bcbc1a77e79bc1a16ac7d1943581d3028b0d1fa44c6e7837cbc81f24de8052daa9a926901bc91598442f46831b4a4984
+MISC metadata.xml 231 SHA256 4e5ecd8a6a366d31e2380f97c3690a855a3e48bd7b5d46a0a34d81cca20d2cd0 SHA512 171193e6a3f8f58ab05385323b4c409410fd337074999c1b2d876f9b40a37396aa8862800be3afb60ee796228ca0eb656fe1808ca2a3673f0650edc9902fe4b4 WHIRLPOOL 96527743d36b29dfb1428f1f59562a5e119d0ceca038381aaa4a7fe0396d72d2b4913f430686caf56a2e24a8584ade707017b0219f4583306d324ba3c20d0e42
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v2
+
+iQEcBAEBCAAGBQJUu5CaAAoJEAmJmMX429reKBQH/RPE5ZiO6aiN8z4XkdZR9tYp
+4eWWkqnTFnlCtWSDFLAU0I0Dl+2iYKlBIoRjKI+/H17iAbNM9/cRWYyJtfSeGwsv
+sbc/AGiKuZPH5pxCW64QlK1/Wtor63R7SsMOEvcQt5avHsvQzgc25xhOYML7Y/Q4
+8A0rF3jbjC2XC/h6voZalaaRbys1mK9ZxbZecOIO/TQxX5nXyO08IFKdUYEPRAOP
+vNzbD3GYJiX2Hdlpi9PPqf2scXL+iB0myPAEQvryeDkfB5JXMxOyvRZ98VBN3gTY
+lidbN7lDBeBidBWBlrtyBWEAfKnBi2Bd520JoUp6kwtBNC4nMxgmLvkW8i8LhTk=
+=csIx
+-----END PGP SIGNATURE-----
diff --git a/dev-util/zimwriterfs/metadata.xml b/dev-util/zimwriterfs/metadata.xml
new file mode 100644
index 0000000..d0aaaaf
--- /dev/null
+++ b/dev-util/zimwriterfs/metadata.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<maintainer>
+ <email>maksbotan@gentoo.org</email>
+ <name>Maxim Koltsov</name>
+</maintainer>
+</pkgmetadata>
diff --git a/dev-util/zimwriterfs/zimwriterfs-9999.ebuild b/dev-util/zimwriterfs/zimwriterfs-9999.ebuild
new file mode 100644
index 0000000..e4fbdb4
--- /dev/null
+++ b/dev-util/zimwriterfs/zimwriterfs-9999.ebuild
@@ -0,0 +1,41 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+
+EGIT_REPO_URI="git://git.code.sf.net/p/kiwix/other"
+AUTOTOOLS_AUTORECONF=1
+
+inherit autotools-utils git-r3
+
+DESCRIPTION="console tool to create ZIM files from a localy stored directory containing HTML content"
+HOMEPAGE="https://sourceforge.net/p/kiwix/other/ci/master/tree/zimwriterfs/"
+SRC_URI=""
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS=""
+IUSE=""
+
+DEPEND="
+ dev-libs/gumbo
+ dev-libs/zimlib
+"
+RDEPEND="${DEPEND}"
+
+S="${WORKDIR}/${P}/${PN}"
+
+src_prepare() {
+ sed -i configure.ac \
+ -e 's/AC_PROC_CC/AC_PROG_CC/' \
+ -e 's/-Igumbo//' \
+ -e 's/^CFLAGS="/CFLAGS="$CFLAGS /' \
+ || die 'sed configure.ac failed'
+ sed -i Makefile.am \
+ -e 's/gumbo\/[^ ]\+//g' \
+ -e 's/LDFLAGS=/LDFLAGS=-lgumbo /' \
+ || die 'sed Makefile.am failed'
+
+ autotools-utils_src_prepare
+}
reply other threads:[~2015-01-18 10:54 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=1421578394.7e62648b7710ef2318b022d2e5aa48117f36cafe.maksbotan@gentoo \
--to=maksbotan@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