summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAaron Bauman <bman@gentoo.org>2020-07-03 22:22:37 -0400
committerAaron Bauman <bman@gentoo.org>2020-07-03 22:24:06 -0400
commit17ed872c6334185fdebf3d60b2aa219fc1fe7516 (patch)
tree12e8c60e602df8f5c29d00e701eab0a16ede9847 /x11-apps
parentmedia-plugins/kodi-pvr-nextpvr: 3.3.21 version bump (diff)
downloadgentoo-17ed872c6334185fdebf3d60b2aa219fc1fe7516.tar.gz
gentoo-17ed872c6334185fdebf3d60b2aa219fc1fe7516.tar.bz2
gentoo-17ed872c6334185fdebf3d60b2aa219fc1fe7516.zip
*/*: drop last-rited py2 packages
Signed-off-by: Aaron Bauman <bman@gentoo.org>
Diffstat (limited to 'x11-apps')
-rw-r--r--x11-apps/whyteboard/Manifest2
-rw-r--r--x11-apps/whyteboard/files/whyteboard.desktop13
-rw-r--r--x11-apps/whyteboard/metadata.xml12
-rw-r--r--x11-apps/whyteboard/whyteboard-0.41.1-r1.ebuild51
4 files changed, 0 insertions, 78 deletions
diff --git a/x11-apps/whyteboard/Manifest b/x11-apps/whyteboard/Manifest
deleted file mode 100644
index bc758fc9214c..000000000000
--- a/x11-apps/whyteboard/Manifest
+++ /dev/null
@@ -1,2 +0,0 @@
-DIST whyteboard-0.41.1.tar.gz 372110 BLAKE2B 9f9fae6f3d471681d6809630635350d1fdeaf2f9206adb01919e75b7ca9a867637f90f563b7715abbd0d086e19f03178d0ff66e45b0e0993ecf4f4334f0f2a2d SHA512 c2f789846c5c611047b590109a49b6c28c51e5c84a7d2399f025b5b79d3c633577106aba79f76f0244bc175cbd3169cd8a53221d08ca94ddf39be01406fd429e
-DIST whyteboard.png 7601 BLAKE2B 5a82eb095fef70c274ccca8284fefdfd7ddb628fc2d21e4adb3ff728a0f1ac9f1ee285a936fb8955fa4e754efb1612d52dfebb07b5d8cae8e5adce61f5750e24 SHA512 384b0e6de138d3d193c3fbf02dbfe53273d24d88e9665b04cbc8b826d29b7aa7ff8ad916a39cfb6e44d0518da1229546a230369d55b1ae86cab5152ceb33f4fe
diff --git a/x11-apps/whyteboard/files/whyteboard.desktop b/x11-apps/whyteboard/files/whyteboard.desktop
deleted file mode 100644
index 958e63690082..000000000000
--- a/x11-apps/whyteboard/files/whyteboard.desktop
+++ /dev/null
@@ -1,13 +0,0 @@
-[Desktop Entry]
-Type=Application
-Name=Whyteboard
-GenericName=Panting App
-GenericName[it]=lavagna
-Comment=Simple whiteboard and PDF annotator
-Exec=whyteboard %U
-TryExec=whyteboard
-Icon=/usr/share/pixmaps/whyteboard.png
-Terminal=false
-Categories=GNOME;GTK;Utility;
-StartupNotify=true
-MimeType=image/png;image/svg+xml;
diff --git a/x11-apps/whyteboard/metadata.xml b/x11-apps/whyteboard/metadata.xml
deleted file mode 100644
index 32a83e0a9fc5..000000000000
--- a/x11-apps/whyteboard/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-needed -->
- <longdescription lang="en">A simple image, PDF and postscript file annotator.</longdescription>
- <upstream>
- <maintainer status="active">
- <name>Steven Sproat</name>
- </maintainer>
- <remote-id type="sourceforge">whyteboard</remote-id>
- </upstream>
-</pkgmetadata>
diff --git a/x11-apps/whyteboard/whyteboard-0.41.1-r1.ebuild b/x11-apps/whyteboard/whyteboard-0.41.1-r1.ebuild
deleted file mode 100644
index 9d13028f704d..000000000000
--- a/x11-apps/whyteboard/whyteboard-0.41.1-r1.ebuild
+++ /dev/null
@@ -1,51 +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 eutils python-single-r1 multilib
-
-DESCRIPTION="A simple image, PDF and postscript file annotator"
-HOMEPAGE="http://whyteboard.org/"
-SRC_URI="
- mirror://sourceforge/${PN}/${P}.tar.gz
- https://dev.gentoo.org/~lxnay/${PN}/${PN}.png"
-
-LICENSE="ISC"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-DEPEND="${PYTHON_DEPS}"
-RDEPEND="${DEPEND}
- $(python_gen_cond_dep '
- dev-python/wxpython:*[${PYTHON_MULTI_USEDEP}]
- ')
- media-gfx/imagemagick"
-
-src_install() {
- doicon "${DISTDIR}"/${PN}.png
- domenu "${FILESDIR}"/${PN}.desktop
-
- dodoc CHANGELOG.txt DEVELOPING.txt README.txt TODO.txt
-
- python_domodule images locale ${PN} ${PN}-help ${PN}.py
-
- cat >> "${T}/${PN}" <<- EOF
- #!/bin/sh
- exec ${PYTHON} -O "$(python_get_sitedir)/${PN}/${PN}.py"
- EOF
- dobin "${T}/${PN}"
-
- python_optimize
-}
-
-pkg_preinst() {
- echo
- elog "This application is very experimental and some features"
- elog "are not yet implemented, however you can live with it"
- echo
-}