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 0555215800A for ; Thu, 27 Jul 2023 07:37:10 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 50378E0963; Thu, 27 Jul 2023 07:37:09 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 pigeon.gentoo.org (Postfix) with ESMTPS id 3B097E0963 for ; Thu, 27 Jul 2023 07:37:09 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 6ABF6340E08 for ; Thu, 27 Jul 2023 07:37:08 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D7C49DD0 for ; Thu, 27 Jul 2023 07:37:06 +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: <1690443404.e7c7e30c410940a06bfdcbed35bf65c9c0239b72.ulm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lisp/asdf/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-lisp/asdf/asdf-3.3.5-r1.ebuild dev-lisp/asdf/asdf-3.3.5.ebuild X-VCS-Directories: dev-lisp/asdf/ X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: e7c7e30c410940a06bfdcbed35bf65c9c0239b72 X-VCS-Branch: master Date: Thu, 27 Jul 2023 07:37:06 +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: f7f7f0ec-50ed-4c28-9de5-915c1dd69302 X-Archives-Hash: 673d17f18fb920863bddc42912c7a2e8 commit: e7c7e30c410940a06bfdcbed35bf65c9c0239b72 Author: Ulrich Müller gentoo org> AuthorDate: Thu Jul 27 07:11:40 2023 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Thu Jul 27 07:36:44 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e7c7e30c dev-lisp/asdf: Revert texinfo dependency and other small fixes - virtual/texi2dvi was correct; it is needed for texi2pdf. - Use constant install location for the HTML documentation. - Drop old blockers, these packages have been removed in 2012. - Move test dependency to BDEPEND. - Update HOMEPAGE and SRC_URI. Bug: https://bugs.gentoo.org/883439 Signed-off-by: Ulrich Müller gentoo.org> .../asdf/{asdf-3.3.5.ebuild => asdf-3.3.5-r1.ebuild} | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/dev-lisp/asdf/asdf-3.3.5.ebuild b/dev-lisp/asdf/asdf-3.3.5-r1.ebuild similarity index 83% rename from dev-lisp/asdf/asdf-3.3.5.ebuild rename to dev-lisp/asdf/asdf-3.3.5-r1.ebuild index 9acbc8d5209d..5cf771e6dcca 100644 --- a/dev-lisp/asdf/asdf-3.3.5.ebuild +++ b/dev-lisp/asdf/asdf-3.3.5-r1.ebuild @@ -6,8 +6,8 @@ EAPI=7 inherit prefix common-lisp-3 DESCRIPTION="ASDF is Another System Definition Facility for Common Lisp" -HOMEPAGE="http://common-lisp.net/project/asdf/" -SRC_URI="http://common-lisp.net/project/${PN}/archives/${P}.tar.gz" +HOMEPAGE="https://asdf.common-lisp.dev/" +SRC_URI="https://asdf.common-lisp.dev/archives/${P}.tar.gz" LICENSE="MIT" SLOT="0/${PVR}" @@ -15,10 +15,8 @@ KEYWORDS="~alpha amd64 ~ia64 ~mips ppc ppc64 ~riscv sparc x86 ~amd64-linux ~x86- IUSE="doc test" RESTRICT="!test? ( test )" -DEPEND="!dev-lisp/cl-${PN} - !