commit:     b0f55b0e2909e6ea0aa0baf26f777a0623d5b25d
Author:     Aaron Bauman <bman <AT> gentoo <DOT> org>
AuthorDate: Sun Jan  5 04:05:49 2020 +0000
Commit:     Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Sun Jan  5 04:05:49 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b0f55b0e

dev-python/quixote: drop last-rited pkg

Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>

 dev-python/quixote/Manifest           |  1 -
 dev-python/quixote/metadata.xml       | 12 ----------
 dev-python/quixote/quixote-2.8.ebuild | 45 -----------------------------------
 profiles/package.mask                 |  5 ----
 4 files changed, 63 deletions(-)

diff --git a/dev-python/quixote/Manifest b/dev-python/quixote/Manifest
deleted file mode 100644
index ca091769748..00000000000
--- a/dev-python/quixote/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST Quixote-2.8.tar.gz 474323 BLAKE2B 
862ae01d546203cd4b8791d615e3c354990bf4d6f0d615873c4e987de64fe3d9dbeaf7b37d642cb3024da3ecd8887962e3d878f2a3fe4f07c1dd0be80b52b4a0
 SHA512 
d25e82228706966d1e3e24a07b8d1b62a016571f80ad375fa846be9fd720d6c2c8009b53f7abf72cd14ade36b3a69ac9a153d7017a88b5d420d571da45bc6558

diff --git a/dev-python/quixote/metadata.xml b/dev-python/quixote/metadata.xml
deleted file mode 100644
index 0fc88ced4a7..00000000000
--- a/dev-python/quixote/metadata.xml
+++ /dev/null
@@ -1,12 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd";>
-<pkgmetadata>
-       <maintainer type="project">
-               <email>pyt...@gentoo.org</email>
-               <name>Python</name>
-       </maintainer>
-<maintainer type="project">
-               <email>web-a...@gentoo.org</email>
-               <name>Gentoo Webapps</name>
-       </maintainer>
-</pkgmetadata>

diff --git a/dev-python/quixote/quixote-2.8.ebuild 
b/dev-python/quixote/quixote-2.8.ebuild
deleted file mode 100644
index b6c839af761..00000000000
--- a/dev-python/quixote/quixote-2.8.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-# Appears to be written only for py2
-PYTHON_COMPAT=( python2_7 )
-
-inherit distutils-r1 flag-o-matic
-
-MY_P="${P/q/Q}"
-
-DESCRIPTION="Python HTML templating framework for developing web applications"
-HOMEPAGE="http://quixote.ca";
-SRC_URI="http://quixote.ca/releases/${MY_P}.tar.gz";
-
-LICENSE="CNRI-QUIXOTE-2.4"
-SLOT="0"
-KEYWORDS="amd64 ~ia64 ppc x86 ~amd64-linux ~x86-linux ~ppc-macos"
-IUSE="doc test"
-
-DEPEND="doc? ( dev-python/docutils[${PYTHON_USEDEP}] )
-       test? ( dev-python/nose[${PYTHON_USEDEP}] )"
-
-S="${WORKDIR}"/${MY_P}
-# tests require a running quixote server, prob. apt. post install. Tried the 
demo one but no
-RESTRICT="test"
-
-python_compile() {
-       local -x CFLAGS="${CFLAGS} -fno-strict-aliasing"
-
-       distutils-r1_python_compile
-}
-
-python_compile_all() {
-       use doc && emake -C doc
-}
-
-python_test() {
-       nosetests tests || die "tests failed"
-}
-
-python_install_all() {
-       local HTML_DOCS=( doc/. )
-       distutils-r1_python_install_all
-}

diff --git a/profiles/package.mask b/profiles/package.mask
index 651ecef7d16..d96aab4b8d1 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -706,11 +706,6 @@ sci-astronomy/casacore
 # Removal in 30 days.  Bug #602024.
 app-laptop/nvidiabl
 
-# Michał Górny <mgo...@gentoo.org> (2019-12-01)
-# Not updated since 2015.  No reverse dependencies.
-# Removal in 30 days.  Bug #695392.
-dev-python/quixote
-
 # Bernard Cafarelli <voyag...@gentoo.org> (2019-11-29)
 # Beta for new major version with initial Python 3 support
 =app-backup/rdiff-backup-1.4.0_beta*

Reply via email to