summaryrefslogtreecommitdiff
path: root/x11-apps
diff options
context:
space:
mode:
Diffstat (limited to 'x11-apps')
-rw-r--r--x11-apps/Manifest.gzbin14851 -> 14678 bytes
-rw-r--r--x11-apps/whyteboard/Manifest5
-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
5 files changed, 0 insertions, 81 deletions
diff --git a/x11-apps/Manifest.gz b/x11-apps/Manifest.gz
index 1d9a45b994b9..f89622024048 100644
--- a/x11-apps/Manifest.gz
+++ b/x11-apps/Manifest.gz
Binary files differ
diff --git a/x11-apps/whyteboard/Manifest b/x11-apps/whyteboard/Manifest
deleted file mode 100644
index c35c94a3247b..000000000000
--- a/x11-apps/whyteboard/Manifest
+++ /dev/null
@@ -1,5 +0,0 @@
-AUX whyteboard.desktop 316 BLAKE2B c3053bdd89744b967e25d6f5c1e988392ed8f10779de4b4f78842c9b3527e4211f0efcea1151f1144eea7e99cb98e6b28f1282773d38d98b39dee4e7bf2bbd92 SHA512 0caa79de89d7e82635165074695c19a8b860691db71a96f47329cd3d0d0ba90d4ce53041f72a066464da8c163bc8ac7d5f178835a1a829d4a0514df388f7d802
-DIST whyteboard-0.41.1.tar.gz 372110 BLAKE2B 9f9fae6f3d471681d6809630635350d1fdeaf2f9206adb01919e75b7ca9a867637f90f563b7715abbd0d086e19f03178d0ff66e45b0e0993ecf4f4334f0f2a2d SHA512 c2f789846c5c611047b590109a49b6c28c51e5c84a7d2399f025b5b79d3c633577106aba79f76f0244bc175cbd3169cd8a53221d08ca94ddf39be01406fd429e
-DIST whyteboard.png 7601 BLAKE2B 5a82eb095fef70c274ccca8284fefdfd7ddb628fc2d21e4adb3ff728a0f1ac9f1ee285a936fb8955fa4e754efb1612d52dfebb07b5d8cae8e5adce61f5750e24 SHA512 384b0e6de138d3d193c3fbf02dbfe53273d24d88e9665b04cbc8b826d29b7aa7ff8ad916a39cfb6e44d0518da1229546a230369d55b1ae86cab5152ceb33f4fe
-EBUILD whyteboard-0.41.1-r1.ebuild 1118 BLAKE2B 647c17210ce73414f052dd958afeb68e51911a73b4a01c0f381ee4e3aec967d3e76155dc8c7c79cc5e85d3e7e34b258d916163e70d13fc4893ce6bae43156263 SHA512 ac698f3dd9111660277ea65bbb98d99cd4690a7408e4d624ff32a4d1eceba380c0d9a1269befbc2ac09eb52accd2afe794894993765abd93ab939d9baf31e2e5
-MISC metadata.xml 434 BLAKE2B 00d56d4d13176b1b37e136e0f0e3bc815cccecb89da9f7be1b682c50054f5590fb518412ded3e915e8cb98fe7deceb65605e048cbf237609b4dd306c38ca10b5 SHA512 49250b347b4c0e66a67394259c333c5d840830cdfe2969830b4f97735ce3e545b579ea749c9151d0a3579cd9621935283ce16a22330dc195c91e47900458b6e9
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
-}