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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id AC84B158015 for ; Sat, 30 Dec 2023 09:02:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E85402BC027; Sat, 30 Dec 2023 09:02:12 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D01912BC027 for ; Sat, 30 Dec 2023 09:02:12 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D10A533BE3B for ; Sat, 30 Dec 2023 09:02:11 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2764C1450 for ; Sat, 30 Dec 2023 09:02:10 +0000 (UTC) From: "Ulrich Müller" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ulrich Müller" Message-ID: <1703926917.74f11e2ce49d5aff0361cdd7802bb52d0b57086b.ulm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-doc/devmanual/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-doc/devmanual/Manifest app-doc/devmanual/devmanual-0_pre20230121.ebuild X-VCS-Directories: app-doc/devmanual/ X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: 74f11e2ce49d5aff0361cdd7802bb52d0b57086b X-VCS-Branch: master Date: Sat, 30 Dec 2023 09:02:10 +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: 4eaf8d80-d6a8-4bc3-9f12-d5373282215d X-Archives-Hash: b8fc6bce3bb3a9fc3dec16f40dacab93 commit: 74f11e2ce49d5aff0361cdd7802bb52d0b57086b Author: Ulrich Müller gentoo org> AuthorDate: Sat Dec 30 09:01:57 2023 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Sat Dec 30 09:01:57 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=74f11e2c app-doc/devmanual: drop 0_pre20230121 Signed-off-by: Ulrich Müller gentoo.org> app-doc/devmanual/Manifest | 1 - app-doc/devmanual/devmanual-0_pre20230121.ebuild | 60 ------------------------ 2 files changed, 61 deletions(-) diff --git a/app-doc/devmanual/Manifest b/app-doc/devmanual/Manifest index 3203fa07ba8e..ab50a79b02ba 100644 --- a/app-doc/devmanual/Manifest +++ b/app-doc/devmanual/Manifest @@ -1,2 +1 @@ -DIST devmanual-0_pre20230121.tar.xz 185536 BLAKE2B e099b3644ee84148f6ab7630934beb80420501aae76774949ec16529d64716c09bfc26a0e7a3641c5cc2809adbf00e5560b04182840799e229b30182e4920dd6 SHA512 370cb49d5b257f8efc872bc5c85a53aabb3a01fc0fc8d1f65144e27a5ff578286a25987e62fc9874dfdda7bf4864e7921d31e97f43db12e75bd59b429314d369 DIST devmanual-0_pre20231106.tar.xz 187040 BLAKE2B 20992be79db2b581234a813740bd59c697af624d6edc86e29375078b63cdc13bed3eae116e21d2b82d568703983860cae7be00649f24eb90f2a6f6b7837525d7 SHA512 0434e0155876dff01105ac014528d8abaa19631c5b260d2c8c995c417053403ae652d4e082d0a08549994e3238024ed2592b145c6b0435ed84f87397fb7aeacc diff --git a/app-doc/devmanual/devmanual-0_pre20230121.ebuild b/app-doc/devmanual/devmanual-0_pre20230121.ebuild deleted file mode 100644 index b9a671d60f49..000000000000 --- a/app-doc/devmanual/devmanual-0_pre20230121.ebuild +++ /dev/null @@ -1,60 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -PYTHON_COMPAT=( python3_{9,10,11} ) -PYTHON_REQ_USE="xml(+)" -inherit python-any-r1 readme.gentoo-r1 - -DESCRIPTION="The Gentoo Development Guide" -HOMEPAGE="https://devmanual.gentoo.org/" - -if [[ ${PV} == *9999 ]]; then - inherit git-r3 - EGIT_REPO_URI="https://anongit.gentoo.org/git/proj/devmanual.git" -else - # "make dist" in devmanual repo - SRC_URI="https://dev.gentoo.org/~ulm/distfiles/${P}.tar.xz" - S="${WORKDIR}/${PN}" - KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~x64-macos" -fi - -LICENSE="CC-BY-SA-4.0" -SLOT="0" -IUSE="+offline test" -RESTRICT="!test? ( test )" - -BDEPEND=">=dev-libs/libxml2-2.9.12 - dev-libs/libxslt - gnome-base/librsvg - media-fonts/open-sans - ${PYTHON_DEPS} - test? ( >=app-text/htmltidy-5.8.0 )" - -PATCHES=( "${FILESDIR}"/${PN}-eclasses.patch ) - -src_compile() { - emake OFFLINE=$(usex offline 1 0) -} - -src_install() { - emake OFFLINE=$(usex offline 1 0) \ - DESTDIR="${D}" \ - htmldir="${EPREFIX}"/usr/share/doc/${PF}/html \ - install - - local DOC_CONTENTS="In order to browse the Gentoo Development Guide in - offline mode, point your browser to the following url: - file://${EPREFIX}/usr/share/doc/${PF}/html/index.html" - if ! has_version app-doc/eclass-manpages; then - DOC_CONTENTS+="\\n\\nThe offline version of the devmanual does not - include the documentation for the eclasses. If you need it, - then emerge app-doc/eclass-manpages." - fi - readme.gentoo_create_doc -} - -pkg_postinst() { - readme.gentoo_print_elog -}