diff options
author | Sam James <sam@gentoo.org> | 2024-06-06 13:01:44 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-06-06 13:01:44 +0100 |
commit | 0a068f2c4fb4eb36c9911e7d6cb66033561b6808 (patch) | |
tree | 370523b134a08c6fc36f10971cceb139cdea972f /app-text | |
parent | net-im/profanity: enable py3.12 (diff) | |
download | gentoo-0a068f2c4fb4eb36c9911e7d6cb66033561b6808.tar.gz gentoo-0a068f2c4fb4eb36c9911e7d6cb66033561b6808.tar.bz2 gentoo-0a068f2c4fb4eb36c9911e7d6cb66033561b6808.zip |
app-text/recode: drop 3.7.12-r1, 3.7.13
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-text')
-rw-r--r-- | app-text/recode/Manifest | 2 | ||||
-rw-r--r-- | app-text/recode/files/recode-3.7.13-no-help2man.patch | 50 | ||||
-rw-r--r-- | app-text/recode/recode-3.7.12-r1.ebuild | 69 | ||||
-rw-r--r-- | app-text/recode/recode-3.7.13.ebuild | 73 |
4 files changed, 0 insertions, 194 deletions
diff --git a/app-text/recode/Manifest b/app-text/recode/Manifest index 4f4570366e0c..6f84154c893d 100644 --- a/app-text/recode/Manifest +++ b/app-text/recode/Manifest @@ -1,3 +1 @@ -DIST recode-3.7.12.tar.gz 2399126 BLAKE2B 420ba6f96d532da4ae0e1861b512c39ad59f1f63b0e0ef061dcff95c15ff4ed82a3b7bb72f6abb29f85588476a76cb5d50151ca9e3f857c2c1c09727ccdd2890 SHA512 365602bf7b20e5362d13d1ab5269419f7f0838fb81dc01c466ea99c38eb1b979f8d707d24ca3dabbd3a0c65cde97704b570007ac60689d88bbafd33351d37d95 -DIST recode-3.7.13.tar.gz 2400432 BLAKE2B 457ba7855aeb5ae8b0cc32ee82b5b61b1b46ba2908406c0c10a76ae242343f421e81038b9bb6784089e8e3e687ecc0f61a6263c24f6b234962f94853e9359734 SHA512 af86754ed2ed1dc414f1dd7ab3564d606abb309766fb02bf085e56241527a74ac7141617956d01b0797e8e426cfb39ec597bd221d8ad58d9246e96b228e65b00 DIST recode-3.7.14.tar.gz 2297471 BLAKE2B c353c287f0eb8fd461f1a98b47bb6e24067051edf4ef40badb5598b242aad4f560d1097ea826db8dc7f24206a86cc58207090fe746da2be6cd11e5b3d5961567 SHA512 ca0e9aa392f0571cfd1cf9566a15d7651a80edf40d603eadaa4c4ee2d7843ffa9d6074be30a21dac2ab192fe601f8581721d719d055911eeccb455acfe112596 diff --git a/app-text/recode/files/recode-3.7.13-no-help2man.patch b/app-text/recode/files/recode-3.7.13-no-help2man.patch deleted file mode 100644 index bc493d429e28..000000000000 --- a/app-text/recode/files/recode-3.7.13-no-help2man.patch +++ /dev/null @@ -1,50 +0,0 @@ -https://bugs.gentoo.org/890256 -https://github.com/rrthomas/recode/commit/dcdd5d26c0c2c49f8113b63186449d6a1e3a509e - -From dcdd5d26c0c2c49f8113b63186449d6a1e3a509e Mon Sep 17 00:00:00 2001 -From: Reuben Thomas <rrt@sc3d.org> -Date: Fri, 6 Jan 2023 20:11:03 +0100 -Subject: [PATCH] src/Makefile.am: allow build without help2man - ---- a/src/Makefile.am -+++ b/src/Makefile.am -@@ -19,7 +19,7 @@ AUTOMAKE_OPTIONS = gnits - bin_PROGRAMS = recode - lib_LTLIBRARIES = librecode.la - noinst_LTLIBRARIES = libmerged.la --man_MANS = recode.1 -+dist_man_MANS = recode.1 - include_HEADERS = recode.h recodext.h - - H_STEPS = common.h decsteps.h inisteps.h tersteps.h \ -@@ -100,12 +100,12 @@ merged.c: mergelex.py $(L_STEPS) - # Depend on recode$(EXEEXT) rather than explicitly make-ing it, as otherwise - # we break parallel builds, as libmerged.la can be built twice in parallel, - # which can fail. --recode.1: main.c $(top_srcdir)/configure.ac recode$(EXEEXT) -+recode.1: main.c $(top_srcdir)/configure.ac - ## Exit gracefully if recode.1 is not writeable, such as during distcheck! - $(AM_V_GEN)if ( touch $@.w && rm -f $@.w; ) >/dev/null 2>&1; then \ - $(top_srcdir)/build-aux/missing --run $(HELP2MAN) --locale=en_US.UTF-8 \ - --name="converts files between character sets" \ -- --output=$@ ./recode; \ -+ --output=$@ ./recode$(EXEEXT); \ - fi - - main.o: main.c ../config.status -@@ -169,5 +169,3 @@ strip-pool.c strip-data.c: stamp-strip - stamp-strip: ../tables.py $(MNEMONICS_DS) $(CHARSETS_DEF) - $(TABLES_PY) -C $(srcdir) -p $(MNEMONICS_DS) $(CHARSETS_DEF) - @echo timestamp > $(srcdir)/$@ -- --DISTCLEANFILES = recode.1 ---- a/tests/Makefile.am -+++ b/tests/Makefile.am -@@ -1,5 +1,5 @@ - # Makefile for Recode regression tests. --# Copyright © 1996-2022 Free Software Foundation, Inc. -+# Copyright © 1996-2023 Free Software Foundation, Inc. - # François Pinard <pinard@iro.umontreal.ca>, 1988. - - # This program is free software; you can redistribute it and/or modify - diff --git a/app-text/recode/recode-3.7.12-r1.ebuild b/app-text/recode/recode-3.7.12-r1.ebuild deleted file mode 100644 index f1022f1199c3..000000000000 --- a/app-text/recode/recode-3.7.12-r1.ebuild +++ /dev/null @@ -1,69 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -PYTHON_COMPAT=( python3_{9..11} ) - -inherit autotools flag-o-matic python-any-r1 toolchain-funcs - -DESCRIPTION="Convert files between various character sets" -HOMEPAGE="https://github.com/rrthomas/recode" -SRC_URI="https://github.com/rrthomas/recode/releases/download/v${PV}/${P}.tar.gz" - -LICENSE="GPL-3+" -# librecode soname version -SLOT="0/3" -KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos" -IUSE="nls test" -RESTRICT="!test? ( test )" - -RDEPEND="virtual/libiconv" -DEPEND=" - ${RDEPEND} - app-alternatives/lex -" -BDEPEND=" - nls? ( sys-devel/gettext ) - test? ( - ${PYTHON_DEPS} - $(python_gen_any_dep ' - dev-python/cython[${PYTHON_USEDEP}] - ') - ) -" - -python_check_deps() { - python_has_version "dev-python/cython[${PYTHON_USEDEP}]" -} - -pkg_setup() { - use test && python-any-r1_pkg_setup -} - -src_prepare() { - default - eautoreconf -} - -src_configure() { - tc-export CC LD - - # on solaris -lintl is needed to compile - [[ ${CHOST} == *-solaris* ]] && append-libs "-lintl" - - # -fanalyzer substantially slows down the build and isn't useful for - # us. It's useful for upstream as it's static analysis, but it's not - # useful when just getting something built. - export gl_cv_warn_c__fanalyzer=no - - econf \ - $(use_enable nls) \ - --disable-static -} - -src_install() { - default - - find "${ED}" -name '*.la' -delete || die -} diff --git a/app-text/recode/recode-3.7.13.ebuild b/app-text/recode/recode-3.7.13.ebuild deleted file mode 100644 index 1e3a064b1bd6..000000000000 --- a/app-text/recode/recode-3.7.13.ebuild +++ /dev/null @@ -1,73 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -PYTHON_COMPAT=( python3_{9..11} ) - -inherit autotools flag-o-matic python-any-r1 toolchain-funcs - -DESCRIPTION="Convert files between various character sets" -HOMEPAGE="https://github.com/rrthomas/recode" -SRC_URI="https://github.com/rrthomas/recode/releases/download/v${PV}/${P}.tar.gz" - -LICENSE="GPL-3+" -# librecode soname version -SLOT="0/3" -KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos" -IUSE="nls test" -RESTRICT="!test? ( test )" - -RDEPEND="virtual/libiconv" -DEPEND=" - ${RDEPEND} - app-alternatives/lex -" -BDEPEND=" - nls? ( sys-devel/gettext ) - test? ( - ${PYTHON_DEPS} - $(python_gen_any_dep ' - dev-python/cython[${PYTHON_USEDEP}] - ') - ) -" - -PATCHES=( - "${FILESDIR}"/${P}-no-help2man.patch -) - -python_check_deps() { - python_has_version "dev-python/cython[${PYTHON_USEDEP}]" -} - -pkg_setup() { - use test && python-any-r1_pkg_setup -} - -src_prepare() { - default - eautoreconf -} - -src_configure() { - tc-export CC LD - - # on solaris -lintl is needed to compile - [[ ${CHOST} == *-solaris* ]] && append-libs "-lintl" - - # -fanalyzer substantially slows down the build and isn't useful for - # us. It's useful for upstream as it's static analysis, but it's not - # useful when just getting something built. - export gl_cv_warn_c__fanalyzer=no - - econf \ - $(use_enable nls) \ - --disable-static -} - -src_install() { - default - - find "${ED}" -name '*.la' -delete || die -} |