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/speedbar | |
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/speedbar')
-rw-r--r-- | app-xemacs/speedbar/Manifest | 2 | ||||
-rw-r--r-- | app-xemacs/speedbar/metadata.xml | 5 | ||||
-rw-r--r-- | app-xemacs/speedbar/speedbar-1.28.ebuild | 15 | ||||
-rw-r--r-- | app-xemacs/speedbar/speedbar-1.29.ebuild | 16 |
4 files changed, 38 insertions, 0 deletions
diff --git a/app-xemacs/speedbar/Manifest b/app-xemacs/speedbar/Manifest new file mode 100644 index 000000000000..bf3506ec30b5 --- /dev/null +++ b/app-xemacs/speedbar/Manifest @@ -0,0 +1,2 @@ +DIST speedbar-1.28-pkg.tar.gz 163269 SHA256 915c7d507ac38e2c273c05f03d44377c180109e0b60a26d43a777f380a5438a1 SHA512 4852f81f17953436009c99bff537740ae921e1cb262a903dee3590b1f69906e614a7307d38dda45bec663dfe64ff1935152b84c74bd6500389f0054b3907df58 WHIRLPOOL 223d74cad03031350c56786445c85885d6ecdca8e797a959d41c264eece76e2259c48778c84786a3cc12cdfc80ba8b3554527bccf7e8f357b666e80f14148e11 +DIST speedbar-1.29-pkg.tar.gz 153300 SHA256 f0e0c7138e6c75eeaebc388ecf91a45a2b31c4d5d56c6237e1e908501e12169c SHA512 c4550221f45a4ff29a54008ca50d3fc9c2d8ca20736240ef2fcc437b0a1cbd1551d75248ec5eb661c4943a462588035a131857450e15b5f92b1dfdba283b6547 WHIRLPOOL e2c8bd74585ede6a66949d5d5589659cbedca84f2a3919ba741dda0374deef280f70a0d508897df66c57d0215ae13400a96cd4a3577c93a2e18c47f7856566d2 diff --git a/app-xemacs/speedbar/metadata.xml b/app-xemacs/speedbar/metadata.xml new file mode 100644 index 000000000000..298888916608 --- /dev/null +++ b/app-xemacs/speedbar/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/speedbar/speedbar-1.28.ebuild b/app-xemacs/speedbar/speedbar-1.28.ebuild new file mode 100644 index 000000000000..3d78803ab397 --- /dev/null +++ b/app-xemacs/speedbar/speedbar-1.28.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="Provides a separate frame with convenient references" +PKG_CAT="standard" + +RDEPEND="app-xemacs/xemacs-base +app-xemacs/edebug +" +KEYWORDS="alpha amd64 ppc ppc64 sparc x86" + +inherit xemacs-packages diff --git a/app-xemacs/speedbar/speedbar-1.29.ebuild b/app-xemacs/speedbar/speedbar-1.29.ebuild new file mode 100644 index 000000000000..161fd83ef32c --- /dev/null +++ b/app-xemacs/speedbar/speedbar-1.29.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +SLOT="0" +IUSE="" +DESCRIPTION="Provides a separate frame with convenient references" +PKG_CAT="standard" + +RDEPEND="app-xemacs/xemacs-base +app-xemacs/edebug +app-xemacs/cedet-common +" +KEYWORDS="alpha amd64 ppc ppc64 sparc x86" + +inherit xemacs-packages |