diff options
author | Mikle Kolyada <zlogene@gentoo.org> | 2020-01-12 20:52:58 +0300 |
---|---|---|
committer | Mikle Kolyada <zlogene@gentoo.org> | 2020-01-12 20:52:58 +0300 |
commit | 112e50cbbead1556f2d1e41908a3cb5a50cf2855 (patch) | |
tree | 75aa1109e0e9d67f820f90a967a85c0829ff0b44 /sci-mathematics | |
parent | sci-mathematics/mlpy: remove last-rited pkg (diff) | |
download | gentoo-112e50cbbead1556f2d1e41908a3cb5a50cf2855.tar.gz gentoo-112e50cbbead1556f2d1e41908a3cb5a50cf2855.tar.bz2 gentoo-112e50cbbead1556f2d1e41908a3cb5a50cf2855.zip |
sci-mathematics/lybniz: remove last-rited pkg
Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
Diffstat (limited to 'sci-mathematics')
-rw-r--r-- | sci-mathematics/lybniz/Manifest | 1 | ||||
-rw-r--r-- | sci-mathematics/lybniz/lybniz-1.3.2-r1.ebuild | 27 | ||||
-rw-r--r-- | sci-mathematics/lybniz/metadata.xml | 15 |
3 files changed, 0 insertions, 43 deletions
diff --git a/sci-mathematics/lybniz/Manifest b/sci-mathematics/lybniz/Manifest deleted file mode 100644 index 48ab6cd77e58..000000000000 --- a/sci-mathematics/lybniz/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST lybniz-1.3.2.tar.gz 70328 BLAKE2B 68c1f7f1c1bc64d8a11f74dc5e87a60e11d261028c495d91c69e9498e5a4e493f3c00c06163a2f55810855ab25fc61c082591a6f39b63b3e8c22d006ad2e34de SHA512 e4a8e92b467657b70a5137ea883a101f8335e2da10ce6a3d69b647cb4968be7c617d64fcc1572ea9e5bf49177282dc648844f4bf763cde00c25081118bf1e79e diff --git a/sci-mathematics/lybniz/lybniz-1.3.2-r1.ebuild b/sci-mathematics/lybniz/lybniz-1.3.2-r1.ebuild deleted file mode 100644 index 3993079f7da7..000000000000 --- a/sci-mathematics/lybniz/lybniz-1.3.2-r1.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 -PYTHON_COMPAT=( python2_7 ) - -inherit distutils-r1 - -DESCRIPTION="A function plotter program written in PyGTK" -HOMEPAGE="http://lybniz2.sourceforge.net/" -SRC_URI="mirror://sourceforge/lybniz2/${P}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -DEPEND="dev-python/pygtk:2[${PYTHON_USEDEP}]" -RDEPEND="${DEPEND}" - -src_prepare() { - sed -i \ - -e 's/Education;/Education;Math;/' \ - ${PN}.desktop || die - - distutils-r1_src_prepare -} diff --git a/sci-mathematics/lybniz/metadata.xml b/sci-mathematics/lybniz/metadata.xml deleted file mode 100644 index d82130d3e06a..000000000000 --- a/sci-mathematics/lybniz/metadata.xml +++ /dev/null @@ -1,15 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>sci-mathematics@gentoo.org</email> - <name>Gentoo Mathematics Project</name> - </maintainer> - <longdescription lang="en"> - Lybniz is an easy to use mathematical function graph plotter using - PyGTK. -</longdescription> - <upstream> - <remote-id type="sourceforge">lybniz2</remote-id> - </upstream> -</pkgmetadata> |