From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-portage/eclass-manpages/
Date: Tue, 21 Mar 2017 18:22:48 +0000 (UTC) [thread overview]
Message-ID: <1490120564.0dd0ab208741f54f90b26b6e8642fa6af738237e.mgorny@gentoo> (raw)
commit: 0dd0ab208741f54f90b26b6e8642fa6af738237e
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue Mar 14 16:02:55 2017 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue Mar 21 18:22:44 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0dd0ab20
app-portage/eclass-manpages: Add a snapshot of today's manpages, #612424
Add a snapshot ebuild that fetches an archive of today's eclasses. This
has stable contents and as such can be keyworded properly. Furthermore,
any future snapshots added will ensure a clear upgrade path for users.
app-portage/eclass-manpages/Manifest | 1 +
.../eclass-manpages-20170321.ebuild | 23 ++++++++++++++++++++++
2 files changed, 24 insertions(+)
diff --git a/app-portage/eclass-manpages/Manifest b/app-portage/eclass-manpages/Manifest
new file mode 100644
index 00000000000..f6fa513451b
--- /dev/null
+++ b/app-portage/eclass-manpages/Manifest
@@ -0,0 +1 @@
+DIST eclass-manpages-20170321.tar.xz 459596 SHA256 47aaef9603822bf0a5e7f738b4f354c83bdcbb61b1639f66de02db24de2b4bc6 SHA512 7ff2a48659382ae84944e4f4cf4bb8a73d51355d8bcd63f16fa155e3da3010430babe6f7d977327e5c7f14f0b5e6a23ee5659665e35b020bcd7772008ce3b3b0 WHIRLPOOL 656cb2a0867b6f10a2bba59dd26ffc19c75d8e753d150d4fec90ffe7d586192e98fd44af5aafeb2fee1e0209a10c916ad0dc677a71a14ba4796dd1795d6acb17
diff --git a/app-portage/eclass-manpages/eclass-manpages-20170321.ebuild b/app-portage/eclass-manpages/eclass-manpages-20170321.ebuild
new file mode 100644
index 00000000000..d9ecedd40df
--- /dev/null
+++ b/app-portage/eclass-manpages/eclass-manpages-20170321.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="5"
+
+DESCRIPTION="collection of Gentoo eclass manpages"
+HOMEPAGE="https://www.gentoo.org/"
+SRC_URI="https://dev.gentoo.org/~mgorny/dist/${P}.tar.xz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~sparc-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x64-macos ~x86-solaris"
+IUSE=""
+
+DEPEND="app-arch/xz-utils"
+
+src_compile() {
+ env ECLASSDIR="${S}" bash "${FILESDIR}"/eclass-to-manpage.sh || die
+}
+
+src_install() {
+ doman *.5
+}
next reply other threads:[~2017-03-21 18:22 UTC|newest]
Thread overview: 22+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-03-21 18:22 Michał Górny [this message]
-- strict thread matches above, loose matches on Subject: below --
2019-03-10 18:19 [gentoo-commits] repo/gentoo:master commit in: app-portage/eclass-manpages/ Michał Górny
2019-03-10 8:08 Michał Górny
2018-08-12 9:31 Michał Górny
2018-06-07 12:36 Michał Górny
2018-03-26 16:14 Michał Górny
2018-03-21 18:12 Michał Górny
2018-03-02 9:28 Ulrich Müller
2018-03-02 9:28 Ulrich Müller
2018-01-19 20:11 Ulrich Müller
2017-09-05 17:15 Aaron Swenson
2017-07-11 22:16 Michał Górny
2017-05-21 13:19 Michał Górny
2017-04-28 13:43 Michał Górny
2017-03-24 15:04 Michał Górny
2017-03-24 15:04 Michał Górny
2017-03-21 18:22 Michał Górny
2017-03-21 18:22 Michał Górny
2017-02-18 18:57 Mike Frysinger
2017-01-12 20:09 Fabian Groffen
2015-12-21 14:24 Justin Lecher
2015-08-14 4:26 Mike Frysinger
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=1490120564.0dd0ab208741f54f90b26b6e8642fa6af738237e.mgorny@gentoo \
--to=mgorny@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