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 --- x11-misc/xtermcontrol/Manifest | 2 ++ x11-misc/xtermcontrol/metadata.xml | 13 +++++++++++++ x11-misc/xtermcontrol/xtermcontrol-3.0.ebuild | 14 ++++++++++++++ x11-misc/xtermcontrol/xtermcontrol-3.2.ebuild | 14 ++++++++++++++ 4 files changed, 43 insertions(+) create mode 100644 x11-misc/xtermcontrol/Manifest create mode 100644 x11-misc/xtermcontrol/metadata.xml create mode 100644 x11-misc/xtermcontrol/xtermcontrol-3.0.ebuild create mode 100644 x11-misc/xtermcontrol/xtermcontrol-3.2.ebuild (limited to 'x11-misc/xtermcontrol') diff --git a/x11-misc/xtermcontrol/Manifest b/x11-misc/xtermcontrol/Manifest new file mode 100644 index 000000000000..e2c34a08b3ea --- /dev/null +++ b/x11-misc/xtermcontrol/Manifest @@ -0,0 +1,2 @@ +DIST xtermcontrol-3.0.tar.gz 134440 SHA256 289c261b21c6b88e5b04f0387ae02d5cba754a9584b2a2054894cd2e5af5f9cf SHA512 610c817812311b8c8de7caa6d4a353de15a41835a00c9578e82cc722328ab9406d6ebd32d70da64f2a8d7f55581051347634233a90e074b4453fd115e6a16fa4 WHIRLPOOL d605a763adb1d16fab4d1c05cc6493ab7a4fc79c8ec54ca70c25e2f8ec1b3ae18ee2a415902938b6d8d7def604b88b21799fc306249e1feb4cad40f6bf931048 +DIST xtermcontrol-3.2.tar.gz 141574 SHA256 6e4f1de182aa0d1623405d831c01a99940390e3af45deadc43a171f4c432d1e1 SHA512 cfda6595508d2aa3c1a4c0bf5e158717592c471e80b0124a496f9966aa8221a00d62f1aa1642cd9c02c3110287f0fbbe86d1cf0b55d0f790e0434dcffd4cb286 WHIRLPOOL 0b3c22ffa305492e203b9bb1671fe23039cf087ee0f1cd331934bb27ca2045655305078640599fdf9988e8a705c29fce0ea1464e9a94e97b4c4e5bd984523489 diff --git a/x11-misc/xtermcontrol/metadata.xml b/x11-misc/xtermcontrol/metadata.xml new file mode 100644 index 000000000000..546318348d25 --- /dev/null +++ b/x11-misc/xtermcontrol/metadata.xml @@ -0,0 +1,13 @@ + + + +x11 + +xtermcontrol enables dynamic control of xterm properties. +It makes it easy to change colors, title, font and geometry of a running xterm, +as well as to report the current settings of the aforementioned properties. +Window manipulations de-/iconify, raise/lower, maximize/restore and reset are also supported. +To complete the feature set; xtermcontrol lets advanced users issue any xterm control +sequence of their choosing. + + diff --git a/x11-misc/xtermcontrol/xtermcontrol-3.0.ebuild b/x11-misc/xtermcontrol/xtermcontrol-3.0.ebuild new file mode 100644 index 000000000000..0d6f341b3114 --- /dev/null +++ b/x11-misc/xtermcontrol/xtermcontrol-3.0.ebuild @@ -0,0 +1,14 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +DESCRIPTION="xtermcontrol enables dynamic control of XFree86 xterm properties" +HOMEPAGE="http://www.thrysoee.dk/xtermcontrol/" +SRC_URI="http://www.thrysoee.dk/${PN}/${P}.tar.gz" + +LICENSE="GPL-2+" +SLOT="0" +KEYWORDS="alpha amd64 ia64 ppc ~sparc x86" +IUSE="" diff --git a/x11-misc/xtermcontrol/xtermcontrol-3.2.ebuild b/x11-misc/xtermcontrol/xtermcontrol-3.2.ebuild new file mode 100644 index 000000000000..7ef5948a3990 --- /dev/null +++ b/x11-misc/xtermcontrol/xtermcontrol-3.2.ebuild @@ -0,0 +1,14 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +DESCRIPTION="xtermcontrol enables dynamic control of XFree86 xterm properties" +HOMEPAGE="http://www.thrysoee.dk/xtermcontrol/" +SRC_URI="http://www.thrysoee.dk/${PN}/${P}.tar.gz" + +LICENSE="GPL-2+" +SLOT="0" +KEYWORDS="alpha amd64 ia64 ppc ~sparc x86" +IUSE="" -- cgit v1.2.3-65-gdbad