From: "Ole Reifschneider" <tranquility@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-doc/zeal/
Date: Sun, 20 Sep 2015 21:08:17 +0000 (UTC) [thread overview]
Message-ID: <1442783240.1c80a1086b620fec148407649d7f1a3b5d6366a7.tranquility@gentoo> (raw)
commit: 1c80a1086b620fec148407649d7f1a3b5d6366a7
Author: Ole Reifschneider <tranquility <AT> gentoo <DOT> org>
AuthorDate: Sun Sep 20 21:06:02 2015 +0000
Commit: Ole Reifschneider <tranquility <AT> gentoo <DOT> org>
CommitDate: Sun Sep 20 21:07:20 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1c80a108
app-doc/zeal: Initial commit
Package-Manager: portage-2.2.20.1
app-doc/zeal/Manifest | 1 +
app-doc/zeal/metadata.xml | 17 +++++++++++++
app-doc/zeal/zeal-0.1.1.ebuild | 55 ++++++++++++++++++++++++++++++++++++++++++
3 files changed, 73 insertions(+)
diff --git a/app-doc/zeal/Manifest b/app-doc/zeal/Manifest
new file mode 100644
index 0000000..3471246
--- /dev/null
+++ b/app-doc/zeal/Manifest
@@ -0,0 +1 @@
+DIST zeal-0.1.1.tar.gz 914203 SHA256 f4e959f9bc66a6e350ee8a33d34695379633432d103db9776c0c7a76cbc5a9d6 SHA512 388f3fdeb373d0061e72395d0e11a01cbe2365149a697cc3291b76f76f56e211afa96e6e31660ad16c88b67d62218f3d3b7a762102c0df45280bf85e2bfdfe8b WHIRLPOOL 5a5b2ecc49b724f642cb1e658d742b894620cf33f3086d5984033d9aaa7606726ff54522d2f78f1c06b555a59875e0595b2402d045728f474dd7b41cd42be3a5
diff --git a/app-doc/zeal/metadata.xml b/app-doc/zeal/metadata.xml
new file mode 100644
index 0000000..8a16049
--- /dev/null
+++ b/app-doc/zeal/metadata.xml
@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<maintainer>
+ <email>ahvenas@gmail.com</email>
+ <name>Henrik Pihl</name>
+</maintainer>
+<longdescription>
+Zeal is a simple offline API documentation browser inspired by Dash (OS X app), available for Linux and Windows.
+Quickly search documentation using Alt+Space (or customised) hotkey to display Zeal from any place in your workspace.
+- Search in multiple sets of documentation at once.
+- Don't be dependent on your internet connection.
+- Integrate Zeal with Emacs, Sublime Text, or Vim.
+All documentation available for Dash is also available for Zeal.
+You can also generate your own docsets using the same format Dash uses.
+</longdescription>
+</pkgmetadata>
diff --git a/app-doc/zeal/zeal-0.1.1.ebuild b/app-doc/zeal/zeal-0.1.1.ebuild
new file mode 100644
index 0000000..5f1da63
--- /dev/null
+++ b/app-doc/zeal/zeal-0.1.1.ebuild
@@ -0,0 +1,55 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+inherit qmake-utils gnome2-utils fdo-mime
+
+DESCRIPTION="Offline documentation browser inspired by Dash"
+HOMEPAGE="https://zealdocs.org/"
+SRC_URI="https://github.com/zealdocs/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+S="${WORKDIR}/${P}/src"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+DEPEND="
+ app-arch/libarchive
+ >=dev-qt/qtconcurrent-5.2.0:5
+ >=dev-qt/qtgui-5.4.0:5
+ >=dev-qt/qtnetwork-5.4.0
+ >=dev-qt/qtsql-5.4.0:5
+ >=dev-qt/qtwebkit-5.4.0:5
+ >=dev-qt/qtwidgets-5.4.0:5
+ >=x11-libs/xcb-util-keysyms-0.3.9
+"
+RDEPEND="
+ ${DEPEND}
+ x11-themes/hicolor-icon-theme
+"
+
+src_configure() {
+ eqmake5
+ PREFIX="${EPREFIX}/usr"
+}
+
+src_install() {
+ emake INSTALL_ROOT="${D}" PREFIX="${EPREFIX}/usr" install
+}
+
+pkg_preinst() {
+ gnome2_icon_savelist
+}
+
+pkg_postinst() {
+ gnome2_icon_cache_update
+ fdo-mime_desktop_database_update
+}
+
+pkg_postrm() {
+ gnome2_icon_cache_update
+ fdo-mime_desktop_database_update
+}
next reply other threads:[~2015-09-20 21:08 UTC|newest]
Thread overview: 16+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-09-20 21:08 Ole Reifschneider [this message]
-- strict thread matches above, loose matches on Subject: below --
2015-09-20 22:04 [gentoo-commits] repo/gentoo:master commit in: app-doc/zeal/ Ole Reifschneider
2015-11-18 22:19 Ole Reifschneider
2015-11-18 22:19 Ole Reifschneider
2015-11-18 23:15 Ole Reifschneider
2015-11-22 22:15 Ole Reifschneider
2015-11-22 22:15 Ole Reifschneider
2016-10-31 16:28 Patrice Clement
2016-11-02 11:52 Patrice Clement
2016-11-09 21:00 Ole Reifschneider
2017-09-16 20:38 Patrice Clement
2018-04-20 19:45 David Seifert
2018-04-24 19:19 Ole Reifschneider
2018-04-24 19:19 Ole Reifschneider
2020-05-21 19:27 Andreas Sturmlechner
2022-07-27 10:46 Andreas Sturmlechner
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=1442783240.1c80a1086b620fec148407649d7f1a3b5d6366a7.tranquility@gentoo \
--to=tranquility@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