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 --- dev-util/diffstat/Manifest | 2 ++ dev-util/diffstat/diffstat-1.58.ebuild | 13 +++++++++++++ dev-util/diffstat/diffstat-1.59.ebuild | 13 +++++++++++++ dev-util/diffstat/metadata.xml | 8 ++++++++ 4 files changed, 36 insertions(+) create mode 100644 dev-util/diffstat/Manifest create mode 100644 dev-util/diffstat/diffstat-1.58.ebuild create mode 100644 dev-util/diffstat/diffstat-1.59.ebuild create mode 100644 dev-util/diffstat/metadata.xml (limited to 'dev-util/diffstat') diff --git a/dev-util/diffstat/Manifest b/dev-util/diffstat/Manifest new file mode 100644 index 000000000000..453abca7129d --- /dev/null +++ b/dev-util/diffstat/Manifest @@ -0,0 +1,2 @@ +DIST diffstat-1.58.tgz 246826 SHA256 fad5135199c3b9aea132c5d45874248f4ce0ff35f61abb8d03c3b90258713793 SHA512 b2870a604e3e6fcde1929de763839c3b840575bc96f3816b215e102c670d65b73d40eececa41a01f385b9932b65d86005b4d478ecbf78623faa8cc34fec77cac WHIRLPOOL 2767e925235775604a784ddfa2d07eb6e665c036c51460c25d1195fa168ae00c5e5b6e3a3e821b19939d4aa20ac6bd74076beeee06572bd856f304155b4f7cc0 +DIST diffstat-1.59.tgz 247698 SHA256 267d1441b8889cbefbb7ca7dfd4a17f6c8bc73bc114904c74ecad945a3dbf270 SHA512 347694458f73379513c0076ea0b847fe20b3cfd2c839b9f226fb349bfa3f0f0f1ffe9872fbce36fce8d402de2bec40f65fe5236127a087f08bd901d87258c169 WHIRLPOOL fd27e100872c3c6b30153352c23ba219c637a504068a9099619b40a55bacd4a9c587c45fd6ea0aa49ab0807f4b93e9125f6c9a2a1ca64b7922038396818ff25e diff --git a/dev-util/diffstat/diffstat-1.58.ebuild b/dev-util/diffstat/diffstat-1.58.ebuild new file mode 100644 index 000000000000..4322bb712fd0 --- /dev/null +++ b/dev-util/diffstat/diffstat-1.58.ebuild @@ -0,0 +1,13 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="5" + +DESCRIPTION="Display a histogram of diff changes" +HOMEPAGE="http://invisible-island.net/diffstat/diffstat.html" +SRC_URI="ftp://invisible-island.net/diffstat/${P}.tgz" + +LICENSE="HPND" +SLOT="0" +KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x86-solaris" diff --git a/dev-util/diffstat/diffstat-1.59.ebuild b/dev-util/diffstat/diffstat-1.59.ebuild new file mode 100644 index 000000000000..808fd0278746 --- /dev/null +++ b/dev-util/diffstat/diffstat-1.59.ebuild @@ -0,0 +1,13 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="5" + +DESCRIPTION="Display a histogram of diff changes" +HOMEPAGE="http://invisible-island.net/diffstat/diffstat.html" +SRC_URI="ftp://invisible-island.net/diffstat/${P}.tgz" + +LICENSE="HPND" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x86-solaris" diff --git a/dev-util/diffstat/metadata.xml b/dev-util/diffstat/metadata.xml new file mode 100644 index 000000000000..2d5b39853545 --- /dev/null +++ b/dev-util/diffstat/metadata.xml @@ -0,0 +1,8 @@ + + + + shell-tools + + http://invisible-island.net/diffstat/CHANGES + + -- cgit v1.2.3-65-gdbad