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 62F6459CAF for ; Wed, 6 Apr 2016 22:09:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D100021C0FB; Wed, 6 Apr 2016 22:09:52 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 5473921C0FB for ; Wed, 6 Apr 2016 22:09:47 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 667E9340EA1 for ; Wed, 6 Apr 2016 22:09:46 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B82DD822 for ; Wed, 6 Apr 2016 22:09:42 +0000 (UTC) From: "Mike Frysinger" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mike Frysinger" Message-ID: <1459980565.23f0a897016464965d8071ee778366ea90926fd0.vapier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/lesspipe/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-text/lesspipe/Manifest app-text/lesspipe/lesspipe-1.83.ebuild app-text/lesspipe/metadata.xml X-VCS-Directories: app-text/lesspipe/ X-VCS-Committer: vapier X-VCS-Committer-Name: Mike Frysinger X-VCS-Revision: 23f0a897016464965d8071ee778366ea90926fd0 X-VCS-Branch: master Date: Wed, 6 Apr 2016 22:09:42 +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: 815121dd-af46-4a4b-8dfb-3ee4dd5f8829 X-Archives-Hash: 232929cc409db94846e7bd5c99feb32e commit: 23f0a897016464965d8071ee778366ea90926fd0 Author: Mike Frysinger gentoo org> AuthorDate: Wed Apr 6 22:05:56 2016 +0000 Commit: Mike Frysinger gentoo org> CommitDate: Wed Apr 6 22:09:25 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=23f0a897 app-text/lesspipe: initial package This holds the code2color program that historically was shipped as part of the main less package. app-text/lesspipe/Manifest | 1 + app-text/lesspipe/lesspipe-1.83.ebuild | 41 ++++++++++++++++++++++++++++++++++ app-text/lesspipe/metadata.xml | 7 ++++++ 3 files changed, 49 insertions(+) diff --git a/app-text/lesspipe/Manifest b/app-text/lesspipe/Manifest new file mode 100644 index 0000000..0e2dc27 --- /dev/null +++ b/app-text/lesspipe/Manifest @@ -0,0 +1 @@ +DIST lesspipe-1.83.tar.gz 115129 SHA256 d616f0d51852e60fb0d0801eec9c31b10e0acc6fdfdc62ec46ef7bfd60ce675e SHA512 c6418ac2bfc2dee9d32d56b0ea4a94954b1431db54fef8b67a9cf7d961cf4a23d87b2f41b2a4560d2333029c6d4ed5c6f399cb635f857bd43f1603993b5cb55d WHIRLPOOL 4ff4baac25c768a4177d71a82f766b326cff6840e0032d6b9125506de38ff20264b71c765cb08777adda9e9f24e18e33e452667be8e7a94f7fef062f1d6f019f diff --git a/app-text/lesspipe/lesspipe-1.83.ebuild b/app-text/lesspipe/lesspipe-1.83.ebuild new file mode 100644 index 0000000..a012055 --- /dev/null +++ b/app-text/lesspipe/lesspipe-1.83.ebuild @@ -0,0 +1,41 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="5" + +DESCRIPTION="a preprocessor for less" +HOMEPAGE="https://github.com/wofr06/lesspipe" +SRC_URI="https://www-zeuthen.desy.de/~friebel/unix/less/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~arm-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +IUSE="" + +DEPEND="dev-lang/perl" +RDEPEND="${DEPEND} + ! + + + + base-system@gentoo.org + +