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 /x11-apps/xgc | |
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 'x11-apps/xgc')
-rw-r--r-- | x11-apps/xgc/Manifest | 2 | ||||
-rw-r--r-- | x11-apps/xgc/metadata.xml | 5 | ||||
-rw-r--r-- | x11-apps/xgc/xgc-1.0.4.ebuild | 15 | ||||
-rw-r--r-- | x11-apps/xgc/xgc-1.0.5.ebuild | 15 |
4 files changed, 37 insertions, 0 deletions
diff --git a/x11-apps/xgc/Manifest b/x11-apps/xgc/Manifest new file mode 100644 index 000000000000..71656631e235 --- /dev/null +++ b/x11-apps/xgc/Manifest @@ -0,0 +1,2 @@ +DIST xgc-1.0.4.tar.bz2 180138 SHA256 5ed8dc52619ed563ad51b8428a1e1678cdd40b30e8160396ee9e41b46f247e8d SHA512 c2156eb1c6dcc838d9b21ac9e45b188a92dadc991875c3c9497a18bae36212c01cf4c2c6df04830664da4e010880d2d84663e00aaa5e17082211ba969d480390 WHIRLPOOL e56291bf58b8c1886b9b5a24e34f7cf31599ac06faf5c6aefeab452cc7076b2546fda3678064c44031f6c482c0bea4b1d1c3c5e02d19b1321a694217c62143ba +DIST xgc-1.0.5.tar.bz2 188307 SHA256 14828d9bda358ad57efc0206bc416ee33ba542091edb186485cca5389adc2f5e SHA512 5943d13b9e0ed5e1b66d26eaa4b39d16d71f0df23e3ea93bfc397b6303516b161c2b60b24679ed75b640bf2493e66682d35efc7cedd41c5b57caa65f309a8314 WHIRLPOOL 4cdbc9b82254a91b5f53a44f9e0902f73636aa0d7924898793e077853612f17c64029a8b53eaee7966b55d3ea658ece8525b483e90734249cba9e5b5dd4e4d65 diff --git a/x11-apps/xgc/metadata.xml b/x11-apps/xgc/metadata.xml new file mode 100644 index 000000000000..01c4c004e735 --- /dev/null +++ b/x11-apps/xgc/metadata.xml @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<herd>x11</herd> +</pkgmetadata> diff --git a/x11-apps/xgc/xgc-1.0.4.ebuild b/x11-apps/xgc/xgc-1.0.4.ebuild new file mode 100644 index 000000000000..5ec538e817a7 --- /dev/null +++ b/x11-apps/xgc/xgc-1.0.4.ebuild @@ -0,0 +1,15 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +inherit xorg-2 + +DESCRIPTION="X graphics demo" +KEYWORDS="amd64 arm hppa ~mips ppc ppc64 ~s390 ~sh sparc x86" +IUSE="" + +RDEPEND="x11-libs/libXaw + x11-libs/libXt" +DEPEND="${RDEPEND}" diff --git a/x11-apps/xgc/xgc-1.0.5.ebuild b/x11-apps/xgc/xgc-1.0.5.ebuild new file mode 100644 index 000000000000..43b36670901c --- /dev/null +++ b/x11-apps/xgc/xgc-1.0.5.ebuild @@ -0,0 +1,15 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +inherit xorg-2 + +DESCRIPTION="X graphics demo" +KEYWORDS="~amd64 ~arm ~hppa ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" +IUSE="" + +RDEPEND="x11-libs/libXaw + x11-libs/libXt" +DEPEND="${RDEPEND}" |