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 8AB30139085 for ; Mon, 2 Jan 2017 22:09:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 29A08E0D71; Mon, 2 Jan 2017 22:09:18 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 0BEEBE0D71 for ; Mon, 2 Jan 2017 22:09:18 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5761E341117 for ; Mon, 2 Jan 2017 22:09:17 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id ED275262A for ; Mon, 2 Jan 2017 22:09:13 +0000 (UTC) From: "Justin Lecher" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Justin Lecher" Message-ID: <1483394950.7019ea90bd0d417a4cab037ef4052b6b8fe14847.jlec@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-calculators/hexcalc/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-calculators/hexcalc/hexcalc-1.11-r2.ebuild sci-calculators/hexcalc/metadata.xml X-VCS-Directories: sci-calculators/hexcalc/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: 7019ea90bd0d417a4cab037ef4052b6b8fe14847 X-VCS-Branch: master Date: Mon, 2 Jan 2017 22:09:13 +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: 5af8a625-2e62-4f09-83e2-1a7fef558c07 X-Archives-Hash: f6c4a3e6add3fca2222c1238ba05a29d commit: 7019ea90bd0d417a4cab037ef4052b6b8fe14847 Author: Justin Lecher gentoo org> AuthorDate: Mon Jan 2 22:06:14 2017 +0000 Commit: Justin Lecher gentoo org> CommitDate: Mon Jan 2 22:09:10 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7019ea90 sci-calculators/hexcalc: Drop old Package-Manager: Portage-2.3.3, Repoman-2.3.1 Signed-off-by: Justin Lecher gentoo.org> sci-calculators/hexcalc/hexcalc-1.11-r2.ebuild | 41 -------------------------- sci-calculators/hexcalc/metadata.xml | 10 +++---- 2 files changed, 5 insertions(+), 46 deletions(-) diff --git a/sci-calculators/hexcalc/hexcalc-1.11-r2.ebuild b/sci-calculators/hexcalc/hexcalc-1.11-r2.ebuild deleted file mode 100644 index 5702a0f..00000000 --- a/sci-calculators/hexcalc/hexcalc-1.11-r2.ebuild +++ /dev/null @@ -1,41 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=4 - -inherit eutils toolchain-funcs - -DESCRIPTION="A simple hex calculator for X" -HOMEPAGE="ftp://ftp.x.org/R5contrib/" -SRC_URI="ftp://ftp.x.org/R5contrib/${PN}.tar.Z" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 ppc x86 ~amd64-linux ~x86-linux" -IUSE="" - -RDEPEND="x11-libs/libXaw" -DEPEND="${RDEPEND} - x11-misc/imake - app-text/rman" - -S=${WORKDIR}/${PN} - -src_prepare() { - epatch "${FILESDIR}"/${PN}-* -} - -src_compile() { - xmkmf || die - emake \ - CC="$(tc-getCC)" \ - CFLAGS="${CFLAGS}" \ - CCLINK="$(tc-getCC)" \ - LDOPTIONS="${LDFLAGS}" -} - -src_install() { - dobin ${PN} - newman ${PN}.{man,1} -} diff --git a/sci-calculators/hexcalc/metadata.xml b/sci-calculators/hexcalc/metadata.xml index dfcd92c..b1603ed 100644 --- a/sci-calculators/hexcalc/metadata.xml +++ b/sci-calculators/hexcalc/metadata.xml @@ -1,11 +1,11 @@ - - sci@gentoo.org - Gentoo Science Project - - + + sci@gentoo.org + Gentoo Science Project + + hexcalc is a mutli-radix calculator that offers the standard C integer operations.