From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 68F191581EE for ; Sat, 29 Mar 2025 18:34:48 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 5391B3430E6 for ; Sat, 29 Mar 2025 18:34:48 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 5455411042D; Sat, 29 Mar 2025 18:34:47 +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)) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id 4D56011042D for ; Sat, 29 Mar 2025 18:34:47 +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 006DF3430E6 for ; Sat, 29 Mar 2025 18:34:47 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5F92113A2 for ; Sat, 29 Mar 2025 18:34:45 +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: <1743273281.518a66a54f6aa8e4b8079c35a7b2454897d95245.ulm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-doc/motif-reference-manual/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-doc/motif-reference-manual/motif-reference-manual-2.3.0-r3.ebuild app-doc/motif-reference-manual/motif-reference-manual-2.3.0-r4.ebuild X-VCS-Directories: app-doc/motif-reference-manual/ X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: 518a66a54f6aa8e4b8079c35a7b2454897d95245 X-VCS-Branch: master Date: Sat, 29 Mar 2025 18:34:45 +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: c5909cd9-c3e9-4e72-ad6f-4d053976aee3 X-Archives-Hash: 3d179bfd638171bec6294b815797b604 commit: 518a66a54f6aa8e4b8079c35a7b2454897d95245 Author: Ulrich Müller gentoo org> AuthorDate: Sat Mar 29 18:23:32 2025 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Sat Mar 29 18:34:41 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=518a66a5 app-doc/motif-reference-manual: Drop README.gentoo The URL referenced appears to be permanently gone. Update HOMEPAGE. Signed-off-by: Ulrich Müller gentoo.org> ...3.ebuild => motif-reference-manual-2.3.0-r4.ebuild} | 18 +++--------------- 1 file changed, 3 insertions(+), 15 deletions(-) diff --git a/app-doc/motif-reference-manual/motif-reference-manual-2.3.0-r3.ebuild b/app-doc/motif-reference-manual/motif-reference-manual-2.3.0-r4.ebuild similarity index 51% rename from app-doc/motif-reference-manual/motif-reference-manual-2.3.0-r3.ebuild rename to app-doc/motif-reference-manual/motif-reference-manual-2.3.0-r4.ebuild index dc95808c81fa..2df93ee91a9d 100644 --- a/app-doc/motif-reference-manual/motif-reference-manual-2.3.0-r3.ebuild +++ b/app-doc/motif-reference-manual/motif-reference-manual-2.3.0-r4.ebuild @@ -1,12 +1,11 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -inherit readme.gentoo-r1 - DESCRIPTION="Motif Reference Manual" -HOMEPAGE="http://www.motifzone.net/" +HOMEPAGE="https://motif.ics.com/ + https://www.ist.co.uk/motif/motif_refs.html" SRC_URI="ftp://ftp.ics.com/openmotif/openmotif-${PV}-manual.pdf.tgz" S="${WORKDIR}" @@ -15,14 +14,3 @@ SLOT="0" KEYWORDS="~alpha amd64 arm hppa ~mips ppc ppc64 ~riscv sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-solaris" DOCS="*.pdf" - -src_install() { - default - local DOC_CONTENTS="The source code for the manual is available at - ftp://ftp.ics.com/openmotif/openmotif-${PV}-manual.src.tgz" - readme.gentoo_create_doc -} - -pkg_postinst() { - readme.gentoo_print_elog -}