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 745E11396D0 for ; Thu, 5 Oct 2017 20:28:56 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DD5F2E0E68; Thu, 5 Oct 2017 20:28:55 +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 AEFDEE0E68 for ; Thu, 5 Oct 2017 20:28:55 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 ADFAC341790 for ; Thu, 5 Oct 2017 20:28:54 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 700E8746E for ; Thu, 5 Oct 2017 20:28:53 +0000 (UTC) From: "Jeroen Roovers" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jeroen Roovers" Message-ID: <1507235295.08682bea062423bdeba2d713b16b716ec2169e46.jer@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-calculators/units/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-calculators/units/Manifest sci-calculators/units/units-2.13.ebuild sci-calculators/units/units-2.14.ebuild X-VCS-Directories: sci-calculators/units/ X-VCS-Committer: jer X-VCS-Committer-Name: Jeroen Roovers X-VCS-Revision: 08682bea062423bdeba2d713b16b716ec2169e46 X-VCS-Branch: master Date: Thu, 5 Oct 2017 20:28:53 +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-Archives-Salt: abd76f89-d4ee-4137-8c2e-de5595561821 X-Archives-Hash: efc2a511db3fbd100e8d6f4bf5d57ce6 commit: 08682bea062423bdeba2d713b16b716ec2169e46 Author: Jeroen Roovers gentoo org> AuthorDate: Thu Oct 5 20:28:15 2017 +0000 Commit: Jeroen Roovers gentoo org> CommitDate: Thu Oct 5 20:28:15 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=08682bea sci-calculators/units: Old. Package-Manager: Portage-2.3.11, Repoman-2.3.3 sci-calculators/units/Manifest | 1 - sci-calculators/units/units-2.13.ebuild | 55 ------------------------------- sci-calculators/units/units-2.14.ebuild | 57 --------------------------------- 3 files changed, 113 deletions(-) diff --git a/sci-calculators/units/Manifest b/sci-calculators/units/Manifest index 1f8d6e12133..f8eb7ff1385 100644 --- a/sci-calculators/units/Manifest +++ b/sci-calculators/units/Manifest @@ -1,2 +1 @@ -DIST units-2.13.tar.gz 1170233 SHA256 0ba5403111f8e5ea22be7d51ab74c8ccb576dc30ddfbf18a46cb51f9139790ab SHA512 39b380480ab6f48e56a7f122bb66f53ec49667f5ae3479a128536c58d29b1a1bfe281374f06911e8f713fe21459f57d13974c3629180b22968761cad15b10de2 WHIRLPOOL f1a4f85483e2cc9b4d2112a8ed36f51de7efc09b0ab6da926282d474615441f0196697d459cadb13aed1e5fa586261f7c45af2cc980be04b0fc810c57a7acb3e DIST units-2.14.tar.gz 1177024 SHA256 9d33893d82f3ddd831d5822992007c40bcd0826ae67d3cbc96539951fb0a82e8 SHA512 3cd09a76fb1cccbafaa3e023c791740738c8347425b2645cad1fa768dee3ebde917602cf65988ee8922fed512ec0bc2367f68545450789fc6bf1a79f066a6986 WHIRLPOOL ae4c0297387e9d3e42ae556a5f528f9c6f1b6a75f5f90580c5b9729ccdea011962d0e891c13ed583a97167bb62d5d074ab3b695ffdd23304f72a62098ce87821 diff --git a/sci-calculators/units/units-2.13.ebuild b/sci-calculators/units/units-2.13.ebuild deleted file mode 100644 index 50f5c4487c7..00000000000 --- a/sci-calculators/units/units-2.13.ebuild +++ /dev/null @@ -1,55 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -PYTHON_COMPAT=( python{2_7,3_4} ) -PYTHON_REQ_USE="xml" -inherit eutils python-r1 - -DESCRIPTION="Unit conversion program" -HOMEPAGE="https://www.gnu.org/software/units/units.html" -SRC_URI="mirror://gnu/${PN}/${P}.tar.gz" - -LICENSE="FDL-1.3 GPL-3" -SLOT="0" -KEYWORDS="alpha amd64 ~arm hppa ppc ppc64 sparc x86 ~amd64-linux ~x86-linux" -IUSE="+units_cur" -REQUIRED_USE="units_cur? ( ${PYTHON_REQUIRED_USE} )" - -RDEPEND=" - sys-libs/readline:= - units_cur? ( - dev-python/unidecode[${PYTHON_USEDEP}] - ${PYTHON_DEPS} - )" -DEPEND=${RDEPEND} - -units_cur_prepare() { - local UNITS_PYTHON_MAJOR - UNITS_PYTHON_MAJOR=$( - UNITS_PYTHON_MAJOR=${EPYTHON/.*} - shopt -s extglob - echo ${UNITS_PYTHON_MAJOR/*([[:alpha:]])} - ) - sed -e "/^outfile/s|'.*'|'/usr/share/units/currency.units'|g" units_cur${UNITS_PYTHON_MAJOR} > units_cur-${EPYTHON} -} - -src_prepare() { - use units_cur && python_foreach_impl units_cur_prepare -} - -src_compile() { - emake HAVE_PYTHON=no -} - -units_cur_install() { - python_newexe units_cur-${EPYTHON} units_cur -} - -src_install() { - emake DESTDIR="${D}" HAVE_PYTHON=no install - - dodoc ChangeLog NEWS README - - use units_cur && python_foreach_impl units_cur_install -} diff --git a/sci-calculators/units/units-2.14.ebuild b/sci-calculators/units/units-2.14.ebuild deleted file mode 100644 index 8050ca85d33..00000000000 --- a/sci-calculators/units/units-2.14.ebuild +++ /dev/null @@ -1,57 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 -PYTHON_COMPAT=( python{2_7,3_4} ) -PYTHON_REQ_USE="xml" -inherit eutils python-r1 - -DESCRIPTION="Unit conversion program" -HOMEPAGE="https://www.gnu.org/software/units/units.html" -SRC_URI="mirror://gnu/${PN}/${P}.tar.gz" - -LICENSE="FDL-1.3 GPL-3" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux" -IUSE="+units_cur" -REQUIRED_USE="units_cur? ( ${PYTHON_REQUIRED_USE} )" - -RDEPEND=" - sys-libs/readline:= - units_cur? ( - dev-python/unidecode[${PYTHON_USEDEP}] - ${PYTHON_DEPS} - )" -DEPEND=${RDEPEND} - -units_cur_prepare() { - local UNITS_PYTHON_MAJOR - UNITS_PYTHON_MAJOR=$( - UNITS_PYTHON_MAJOR=${EPYTHON/.*} - shopt -s extglob - echo ${UNITS_PYTHON_MAJOR/*([[:alpha:]])} - ) - sed -e "/^outfile/s|'.*'|'/usr/share/units/currency.units'|g" units_cur${UNITS_PYTHON_MAJOR} > units_cur-${EPYTHON} -} - -src_prepare() { - default - - use units_cur && python_foreach_impl units_cur_prepare -} - -src_compile() { - emake HAVE_PYTHON=no -} - -units_cur_install() { - python_newexe units_cur-${EPYTHON} units_cur -} - -src_install() { - emake DESTDIR="${D}" HAVE_PYTHON=no install - - dodoc ChangeLog NEWS README - - use units_cur && python_foreach_impl units_cur_install -}