commit:     48f6ecb1e2588ecedca676d9710adea04ff58d5b
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 27 22:25:01 2025 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Apr 27 22:52:24 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=48f6ecb1

sys-apps/dtc: drop 1.7.1

Doesn't build w/ USE=python and swig-4.2.0 (though I'm going to add
a patch to fix tests in 1.7.2-r1 for that anyway).

Signed-off-by: Sam James <sam <AT> gentoo.org>

 sys-apps/dtc/Manifest         |  1 -
 sys-apps/dtc/dtc-1.7.1.ebuild | 66 -------------------------------------------
 2 files changed, 67 deletions(-)

diff --git a/sys-apps/dtc/Manifest b/sys-apps/dtc/Manifest
index df415dd5bae2..f54ece6e61ec 100644
--- a/sys-apps/dtc/Manifest
+++ b/sys-apps/dtc/Manifest
@@ -1,2 +1 @@
-DIST dtc-1.7.1.tar.xz 169524 BLAKE2B 
c9d9d7c60ce13c8e138ab8ddf3e8166d7cf3867ca4e5ea53621bf73514319faf6a6bac09fb96c971554db9f77dd3428e01d53990586041092a64849685d8854b
 SHA512 
3195924b374680e367d7be6b9793691efc0441858068c8bc8d8a908db00bbae781a99184b5c5e272af39045ec58cb0f92adbdd00ff808480b635bd632aa74719
 DIST dtc-1.7.2.tar.xz 169668 BLAKE2B 
d345027614a4caff9912b39286e35c1a889bbfd88630bac1c9c48223a6171bd6a8661342c89355e63301b395d1c238be82d21d870b0dd5fc05ae5dd552e730a6
 SHA512 
30f3611175a5c29556282f3f2894701a5837eb869608d89d78c280af448bbc3a5b6c83f51c28f991847c0eb7c42aa57599bbc31433f1b3b2c8d162cb2169b91f

diff --git a/sys-apps/dtc/dtc-1.7.1.ebuild b/sys-apps/dtc/dtc-1.7.1.ebuild
deleted file mode 100644
index 27573a122636..000000000000
--- a/sys-apps/dtc/dtc-1.7.1.ebuild
+++ /dev/null
@@ -1,66 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{10..12} )
-inherit meson python-single-r1
-
-if [[ ${PV} == 9999 ]] ; then
-       EGIT_REPO_URI="https://git.kernel.org/pub/scm/utils/dtc/dtc.git";
-       inherit git-r3
-else
-       SRC_URI="https://www.kernel.org/pub/software/utils/${PN}/${P}.tar.xz";
-       KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 ~sparc x86"
-fi
-
-DESCRIPTION="Open Firmware device tree compiler"
-HOMEPAGE="https://devicetree.org/ 
https://git.kernel.org/cgit/utils/dtc/dtc.git/";
-
-LICENSE="GPL-2"
-SLOT="0"
-IUSE="python static-libs test yaml"
-RESTRICT="!test? ( test )"
-REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
-
-BDEPEND="
-       app-alternatives/yacc
-       app-alternatives/lex
-       virtual/pkgconfig
-       python? ( dev-lang/swig )
-"
-RDEPEND="
-       python? ( ${PYTHON_DEPS} )
-       yaml? ( >=dev-libs/libyaml-0.2.3[static-libs?] )
-"
-DEPEND="
-       ${RDEPEND}
-"
-
-DOCS=(
-       Documentation/dt-object-internal.txt
-       Documentation/dts-format.txt
-       Documentation/manual.txt
-)
-
-pkg_setup() {
-       if use python ; then
-               export SETUPTOOLS_SCM_PRETEND_VERSION=${PV}
-               python-single-r1_pkg_setup
-       fi
-}
-
-src_configure() {
-       local emesonargs=(
-               -Dtools=true
-               -Dvalgrind=disabled # only used for some tests
-               $(meson_feature python)
-               $(meson_use test tests)
-               $(meson_feature yaml)
-       )
-
-       # bug #909366
-       use static-libs && emesonargs+=( -Dstatic-build=true )
-
-       meson_src_configure
-}

Reply via email to