diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2015-08-08 13:49:04 -0700 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2015-08-08 17:38:18 -0700 |
commit | 56bd759df1d0c750a065b8c845e93d5dfa6b549d (patch) | |
tree | 3f91093cdb475e565ae857f1c5a7fd339e2d781e /app-misc/terminal-colors | |
download | gentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.tar.gz gentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.tar.bz2 gentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.zip |
proj/gentoo: Initial commit
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 <robbat2@gentoo.org>
X-Thanks: Alec Warner <antarus@gentoo.org> - did the GSoC 2006 migration tests
X-Thanks: Robin H. Johnson <robbat2@gentoo.org> - infra guy, herding this project
X-Thanks: Nguyen Thai Ngoc Duy <pclouds@gentoo.org> - Former Gentoo developer, wrote Git features for the migration
X-Thanks: Brian Harring <ferringb@gentoo.org> - wrote much python to improve cvs2svn
X-Thanks: Rich Freeman <rich0@gentoo.org> - validation scripts
X-Thanks: Patrick Lauer <patrick@gentoo.org> - Gentoo dev, running new 2014 work in migration
X-Thanks: Michał Górny <mgorny@gentoo.org> - scripts, QA, nagging
X-Thanks: All of other Gentoo developers - many ideas and lots of paint on the bikeshed
Diffstat (limited to 'app-misc/terminal-colors')
-rw-r--r-- | app-misc/terminal-colors/Manifest | 3 | ||||
-rw-r--r-- | app-misc/terminal-colors/metadata.xml | 8 | ||||
-rw-r--r-- | app-misc/terminal-colors/terminal-colors-2.0.ebuild | 25 | ||||
-rw-r--r-- | app-misc/terminal-colors/terminal-colors-2.1.ebuild | 25 | ||||
-rw-r--r-- | app-misc/terminal-colors/terminal-colors-2.2.ebuild | 25 |
5 files changed, 86 insertions, 0 deletions
diff --git a/app-misc/terminal-colors/Manifest b/app-misc/terminal-colors/Manifest new file mode 100644 index 000000000000..4da065e63fc1 --- /dev/null +++ b/app-misc/terminal-colors/Manifest @@ -0,0 +1,3 @@ +DIST terminal-colors-2.0.bz2 4604 SHA256 50c7c7647b3cbbf55ea8314ad81d71bbe301e7b7f7241017a6d16f7ff93ce66b SHA512 b5f253841d29057ca4236b5291fb58f0ed2e02404bf3145f7ca28c49e5cd22ae98df4b40ddc7b5f74c562cf87cc192f3d8c600fd83aefd850f25e03544ddcc25 WHIRLPOOL 70d302038257959e3c9c62788811d9db70acec36ec866c608c0dbe0640266ebb44b5ed382659288820bdf7a9e372c18e5c04f4afd555b78baecdcaf175386184 +DIST terminal-colors-2.1.bz2 4836 SHA256 519652ebd0fbdb4728a34b23994b52a63f07b582375641527d52cd273c90283b SHA512 7bce1ba6eac6897fa7a63b3339d4493817f205f7fdb4e93454fdbc3b169235cd9bc32505b9896d6f6cac493c584e49bc2fd23ba3ce2b66ef85ac38079186e579 WHIRLPOOL d58d0db20d0426d526788d3c1ad34ea0a1f9294252ff830d1ff23d09f95e455a260398a8c98efd2045b6de2345d4a6c6e570f89d6e5372b28506c0cec1778ad5 +DIST terminal-colors-2.2.bz2 4826 SHA256 0daaffc2cb96af416e3292869762ced792511ae71f1661d94bada52314243009 SHA512 ddd1a3cf6786011372ca83b3fe86a88c863a1fa1b5cf8450cabd364a3330847145cf4bd5eb8d50baa7c26b17c392eb0f629007dbb765b36b3904d0783216ce36 WHIRLPOOL 6160962dd908788bddd33650a95d4c6a45b2b6c69cfa566c48c28383977b3ed75dbf5129c3d54268af9ad48c37eb3ef6594b23b60579d1e078dfe7e73cbd466e diff --git a/app-misc/terminal-colors/metadata.xml b/app-misc/terminal-colors/metadata.xml new file mode 100644 index 000000000000..157326a7e891 --- /dev/null +++ b/app-misc/terminal-colors/metadata.xml @@ -0,0 +1,8 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer> + <email>radhermit@gentoo.org</email> + <name>Tim Harder</name> + </maintainer> +</pkgmetadata> diff --git a/app-misc/terminal-colors/terminal-colors-2.0.ebuild b/app-misc/terminal-colors/terminal-colors-2.0.ebuild new file mode 100644 index 000000000000..0e8bae3e6828 --- /dev/null +++ b/app-misc/terminal-colors/terminal-colors-2.0.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 +PYTHON_COMPAT=( python{2_7,3_3} ) +PYTHON_REQ_USE="ncurses" + +inherit python-r1 + +DESCRIPTION="A tool to display color charts for 8, 16, 88, and 256 color terminals" +HOMEPAGE="http://zhar.net/projects/shell/terminal-colors" +SRC_URI="http://dev.gentoo.org/~radhermit/distfiles/${P}.bz2" + +LICENSE="GPL-3+" +SLOT="0" +KEYWORDS="~amd64 ~x86" + +RDEPEND="${PYTHON_DEPS}" + +S=${WORKDIR} + +src_install() { + python_foreach_impl python_newscript ${P} ${PN} +} diff --git a/app-misc/terminal-colors/terminal-colors-2.1.ebuild b/app-misc/terminal-colors/terminal-colors-2.1.ebuild new file mode 100644 index 000000000000..0e8bae3e6828 --- /dev/null +++ b/app-misc/terminal-colors/terminal-colors-2.1.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 +PYTHON_COMPAT=( python{2_7,3_3} ) +PYTHON_REQ_USE="ncurses" + +inherit python-r1 + +DESCRIPTION="A tool to display color charts for 8, 16, 88, and 256 color terminals" +HOMEPAGE="http://zhar.net/projects/shell/terminal-colors" +SRC_URI="http://dev.gentoo.org/~radhermit/distfiles/${P}.bz2" + +LICENSE="GPL-3+" +SLOT="0" +KEYWORDS="~amd64 ~x86" + +RDEPEND="${PYTHON_DEPS}" + +S=${WORKDIR} + +src_install() { + python_foreach_impl python_newscript ${P} ${PN} +} diff --git a/app-misc/terminal-colors/terminal-colors-2.2.ebuild b/app-misc/terminal-colors/terminal-colors-2.2.ebuild new file mode 100644 index 000000000000..04938ecb7b40 --- /dev/null +++ b/app-misc/terminal-colors/terminal-colors-2.2.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 +PYTHON_COMPAT=( python{2_7,3_3,3_4} ) +PYTHON_REQ_USE="ncurses" + +inherit python-r1 + +DESCRIPTION="A tool to display color charts for 8, 16, 88, and 256 color terminals" +HOMEPAGE="http://zhar.net/projects/shell/terminal-colors" +SRC_URI="http://dev.gentoo.org/~radhermit/distfiles/${P}.bz2" + +LICENSE="GPL-3+" +SLOT="0" +KEYWORDS="~amd64 ~x86 ~x64-macos" + +RDEPEND="${PYTHON_DEPS}" + +S=${WORKDIR} + +src_install() { + python_foreach_impl python_newscript ${P} ${PN} +} |