From 4ab6e49c9020502dc9487b528863f68933da81b4 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Amadeusz=20Piotr=20=C5=BBo=C5=82nowski?= Date: Sat, 7 Dec 2019 22:42:17 +0000 Subject: [PATCH] Remove app-text/wklej MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit wklej.org service doesn't work anymore, nobody has complained about it, nobody was using it. Signed-off-by: Amadeusz Piotr Żołnowski --- app-text/wklej/Manifest | 1 - app-text/wklej/metadata.xml | 12 ---------- app-text/wklej/wklej-0.2.1-r1.ebuild | 36 ---------------------------- profiles/base/package.use | 1 - 4 files changed, 50 deletions(-) delete mode 100644 app-text/wklej/Manifest delete mode 100644 app-text/wklej/metadata.xml delete mode 100644 app-text/wklej/wklej-0.2.1-r1.ebuild diff --git a/app-text/wklej/Manifest b/app-text/wklej/Manifest deleted file mode 100644 index a0065346f730..000000000000 --- a/app-text/wklej/Manifest +++ /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 index a6ba9840e60b..000000000000 --- a/app-text/wklej/metadata.xml +++ /dev/null @@ -1,12 +0,0 @@ - - - - - aidecoe@gentoo.org - Amadeusz Żołnowski - - - Install the vim plugin allowing to paste - through ':Wklej'. - - 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 index 1fbdd5b27cc5..000000000000 --- a/app-text/wklej/wklej-0.2.1-r1.ebuild +++ /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 -} diff --git a/profiles/base/package.use b/profiles/base/package.use index 8f3e278bef43..b215ecbea495 100644 --- a/profiles/base/package.use +++ b/profiles/base/package.use @@ -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 -- 2.26.2