Remove app-text/wklej
authorAmadeusz Piotr Żołnowski <aidecoe@gentoo.org>
Sat, 7 Dec 2019 22:42:17 +0000 (22:42 +0000)
committerAmadeusz Piotr Żołnowski <aidecoe@gentoo.org>
Sat, 7 Dec 2019 22:45:38 +0000 (22:45 +0000)
wklej.org service doesn't work anymore, nobody has complained about it,
nobody was using it.

Signed-off-by: Amadeusz Piotr Żołnowski <aidecoe@gentoo.org>
app-text/wklej/Manifest [deleted file]
app-text/wklej/metadata.xml [deleted file]
app-text/wklej/wklej-0.2.1-r1.ebuild [deleted file]
profiles/base/package.use

diff --git a/app-text/wklej/Manifest b/app-text/wklej/Manifest
deleted file mode 100644 (file)
index a006534..0000000
+++ /dev/null
@@ -1 +0,0 @@
-DIST wklej-0.2.1.tar.gz 4370 BLAKE2B 616126936c37f8f727167745eecca27b7f1ba844b7396bbd2c205c804c90c2632dddb1b74bd9d66cd040c7eaa9a8e179281372b96eeb6d3d8f09ae27250563c7 SHA512 3799a1570f0cc7f1005f69484ceb1c6c88c8a24933beb3e32c0acd758ce29a5a1b6599baeea2b6405ec2da1e4fcb25b2d218b8295c68fa811fa4d53ada96cf0c
diff --git a/app-text/wklej/metadata.xml b/app-text/wklej/metadata.xml
deleted file mode 100644 (file)
index a6ba984..0000000
+++ /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 type="person">
-       <email>aidecoe@gentoo.org</email>
-       <name>Amadeusz Żołnowski</name>
-</maintainer>
-<use>
-       <flag name="vim">Install the vim plugin allowing to paste
-               through ':Wklej'.</flag>
-</use>
-</pkgmetadata>
diff --git a/app-text/wklej/wklej-0.2.1-r1.ebuild b/app-text/wklej/wklej-0.2.1-r1.ebuild
deleted file mode 100644 (file)
index 1fbdd5b..0000000
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-PYTHON_COMPAT=( python{2_7,3_5,3_6} pypy pypy3 )
-
-inherit python-single-r1
-
-DESCRIPTION="A wklej.org submitter"
-HOMEPAGE="http://wklej.org"
-SRC_URI="http://wklej.org/m/apps/wklej-${PV}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="+vim"
-# the vim script is python2-only...
-REQUIRED_USE="${PYTHON_REQUIRED_USE}
-       vim? ( ^^ ( $(python_gen_useflags 'python2*') ) )"
-
-DEPEND="${PYTHON_DEPS}"
-RDEPEND="${DEPEND}
-       vim? ( app-editors/vim[python,$(python_gen_usedep 'python2*')] )"
-
-S=${WORKDIR}
-
-src_install() {
-       if use vim; then
-               insinto /usr/share/vim/vimfiles/plugin
-               doins ${PN}.vim
-       fi
-
-       python_doscript ${PN}
-       dodoc README wklejrc
-}
index 8f3e278bef435d633409ffd7b33d233ac16a8b8a..b215ecbea495a2f578038747987484551d80b572 100644 (file)
@@ -5,7 +5,6 @@
 # These py2-only packages also support pypy, enable
 # Python 2.7 as the default implementation, preparing
 # for the eventual switch to py3 in PYTHON_SINGLE_TARGET
-app-text/wklej python_single_target_python2_7 python_targets_python2_7
 dev-vcs/git-bz python_single_target_python2_7 python_targets_python2_7
 gnome-base/libglade python_single_target_python2_7 python_targets_python2_7
 sci-chemistry/pdb-tools python_single_target_python2_7 python_targets_python2_7