dev-python/kaa-imlib2: Remove last-rited pkg

Closes: https://bugs.gentoo.org/694280
Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michał Górny
2019-10-15 18:45:50 +02:00
parent 1e6ed50607
commit b4845fd1dc
5 changed files with 0 additions and 48 deletions

View File

@@ -1 +0,0 @@
DIST kaa-imlib2-0.2.3.tar.gz 30671 BLAKE2B e38256948ef186ad429a6c15b47a2b27e942acf63bf6cddeeb57b99aa6ce8e3f20cef7d49df65161a80cd70d0f8ea2e5171c69f07b4082ae2be9831dfc804d37 SHA512 417e473befba7360160db8296fb20de9689f6620bf0940b35e68b4abf00ec49ffadf95f62b7c6baaf1465b6c69c2d14b149d9ff3a4a8450e5966cf53f160a5a0

View File

@@ -1,11 +0,0 @@
--- setup.py.old 2008-07-12 01:43:30.700296071 +0200
+++ setup.py 2008-07-12 01:43:57.441547566 +0200
@@ -39,7 +39,7 @@
sys.exit(1)
files = [ 'src/imlib2.c', 'src/image.c', 'src/font.c', 'src/rawformats.c' ]
-libraries = [ 'png']
+libraries = []
if not os.uname()[0] in ('FreeBSD', 'Darwin'):
libraries.append('rt')
imlib2so = Extension('kaa.imlib2._Imlib2module', files,

View File

@@ -1,24 +0,0 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=5
PYTHON_COMPAT=( python2_7 )
inherit distutils-r1
DESCRIPTION="Imlib2 wrapper for Python"
HOMEPAGE="http://www.freevo.org/ http://api.freevo.org/kaa-imlib2/"
SRC_URI="mirror://sourceforge/freevo/${P}.tar.gz"
LICENSE="LGPL-2.1"
SLOT="0"
KEYWORDS="amd64 ~ppc ~x86"
IUSE=""
DEPEND=">=dev-python/kaa-base-0.3.0[${PYTHON_USEDEP}]
dev-libs/libxml2[python]
media-libs/imlib2"
RDEPEND="${DEPEND}"
DISTUTILS_IN_SOURCE_BUILD=1
PATCHES=( "${FILESDIR}/kaa-imlib2-remove-png-dep.patch" )

View File

@@ -1,11 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<!-- maintainer-needed -->
<longdescription>
Kaa-Imlib2 is a python module for Imlib2.
</longdescription>
<upstream>
<remote-id type="sourceforge">freevo</remote-id>
</upstream>
</pkgmetadata>