From d87262dd706fec50cd150aab3e93883b6337466d Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sat, 14 Jul 2018 20:56:41 +0100 Subject: gentoo resync : 14.07.2018 --- app-text/rpl/Manifest | 3 --- app-text/rpl/metadata.xml | 11 ----------- app-text/rpl/rpl-1.5.5-r1.ebuild | 28 ---------------------------- 3 files changed, 42 deletions(-) delete mode 100644 app-text/rpl/Manifest delete mode 100644 app-text/rpl/metadata.xml delete mode 100644 app-text/rpl/rpl-1.5.5-r1.ebuild (limited to 'app-text/rpl') diff --git a/app-text/rpl/Manifest b/app-text/rpl/Manifest deleted file mode 100644 index 858965ef43a7..000000000000 --- a/app-text/rpl/Manifest +++ /dev/null @@ -1,3 +0,0 @@ -DIST rpl-1.5.5.tar.gz 11397 BLAKE2B 29511d894a7b3e67cfdf4378902219acedb0a0b85c4a9c8aa879f9cede8ad57aeefd91b21ee79ac01b924a64b2f48248896f31ffb6934a4f79dda135114ebca9 SHA512 f43af366b8fc34b6c4578841f50046170810187119eb0730405a082f64d5c095fd9d28fabf1f0fda1dad85f24e98047df4d695b39b7ea5b99d32efc18634000f -EBUILD rpl-1.5.5-r1.ebuild 654 BLAKE2B 8942acb6231835355b71561ed36b7a8dfc0104ac25276b152e72dded58d7cdfdd8a1683164ce3676e0783b43664086f87157ed559edf53414aa6fd8515ba12c0 SHA512 c9b61a885c1bcca000002df4dc9b114444c1a490072b080b7318880517227d5929a05df26b172cec3a95c83e5d3c8d49cadd41a3c7263e095ad62451b84c12a8 -MISC metadata.xml 338 BLAKE2B 64a9c58a45097871d3d71b78a46857234cb27a5db16cd80b1dc9e7d9f4dfe650f605d1e8f1ba8a645d50d67b4e2ba21b56308e06aaae3cd264920705e5c4a8c3 SHA512 e8231d1fb1b810948ec4ff31afceaaffa7b6d3f0ed565118f8555cb0721de20dad9a845e213162b3b1619e2b20610e4df0843293df049e17f8e4e1977957104a diff --git a/app-text/rpl/metadata.xml b/app-text/rpl/metadata.xml deleted file mode 100644 index 4962fc76aac4..000000000000 --- a/app-text/rpl/metadata.xml +++ /dev/null @@ -1,11 +0,0 @@ - - - - - shell-tools@gentoo.org - Gentoo Shell Tools Project - - - rpl - - diff --git a/app-text/rpl/rpl-1.5.5-r1.ebuild b/app-text/rpl/rpl-1.5.5-r1.ebuild deleted file mode 100644 index 11c7d47074cb..000000000000 --- a/app-text/rpl/rpl-1.5.5-r1.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -PYTHON_COMPAT=( python2_7 ) - -inherit distutils-r1 - -DESCRIPTION="Intelligent recursive search/replace utility" -HOMEPAGE="http://rpl.sourceforge.net/" -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 ~mips ppc sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos" -IUSE="" - -python_prepare_all() { - iconv -f latin1 -t utf8 -o setup.py.new setup.py || die - mv setup.py.new setup.py || die - distutils-r1_python_prepare_all -} - -python_install_all() { - distutils-r1_python_install_all - doman ${PN}.1 -} -- cgit v1.2.3