remove yapsy and err ebuilds, cause they are in main portage tree now(wrt bugs #421833 and #421373)

This commit is contained in:
2012-06-21 15:38:54 +04:00
parent 737b446abf
commit 0ab8270cf8
8 changed files with 0 additions and 167 deletions

View File

@ -1,3 +0,0 @@
DIST Yapsy-1.9.tar.gz 22547 RMD160 8b165f4b4da417de0d7fa65f61f7b8af82dba696 SHA1 56af12da56cc7871995ddb189f08cd556a5a7c4a SHA256 3d4c802db72fe84669cb56df2ccf5957eebb1e98fd6f74e136ff9adba2d95740
EBUILD yapsy-1.9.ebuild 546 RMD160 fad2a2980bdb195722c74c4c0ef8ed643fd8e352 SHA1 d759ff9a6580dc4b2fc18425cfe1fae2eaeca559 SHA256 68c830128f9a4092a76ac06a5c2422a4a32886f12af2a941086091f529f0eca0
MISC metadata.xml 289 RMD160 d83943b891a6640375edcff31954bf32a3c14cd6 SHA1 1d86d55f6b6637028dab30d8ff367c911b6e3087 SHA256 eacbe8b66efb4cf5fe5463bb83e34f3e8b547d80d5e878ce711c92bc6f0921d3

View File

@ -1,6 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<longdescription lang="en">Small library implementing the core mechanisms needed to build a plugin system into a wider application</longdescription>
</pkgmetadata>

View File

@ -1,25 +0,0 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
EAPI="4"
DISTUTILS_SRC_TEST="setup.py"
SUPPORT_PYTHON_ABIS="1"
PYTHON_DEPEND="2"
RESTRICT_PYTHON_ABIS="3.*"
inherit distutils
DESCRIPTION="A fat-free DIY Python plugin management toolkit"
HOMEPAGE="http://yapsy.sourceforge.net/"
SRC_URI="mirror://sourceforge/yapsy/Yapsy-${PV}/Yapsy-${PV}.tar.gz"
LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
DEPEND="dev-python/setuptools"
RDEPEND=""
S="${WORKDIR}/Yapsy-${PV}"