Gentoo Archives: gentoo-commits

From: Davide Pesavento <pesa@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-mathematics/relational/
Date: Mon, 30 May 2016 18:36:52
Message-Id: 1464633397.039a6ecab76f49f12ff9d202d1590d7f472a5ff3.pesa@gentoo
1 commit: 039a6ecab76f49f12ff9d202d1590d7f472a5ff3
2 Author: Davide Pesavento <pesa <AT> gentoo <DOT> org>
3 AuthorDate: Mon May 30 18:24:01 2016 +0000
4 Commit: Davide Pesavento <pesa <AT> gentoo <DOT> org>
5 CommitDate: Mon May 30 18:36:37 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=039a6eca
7
8 sci-mathematics/relational: remove old
9
10 Package-Manager: portage-2.3.0_rc1
11
12 sci-mathematics/relational/Manifest | 1 -
13 sci-mathematics/relational/relational-0.11.ebuild | 51 -----------------------
14 2 files changed, 52 deletions(-)
15
16 diff --git a/sci-mathematics/relational/Manifest b/sci-mathematics/relational/Manifest
17 index 1dd8a55..ff01402 100644
18 --- a/sci-mathematics/relational/Manifest
19 +++ b/sci-mathematics/relational/Manifest
20 @@ -1,2 +1 @@
21 -DIST relational-0.11.tar.gz 133002 SHA256 367b8ade98e4b9d34ff463a217e41d7206d201cdaee3e49cf5f5bcb28f558040 SHA512 90f79700c7b7f2cfe481d10c565f7cf81acc94a26250eff367e361d8fe122c5ce7dfc740ede7309c8308003031eef2c4a1486657e6dc30b8151987af0bec764e WHIRLPOOL 3ae1a79e63fe60c051788b6b6b467ca3030f09bd6ff0f6dced5280c8873ef08e7ed59b4032fca78df3efb5566e21eeec7116ecbf0a4389710f55b8d35b6f205c
22 DIST relational_2.4.orig.tar.gz 113606 SHA256 6e322ae4face623e91fb775171eb3758bcb9a253f2967c9e303208e9f32e5dee SHA512 c7cb6bf5c97df57e84f746d0adccbc3285ea863d692c2b999600ec70f8512e1a3f28a4414d2d34fa956ec6d7955ff290f638d048ada6b685d031823b46d368ff WHIRLPOOL 069c0f69237060fe1741c233678400abce7148ef865c6fa61847cc9395289f6f27b2b6456f632ded421ea3e9c0f4f3f8bb8d13713f72e950ad3608d7c4478052
23
24 diff --git a/sci-mathematics/relational/relational-0.11.ebuild b/sci-mathematics/relational/relational-0.11.ebuild
25 deleted file mode 100644
26 index 4b0166d..0000000
27 --- a/sci-mathematics/relational/relational-0.11.ebuild
28 +++ /dev/null
29 @@ -1,51 +0,0 @@
30 -# Copyright 1999-2011 Gentoo Foundation
31 -# Distributed under the terms of the GNU General Public License v2
32 -# $Id$
33 -
34 -EAPI="3"
35 -PYTHON_DEPEND="2"
36 -
37 -inherit python eutils
38 -
39 -DESCRIPTION="Qt4 relational algebra application"
40 -HOMEPAGE="http://galileo.dmi.unict.it/wiki/relational/"
41 -# upstream url is not static
42 -SRC_URI="mirror://gentoo/${P}.tar.gz"
43 -
44 -LICENSE="GPL-3"
45 -SLOT="0"
46 -KEYWORDS="~amd64 ~x86"
47 -IUSE="debug"
48 -
49 -DEPEND="dev-python/PyQt4[webkit,X]
50 - media-fonts/dejavu"
51 -RDEPEND="${DEPEND}"
52 -
53 -S="${WORKDIR}/${PN}"
54 -
55 -pkg_setup() {
56 - python_set_active_version 2
57 - python_pkg_setup
58 -}
59 -
60 -src_compile() {
61 - true
62 -}
63 -
64 -src_install() {
65 - insinto "$(python_get_sitedir)/"
66 - doins -r "${PN}_gui" || die "doins failed"
67 - doins -r "${PN}" || die "doins failed"
68 - newbin ${PN}_gui.py ${PN} || die "dobin failed"
69 - domenu ${PN}.desktop || die "domenu failed"
70 - dodoc CHANGELOG CREDITS README || die "dodoc failed"
71 - doman ${PN}.1 || die "doman failed"
72 -}
73 -
74 -pkg_postinst() {
75 - python_mod_optimize ${PN} ${PN}_gui
76 -}
77 -
78 -pkg_postrm() {
79 - python_mod_cleanup ${PN} ${PN}_gui
80 -}