summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-04-19 08:54:29 +0200
committerMichał Górny <mgorny@gentoo.org>2020-04-19 08:54:29 +0200
commit25aee341fcbd1d013cfc696c6e08fb7a9400c97a (patch)
treef3d0fa5706eab0f2f30169acb746109e482cf9f4
parentapp-portage/euscan: Remove last-rited pkg (diff)
downloadgentoo-25aee341fcbd1d013cfc696c6e08fb7a9400c97a.tar.gz
gentoo-25aee341fcbd1d013cfc696c6e08fb7a9400c97a.tar.bz2
gentoo-25aee341fcbd1d013cfc696c6e08fb7a9400c97a.zip
media-sound/gtklick: Remove last-rited pkg
Closes: https://bugs.gentoo.org/708172 Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r--media-sound/gtklick/Manifest1
-rw-r--r--media-sound/gtklick/files/gtklick23
-rw-r--r--media-sound/gtklick/gtklick-0.6.4-r1.ebuild34
-rw-r--r--media-sound/gtklick/metadata.xml15
-rw-r--r--profiles/package.mask6
5 files changed, 0 insertions, 79 deletions
diff --git a/media-sound/gtklick/Manifest b/media-sound/gtklick/Manifest
deleted file mode 100644
index 27e1a91ba630..000000000000
--- a/media-sound/gtklick/Manifest
+++ /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
index 6a999edc0719..000000000000
--- a/media-sound/gtklick/files/gtklick
+++ /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
index cf89a50cad7f..000000000000
--- a/media-sound/gtklick/gtklick-0.6.4-r1.ebuild
+++ /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
index c0aa4bcd7bf7..000000000000
--- a/media-sound/gtklick/metadata.xml
+++ /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>
diff --git a/profiles/package.mask b/profiles/package.mask
index a61c8998c05b..4c8f0d210058 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -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)