commit:     8114fa62a8bb08b2b6686a5f1360d8c40b822805
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Jan  5 22:11:14 2018 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri Jan  5 23:19:12 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8114fa62

dev-python/pyglet: Clean old up

 dev-python/pyglet/Manifest               |  1 -
 dev-python/pyglet/pyglet-1.1.4-r2.ebuild | 33 --------------------------------
 2 files changed, 34 deletions(-)

diff --git a/dev-python/pyglet/Manifest b/dev-python/pyglet/Manifest
index 6b230bd77ac..89c12c22fb8 100644
--- a/dev-python/pyglet/Manifest
+++ b/dev-python/pyglet/Manifest
@@ -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
index e45dc74be7e..00000000000
--- a/dev-python/pyglet/pyglet-1.1.4-r2.ebuild
+++ /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
-}

Reply via email to