public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Davide Pesavento" <pesa@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-mathematics/relational/
Date: Mon, 30 May 2016 18:36:44 +0000 (UTC)	[thread overview]
Message-ID: <1464633397.039a6ecab76f49f12ff9d202d1590d7f472a5ff3.pesa@gentoo> (raw)

commit:     039a6ecab76f49f12ff9d202d1590d7f472a5ff3
Author:     Davide Pesavento <pesa <AT> gentoo <DOT> org>
AuthorDate: Mon May 30 18:24:01 2016 +0000
Commit:     Davide Pesavento <pesa <AT> gentoo <DOT> org>
CommitDate: Mon May 30 18:36:37 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=039a6eca

sci-mathematics/relational: remove old

Package-Manager: portage-2.3.0_rc1

 sci-mathematics/relational/Manifest               |  1 -
 sci-mathematics/relational/relational-0.11.ebuild | 51 -----------------------
 2 files changed, 52 deletions(-)

diff --git a/sci-mathematics/relational/Manifest b/sci-mathematics/relational/Manifest
index 1dd8a55..ff01402 100644
--- a/sci-mathematics/relational/Manifest
+++ b/sci-mathematics/relational/Manifest
@@ -1,2 +1 @@
-DIST relational-0.11.tar.gz 133002 SHA256 367b8ade98e4b9d34ff463a217e41d7206d201cdaee3e49cf5f5bcb28f558040 SHA512 90f79700c7b7f2cfe481d10c565f7cf81acc94a26250eff367e361d8fe122c5ce7dfc740ede7309c8308003031eef2c4a1486657e6dc30b8151987af0bec764e WHIRLPOOL 3ae1a79e63fe60c051788b6b6b467ca3030f09bd6ff0f6dced5280c8873ef08e7ed59b4032fca78df3efb5566e21eeec7116ecbf0a4389710f55b8d35b6f205c
 DIST relational_2.4.orig.tar.gz 113606 SHA256 6e322ae4face623e91fb775171eb3758bcb9a253f2967c9e303208e9f32e5dee SHA512 c7cb6bf5c97df57e84f746d0adccbc3285ea863d692c2b999600ec70f8512e1a3f28a4414d2d34fa956ec6d7955ff290f638d048ada6b685d031823b46d368ff WHIRLPOOL 069c0f69237060fe1741c233678400abce7148ef865c6fa61847cc9395289f6f27b2b6456f632ded421ea3e9c0f4f3f8bb8d13713f72e950ad3608d7c4478052

diff --git a/sci-mathematics/relational/relational-0.11.ebuild b/sci-mathematics/relational/relational-0.11.ebuild
deleted file mode 100644
index 4b0166d..0000000
--- a/sci-mathematics/relational/relational-0.11.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="3"
-PYTHON_DEPEND="2"
-
-inherit python eutils
-
-DESCRIPTION="Qt4 relational algebra application"
-HOMEPAGE="http://galileo.dmi.unict.it/wiki/relational/"
-# upstream url is not static
-SRC_URI="mirror://gentoo/${P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="debug"
-
-DEPEND="dev-python/PyQt4[webkit,X]
-	media-fonts/dejavu"
-RDEPEND="${DEPEND}"
-
-S="${WORKDIR}/${PN}"
-
-pkg_setup() {
-	python_set_active_version 2
-	python_pkg_setup
-}
-
-src_compile() {
-	true
-}
-
-src_install() {
-	insinto "$(python_get_sitedir)/"
-	doins -r "${PN}_gui" || die "doins failed"
-	doins -r "${PN}" || die "doins failed"
-	newbin ${PN}_gui.py ${PN} || die "dobin failed"
-	domenu ${PN}.desktop || die "domenu failed"
-	dodoc CHANGELOG CREDITS README || die "dodoc failed"
-	doman ${PN}.1 || die "doman failed"
-}
-
-pkg_postinst() {
-	python_mod_optimize ${PN} ${PN}_gui
-}
-
-pkg_postrm() {
-	python_mod_cleanup ${PN} ${PN}_gui
-}


             reply	other threads:[~2016-05-30 18:36 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-05-30 18:36 Davide Pesavento [this message]
  -- strict thread matches above, loose matches on Subject: below --
2021-07-17 18:18 [gentoo-commits] repo/gentoo:master commit in: sci-mathematics/relational/ David Seifert
2021-06-08  7:39 Sam James
2020-02-16 22:06 Andreas Sturmlechner
2020-02-09 16:36 Michał Górny
2018-06-26 20:29 Pacho Ramos
2017-12-22 10:31 Michael Palimaka
2017-07-29  3:42 Michael Palimaka
2017-03-04  7:27 Michael Palimaka
2016-04-27 17:30 Davide Pesavento
2016-04-27 17:30 Davide Pesavento

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1464633397.039a6ecab76f49f12ff9d202d1590d7f472a5ff3.pesa@gentoo \
    --to=pesa@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox