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 E4C2E138330 for ; Fri, 14 Oct 2016 18:21:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3B2A1E0C5E; Fri, 14 Oct 2016 18:21:16 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 1EF25E0C64 for ; Fri, 14 Oct 2016 18:21:16 +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 606DD340FC1 for ; Fri, 14 Oct 2016 18:21:14 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C7BE6301 for ; Fri, 14 Oct 2016 18:21:12 +0000 (UTC) From: "David Seifert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Seifert" Message-ID: <1476469244.2fddb65cd2fd45f2ad90cfb44bc53063b00a7c83.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-calculators/calcoo/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-calculators/calcoo/calcoo-1.3.18.ebuild X-VCS-Directories: sci-calculators/calcoo/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: 2fddb65cd2fd45f2ad90cfb44bc53063b00a7c83 X-VCS-Branch: master Date: Fri, 14 Oct 2016 18:21:12 +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: 6a08b7c1-d8f9-47ec-a2cf-258ce9ebef68 X-Archives-Hash: b9c96a9a00c024463d6aaf6c8601ac3b commit: 2fddb65cd2fd45f2ad90cfb44bc53063b00a7c83 Author: David Seifert gentoo org> AuthorDate: Fri Oct 14 17:48:41 2016 +0000 Commit: David Seifert gentoo org> CommitDate: Fri Oct 14 18:20:44 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2fddb65c sci-calculators/calcoo: Remove old ebuild Package-Manager: portage-2.3.2 sci-calculators/calcoo/calcoo-1.3.18.ebuild | 35 ----------------------------- 1 file changed, 35 deletions(-) diff --git a/sci-calculators/calcoo/calcoo-1.3.18.ebuild b/sci-calculators/calcoo/calcoo-1.3.18.ebuild deleted file mode 100644 index f1f855c..00000000 --- a/sci-calculators/calcoo/calcoo-1.3.18.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=4 - -AUTOTOOLS_AUTORECONF=yes - -inherit eutils autotools-utils - -DESCRIPTION="Scientific calculator designed to provide maximum usability" -HOMEPAGE="http://calcoo.sourceforge.net/" -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 ~ppc sparc x86 ~amd64-linux ~x86-linux" -IUSE="" - -RDEPEND="x11-libs/gtk+:2" -DEPEND="${RDEPEND} - virtual/pkgconfig" - -PATCHES=( "${FILESDIR}"/${P}-gold.patch ) - -src_configure() { - local myeconfargs=( --disable-gtktest ) - autotools-utils_src_configure -} - -src_install() { - autotools-utils_src_install - newicon src/pixmaps/main.xpm ${PN}.xpm - make_desktop_entry ${PN} Calcoo ${PN} "Education;Math" -}