Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
+++ /dev/null
-DIST lybniz-1.3.2.tar.gz 70328 BLAKE2B 68c1f7f1c1bc64d8a11f74dc5e87a60e11d261028c495d91c69e9498e5a4e493f3c00c06163a2f55810855ab25fc61c082591a6f39b63b3e8c22d006ad2e34de SHA512 e4a8e92b467657b70a5137ea883a101f8335e2da10ce6a3d69b647cb4968be7c617d64fcc1572ea9e5bf49177282dc648844f4bf763cde00c25081118bf1e79e
+++ /dev/null
-# 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
-}
+++ /dev/null
-<?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>