commit:     c6ffd82ce4ce6e9dcacb2959431715f812277e02
Author:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Sat May  2 17:36:49 2020 +0000
Commit:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Sat May  2 17:51:22 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c6ffd82c

sys-apps/dtc: drop old

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>

 sys-apps/dtc/Manifest         |  3 ---
 sys-apps/dtc/dtc-1.4.1.ebuild | 48 -----------------------------------
 sys-apps/dtc/dtc-1.4.4.ebuild | 52 --------------------------------------
 sys-apps/dtc/dtc-1.4.6.ebuild | 58 -------------------------------------------
 4 files changed, 161 deletions(-)

diff --git a/sys-apps/dtc/Manifest b/sys-apps/dtc/Manifest
index 914c34ed258..1eaeedecd66 100644
--- a/sys-apps/dtc/Manifest
+++ b/sys-apps/dtc/Manifest
@@ -1,4 +1 @@
-DIST dtc-1.4.1.tar.xz 107920 BLAKE2B 
523173f0adf812f2d4789b1891ad34d10dcc9f3189c9aed1903b1851d8922f116bb9c79b7ea3087ea8c43c82ccb21883893b22004187d693fdb79f3f0ca881f9
 SHA512 
63df730e65f62b8c9648cfee5461809188f4198cbf98de25fbe5cb7f2f43c405266abb740501740f59847dc6faf0588bcbc734d08ae5430b05c2601e070d6d05
-DIST dtc-1.4.4.tar.xz 122748 BLAKE2B 
efef8ae46033bb2012aabc414ca4af78a44b1d2534be23c58004d970245a219d7d0d86c1c44cfb834f07410240dc5b8c8f926654cf73d018e5e1d625045f4d2f
 SHA512 
20689f7b0489fa945c4df4e27084dfd46fd5512a8dff9b28d60e0cd0e9e79bbd9944e4d70a1aba86a026481b35bb5441ed6b63d306a4a8f7581517f7359fa9bf
-DIST dtc-1.4.6.tar.xz 137868 BLAKE2B 
a2c7e5bf1afa70f827ed5b7dadc2dba58d7b67ebf3334386ff782c46688a9ffdc9c969523225de2c32fbcaa5db0ebaf157bbf8a0be182b13cfbcafdd981b04d9
 SHA512 
b52862159cbf9e6e8e1ecb5844e16c81a0b9c4df255366f8a48b15cb7e080754c142da7432de2542485fce70bb2a4fa76df6d1f93cbf0118e8dbe677153b9da8
 DIST dtc-1.5.0.tar.xz 152936 BLAKE2B 
4ad9cf8f8fd0ccde0c7b8b66c0039eb9b012ed26e51387c06c03fa7950ca194878bbb23b50be5b80c4d4e18140d6316092a9f0eea87e5d713856635dcfc1b0ec
 SHA512 
fd1e692a1b7bf7987f921ad17d9be6719f7b3aa7915873b45fa86f4ecb1398a0a62cdf53c1fddf98a0f7fed9bf34a79f684018bd01a2b5e88746b50879bf7102

diff --git a/sys-apps/dtc/dtc-1.4.1.ebuild b/sys-apps/dtc/dtc-1.4.1.ebuild
deleted file mode 100644
index b26512096dd..00000000000
--- a/sys-apps/dtc/dtc-1.4.1.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="4"
-
-inherit multilib toolchain-funcs
-if [[ ${PV} == "9999" ]] ; then
-       EGIT_REPO_URI="git://git.kernel.org/pub/scm/utils/dtc/dtc.git"
-       inherit git-2
-else
-       SRC_URI="https://www.kernel.org/pub/software/utils/${PN}/${P}.tar.xz";
-       KEYWORDS="amd64 arm ~arm64 ppc ppc64 x86"
-fi
-
-DESCRIPTION="Open Firmware device tree compiler"
-HOMEPAGE="http://devicetree.org/Device_Tree_Compiler";
-
-LICENSE="GPL-2"
-SLOT="0"
-IUSE="static-libs"
-
-RDEPEND=""
-DEPEND="app-arch/xz-utils
-       sys-devel/flex
-       sys-devel/bison"
-
-src_prepare() {
-       sed -i \
-               -e '/^CFLAGS =/s:=:+=:' \
-               -e '/^CPPFLAGS =/s:=:+=:' \
-               -e 's:-Werror::' \
-               -e 's:-g -Os::' \
-               -e "/^PREFIX =/s:=.*:= ${EPREFIX}/usr:" \
-               -e "/^LIBDIR =/s:=.*:= \$(PREFIX)/$(get_libdir):" \
-               Makefile || die
-       tc-export AR CC
-       export V=1
-}
-
-src_test() {
-       emake check
-}
-
-src_install() {
-       emake DESTDIR="${D}" install
-       use static-libs || find "${ED}" -name '*.a' -delete
-       dodoc Documentation/manual.txt
-}

diff --git a/sys-apps/dtc/dtc-1.4.4.ebuild b/sys-apps/dtc/dtc-1.4.4.ebuild
deleted file mode 100644
index cd85d987078..00000000000
--- a/sys-apps/dtc/dtc-1.4.4.ebuild
+++ /dev/null
@@ -1,52 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-inherit multilib toolchain-funcs eutils
-
-if [[ ${PV} == "9999" ]] ; then
-       EGIT_REPO_URI="git://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 ~ia64 ~m68k ~mips ~ppc ~ppc64 
~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="static-libs"
-
-DEPEND="
-       sys-devel/bison
-       sys-devel/flex
-"
-DOCS="
-       Documentation/dt-object-internal.txt
-       Documentation/dts-format.txt
-       Documentation/manual.txt
-"
-
-src_prepare() {
-       default
-
-       sed -i \
-               -e '/^CFLAGS =/s:=:+=:' \
-               -e '/^CPPFLAGS =/s:=:+=:' \
-               -e 's:-Werror::' \
-               -e 's:-g -Os::' \
-               -e "/^PREFIX =/s:=.*:= ${EPREFIX}/usr:" \
-               -e "/^LIBDIR =/s:=.*:= \$(PREFIX)/$(get_libdir):" \
-               Makefile || die
-
-       tc-export AR CC
-       export V=1
-}
-
-src_install() {
-       default
-
-       use static-libs || find "${ED}" -name '*.a' -delete
-}

diff --git a/sys-apps/dtc/dtc-1.4.6.ebuild b/sys-apps/dtc/dtc-1.4.6.ebuild
deleted file mode 100644
index 14d8b75bd04..00000000000
--- a/sys-apps/dtc/dtc-1.4.6.ebuild
+++ /dev/null
@@ -1,58 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-inherit multilib toolchain-funcs eutils
-
-if [[ ${PV} == "9999" ]] ; then
-       EGIT_REPO_URI="git://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 ~ia64 ~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="static-libs"
-
-DEPEND="
-       sys-devel/bison
-       sys-devel/flex
-"
-DOCS="
-       Documentation/dt-object-internal.txt
-       Documentation/dts-format.txt
-       Documentation/manual.txt
-"
-
-PATCHES=(
-       "${FILESDIR}"/${PN}-1.4.4-posix-shell.patch
-)
-
-src_prepare() {
-       default
-
-       sed -i \
-               -e '/^CFLAGS =/s:=:+=:' \
-               -e '/^CPPFLAGS =/s:=:+=:' \
-               -e 's:-Werror::' \
-               -e 's:-g -Os::' \
-               -e "/^PREFIX =/s:=.*:= ${EPREFIX}/usr:" \
-               -e "/^LIBDIR =/s:=.*:= \$(PREFIX)/$(get_libdir):" \
-               Makefile || die
-
-       tc-export AR CC
-       export V=1
-}
-
-MAKEOPTS="${MAKEOPTS} NO_PYTHON=1"
-
-src_install() {
-       default
-
-       use static-libs || find "${ED}" -name '*.a' -delete
-}

Reply via email to