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 5AE63139694 for ; Sat, 29 Jul 2017 03:42:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A70071FC0C7; Sat, 29 Jul 2017 03:42:47 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 74E4E1FC0C0 for ; Sat, 29 Jul 2017 03:42:47 +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 61EC7341A59 for ; Sat, 29 Jul 2017 03:42:46 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CF4E774C0 for ; Sat, 29 Jul 2017 03:42:44 +0000 (UTC) From: "Michael Palimaka" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Palimaka" Message-ID: <1501299755.790d2946ccd23fb10717000e906a7aac941df2d7.kensington@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-mathematics/relational/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-mathematics/relational/Manifest sci-mathematics/relational/relational-2.4.ebuild X-VCS-Directories: sci-mathematics/relational/ X-VCS-Committer: kensington X-VCS-Committer-Name: Michael Palimaka X-VCS-Revision: 790d2946ccd23fb10717000e906a7aac941df2d7 X-VCS-Branch: master Date: Sat, 29 Jul 2017 03:42:44 +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: 45c2dfbc-f92f-477b-8026-4b35bc454c0a X-Archives-Hash: fb30653dd65451e1e53e6b8542f77473 commit: 790d2946ccd23fb10717000e906a7aac941df2d7 Author: Michael Palimaka gentoo org> AuthorDate: Sat Jul 29 03:41:44 2017 +0000 Commit: Michael Palimaka gentoo org> CommitDate: Sat Jul 29 03:42:35 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=790d2946 sci-mathematics/relational: remove 2.4 Package-Manager: Portage-2.3.6, Repoman-2.3.3 sci-mathematics/relational/Manifest | 1 - sci-mathematics/relational/relational-2.4.ebuild | 42 ------------------------ 2 files changed, 43 deletions(-) diff --git a/sci-mathematics/relational/Manifest b/sci-mathematics/relational/Manifest index 30246943cdf..94dcc18ec97 100644 --- a/sci-mathematics/relational/Manifest +++ b/sci-mathematics/relational/Manifest @@ -1,2 +1 @@ -DIST relational_2.4.orig.tar.gz 113606 SHA256 6e322ae4face623e91fb775171eb3758bcb9a253f2967c9e303208e9f32e5dee SHA512 c7cb6bf5c97df57e84f746d0adccbc3285ea863d692c2b999600ec70f8512e1a3f28a4414d2d34fa956ec6d7955ff290f638d048ada6b685d031823b46d368ff WHIRLPOOL 069c0f69237060fe1741c233678400abce7148ef865c6fa61847cc9395289f6f27b2b6456f632ded421ea3e9c0f4f3f8bb8d13713f72e950ad3608d7c4478052 DIST relational_2.5.orig.tar.gz 118776 SHA256 511330beda30b7acea6a1122bbdf39b1ee8b8f026e41d2bab8aed8b8d52f89b7 SHA512 588e35a57cf915e544d62749b76ed81927ac06fd88271f0d4d88ee5f221928c2c24e2a88165aae63c1b9b120ddaa20e15e21fe9c207eac3150b744274ae45a8a WHIRLPOOL 1fd04109e1ed9ca89fa6c8464f7de71677d8642d9dd1060beca142f276a7df2d7f6a8a9baa620c0e19308b76bd2ff1cb683139adad3a0850856be3e64e7c0ca2 diff --git a/sci-mathematics/relational/relational-2.4.ebuild b/sci-mathematics/relational/relational-2.4.ebuild deleted file mode 100644 index 8eb43f5b775..00000000000 --- a/sci-mathematics/relational/relational-2.4.ebuild +++ /dev/null @@ -1,42 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -PYTHON_COMPAT=( python3_{4,5} ) - -inherit python-single-r1 - -DESCRIPTION="Educational tool for relational algebra" -HOMEPAGE="http://ltworf.github.io/relational/" -SRC_URI="https://github.com/ltworf/${PN}/releases/download/${PV}/${PN}_${PV}.orig.tar.gz" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -DEPEND=" - ${PYTHON_DEPS} - dev-python/PyQt5[gui,webkit,widgets,${PYTHON_USEDEP}] -" -RDEPEND="${DEPEND}" - -REQUIRED_USE="${PYTHON_REQUIRED_USE}" - -S=${WORKDIR}/${PN} - -src_prepare() { - default - - sed -i -e '/^Terminal=/ s/0/false/' \ - -e '/^Keywords=/ s/$/;/' \ - relational.desktop || die -} - -src_install() { - emake -j1 DESTDIR="${ED}" install-{relational-cli,python3-relational,relational} - python_optimize - - dodoc CHANGELOG complexity CREDITS README.md -}