public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Ian Delaney" <idella4@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-doc/kicad-doc/
Date: Mon, 30 Nov 2015 09:17:28 +0000 (UTC)	[thread overview]
Message-ID: <1448854192.4a52be853a24b4359b0859c4f9e75d2376c13a15.idella4@gentoo> (raw)

commit:     4a52be853a24b4359b0859c4f9e75d2376c13a15
Author:     Zoltan Puskas <zoltan <AT> sinustrom <DOT> info>
AuthorDate: Mon Nov 30 02:34:11 2015 +0000
Commit:     Ian Delaney <idella4 <AT> gentoo <DOT> org>
CommitDate: Mon Nov 30 03:29:52 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4a52be85

app-doc/kicad-doc: Bump to revision 4.0.0-rc2

 app-doc/kicad-doc/Manifest                   |  1 +
 app-doc/kicad-doc/kicad-doc-4.0.0_rc2.ebuild | 65 ++++++++++++++++++++++++++++
 2 files changed, 66 insertions(+)

diff --git a/app-doc/kicad-doc/Manifest b/app-doc/kicad-doc/Manifest
index 8d8ba82..0c19830 100644
--- a/app-doc/kicad-doc/Manifest
+++ b/app-doc/kicad-doc/Manifest
@@ -1 +1,2 @@
 DIST kicad-doc-4.0.0_rc1.tar.gz 35078269 SHA256 3e26397455f36ff902f3c93d32b4c0063f44069e88a0d477475bb0b1dbf75140 SHA512 77c5ae067ec480ae0bec4fe8b6de53d05e675ba29695b5de2b39d9019262cd2b376123e8f978db5d362b157b8dd6fba8ecf1604262d0ae31ee5a37de5538dff7 WHIRLPOOL 9afebc3419a69d57377ec10c44d5a4346bd6ccb75c50795809205e9490f35fdd7d0046a37319d49a99766aecec53c8b0287d1beca4788310a957bf854f58e641
+DIST kicad-doc-4.0.0_rc2.tar.gz 23393365 SHA256 fc86546a370c43f0f00b78ea32276defed68fded1d56069bc82ef6d44f359099 SHA512 a0bf17e833e91e334530f7e19a2450fbecfef5640060b463b6351cf7dc7ab25bdd7575dd12150dc17cea9a2c5890ac29e88bad851d15840f47143e6de6eac318 WHIRLPOOL 2fbf65bab1a19da9be0fa6dce80c027795515bc4e196960ed8edbcd9fad0120a350ffcb712bc4469d16a5cef8b1a6dd470dd7e31f7fd7f2c7d73c436bf1e46bf

diff --git a/app-doc/kicad-doc/kicad-doc-4.0.0_rc2.ebuild b/app-doc/kicad-doc/kicad-doc-4.0.0_rc2.ebuild
new file mode 100644
index 0000000..68ff559
--- /dev/null
+++ b/app-doc/kicad-doc/kicad-doc-4.0.0_rc2.ebuild
@@ -0,0 +1,65 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+inherit cmake-utils vcs-snapshot
+
+# As per KiCad site the version of docs they will bundle with 4.0.0 final
+# is the state of the docs at the release date. Thus I will follow the same
+# logic when picking revisions for KiCad-4.0.0 RCs
+DOC_REVISION="ccf13bf7a9954c84544a9536e82bf7e38e0c489d"
+
+DESCRIPTION="Electronic Schematic and PCB design tools manuals."
+HOMEPAGE="http://www.kicad-pcb.org"
+SRC_URI="https://github.com/KiCad/${PN}/tarball/${DOC_REVISION} -> ${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64"
+FUSE="html pdf"
+LANGS="en fr it ja nl pl"
+LINGUAS=""
+for lang in ${LANGS} ; do
+	LINGUAS="${LINGUAS} linguas_${lang}"
+done
+IUSE="${FUSE} ${LINGUAS}"
+
+REQUIRED_USE="( || ( pdf html ) ) ( ^^ ( ${LINGUAS} ) )"
+
+DEPEND=">=app-text/asciidoc-8.6.9
+	app-text/dblatex
+	>=app-text/po4a-0.45
+	>=sys-devel/gettext-0.18
+	dev-util/source-highlight
+	dev-perl/Unicode-LineBreak
+	linguas_ja? ( media-fonts/vlgothic )"
+RDEPEND=""
+
+src_prepare() {
+	sed "s|KICAD_DOC_INSTALL_PATH share/doc/kicad|KICAD_DOC_INSTALL_PATH share/doc/kicad-${PV}|g" -i CMakeLists.txt || die "sed failed"
+}
+
+src_configure() {
+	local formats=""
+	local doclang=""
+
+	# construct format string
+	for format in ${FUSE}; do
+		use $format && formats+="${format};"
+	done
+
+	# find out which language is requested
+	for lang in ${LANGS}; do
+		if use linguas_${lang}; then
+			doclang=${lang}
+		fi
+	done
+
+	local mycmakeargs+=(
+		-DBUILD_FORMATS="${formats}"
+		-DSINGLE_LANGUAGE="${doclang}"
+	)
+	cmake-utils_src_configure
+}


             reply	other threads:[~2015-11-30  9:17 UTC|newest]

Thread overview: 100+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-11-30  9:17 Ian Delaney [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-02-20 10:12 [gentoo-commits] repo/gentoo:master commit in: app-doc/kicad-doc/ Sam James
2024-11-29 13:28 Andreas Sturmlechner
2024-11-29 13:28 Andreas Sturmlechner
2024-11-29 13:28 Andreas Sturmlechner
2024-11-23 21:08 Sam James
2024-11-07 11:59 Sam James
2024-09-24  5:22 Yixun Lan
2024-08-23  9:30 Joonas Niilola
2024-08-22 11:40 Yixun Lan
2024-08-09  3:05 Yixun Lan
2024-08-09  3:05 Yixun Lan
2024-08-09  3:05 Yixun Lan
2024-08-09  3:05 Yixun Lan
2024-06-11 20:45 Sam James
2024-05-03 13:13 Andrew Ammerlaan
2024-03-18  7:35 Joonas Niilola
2024-03-17 23:12 Yixun Lan
2024-03-17 23:12 Yixun Lan
2024-03-17 23:12 Yixun Lan
2024-03-17 23:12 Yixun Lan
2024-02-28 11:03 Yixun Lan
2024-01-31 10:22 Yixun Lan
2023-11-28 16:38 Joonas Niilola
2023-11-28 16:38 Joonas Niilola
2023-11-10  9:16 Joonas Niilola
2023-10-28 14:22 Yixun Lan
2023-09-23  9:50 Sam James
2023-09-23  9:50 Sam James
2023-09-23  9:50 Sam James
2023-07-18 19:15 Sam James
2023-07-18 19:15 Sam James
2023-07-18 19:15 Sam James
2023-04-26  4:03 Sam James
2023-04-25  0:35 Sam James
2023-04-19 17:50 Matthew Smith
2023-04-19 17:50 Matthew Smith
2023-02-17  5:14 Sam James
2023-02-17  5:14 Sam James
2023-02-08 23:54 Marek Szuba
2023-01-27  7:46 Joonas Niilola
2022-11-06  8:53 Matthew Smith
2022-11-06  8:53 Matthew Smith
2022-11-06  5:43 Sam James
2022-11-05  9:10 Matthew Smith
2022-09-08 14:33 Agostino Sarubbo
2022-08-25 10:33 Matthew Smith
2022-06-21 20:44 Sam James
2022-06-10  7:51 Sam James
2022-03-25 11:03 Joonas Niilola
2022-03-21 23:42 Sam James
2022-01-21 19:11 Sam James
2021-12-27  1:23 Sam James
2021-12-27  1:19 Sam James
2021-12-27  1:08 Sam James
2021-12-04 11:31 Joonas Niilola
2021-12-04 11:31 Joonas Niilola
2021-11-26 10:45 Sam James
2021-11-26 10:45 Sam James
2021-11-23 17:15 Sam James
2021-11-17 10:54 Joonas Niilola
2021-06-04 23:22 Sam James
2021-02-22 18:57 Sam James
2021-01-11 10:27 Alexey Shvetsov
2020-11-19 10:22 Joonas Niilola
2020-11-19 10:22 Joonas Niilola
2020-10-11  9:30 Joonas Niilola
2020-06-06 17:47 Alexey Shvetsov
2020-06-06 17:47 Alexey Shvetsov
2020-01-06 20:55 Andreas Sturmlechner
2019-12-17 18:14 Joonas Niilola
2019-08-10 11:15 Joonas Niilola
2019-06-04 12:47 Virgil Dupras
2019-04-07 16:53 Alexey Shvetsov
2019-01-02 16:51 Amy Liffey
2018-09-07 12:03 Virgil Dupras
2018-09-07  3:03 Virgil Dupras
2018-09-07  3:03 Virgil Dupras
2018-07-22 23:22 Andreas Sturmlechner
2018-07-09 15:50 Mikle Kolyada
2018-07-09  1:29 Thomas Deutschmann
2018-04-21 22:19 Michał Górny
2018-02-11 10:01 Michał Górny
2018-01-05  9:18 Michał Górny
2017-04-17  8:02 Agostino Sarubbo
2017-04-05 12:55 Agostino Sarubbo
2017-01-22  1:00 Göktürk Yüksek
2017-01-15  5:15 Göktürk Yüksek
2017-01-15  5:15 Göktürk Yüksek
2017-01-04 16:56 Agostino Sarubbo
2016-11-06 18:10 Göktürk Yüksek
2016-11-06 18:10 Göktürk Yüksek
2016-06-25  9:55 Ulrich Müller
2016-06-25  9:55 Ulrich Müller
2016-05-27 14:19 Patrice Clement
2016-04-16 10:14 Ian Delaney
2016-04-16  9:47 Ian Delaney
2015-12-15  4:45 Ian Delaney
2015-12-09  6:40 Ian Delaney
2015-11-27  3:59 Ian Delaney

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=1448854192.4a52be853a24b4359b0859c4f9e75d2376c13a15.idella4@gentoo \
    --to=idella4@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