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 --- app-xemacs/ruby-modes/Manifest | 2 ++ app-xemacs/ruby-modes/metadata.xml | 5 +++++ app-xemacs/ruby-modes/ruby-modes-1.02.ebuild | 15 +++++++++++++++ app-xemacs/ruby-modes/ruby-modes-1.04.ebuild | 15 +++++++++++++++ 4 files changed, 37 insertions(+) create mode 100644 app-xemacs/ruby-modes/Manifest create mode 100644 app-xemacs/ruby-modes/metadata.xml create mode 100644 app-xemacs/ruby-modes/ruby-modes-1.02.ebuild create mode 100644 app-xemacs/ruby-modes/ruby-modes-1.04.ebuild (limited to 'app-xemacs/ruby-modes') 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 @@ + + + + xemacs + 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 -- cgit v1.2.3-65-gdbad