From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 8343D13835A for ; Mon, 31 May 2021 20:53:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 61B8FE087E; Mon, 31 May 2021 20:53:38 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 25251E087E for ; Mon, 31 May 2021 20:53:38 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 1B7D8340DB0 for ; Mon, 31 May 2021 20:53:37 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AE69279C for ; Mon, 31 May 2021 20:53:35 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1622494400.62b0573a8fceb9ea8fd1ae6dd62797832cecbbd1.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/distro-info/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/distro-info/Manifest dev-util/distro-info/distro-info-0.22.ebuild X-VCS-Directories: dev-util/distro-info/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 62b0573a8fceb9ea8fd1ae6dd62797832cecbbd1 X-VCS-Branch: master Date: Mon, 31 May 2021 20:53:35 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 416dcacf-55f1-4cb8-b0f0-b8a51ddd9899 X-Archives-Hash: f4ed493e1d5d05963ec22f4d54d93b0f commit: 62b0573a8fceb9ea8fd1ae6dd62797832cecbbd1 Author: Michał Górny gentoo org> AuthorDate: Mon May 31 20:43:50 2021 +0000 Commit: Michał Górny gentoo org> CommitDate: Mon May 31 20:53:20 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=62b0573a dev-util/distro-info: Remove old Signed-off-by: Michał Górny gentoo.org> dev-util/distro-info/Manifest | 1 - dev-util/distro-info/distro-info-0.22.ebuild | 96 ---------------------------- 2 files changed, 97 deletions(-) diff --git a/dev-util/distro-info/Manifest b/dev-util/distro-info/Manifest index 1fb0882fe13..e5fcd4eef0d 100644 --- a/dev-util/distro-info/Manifest +++ b/dev-util/distro-info/Manifest @@ -1,2 +1 @@ -DIST distro-info_0.22.tar.xz 29104 BLAKE2B 88eab833ea34de9e62f858e1fb9acfb94efb60114d2213b8bbb77a440c114dbac70a1707d1469113c1a98ea94d953ffa36480c132c294fd8e22b816a444b25e1 SHA512 b9d97e469b9173651c1816f39cc2315622b46f1579cbaba29c417a51417425e90a45283e83c7efee35db78621df08997f5395c8c1b0259f69e5cd91dee65793f DIST distro-info_1.0.tar.xz 30908 BLAKE2B 8355e54919d83d09d3eb7983a35151f0e4253c62eefeccf4d1e614cef0bb7cecf466007c7789749c145674aa30324423f9977a26695d5de537f80d5eb069f371 SHA512 2d84b5845ff4e7ce8059fe83e9d64a380d6732e0e85bc889c948068579d27a86fd31f8e6b7d8cc256f4ff4631cd0ffd480835bf290452d3bc28469f5b3be9ddb diff --git a/dev-util/distro-info/distro-info-0.22.ebuild b/dev-util/distro-info/distro-info-0.22.ebuild deleted file mode 100644 index 63314fd48a0..00000000000 --- a/dev-util/distro-info/distro-info-0.22.ebuild +++ /dev/null @@ -1,96 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -PYTHON_COMPAT=( python3_7 ) -DISTUTILS_OPTIONAL=true - -inherit distutils-r1 - -DESCRIPTION="Provides information about the Debian distributions' releases" -HOMEPAGE="https://debian.org" -SRC_URI="mirror://debian/pool/main/d/${PN}/${PN}_${PV}.tar.xz" - -LICENSE="ISC" -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="python test" -RESTRICT="!test? ( test )" - -REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )" - -COMMON_DEPEND="dev-lang/perl:= - python? ( ${PYTHON_DEPS} )" -DEPEND="${COMMON_DEPEND} - python? ( dev-python/setuptools[${PYTHON_USEDEP}] ) - test? ( - dev-util/shunit2 - dev-python/pylint[${PYTHON_USEDEP}] - )" -RDEPEND="${COMMON_DEPEND} - dev-util/distro-info-data" - -S="${WORKDIR}/${PN}" - -src_prepare() { - default - - # 1. Gentoo do not provides dpkg vendor information - # 2. Strip *FLAGS - # 3. Strip predefined CFLAGS - # 4. Point to correct perl's vendorlib - # 5. Remove python tests - python eclass will be used instead - sed -e "/cd python && python/d" \ - -e "/VENDOR/d" \ - -e "/dpkg-buildflags/d" \ - -e "s/-g -O2//g" \ - -e "s:\$(PREFIX)/share/perl5/Debian:\$(PERL_VENDORLIB)/Debian:g" \ - -e "/pyversions/d" \ - -i "${S}"/Makefile || die -} - -src_configure() { - default - - if use python; then - pushd ./python > /dev/null || die - distutils-r1_src_configure - popd > /dev/null || die - fi -} - -src_compile() { - default - - if use python; then - pushd ./python > /dev/null || die - distutils-r1_src_compile - popd > /dev/null || die - fi -} - -src_install() { - emake PERL_VENDORLIB=$(perl -e 'require Config; print "$Config::Config{'vendorlib'}\n";') \ - DESTDIR="${D}" install - - if use python; then - pushd ./python > /dev/null || die - distutils-r1_src_install - popd > /dev/null || die - fi -} - -src_test() { - TZ=UTC default - - if use python; then - python_test() { - esetup.py test - } - - pushd ./python > /dev/null || die - distutils-r1_src_test - popd > /dev/null || die - fi -}