diff options
author | Aaron Bauman <bman@gentoo.org> | 2020-07-27 22:33:32 -0400 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2020-07-27 22:33:32 -0400 |
commit | f63396228c129fdbac0b2b6bf90ca0dbe64bfb08 (patch) | |
tree | 7f870e5b96903f3fd9ebe72e4da5188f7092f94d /app-arch | |
parent | app-misc/OpenRGB-0.3-r1: Revbump, add udev USE flag to install udev rules (diff) | |
download | gentoo-f63396228c129fdbac0b2b6bf90ca0dbe64bfb08.tar.gz gentoo-f63396228c129fdbac0b2b6bf90ca0dbe64bfb08.tar.bz2 gentoo-f63396228c129fdbac0b2b6bf90ca0dbe64bfb08.zip |
*/*: Drop last-rited Py2 only pkgs
Bug: https://bugs.gentoo.org/616064
Closes: https://bugs.gentoo.org/721904
Closes: https://bugs.gentoo.org/609686
Closes: https://bugs.gentoo.org/695016
Closes: https://bugs.gentoo.org/722616
Closes: https://bugs.gentoo.org/684098
Closes: https://bugs.gentoo.org/672164
Closes: https://bugs.gentoo.org/699136
Closes: https://bugs.gentoo.org/690776
Closes: https://bugs.gentoo.org/695912
Closes: https://bugs.gentoo.org/697004
Closes: https://bugs.gentoo.org/711026
Signed-off-by: Aaron Bauman <bman@gentoo.org>
Diffstat (limited to 'app-arch')
-rw-r--r-- | app-arch/deltarpm/Manifest | 1 | ||||
-rw-r--r-- | app-arch/deltarpm/deltarpm-3.6.ebuild | 54 | ||||
-rw-r--r-- | app-arch/deltarpm/metadata.xml | 13 |
3 files changed, 0 insertions, 68 deletions
diff --git a/app-arch/deltarpm/Manifest b/app-arch/deltarpm/Manifest deleted file mode 100644 index 7d9c0c026d91..000000000000 --- a/app-arch/deltarpm/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST deltarpm-3.6.tar.bz2 500420 BLAKE2B 650193ef0bff9b534a9ff60f4bd4d9b81533a62f70e95a2cca1b96cd73f7d8b374def3300b2b079aee4ea2a1a839a79c40fe2bcfbced111414047b8b701b4314 SHA512 0ef89d8d3e7c9d3d9da06542f293b434e42d95e18616aae1de95a66a77a5937142060ff405356869454cbcf8a7bb52f64c462641e52af0fad985105af07351d9 diff --git a/app-arch/deltarpm/deltarpm-3.6.ebuild b/app-arch/deltarpm/deltarpm-3.6.ebuild deleted file mode 100644 index 8e7abf5cdb35..000000000000 --- a/app-arch/deltarpm/deltarpm-3.6.ebuild +++ /dev/null @@ -1,54 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -PYTHON_COMPAT=( python2_7 ) - -inherit toolchain-funcs python-single-r1 - -DESCRIPTION="tools to create and apply deltarpms" -HOMEPAGE="https://github.com/rpm-software-management/deltarpm" -SRC_URI="http://pkgs.fedoraproject.org/repo/pkgs/${PN}/${P}.tar.bz2/2cc2690bd1088cfc3238c25e59aaaec1/${P}.tar.bz2" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="python system-zlib" - -RDEPEND="sys-libs/zlib - app-arch/xz-utils - app-arch/bzip2 - <app-arch/rpm-5 - python? ( ${PYTHON_DEPS} )" -DEPEND="${RDEPEND}" - -REQUIRED_USE="${PYTHON_REQUIRED_USE}" - -pkg_setup() { - python-single-r1_pkg_setup - - MAKE_EXTRA_FLAGS=( - -j1 - prefix=/usr - mandir=/usr/share/man - PYTHONS=$(use python && echo python) - CFLAGS="${CFLAGS}" - LDFLAGS="${LDFLAGS}" - CC="$(tc-getCC)" - ) - use system-zlib && MAKE_EXTRA_FLAGS+=( - zlibbundled= - zlibcppflags= - zlibldflags=-lz - ) -} - -src_compile() { - emake "${MAKE_EXTRA_FLAGS[@]}" all $(use python && echo python) -} - -src_install() { - emake "${MAKE_EXTRA_FLAGS[@]}" DESTDIR="${ED}" install - python_optimize -} diff --git a/app-arch/deltarpm/metadata.xml b/app-arch/deltarpm/metadata.xml deleted file mode 100644 index b1f9256af634..000000000000 --- a/app-arch/deltarpm/metadata.xml +++ /dev/null @@ -1,13 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <!-- maintainer-needed --> - <longdescription>A tool to create and apply deltarpms.</longdescription> - <use> - <flag name="system-zlib"> - Use system - <pkg>sys-libs/zlib</pkg>. - Do not enable features of rsync friendly. - </flag> - </use> -</pkgmetadata> |