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-xemacs/ruby-modes | |
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-xemacs/ruby-modes')
-rw-r--r-- | app-xemacs/ruby-modes/Manifest | 2 | ||||
-rw-r--r-- | app-xemacs/ruby-modes/metadata.xml | 5 | ||||
-rw-r--r-- | app-xemacs/ruby-modes/ruby-modes-1.02.ebuild | 15 | ||||
-rw-r--r-- | app-xemacs/ruby-modes/ruby-modes-1.04.ebuild | 15 |
4 files changed, 37 insertions, 0 deletions
diff --git a/app-xemacs/ruby-modes/Manifest b/app-xemacs/ruby-modes/Manifest new file mode 100644 index 000000000000..4f2138f4a8d6 --- /dev/null +++ b/app-xemacs/ruby-modes/Manifest @@ -0,0 +1,2 @@ +DIST ruby-modes-1.02-pkg.tar.gz 21889 SHA256 14a61e146a18bca269f71d724d5d5f41f06ef0f9d59f806a097b82ea03115705 SHA512 91306a992c944f4d424934b6d90b3073bc5cd19f04678846400b3ea41acc349c92c604c337019bd9ca9beba32d401adbd6f78f72b57bf2597e78cf7cb64a4883 WHIRLPOOL a3a60709d3b209379508a5df535c40ca454a6c2755217273cf35c80d4e8da5ab8de2bc6cdfe1647133007773b398d93442a6ebb9ba7d94583d577027ac57b62a +DIST ruby-modes-1.04-pkg.tar.gz 31720 SHA256 12118a176fd615a4de74e9d762ee8870a0f8bafcb93c1fdcef9f0ce78d16ddc7 SHA512 df12bec66cc8d70c3b75e1849b0b8ab1f8408f6a86d3dcf04d2703ae3815876fd96c382ef8b37135a99074ef20ee9628a2158217dc334b4aeb72c0a676ab748b WHIRLPOOL 8622c3e8a9701ea5202e360f40d4274958bb4e7dc64b307e5b71fdc75c67c55a47f74bf7d0247e0442204de89f6e12a29a381b182b88f9bfb59b0fa0d43f72a3 diff --git a/app-xemacs/ruby-modes/metadata.xml b/app-xemacs/ruby-modes/metadata.xml new file mode 100644 index 000000000000..298888916608 --- /dev/null +++ b/app-xemacs/ruby-modes/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>xemacs</herd> +</pkgmetadata> diff --git a/app-xemacs/ruby-modes/ruby-modes-1.02.ebuild b/app-xemacs/ruby-modes/ruby-modes-1.02.ebuild new file mode 100644 index 000000000000..4255438aba41 --- /dev/null +++ b/app-xemacs/ruby-modes/ruby-modes-1.02.ebuild @@ -0,0 +1,15 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +SLOT="0" +IUSE="" +DESCRIPTION="Ruby support" +PKG_CAT="standard" + +RDEPEND="app-xemacs/xemacs-base +app-xemacs/debug +" +KEYWORDS="alpha amd64 hppa ppc ppc64 sparc x86" + +inherit xemacs-packages diff --git a/app-xemacs/ruby-modes/ruby-modes-1.04.ebuild b/app-xemacs/ruby-modes/ruby-modes-1.04.ebuild new file mode 100644 index 000000000000..35e2e8ad009f --- /dev/null +++ b/app-xemacs/ruby-modes/ruby-modes-1.04.ebuild @@ -0,0 +1,15 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +SLOT="0" +IUSE="" +DESCRIPTION="Ruby support" +PKG_CAT="standard" + +RDEPEND="app-xemacs/xemacs-base +app-xemacs/debug +" +KEYWORDS="alpha amd64 hppa ppc ppc64 sparc x86 ~amd64-fbsd" + +inherit xemacs-packages |