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/mmm-mode | |
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/mmm-mode')
-rw-r--r-- | app-xemacs/mmm-mode/Manifest | 2 | ||||
-rw-r--r-- | app-xemacs/mmm-mode/metadata.xml | 5 | ||||
-rw-r--r-- | app-xemacs/mmm-mode/mmm-mode-1.02.ebuild | 15 | ||||
-rw-r--r-- | app-xemacs/mmm-mode/mmm-mode-1.05.ebuild | 15 |
4 files changed, 37 insertions, 0 deletions
diff --git a/app-xemacs/mmm-mode/Manifest b/app-xemacs/mmm-mode/Manifest new file mode 100644 index 000000000000..006291feb6d2 --- /dev/null +++ b/app-xemacs/mmm-mode/Manifest @@ -0,0 +1,2 @@ +DIST mmm-mode-1.02-pkg.tar.gz 176072 SHA256 caca4271ee6cc0509742c959b5716aecc4e5321b54f4f47ad4858f288d0db251 SHA512 9fa9d9d461a063a08b7b7874fb8329b9a7e84b3268593554c9c46e9ee0d433cfcff4049056a4d85b829d14d6bc50f495951b708adff27c43b7961a8ee6b4c5c3 WHIRLPOOL e13de59bdee48de36670676a0f15b9e8ebcd8679dcc0dff5bf469b934f5d85b09a1c528d4f4ed2c186c1b1372ea3886f32ef78496c334df28f182d4ddf2156f9 +DIST mmm-mode-1.05-pkg.tar.gz 205381 SHA256 d77a6dabe1b274b712dc188df3d3629c3344bd99b0516dfa20625fc7af7aa411 SHA512 4b5b649a0d25a6eb8967549188c32d9b6a2e7fb3abc0375b633df7c7b133a06f2c5bfae31aef8704c17e9ced32d205def85c906472fda00ff0d5fdfc6b95b01b WHIRLPOOL b9455317ddbd172086023b101fa7d6639d996b0ce7d8e3202d1652665bface77d00dc63cff9bfd634022195ac5a84ca59507bc254b9c207553a03e03fb5887d4 diff --git a/app-xemacs/mmm-mode/metadata.xml b/app-xemacs/mmm-mode/metadata.xml new file mode 100644 index 000000000000..298888916608 --- /dev/null +++ b/app-xemacs/mmm-mode/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/mmm-mode/mmm-mode-1.02.ebuild b/app-xemacs/mmm-mode/mmm-mode-1.02.ebuild new file mode 100644 index 000000000000..e8e62c458eed --- /dev/null +++ b/app-xemacs/mmm-mode/mmm-mode-1.02.ebuild @@ -0,0 +1,15 @@ +# Copyright 1999-2007 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +SLOT="0" +IUSE="" +DESCRIPTION="Multiple major modes in a single buffer" +PKG_CAT="standard" + +RDEPEND="app-xemacs/xemacs-base +app-xemacs/fsf-compat +" +KEYWORDS="alpha amd64 ppc ppc64 sparc x86" + +inherit xemacs-packages diff --git a/app-xemacs/mmm-mode/mmm-mode-1.05.ebuild b/app-xemacs/mmm-mode/mmm-mode-1.05.ebuild new file mode 100644 index 000000000000..ae6d2215673a --- /dev/null +++ b/app-xemacs/mmm-mode/mmm-mode-1.05.ebuild @@ -0,0 +1,15 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +SLOT="0" +IUSE="" +DESCRIPTION="Multiple major modes in a single buffer" +PKG_CAT="standard" + +RDEPEND="app-xemacs/xemacs-base +app-xemacs/fsf-compat +" +KEYWORDS="alpha amd64 ppc ppc64 sparc x86" + +inherit xemacs-packages |