From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 72769138334 for ; Sun, 10 Mar 2019 08:08:26 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2AC77E0AB6; Sun, 10 Mar 2019 08:08:24 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id DEE87E0AB6 for ; Sun, 10 Mar 2019 08:08:23 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 71209335CDD for ; Sun, 10 Mar 2019 08:08:22 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5EF5B567 for ; Sun, 10 Mar 2019 08:08:19 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1552205183.7e59a9ad0a28835c551577ab449ca0f3df086c48.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-portage/eclass-manpages/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-portage/eclass-manpages/Manifest app-portage/eclass-manpages/eclass-manpages-20190310.ebuild X-VCS-Directories: app-portage/eclass-manpages/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 7e59a9ad0a28835c551577ab449ca0f3df086c48 X-VCS-Branch: master Date: Sun, 10 Mar 2019 08:08:19 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: d9dfd7fe-1fcb-4072-b9d2-0eeadf350d7a X-Archives-Hash: dbcfb0c9af3750827fda67fd587af72e commit: 7e59a9ad0a28835c551577ab449ca0f3df086c48 Author: Michał Górny gentoo org> AuthorDate: Sun Mar 10 07:40:26 2019 +0000 Commit: Michał Górny gentoo org> CommitDate: Sun Mar 10 08:06:23 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7e59a9ad app-portage/eclass-manpages: Make 20190310 snapshot Signed-off-by: Michał Górny gentoo.org> app-portage/eclass-manpages/Manifest | 1 + .../eclass-manpages-20190310.ebuild | 33 ++++++++++++++++++++++ 2 files changed, 34 insertions(+) diff --git a/app-portage/eclass-manpages/Manifest b/app-portage/eclass-manpages/Manifest index 693ca819202..55adff4166c 100644 --- a/app-portage/eclass-manpages/Manifest +++ b/app-portage/eclass-manpages/Manifest @@ -1 +1,2 @@ DIST eclass-manpages-20180812.tar.xz 419912 BLAKE2B 35659ac43e43e71c600fb4955267c9d57ed36f29e0607150a8e8c061b158b6135a4b91f4e4c05fa178a03aa3068726ac13cd54e4cd135fbe152c8bebf81659bb SHA512 6d01070c6113e5d5f4102d466abaa03ae824350285ca71a5a4f84d859f6c473e8e92d3f5387b76c4bb5dc8bcedcc6b36a63e074d70725c87233dea4fa6a6d0c6 +DIST eclass-manpages-20190310.tar.xz 419588 BLAKE2B 7832ebf2a9ed6fe1cd274094838217348f6c792b64c2b81126788e9035a773509223bec4515d7930fafc83ba8243785add3ec295dd66fc433c7f42bd69209174 SHA512 cd24a571769acb5dcbf179b1194921353f3d5e72f91bcddfbb6c827be259127e355933968ea1a1be1f7fb11b09c5d0c302556ad4c5b8782fc5c5a982a5108a0d diff --git a/app-portage/eclass-manpages/eclass-manpages-20190310.ebuild b/app-portage/eclass-manpages/eclass-manpages-20190310.ebuild new file mode 100644 index 00000000000..db10d2aba06 --- /dev/null +++ b/app-portage/eclass-manpages/eclass-manpages-20190310.ebuild @@ -0,0 +1,33 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI="6" + +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" +# Keep the keywords stabled. No need to change to ~arch. +KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~x64-macos ~x86-solaris" + +DEPEND="app-arch/xz-utils" + +# How to create a snapshot and upload it to your dev-space: +# +# mkdir eclass-manpages-$(date +%Y%m%d) +# cp "$(portageq get_repo_path / gentoo)"/eclass/*.eclass eclass-manpages-$(date +%Y%m%d)/ +# tar -cf eclass-manpages-$(date +%Y%m%d).tar eclass-manpages-$(date +%Y%m%d) +# xz -e eclass-manpages-$(date +%Y%m%d).tar +# scp eclass-manpages-$(date +%Y%m%d).tar.xz dev.gentoo.org:public_html/dist/ +# +# Then copy the ebuild and update your name in SRC_URI ;-). + +src_compile() { + env ECLASSDIR="${S}" bash "${FILESDIR}"/eclass-to-manpage.sh || die +} + +src_install() { + doman *.5 +}