www-apps/trac-downloads: Remove last-rited, #528198
authorMichał Górny <mgorny@gentoo.org>
Sun, 24 Jul 2016 10:37:06 +0000 (12:37 +0200)
committerMichał Górny <mgorny@gentoo.org>
Sun, 24 Jul 2016 10:52:44 +0000 (12:52 +0200)
profiles/package.mask
www-apps/trac-downloads/Manifest [deleted file]
www-apps/trac-downloads/metadata.xml [deleted file]
www-apps/trac-downloads/trac-downloads-0.3_p9282.ebuild [deleted file]

index 94ddb18ae8713da5e127b8a0ca5883194ba22118..0bb5ddd067372f1ddf4970559cd5581db074ca5b 100644 (file)
@@ -616,12 +616,6 @@ dev-python/south
 # disabling GLX indirect rendering protocol support on the X server.
 <x11-drivers/nvidia-drivers-304
 
-# Patrick Lauer <patrick@gentoo.org> (24 Nov 2014)
-# Missing deps, uninstallable
-# Michał Górny <mgorny@gentoo.org> (26 Jun 2016)
-# Removal in 14 days, #528198.
-www-apps/trac-downloads
-
 # Michał Górny <mgorny@gentoo.org> (15 Sep 2014)
 # Causes undefined references few layers down (in mediastreamer),
 # someone needs to investigate.
diff --git a/www-apps/trac-downloads/Manifest b/www-apps/trac-downloads/Manifest
deleted file mode 100644 (file)
index 8c435b1..0000000
+++ /dev/null
@@ -1 +0,0 @@
-DIST trac-downloads-0.3_p9282.zip 28472 SHA256 9072b771a29b4ba74b4fa0c1f303f05bb3c705ac042b9ae0fbc6b9ffa97128fc SHA512 0fe7c4487d2dd1294bf5a0f781a9117d7117a24970b4255d8e0a794b574bb6cd41beaf0dab166bdc67a8d4f41b7ae7b1af901a11ab02a9631e078a03a298d83a WHIRLPOOL 8bce7423fe6a3964914cdc9e8aa9c4858a80db026e1a39b93a982afa3e1c96f3b7165daf5c7ab2ae8d8f5870f50a45134cc74fc4eeb098509d060eb976b9b8dd
diff --git a/www-apps/trac-downloads/metadata.xml b/www-apps/trac-downloads/metadata.xml
deleted file mode 100644 (file)
index c194f2f..0000000
+++ /dev/null
@@ -1,8 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-  <maintainer type="person">
-    <email>rafaelmartins@gentoo.org</email>
-    <name>Rafael G. Martins</name>
-  </maintainer>
-</pkgmetadata>
diff --git a/www-apps/trac-downloads/trac-downloads-0.3_p9282.ebuild b/www-apps/trac-downloads/trac-downloads-0.3_p9282.ebuild
deleted file mode 100644 (file)
index 1e01481..0000000
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=3
-
-PYTHON_DEPEND="2"
-SUPPORT_PYTHON_ABIS="1"
-RESTRICT_PYTHON_ABIS="3.*"
-
-inherit distutils
-
-TRAC_PV="0.12"
-MY_DIR="downloadsplugin/${TRAC_PV}"
-MY_REV="${PV#*_p}"
-
-DESCRIPTION="Project release downloads plugin for Trac"
-HOMEPAGE="http://trac-hacks.org/wiki/DownloadsPlugin"
-SRC_URI="http://trac-hacks.org/changeset/${MY_REV}/${MY_DIR}?old_path=/&filename=${MY_DIR}&format=zip
-       -> ${P}.zip"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND="dev-python/setuptools
-       app-arch/unzip"
-RDEPEND="=www-apps/trac-${TRAC_PV}*
-       >=www-apps/trac-tags-0.6"
-
-S="${WORKDIR}/${MY_DIR}"