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/edict | |
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/edict')
-rw-r--r-- | app-xemacs/edict/Manifest | 2 | ||||
-rw-r--r-- | app-xemacs/edict/edict-1.16.ebuild | 15 | ||||
-rw-r--r-- | app-xemacs/edict/edict-1.17.ebuild | 15 | ||||
-rw-r--r-- | app-xemacs/edict/metadata.xml | 5 |
4 files changed, 37 insertions, 0 deletions
diff --git a/app-xemacs/edict/Manifest b/app-xemacs/edict/Manifest new file mode 100644 index 000000000000..c240242a4647 --- /dev/null +++ b/app-xemacs/edict/Manifest @@ -0,0 +1,2 @@ +DIST edict-1.16-pkg.tar.gz 96111 SHA256 53ea82a89ebf386f9ca127393fefafa9129221b5331078b3f93735252e6c212b SHA512 702d8d454310aaeb0804a96ed5f90c34eb2eeb72c598504404e257640a6cc153e5603cd7d8d1233b152e828fa44ec6919c7e0f9a9870a303b837db6dd5e0632c WHIRLPOOL 8f80bd2b71b5a396ca9822d8f9c4c0ca47f88c38c5159f315399c4894c0fcd596e9b698763ca53487f3db873ed4fbe3a82ff7685b6827d0dda0a57eed6c2e77f +DIST edict-1.17-pkg.tar.gz 96241 SHA256 78fc1d04a9ae2cf2bd430fdfb003474963475c7b80415057792b2d8a3b0f0fd2 SHA512 df70e1c128fd5d70ce9b5a927e25d3787b6f7e9bf7683c2da98e7a428d8bedbf2da9f1b26f7db41e94857cb30eed43e01eb9073b85a70650cabeea706599449c WHIRLPOOL 2d01ae3a7d6e58e5402636e13ac65fd050927c51cdef09a12a2395c9265e29aa47c2a4cfa9f2a1dd52b5600b2ec7e488e3570f8d97b312f56ed520878e24053a diff --git a/app-xemacs/edict/edict-1.16.ebuild b/app-xemacs/edict/edict-1.16.ebuild new file mode 100644 index 000000000000..eb688295ca99 --- /dev/null +++ b/app-xemacs/edict/edict-1.16.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="MULE: Lisp Interface to EDICT, Kanji Dictionary" +PKG_CAT="mule" + +RDEPEND="app-xemacs/mule-base +app-xemacs/xemacs-base +" +KEYWORDS="alpha amd64 ppc ppc64 sparc x86" + +inherit xemacs-packages diff --git a/app-xemacs/edict/edict-1.17.ebuild b/app-xemacs/edict/edict-1.17.ebuild new file mode 100644 index 000000000000..18d9b261293a --- /dev/null +++ b/app-xemacs/edict/edict-1.17.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="MULE: Lisp Interface to EDICT, Kanji Dictionary" +PKG_CAT="mule" + +RDEPEND="app-xemacs/mule-base +app-xemacs/xemacs-base +" +KEYWORDS="alpha amd64 ppc ppc64 sparc x86" + +inherit xemacs-packages diff --git a/app-xemacs/edict/metadata.xml b/app-xemacs/edict/metadata.xml new file mode 100644 index 000000000000..298888916608 --- /dev/null +++ b/app-xemacs/edict/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> |