Gentoo Archives: gentoo-commits

From: Mikle Kolyada <zlogene@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-mathematics/lybniz/
Date: Sun, 12 Jan 2020 17:53:12
Message-Id: 1578851578.112e50cbbead1556f2d1e41908a3cb5a50cf2855.zlogene@gentoo
1 commit: 112e50cbbead1556f2d1e41908a3cb5a50cf2855
2 Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jan 12 17:52:58 2020 +0000
4 Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
5 CommitDate: Sun Jan 12 17:52:58 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=112e50cb
7
8 sci-mathematics/lybniz: remove last-rited pkg
9
10 Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>
11
12 sci-mathematics/lybniz/Manifest | 1 -
13 sci-mathematics/lybniz/lybniz-1.3.2-r1.ebuild | 27 ---------------------------
14 sci-mathematics/lybniz/metadata.xml | 15 ---------------
15 3 files changed, 43 deletions(-)
16
17 diff --git a/sci-mathematics/lybniz/Manifest b/sci-mathematics/lybniz/Manifest
18 deleted file mode 100644
19 index 48ab6cd77e5..00000000000
20 --- a/sci-mathematics/lybniz/Manifest
21 +++ /dev/null
22 @@ -1 +0,0 @@
23 -DIST lybniz-1.3.2.tar.gz 70328 BLAKE2B 68c1f7f1c1bc64d8a11f74dc5e87a60e11d261028c495d91c69e9498e5a4e493f3c00c06163a2f55810855ab25fc61c082591a6f39b63b3e8c22d006ad2e34de SHA512 e4a8e92b467657b70a5137ea883a101f8335e2da10ce6a3d69b647cb4968be7c617d64fcc1572ea9e5bf49177282dc648844f4bf763cde00c25081118bf1e79e
24
25 diff --git a/sci-mathematics/lybniz/lybniz-1.3.2-r1.ebuild b/sci-mathematics/lybniz/lybniz-1.3.2-r1.ebuild
26 deleted file mode 100644
27 index 3993079f7da..00000000000
28 --- a/sci-mathematics/lybniz/lybniz-1.3.2-r1.ebuild
29 +++ /dev/null
30 @@ -1,27 +0,0 @@
31 -# Copyright 1999-2017 Gentoo Foundation
32 -# Distributed under the terms of the GNU General Public License v2
33 -
34 -EAPI=6
35 -PYTHON_COMPAT=( python2_7 )
36 -
37 -inherit distutils-r1
38 -
39 -DESCRIPTION="A function plotter program written in PyGTK"
40 -HOMEPAGE="http://lybniz2.sourceforge.net/"
41 -SRC_URI="mirror://sourceforge/lybniz2/${P}.tar.gz"
42 -
43 -LICENSE="BSD"
44 -SLOT="0"
45 -KEYWORDS="~amd64 ~x86"
46 -IUSE=""
47 -
48 -DEPEND="dev-python/pygtk:2[${PYTHON_USEDEP}]"
49 -RDEPEND="${DEPEND}"
50 -
51 -src_prepare() {
52 - sed -i \
53 - -e 's/Education;/Education;Math;/' \
54 - ${PN}.desktop || die
55 -
56 - distutils-r1_src_prepare
57 -}
58
59 diff --git a/sci-mathematics/lybniz/metadata.xml b/sci-mathematics/lybniz/metadata.xml
60 deleted file mode 100644
61 index d82130d3e06..00000000000
62 --- a/sci-mathematics/lybniz/metadata.xml
63 +++ /dev/null
64 @@ -1,15 +0,0 @@
65 -<?xml version="1.0" encoding="UTF-8"?>
66 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
67 -<pkgmetadata>
68 - <maintainer type="project">
69 - <email>sci-mathematics@g.o</email>
70 - <name>Gentoo Mathematics Project</name>
71 - </maintainer>
72 - <longdescription lang="en">
73 - Lybniz is an easy to use mathematical function graph plotter using
74 - PyGTK.
75 -</longdescription>
76 - <upstream>
77 - <remote-id type="sourceforge">lybniz2</remote-id>
78 - </upstream>
79 -</pkgmetadata>