diff options
author | Ulrich Müller <ulm@gentoo.org> | 2024-10-15 08:21:09 +0200 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2024-10-15 08:21:33 +0200 |
commit | a49978257048a1144fa075585b1d6acb1229548f (patch) | |
tree | 5653d41823e61ed18caf972243173234abd2f880 | |
parent | sci-libs/libqalculate: Increase stack size on musl (diff) | |
download | gentoo-a49978257048a1144fa075585b1d6acb1229548f.tar.gz gentoo-a49978257048a1144fa075585b1d6acb1229548f.tar.bz2 gentoo-a49978257048a1144fa075585b1d6acb1229548f.zip |
dev-util/quilt: drop 0.67, 0.68
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
-rw-r--r-- | dev-util/quilt/Manifest | 1 | ||||
-rw-r--r-- | dev-util/quilt/quilt-0.67.ebuild | 62 | ||||
-rw-r--r-- | dev-util/quilt/quilt-0.68.ebuild | 63 |
3 files changed, 0 insertions, 126 deletions
diff --git a/dev-util/quilt/Manifest b/dev-util/quilt/Manifest index 65fe7208155f..25d2ede09ae7 100644 --- a/dev-util/quilt/Manifest +++ b/dev-util/quilt/Manifest @@ -1,2 +1 @@ -DIST quilt-0.67.tar.gz 543713 BLAKE2B 691b42378a862bfaa8ac9ca042d03d149aaada05894e1d9b92ad4ddf213bf13674c08b72788626ed49c8ccbc792c31e5bc827f8911bf7b0e23733fbc75fca1d1 SHA512 2dcf9396444484e1664f3dc9bf6a024d11fbaac4e984a295b269bab2649e254dafe3dd89d8f79cfaf1c33d2aa80a803ea55eef4debbc1ebc8d3459ecfa52e4ec DIST quilt-0.68.tar.gz 551096 BLAKE2B b012d0ccc0efaa2b645eafe9279a511a9fbd7546f22f35aebdb5488bde433e841472b907cacdd5f451e20a15b348f651028591f9a2d5b195613948f754c06cb5 SHA512 a2a58b330ccb3dd55b1f280310d506c605166bceedf7439582cdf8a198ca4aa34a375fd8bfd4027c540481bcdf5e6175eafd19707aaabe194b01cf7caa40572e diff --git a/dev-util/quilt/quilt-0.67.ebuild b/dev-util/quilt/quilt-0.67.ebuild deleted file mode 100644 index 5b897856526e..000000000000 --- a/dev-util/quilt/quilt-0.67.ebuild +++ /dev/null @@ -1,62 +0,0 @@ -# Copyright 1999-2024 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 arm64 ~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 -} diff --git a/dev-util/quilt/quilt-0.68.ebuild b/dev-util/quilt/quilt-0.68.ebuild deleted file mode 100644 index f3192f796103..000000000000 --- a/dev-util/quilt/quilt-0.68.ebuild +++ /dev/null @@ -1,63 +0,0 @@ -# Copyright 1999-2024 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 ~arm64 ~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-9.4-r1 - app-arch/zstd:=" - -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 COPYING NEWS 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 -} |