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 7107815808C for ; Sun, 27 Mar 2022 16:24:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 71CD0E08CE; Sun, 27 Mar 2022 16:24:42 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 5789DE08CE for ; Sun, 27 Mar 2022 16:24:42 +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 36CF2343602 for ; Sun, 27 Mar 2022 16:24:41 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A3CD7339 for ; Sun, 27 Mar 2022 16:24:39 +0000 (UTC) From: "Mike Pagano" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mike Pagano" Message-ID: <1648398261.1506e1507f4c14728397f17810d278846d9d49d8.mpagano@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/quilt/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/quilt/Manifest dev-util/quilt/quilt-0.66-r1.ebuild X-VCS-Directories: dev-util/quilt/ X-VCS-Committer: mpagano X-VCS-Committer-Name: Mike Pagano X-VCS-Revision: 1506e1507f4c14728397f17810d278846d9d49d8 X-VCS-Branch: master Date: Sun, 27 Mar 2022 16:24:39 +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: bb69270d-67b9-4c2f-9c7b-9175ce551257 X-Archives-Hash: bb5dd53aed64e75c2604e42c6afa24a0 commit: 1506e1507f4c14728397f17810d278846d9d49d8 Author: Mike Pagano gentoo org> AuthorDate: Sun Mar 27 16:24:21 2022 +0000 Commit: Mike Pagano gentoo org> CommitDate: Sun Mar 27 16:24:21 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1506e150 dev-util/quilt: drop 0.66-r1 Signed-off-by: Mike Pagano gentoo.org> dev-util/quilt/Manifest | 1 - dev-util/quilt/quilt-0.66-r1.ebuild | 62 ------------------------------------- 2 files changed, 63 deletions(-) diff --git a/dev-util/quilt/Manifest b/dev-util/quilt/Manifest index e2e543d43e71..5608841b89ba 100644 --- a/dev-util/quilt/Manifest +++ b/dev-util/quilt/Manifest @@ -1,2 +1 @@ -DIST quilt-0.66.tar.gz 413069 BLAKE2B 41201d54cb26d4761413365fe19b65bd6971ada1e69198d2edbc346df6a3060ff3af4d80551d68ab4ffe003183bc0a28515ce1d070db95f2b1a04a0680ac4fb2 SHA512 c2cb75c0937612e1e0da25b713acf629b6b5aacbd8254d8bd17220b63c7b8ca996cd9d0315a32d67d54a4a7dc01b212cdda33afaacf3db063da757f1973306f4 DIST quilt-0.67.tar.gz 543713 BLAKE2B 691b42378a862bfaa8ac9ca042d03d149aaada05894e1d9b92ad4ddf213bf13674c08b72788626ed49c8ccbc792c31e5bc827f8911bf7b0e23733fbc75fca1d1 SHA512 2dcf9396444484e1664f3dc9bf6a024d11fbaac4e984a295b269bab2649e254dafe3dd89d8f79cfaf1c33d2aa80a803ea55eef4debbc1ebc8d3459ecfa52e4ec diff --git a/dev-util/quilt/quilt-0.66-r1.ebuild b/dev-util/quilt/quilt-0.66-r1.ebuild deleted file mode 100644 index 4ae623c1eb56..000000000000 --- a/dev-util/quilt/quilt-0.66-r1.ebuild +++ /dev/null @@ -1,62 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI="8" - -inherit bash-completion-r1 - -DESCRIPTION="quilt patch manager" -HOMEPAGE="https://savannah.nongnu.org/projects/quilt" -SRC_URI="https://savannah.nongnu.org/download/quilt/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~arm ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-solaris" -IUSE="emacs graphviz" -# unresolved test failures -RESTRICT="test" - -RDEPEND="sys-apps/ed - dev-util/diffstat - graphviz? ( media-gfx/graphviz ) - elibc_Darwin? ( app-misc/getopt ) - elibc_SunOS? ( app-misc/getopt ) - >=sys-apps/coreutils-8.32-r1" - -PDEPEND="emacs? ( app-emacs/quilt-el )" - -pkg_setup() { - use graphviz && return 0 - echo - elog "If you intend to use the folding functionality (graphical illustration of the" - elog "patch stack) then you'll need to remerge this package with USE=graphviz." - echo -} - -src_prepare() { - # Add support for USE=graphviz - use graphviz || PATCHES+=( "${FILESDIR}"/${PN}-0.66-no-graphviz.patch ) - default -} - -src_configure() { - [[ ${CHOST} == *-darwin* || ${CHOST} == *-solaris* ]] && \ - myconf="${myconf} --with-getopt=${EPREFIX}/usr/bin/getopt-long" - econf ${myconf} -} - -src_install() { - emake BUILD_ROOT="${D}" install - - rm -rf "${ED}"/usr/share/doc/${P} - dodoc AUTHORS TODO "doc/README" "doc/README.MAIL" "doc/quilt.pdf" - - rm -rf "${ED}"/etc/bash_completion.d - newbashcomp bash_completion ${PN} - - # Remove the compat symlinks - rm -rf "${ED}"/usr/share/quilt/compat - - # Remove Emacs mode; newer version is in app-emacs/quilt-el, bug 247500 - rm -rf "${ED}"/usr/share/emacs -}