summaryrefslogtreecommitdiff
path: root/app-misc/pystopwatch
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2020-04-12 03:41:30 +0100
committerV3n3RiX <venerix@redcorelinux.org>2020-04-12 03:41:30 +0100
commit623ee73d661e5ed8475cb264511f683407d87365 (patch)
tree993eb27c93ec7a2d2d19550300d888fc1fed9e69 /app-misc/pystopwatch
parentceeeb463cc1eef97fd62eaee8bf2196ba04bc384 (diff)
gentoo Easter resync : 12.04.2020
Diffstat (limited to 'app-misc/pystopwatch')
-rw-r--r--app-misc/pystopwatch/Manifest3
-rw-r--r--app-misc/pystopwatch/metadata.xml5
-rw-r--r--app-misc/pystopwatch/pystopwatch-2012.12.24.1-r1.ebuild37
3 files changed, 0 insertions, 45 deletions
diff --git a/app-misc/pystopwatch/Manifest b/app-misc/pystopwatch/Manifest
deleted file mode 100644
index 7e4f7b734d8e..000000000000
--- a/app-misc/pystopwatch/Manifest
+++ /dev/null
@@ -1,3 +0,0 @@
-DIST pystopwatch-2012.12.24.1.tar.xz 14580 BLAKE2B e9f6deabe932bb4adc658d5b5ebc0cc7f2de461a287773881c6d1f34e7f50a0b23b3b317344994a2717998fe6e611167ed0a5d380235f6b1a5e3f572964e7609 SHA512 4b3af373356eaafd14caeecb34150fef8e7099120855230dce7c0eabba68f75d497c3cc2eb733a086a02a96ae5feeca1898ba201a5f6f5597dcd32de9c80b3df
-EBUILD pystopwatch-2012.12.24.1-r1.ebuild 695 BLAKE2B bae1962a73f8ff7f97092d37444cd058eb77277c7989c8fe3878899845d23963cd61007b0590cda4c3bbf1134af0d37715a0ae123212680002e138dd798ec055 SHA512 c05e92a42dccd9712b2b8e5548a87137ab77a19cc36ca02879ebebbb95c857bcd0bbb07af5d5e5ef649b33aaca32afaaba426f2c9f4bfb0d04c827079ed1298f
-MISC metadata.xml 166 BLAKE2B c254f1fb642881aba57637be14fb0a89b10384f91a128feaec3a8c870d76efc2cbacb92caccc0dee2dd19a5ac5eaf8643080dafa05c4e2ac96a68568927e5afd SHA512 a56648c974a1d14dd4c18237532773c72057a13ab90c58b5da04f185e3c12a8bd8d5c21fb06053507f31766291a82dc7d87b34cd65fd94cfe2af7295c813ef84
diff --git a/app-misc/pystopwatch/metadata.xml b/app-misc/pystopwatch/metadata.xml
deleted file mode 100644
index 6f49eba8f496..000000000000
--- a/app-misc/pystopwatch/metadata.xml
+++ /dev/null
@@ -1,5 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-<!-- maintainer-needed -->
-</pkgmetadata>
diff --git a/app-misc/pystopwatch/pystopwatch-2012.12.24.1-r1.ebuild b/app-misc/pystopwatch/pystopwatch-2012.12.24.1-r1.ebuild
deleted file mode 100644
index 971bd6d07a00..000000000000
--- a/app-misc/pystopwatch/pystopwatch-2012.12.24.1-r1.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-PYTHON_COMPAT=( python2_7 )
-
-inherit python-single-r1
-
-DESCRIPTION="clock and two countdown functions that can minimize to the tray"
-HOMEPAGE="http://xyne.archlinux.ca/projects/pystopwatch"
-SRC_URI="http://xyne.archlinux.ca/projects/${PN}/src/${P}.tar.xz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 x86"
-
-IUSE=""
-REQUIRED_USE=${PYTHON_REQUIRED_USE}
-
-RDEPEND="
- $(python_gen_cond_dep '
- dev-python/pygtk:2[${PYTHON_MULTI_USEDEP}]
- ')
- gnome-base/librsvg
- ${PYTHON_DEPS}
-"
-DEPEND=""
-
-src_prepare() {
- unpack ./man/${PN}.1.gz
-}
-
-src_install() {
- python_doscript ${PN}
- doman ${PN}.1
-}