From 56bd759df1d0c750a065b8c845e93d5dfa6b549d Mon Sep 17 00:00:00 2001 From: "Robin H. Johnson" Date: Sat, 8 Aug 2015 13:49:04 -0700 Subject: proj/gentoo: Initial commit MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This commit represents a new era for Gentoo: Storing the gentoo-x86 tree in Git, as converted from CVS. This commit is the start of the NEW history. Any historical data is intended to be grafted onto this point. Creation process: 1. Take final CVS checkout snapshot 2. Remove ALL ChangeLog* files 3. Transform all Manifests to thin 4. Remove empty Manifests 5. Convert all stale $Header$/$Id$ CVS keywords to non-expanded Git $Id$ 5.1. Do not touch files with -kb/-ko keyword flags. Signed-off-by: Robin H. Johnson X-Thanks: Alec Warner - did the GSoC 2006 migration tests X-Thanks: Robin H. Johnson - infra guy, herding this project X-Thanks: Nguyen Thai Ngoc Duy - Former Gentoo developer, wrote Git features for the migration X-Thanks: Brian Harring - wrote much python to improve cvs2svn X-Thanks: Rich Freeman - validation scripts X-Thanks: Patrick Lauer - Gentoo dev, running new 2014 work in migration X-Thanks: Michał Górny - scripts, QA, nagging X-Thanks: All of other Gentoo developers - many ideas and lots of paint on the bikeshed --- sys-apps/cv/Manifest | 1 + sys-apps/cv/cv-0.4.1.ebuild | 34 ++++++++++++++++++++++++++++++++++ sys-apps/cv/metadata.xml | 11 +++++++++++ 3 files changed, 46 insertions(+) create mode 100644 sys-apps/cv/Manifest create mode 100644 sys-apps/cv/cv-0.4.1.ebuild create mode 100644 sys-apps/cv/metadata.xml (limited to 'sys-apps/cv') diff --git a/sys-apps/cv/Manifest b/sys-apps/cv/Manifest new file mode 100644 index 000000000000..eafe0747c5b6 --- /dev/null +++ b/sys-apps/cv/Manifest @@ -0,0 +1 @@ +DIST cv-0.4.1.tar.gz 53682 SHA256 e7537b363662060a55e1a59b78a124e76b54c3b64f0bd62c35fd3cb34c725aa9 SHA512 eb64cc44a834805209f93d23f61b270d670f1f2e535a3dbed84bdb9cbb27cec9e077abb1138c8557436baa021d2d7661132c56eae04a36f0a83b3e7a116de7d4 WHIRLPOOL c496d21287b90101720d11ca5b816878e9578f646cf846d0fd3c641d27edf2afb885a6c068850fd10ce629b856afbd15d7703da433f53c74042bc20c3e7a0e4b diff --git a/sys-apps/cv/cv-0.4.1.ebuild b/sys-apps/cv/cv-0.4.1.ebuild new file mode 100644 index 000000000000..fa9e8f208ef1 --- /dev/null +++ b/sys-apps/cv/cv-0.4.1.ebuild @@ -0,0 +1,34 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 +inherit toolchain-funcs + +DESCRIPTION="Coreutils Viewer: show progress for cp, rm, dd, and so forth" +HOMEPAGE="https://github.com/Xfennec/cv" +SRC_URI="${HOMEPAGE}/archive/v${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="GPL-3" +SLOT="0" +KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" + +RDEPEND="sys-libs/ncurses" +DEPEND=" + ${RDEPEND} + virtual/pkgconfig +" + +src_prepare() { + sed -i \ + -e '/LFLAGS/s:-lncurses:$(LDFLAGS) $(shell $(PKG_CONFIG) --libs ncurses):' \ + -e 's:CFLAGS=-g:CFLAGS+=:' \ + -e 's:gcc:$(CC):g' \ + Makefile || die + tc-export CC PKG_CONFIG +} + +src_install() { + emake PREFIX="${D}/${EPREFIX}/usr" install + dodoc README.md +} diff --git a/sys-apps/cv/metadata.xml b/sys-apps/cv/metadata.xml new file mode 100644 index 000000000000..a0e90f5de621 --- /dev/null +++ b/sys-apps/cv/metadata.xml @@ -0,0 +1,11 @@ + + + + + zx2c4@gentoo.org + Jason A. Donenfeld + + + Xfennec/cv + + -- cgit v1.2.3-65-gdbad