summaryrefslogtreecommitdiff
path: root/sci-mathematics/lybniz
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2020-01-15 15:51:32 +0000
committerV3n3RiX <venerix@redcorelinux.org>2020-01-15 15:51:32 +0000
commit21435953e16cda318a82334ddbadb3b5c36d9ea7 (patch)
treee1810a4b135afce04b34862ef0fab2bfaeb8aeca /sci-mathematics/lybniz
parent7bc9c63c9da678a7e6fceb095d56c634afd22c56 (diff)
gentoo resync : 15.01.2020
Diffstat (limited to 'sci-mathematics/lybniz')
-rw-r--r--sci-mathematics/lybniz/Manifest3
-rw-r--r--sci-mathematics/lybniz/lybniz-1.3.2-r1.ebuild27
-rw-r--r--sci-mathematics/lybniz/metadata.xml15
3 files changed, 0 insertions, 45 deletions
diff --git a/sci-mathematics/lybniz/Manifest b/sci-mathematics/lybniz/Manifest
deleted file mode 100644
index 720815491dd8..000000000000
--- a/sci-mathematics/lybniz/Manifest
+++ /dev/null
@@ -1,3 +0,0 @@
-DIST lybniz-1.3.2.tar.gz 70328 BLAKE2B 68c1f7f1c1bc64d8a11f74dc5e87a60e11d261028c495d91c69e9498e5a4e493f3c00c06163a2f55810855ab25fc61c082591a6f39b63b3e8c22d006ad2e34de SHA512 e4a8e92b467657b70a5137ea883a101f8335e2da10ce6a3d69b647cb4968be7c617d64fcc1572ea9e5bf49177282dc648844f4bf763cde00c25081118bf1e79e
-EBUILD lybniz-1.3.2-r1.ebuild 558 BLAKE2B 5516ce691e4eb9e4ca260d69a91d152c794e7eb7657f3fdd6910f7a681c1bfa63747c0a49bccc9ee1a683cfe6b680f85a18229d40cf437716a35df722189dd91 SHA512 e12397cc9283c4826b9175ff5d851fa389ccb06afddcee82f19f08c280537bf56c4550c274811ac6397577334a708dff521810f2b675a91a74719d2aa73e9138
-MISC metadata.xml 483 BLAKE2B c578bcb422549e5f59f3f58f89814e31abe01ee8d35c07dc5aa8226db4b700635da8312c7f100f330604fb8743270548866e054cfbd0250e3cdde292cc5dc2cf SHA512 6ca80d3944b1ee257bfb7c49b9b35d8abd91c54dd6fe34fc1b481d57335dc15b20135d803288603a5095a4bc817374e7120fbe02c87b9e71249d18b24106a19f
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>