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/jde/Manifest | 2 ++ app-xemacs/jde/jde-1.51.ebuild | 26 ++++++++++++++++++++++++++ app-xemacs/jde/jde-1.52.ebuild | 28 ++++++++++++++++++++++++++++ app-xemacs/jde/metadata.xml | 5 +++++ 4 files changed, 61 insertions(+) create mode 100644 app-xemacs/jde/Manifest create mode 100644 app-xemacs/jde/jde-1.51.ebuild create mode 100644 app-xemacs/jde/jde-1.52.ebuild create mode 100644 app-xemacs/jde/metadata.xml (limited to 'app-xemacs/jde') diff --git a/app-xemacs/jde/Manifest b/app-xemacs/jde/Manifest new file mode 100644 index 000000000000..12f44457993c --- /dev/null +++ b/app-xemacs/jde/Manifest @@ -0,0 +1,2 @@ +DIST jde-1.51-pkg.tar.gz 3508064 SHA256 1df43e08c034087def185f1a20c4fa27e660f2ffc6a601d9a55a375f119e79ec SHA512 6bd21d073562a7aef66f4a5c3fff014b5d293bbcb08483f003c0d914c18034806a4cb9e3fb31f07149106a9e0f69eea6311e8740a1660bc2317a63d158c2acc8 WHIRLPOOL efd6b07e866cfc07ecb49be26d1f13301247137f3a218cf98b9f2954de0a247995a5027347471559b67bb87bffa0372157abaf5677ead1272b2fb7fe17f08c4e +DIST jde-1.52-pkg.tar.gz 3767445 SHA256 0fee8bde4d4454a427aee3ca03a40ba1ce6d35e4c89f0f19f275dbf879c657b5 SHA512 f2fa2e266cd832b5761ee967e2b4be52694b941699a099ffc363869bb4036a439ca8010e6428b98cf0dfc474b451f48b031e042092e1f66706b9a50e0f88c413 WHIRLPOOL 6b88a229f0664d41d2b5cd06bfee4e1554d55d44f31d3dda9ae9997d2ea5044f0ff96956624770be683018d28fe569f0a5b33632ac01fd78f515dee9cc816a5e diff --git a/app-xemacs/jde/jde-1.51.ebuild b/app-xemacs/jde/jde-1.51.ebuild new file mode 100644 index 000000000000..4224f01a8f8d --- /dev/null +++ b/app-xemacs/jde/jde-1.51.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +SLOT="0" +IUSE="" +DESCRIPTION="Integrated Development Environment for Java" +PKG_CAT="standard" + +RDEPEND="app-xemacs/cc-mode +app-xemacs/semantic +app-xemacs/debug +app-xemacs/speedbar +app-xemacs/edit-utils +app-xemacs/xemacs-eterm +app-xemacs/mail-lib +app-xemacs/xemacs-base +app-xemacs/xemacs-devel +app-xemacs/eieio +app-xemacs/elib +app-xemacs/sh-script +app-xemacs/fsf-compat +" +KEYWORDS="alpha amd64 ppc ppc64 sparc x86" + +inherit xemacs-packages diff --git a/app-xemacs/jde/jde-1.52.ebuild b/app-xemacs/jde/jde-1.52.ebuild new file mode 100644 index 000000000000..2aedb38c19c0 --- /dev/null +++ b/app-xemacs/jde/jde-1.52.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +SLOT="0" +IUSE="" +DESCRIPTION="Integrated Development Environment for Java" +PKG_CAT="standard" + +RDEPEND="app-xemacs/cc-mode +app-xemacs/semantic +app-xemacs/debug +app-xemacs/speedbar +app-xemacs/edit-utils +app-xemacs/xemacs-eterm +app-xemacs/mail-lib +app-xemacs/xemacs-base +app-xemacs/xemacs-devel +app-xemacs/cedet-common +app-xemacs/eieio +app-xemacs/elib +app-xemacs/sh-script +app-xemacs/fsf-compat +app-xemacs/os-utils +" +KEYWORDS="alpha amd64 ppc ppc64 sparc x86" + +inherit xemacs-packages diff --git a/app-xemacs/jde/metadata.xml b/app-xemacs/jde/metadata.xml new file mode 100644 index 000000000000..298888916608 --- /dev/null +++ b/app-xemacs/jde/metadata.xml @@ -0,0 +1,5 @@ + + + + xemacs + -- cgit v1.2.3-65-gdbad