dev-python/pyglet: Clean old up
authorMichał Górny <mgorny@gentoo.org>
Fri, 5 Jan 2018 22:11:14 +0000 (23:11 +0100)
committerMichał Górny <mgorny@gentoo.org>
Fri, 5 Jan 2018 23:19:12 +0000 (00:19 +0100)
dev-python/pyglet/Manifest
dev-python/pyglet/pyglet-1.1.4-r2.ebuild [deleted file]

index 6b230bd77acaf63d676320bed20e0617d1aaeb4f..89c12c22fb8084ee56da8a573ccdb131ff37d128 100644 (file)
@@ -1,2 +1 @@
-DIST pyglet-1.1.4.tar.gz 2946835 BLAKE2B e6dacb162b0fc16440edaec8340ea2d99f59db85e3cacb9fc52aa406eafa595a78c91ec0c1d30091928d9a6090163d799dc75aa5d570017aa010b8a48f2e1d91 SHA512 e1acd2e145bddbed2da1e8d66222b7057ecfcc97f93f4972741e87ec8584a944e2cc0c972aa985cb1f51e0dd2e4bbf1332201e8eb66f29945cfdac1b9ac63b64
 DIST pyglet-1.2.4.tar.gz 2122017 BLAKE2B 6e5e24ec78e24b9a9c8e9627791ede93d740c1af7af0176c6f75409c76981fa16752bbe14c9b5ec871438f5468b3587e7ce12194241d94ab3731d46cbbe395f1 SHA512 70cd781936db8c8c156499e524ee73520bc90c19461074264abd62a4854307ef090af5faba521686f247fb4cbee552a428892f59a5b382429acfc000f4c2e22d
diff --git a/dev-python/pyglet/pyglet-1.1.4-r2.ebuild b/dev-python/pyglet/pyglet-1.1.4-r2.ebuild
deleted file mode 100644 (file)
index e45dc74..0000000
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-PYTHON_COMPAT=( python2_7 )
-
-inherit distutils-r1
-
-DESCRIPTION="Cross-platform windowing and multimedia library for Python"
-HOMEPAGE="http://www.pyglet.org/"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux"
-IUSE="alsa doc examples gtk +openal"
-
-RDEPEND="
-       virtual/opengl
-       alsa? ( media-libs/alsa-lib[alisp] )
-       gtk? ( x11-libs/gtk+:2 )
-       openal? ( media-libs/openal )"
-DEPEND="${RDEPEND}"
-#      ffmpeg? ( media-libs/avbin-bin )
-
-DOCS="NOTICE"
-
-python_install_all() {
-       use doc && HTML_DOCS=( doc/html/. )
-       use examples && EXAMPLES=( examples )
-       distutils-r1_python_install_all
-}