From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id C0DF7138CD3 for ; Tue, 9 Jun 2015 08:15:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B463FE0884; Tue, 9 Jun 2015 08:14:59 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 1A6C8E0885 for ; Tue, 9 Jun 2015 08:14:59 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 62550340A74 for ; Tue, 9 Jun 2015 08:14:58 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E53FEA38 for ; Tue, 9 Jun 2015 08:14:55 +0000 (UTC) From: "Kent Fredric" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Kent Fredric" Message-ID: <1433830362.7b4bcb2cf430dc45c3e873a22d9dec18b56e5af8.kent@gentoo> Subject: [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Syntax-Highlight-Engine-Kate/ X-VCS-Repository: proj/perl-overlay X-VCS-Files: dev-perl/Syntax-Highlight-Engine-Kate/Syntax-Highlight-Engine-Kate-0.40.0.ebuild dev-perl/Syntax-Highlight-Engine-Kate/Syntax-Highlight-Engine-Kate-0.60.0.ebuild X-VCS-Directories: dev-perl/Syntax-Highlight-Engine-Kate/ X-VCS-Committer: kent X-VCS-Committer-Name: Kent Fredric X-VCS-Revision: 7b4bcb2cf430dc45c3e873a22d9dec18b56e5af8 X-VCS-Branch: master Date: Tue, 9 Jun 2015 08:14:55 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 33ee6cb8-8056-4ec4-bf84-f4ceed9bb039 X-Archives-Hash: ede9c00eb73d53bb2def2f7646e634c4 commit: 7b4bcb2cf430dc45c3e873a22d9dec18b56e5af8 Author: Kent Fredric gmail com> AuthorDate: Tue Jun 9 06:12:42 2015 +0000 Commit: Kent Fredric gmail com> CommitDate: Tue Jun 9 06:12:42 2015 +0000 URL: https://gitweb.gentoo.org/proj/perl-overlay.git/commit/?id=7b4bcb2c [cleanup] Syntax-Highlight-Engine-Kate: Remove old versions Package-Manager: portage-2.2.17 .../Syntax-Highlight-Engine-Kate-0.40.0.ebuild | 18 ---------------- .../Syntax-Highlight-Engine-Kate-0.60.0.ebuild | 25 ---------------------- 2 files changed, 43 deletions(-) diff --git a/dev-perl/Syntax-Highlight-Engine-Kate/Syntax-Highlight-Engine-Kate-0.40.0.ebuild b/dev-perl/Syntax-Highlight-Engine-Kate/Syntax-Highlight-Engine-Kate-0.40.0.ebuild deleted file mode 100644 index 95d8cd3..0000000 --- a/dev-perl/Syntax-Highlight-Engine-Kate/Syntax-Highlight-Engine-Kate-0.40.0.ebuild +++ /dev/null @@ -1,18 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -EAPI=2 - -MODULE_AUTHOR=HANJE -MODULE_VERSION="0.04" -inherit perl-module - -DESCRIPTION="a port to Perl of the syntax highlight engine of the Kate texteditor." - -LICENSE="|| ( Artistic GPL-2 )" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -SRC_TEST=do diff --git a/dev-perl/Syntax-Highlight-Engine-Kate/Syntax-Highlight-Engine-Kate-0.60.0.ebuild b/dev-perl/Syntax-Highlight-Engine-Kate/Syntax-Highlight-Engine-Kate-0.60.0.ebuild deleted file mode 100644 index e38cb06..0000000 --- a/dev-perl/Syntax-Highlight-Engine-Kate/Syntax-Highlight-Engine-Kate-0.60.0.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -EAPI=2 - -MODULE_AUTHOR=SZABGAB -MODULE_VERSION="0.06" -inherit perl-module - -DESCRIPTION="a port to Perl of the syntax highlight engine of the Kate texteditor." - -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="test" - -RDEPEND="" -DEPEND=" - ${RDEPEND} - test? ( - >=virtual/perl-Test-Simple-0.88 - virtual/perl-Term-ANSIColor - ) -" -SRC_TEST=do