summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin H. Johnson <robbat2@gentoo.org>2015-08-08 13:49:04 -0700
committerRobin H. Johnson <robbat2@gentoo.org>2015-08-08 17:38:18 -0700
commit56bd759df1d0c750a065b8c845e93d5dfa6b549d (patch)
tree3f91093cdb475e565ae857f1c5a7fd339e2d781e /app-xemacs/leim
downloadgentoo-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/leim')
-rw-r--r--app-xemacs/leim/Manifest2
-rw-r--r--app-xemacs/leim/leim-1.24.ebuild16
-rw-r--r--app-xemacs/leim/leim-1.31.ebuild17
-rw-r--r--app-xemacs/leim/metadata.xml5
4 files changed, 40 insertions, 0 deletions
diff --git a/app-xemacs/leim/Manifest b/app-xemacs/leim/Manifest
new file mode 100644
index 000000000000..c63f40dda515
--- /dev/null
+++ b/app-xemacs/leim/Manifest
@@ -0,0 +1,2 @@
+DIST leim-1.24-pkg.tar.gz 1723174 SHA256 8d5ac2b42401ce1506eeca9c24b79380dd7deea0c9b43e39ac3af91e19902ca0 SHA512 a5f338e63806802c743b1fc8702612948cccd43cb6ce87cc88059502a6ee3d919e48bbe0e6a34b3338e4d6ed617530e399169c35988cac4e5e17fd096676b83c WHIRLPOOL dd72c538abf35e116067e0cb90a13183662640626e8178bceb4b356ddee0b75cf2599b70bd65a6fe9aabaf47da792ec47f71ef14a3697be5129c2f0eff8ee03b
+DIST leim-1.31-pkg.tar.gz 1804784 SHA256 977406e885cc3aee97d9832053cd16fec44f4701f72ab91518a509ff2d5ce23c SHA512 1179480967e12a7a9701cba24e40f6bdeb51e57fe32e7f4ead4196e652029fa04e0470dfdbc5aecd4a0caf0b53893a815559c5c550d9dacf7e724c898ce6f26f WHIRLPOOL 08419035ad8b2557243f1d1d7eeab3df059ca90deb170f26428c4a8c691db95ccb82f556e4f77e1fdee6d2e88d9ace94573d87268892369c0ecaafc3e571314d
diff --git a/app-xemacs/leim/leim-1.24.ebuild b/app-xemacs/leim/leim-1.24.ebuild
new file mode 100644
index 000000000000..3708b38adab2
--- /dev/null
+++ b/app-xemacs/leim/leim-1.24.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="MULE: Quail. All non-English and non-Japanese language support"
+PKG_CAT="mule"
+
+RDEPEND="app-xemacs/mule-base
+app-xemacs/fsf-compat
+app-xemacs/xemacs-base
+"
+KEYWORDS="alpha amd64 ppc ppc64 sparc x86"
+
+inherit xemacs-packages
diff --git a/app-xemacs/leim/leim-1.31.ebuild b/app-xemacs/leim/leim-1.31.ebuild
new file mode 100644
index 000000000000..4cc0e3127083
--- /dev/null
+++ b/app-xemacs/leim/leim-1.31.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="MULE: Quail. All non-English and non-Japanese language support"
+PKG_CAT="mule"
+
+RDEPEND="app-xemacs/mule-base
+app-xemacs/fsf-compat
+app-xemacs/xemacs-base
+app-xemacs/latin-euro-standards
+"
+KEYWORDS="alpha amd64 ppc ppc64 sparc x86"
+
+inherit xemacs-packages
diff --git a/app-xemacs/leim/metadata.xml b/app-xemacs/leim/metadata.xml
new file mode 100644
index 000000000000..298888916608
--- /dev/null
+++ b/app-xemacs/leim/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>