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/python-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/python-modes')
-rw-r--r-- | app-xemacs/python-modes/Manifest | 2 | ||||
-rw-r--r-- | app-xemacs/python-modes/metadata.xml | 5 | ||||
-rw-r--r-- | app-xemacs/python-modes/python-modes-1.08.ebuild | 17 | ||||
-rw-r--r-- | app-xemacs/python-modes/python-modes-1.14.ebuild | 18 |
4 files changed, 42 insertions, 0 deletions
diff --git a/app-xemacs/python-modes/Manifest b/app-xemacs/python-modes/Manifest new file mode 100644 index 000000000000..ab8c52292a70 --- /dev/null +++ b/app-xemacs/python-modes/Manifest @@ -0,0 +1,2 @@ +DIST python-modes-1.08-pkg.tar.gz 93002 SHA256 1e69c63a3ead8a0e909b84b244ef779373613257e5b7baa323f61b171731fa2f SHA512 edac5c557d1c49b8d11f915d9ee1ae83b2bfa3fe54bac7fb457b861a3a38f3389683eadacc6abbdbe293c5bd459184e4d17315513f77a62d40cd46f3662ea4dd WHIRLPOOL f5d88d9305563fdec0f19db5042dbd7ea809f80daa5e41c961f9e49e151b58ffe59121e45bc35778fee6c2b1cad39d119efef0ee42dd6e1f34e27ebfb424bc5f +DIST python-modes-1.14-pkg.tar.gz 97116 SHA256 22e558486ed07bfbd045aefa14652fba1ccb37ff7520fe1ad281a43af5158448 SHA512 802cab0ff8295cb6ae0387f17fdbe85afc559ea09e8b17e8a446be7d015e6945e29d8338e32cba5337b367cd07e645bd5ddf7ed6974a70cbf30de2bf63a708e0 WHIRLPOOL 383fcf56da925169df3d4fd3443a2f9f985e032c1c1770b0d99a047afb193beba1096ea11432e3b9515b8eacb67b43d958b77af107cc580b40a8ce9e9b6fed0b diff --git a/app-xemacs/python-modes/metadata.xml b/app-xemacs/python-modes/metadata.xml new file mode 100644 index 000000000000..298888916608 --- /dev/null +++ b/app-xemacs/python-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/python-modes/python-modes-1.08.ebuild b/app-xemacs/python-modes/python-modes-1.08.ebuild new file mode 100644 index 000000000000..55e67fe8ac55 --- /dev/null +++ b/app-xemacs/python-modes/python-modes-1.08.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +SLOT="0" +IUSE="" +DESCRIPTION="Python support" +PKG_CAT="standard" + +RDEPEND="app-xemacs/xemacs-base +app-xemacs/mail-lib +app-xemacs/edit-utils +app-xemacs/fsf-compat +" +KEYWORDS="alpha amd64 ppc ppc64 sparc x86" + +inherit xemacs-packages diff --git a/app-xemacs/python-modes/python-modes-1.14.ebuild b/app-xemacs/python-modes/python-modes-1.14.ebuild new file mode 100644 index 000000000000..4ae86b334f08 --- /dev/null +++ b/app-xemacs/python-modes/python-modes-1.14.ebuild @@ -0,0 +1,18 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +SLOT="0" +IUSE="" +DESCRIPTION="Python support" +PKG_CAT="standard" + +RDEPEND="app-xemacs/xemacs-base +app-xemacs/mail-lib +app-xemacs/edit-utils +app-xemacs/fsf-compat +app-xemacs/text-modes +" +KEYWORDS="alpha amd64 ppc ppc64 sparc x86" + +inherit xemacs-packages |