commit:     916703556ce2aebc1acb2d482c4dd8c60a8cc3e2
Author:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 15 10:22:47 2017 +0000
Commit:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Sun Jan 15 10:32:19 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=91670355

dev-util/comparator: Drop old

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 dev-util/comparator/Manifest              |  2 --
 dev-util/comparator/comparator-2.5.ebuild | 52 -------------------------------
 dev-util/comparator/comparator-2.9.ebuild | 52 -------------------------------
 3 files changed, 106 deletions(-)

diff --git a/dev-util/comparator/Manifest b/dev-util/comparator/Manifest
index e2041ba..4b0591f 100644
--- a/dev-util/comparator/Manifest
+++ b/dev-util/comparator/Manifest
@@ -1,3 +1 @@
 DIST comparator-2.10.tar.gz 1463175 SHA256 
9fcada1a38d376351f67cd6b6aa4907b4fd835cbdadaa48d87a6ddf86545fa98 SHA512 
b880f7a4a0fbfad44c53606c6d97509305d8485f0ab76b62bb0d1d1d6d4be9fb81e7a08326e78cabd1a9314e6efbf3a966eb6393e424f59dc657975a63ce2988
 WHIRLPOOL 
85e853f381f5f384e87cf5b0140f23b8511ae30d5c7b7124c6f875c0a5b30ae3a72dfaf70acdeee4e6e099fb81062c10cbe5da371344e0bdddcfdb433a4e3169
-DIST comparator-2.5.tar.gz 1469060 SHA256 
d6151d72a3517470292b405fc4e7b0f518ed335377464228677e2416cae52c25 SHA512 
aceaabf7bbcce961def9acfdcce3595685d958b330a82dfe48bf3c72cdc672705542f77d27d726c91aa51a6f3a7b3f0909084f4aed8e480d4e1bce55574b3df8
 WHIRLPOOL 
67339d3e323cfb025502499a45f967762698ec9782bb72eda3b68028ab0b9869e1c3b61004edcf133c49c4dab532c9107d09ff4b76a694508f6c85321a3bef46
-DIST comparator-2.9.tar.gz 1463064 SHA256 
3fd8b3a8e36e7633950f333f23c60c35ed9a1ac78e9b6f69950908919043d682 SHA512 
039c2edead2366f9c067a279b0449a6c5e7872acbe1c06ed5ad31bd3c76eee3c514abe6dd53a4921c2ad382a82c53fcff2db73338532594621327b5bb440d442
 WHIRLPOOL 
4c608a3627b0e309521f441d088f89f6768e466fa660d75da10e15dd18bba027070a65826a92d5b27254db3b7df76e9164cb1456c3bd4e2b27d5c39ce2027016

diff --git a/dev-util/comparator/comparator-2.5.ebuild 
b/dev-util/comparator/comparator-2.5.ebuild
deleted file mode 100644
index bb1b700..00000000
--- a/dev-util/comparator/comparator-2.5.ebuild
+++ /dev/null
@@ -1,52 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="3"
-PYTHON_DEPEND="2"
-SUPPORT_PYTHON_ABIS="1"
-RESTRICT_PYTHON_ABIS="3.*"
-
-inherit distutils toolchain-funcs
-
-DESCRIPTION="ESR's utility for making fast comparisons among large source 
trees"
-HOMEPAGE="http://www.catb.org/~esr/comparator/";
-SRC_URI="http://www.catb.org/~esr/comparator/${P}.tar.gz";
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="sparc"
-IUSE=""
-
-RDEPEND=""
-DEPEND="=app-text/docbook-xml-dtd-4.1.2*
-       app-text/xmlto"
-
-PYTHON_MODNAME="comparator.py"
-
-src_prepare() {
-       sed \
-               -e '/install -m 755 -o 0 -g 0 filterator/d' \
-               -e '/python setup.py install/d' \
-               -i Makefile || die "sed failed"
-}
-
-src_compile() {
-       distutils_src_compile
-       emake CC="$(tc-getCC)" CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}" || die 
"emake failed"
-       emake comparator.html scf-standard.html || die "emake html failed"
-}
-
-src_install() {
-       distutils_src_install
-       emake ROOT="${D}" install || die "emake install failed"
-
-       install_filterator() {
-               newbin filterator filterator-${PYTHON_ABI} || return 1
-               python_convert_shebangs ${PYTHON_ABI} 
"${ED}usr/bin/filterator-${PYTHON_ABI}"
-       }
-       python_execute_function -q install_filterator
-       python_generate_wrapper_scripts "${ED}usr/bin/filterator"
-
-       dohtml *.html || die "dohtml failed"
-}

diff --git a/dev-util/comparator/comparator-2.9.ebuild 
b/dev-util/comparator/comparator-2.9.ebuild
deleted file mode 100644
index e0a0e61..00000000
--- a/dev-util/comparator/comparator-2.9.ebuild
+++ /dev/null
@@ -1,52 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="4"
-PYTHON_DEPEND="2"
-SUPPORT_PYTHON_ABIS="1"
-RESTRICT_PYTHON_ABIS="3.*"
-
-inherit distutils toolchain-funcs
-
-DESCRIPTION="ESR's utility for making fast comparisons among large source 
trees"
-HOMEPAGE="http://www.catb.org/~esr/comparator/";
-SRC_URI="http://www.catb.org/~esr/comparator/${P}.tar.gz";
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64 arm ~mips ppc ppc64 ~sparc x86"
-IUSE=""
-
-RDEPEND=""
-DEPEND="=app-text/docbook-xml-dtd-4.1.2*
-       app-text/xmlto"
-
-PYTHON_MODNAME="comparator.py"
-
-src_prepare() {
-       sed \
-               -e '/install -m 755 -o 0 -g 0 filterator/d' \
-               -e '/python setup.py install/d' \
-               -i Makefile || die "sed failed"
-}
-
-src_compile() {
-       distutils_src_compile
-       emake CC="$(tc-getCC)" CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}"
-       emake comparator.html scf-standard.html
-}
-
-src_install() {
-       distutils_src_install
-       emake ROOT="${D}" install
-
-       install_filterator() {
-               newbin filterator filterator-${PYTHON_ABI} || return 1
-               python_convert_shebangs ${PYTHON_ABI} 
"${ED}usr/bin/filterator-${PYTHON_ABI}"
-       }
-       python_execute_function -q install_filterator
-       python_generate_wrapper_scripts "${ED}usr/bin/filterator"
-
-       dohtml *.html
-}

Reply via email to