media-sound/gtklick: Remove last-rited pkg
authorMichał Górny <mgorny@gentoo.org>
Sun, 19 Apr 2020 06:54:29 +0000 (08:54 +0200)
committerMichał Górny <mgorny@gentoo.org>
Sun, 19 Apr 2020 06:54:29 +0000 (08:54 +0200)
Closes: https://bugs.gentoo.org/708172
Signed-off-by: Michał Górny <mgorny@gentoo.org>
media-sound/gtklick/Manifest [deleted file]
media-sound/gtklick/files/gtklick [deleted file]
media-sound/gtklick/gtklick-0.6.4-r1.ebuild [deleted file]
media-sound/gtklick/metadata.xml [deleted file]
profiles/package.mask

diff --git a/media-sound/gtklick/Manifest b/media-sound/gtklick/Manifest
deleted file mode 100644 (file)
index 27e1a91..0000000
+++ /dev/null
@@ -1 +0,0 @@
-DIST gtklick-0.6.4.tar.gz 35901 BLAKE2B 1dd0adcb5c0489633a00ec52230b0a3b7c0017ce5148c5d8a32cf09326243f61e26cf31e3f25c8213af9a77a4a4bc9b74bfd7167808c9037549cb10b20701b99 SHA512 8491650cf324005f32808036f63574b0a59659bc8e5f3efe615b83e42701f1a3bcb95825a2378b3a17b45ddb5b33c87bed9602a0492d117665d85bd35f4a4a9b
diff --git a/media-sound/gtklick/files/gtklick b/media-sound/gtklick/files/gtklick
deleted file mode 100644 (file)
index 6a999ed..0000000
+++ /dev/null
@@ -1,23 +0,0 @@
-#!/usr/bin/env python2
-# -*- coding: utf-8 -*-
-#
-# gtklick
-#
-# This is a replacement for the broken runner script provided by the
-# original source. This script does not assume that the data is in some
-# folder relative to the script, but instead hardcodes the variables
-# during compiling.
-#
-# Copyright (C) 2008-2010  Dominic Sacré  <dominic.sacre@gmx.de>
-# Copyright (C) 2013  Karl Lindén  <karl.j.linden@gmail.com>
-#
-# This program is free software; you can redistribute it and/or modify
-# it under the terms of the GNU General Public License as published by
-# the Free Software Foundation; either version 2 of the License, or
-# (at your option) any later version.
-
-from gtklick.gtklick import GTKlick
-import sys
-
-app = GTKlick(sys.argv[1:], "@sharedir@", "@localedir@")
-app.run()
diff --git a/media-sound/gtklick/gtklick-0.6.4-r1.ebuild b/media-sound/gtklick/gtklick-0.6.4-r1.ebuild
deleted file mode 100644 (file)
index cf89a50..0000000
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python2_7 )
-inherit distutils-r1
-
-DESCRIPTION="A simple metronome with an easy-to-use GTK interface"
-HOMEPAGE="http://das.nasophon.de/gtklick/"
-SRC_URI="http://das.nasophon.de/download/${P}.tar.gz"
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-RDEPEND="dev-python/pygtk[${PYTHON_USEDEP}]
-       media-libs/pyliblo[${PYTHON_USEDEP}]
-       media-sound/klick[osc]
-       ${PYTHON_DEPS}"
-
-DEPEND="${RDEPEND}"
-
-src_install() {
-       distutils-r1_src_install
-
-       # Replace the broken default runner script with a working one.
-       sed \
-               -e "s|[@]sharedir[@]|${EPREFIX}/usr/share/${PN}|g" \
-               -e "s|[@]localedir[@]|${EPREFIX}/usr/share/locale|g" \
-               "${FILESDIR}"/${PN} > "${T}"/${PN} || die
-       python_replicate_script "${T}"/${PN}
-}
diff --git a/media-sound/gtklick/metadata.xml b/media-sound/gtklick/metadata.xml
deleted file mode 100644 (file)
index c0aa4bc..0000000
+++ /dev/null
@@ -1,15 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-       <maintainer type="person">
-               <email>alexander@tsoy.me</email>
-               <name>Alexander Tsoy</name>
-       </maintainer>
-       <maintainer type="project">
-               <email>proxy-maint@gentoo.org</email>
-               <name>Proxy Maintainers</name>
-       </maintainer>
-       <upstream>
-               <remote-id type="github">dsacre/gtklick</remote-id>
-       </upstream>
-</pkgmetadata>
index a61c8998c05bac99432daf89d6257ab148fd4eb0..4c8f0d2100584339be4406f226faff6df0e36764 100644 (file)
@@ -594,17 +594,11 @@ dev-vcs/mercurial-server
 dev-vcs/tortoisehg
 
 # Alexander Tsoy <alexander@tsoy.me> (2020-03-10)
-# media-sound/gtklick: last commit in 2014, python 2 only, blocks
-# dev-python/pygtk removal.
-# Alternatives: media-sound/kmetronome, media-sound/gtick,
-# media-sound/klick (cli)
-#
 # media-libs/pyliblo: last commit in 2015, the only revdep is
 # media-sound/gtklick, there is an actively maintained fork named
 # pyliblo3.
 #
 # Removal in 30 days.  Bug #708172.
-media-sound/gtklick
 media-libs/pyliblo
 
 # Eray Aslan <eras@gentoo.org> (2020-03-09)