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/mule-ucs
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/mule-ucs')
-rw-r--r--app-xemacs/mule-ucs/Manifest2
-rw-r--r--app-xemacs/mule-ucs/metadata.xml5
-rw-r--r--app-xemacs/mule-ucs/mule-ucs-1.14.ebuild15
-rw-r--r--app-xemacs/mule-ucs/mule-ucs-1.18.ebuild15
4 files changed, 37 insertions, 0 deletions
diff --git a/app-xemacs/mule-ucs/Manifest b/app-xemacs/mule-ucs/Manifest
new file mode 100644
index 000000000000..f7dae3b53cc5
--- /dev/null
+++ b/app-xemacs/mule-ucs/Manifest
@@ -0,0 +1,2 @@
+DIST mule-ucs-1.14-pkg.tar.gz 1300714 SHA256 f8416b3efb80ec0c54a0f8ca1c860bb2e93ab65b2d627b5c634194a90586f409 SHA512 a4c66a8b037199fdabbafcd076f9cf0e0a2e00ca1330fd9dbf58c9d2a394da2cf9bce199b6b1d5f330e587a088976f9600c874251fe129d941fdf762d3788f37 WHIRLPOOL 816d5ca6244e18553ae21b470c184bae1f56b07f5af8745b9b650634c310e8cfaea35ea7811b8d6744e1ca5cf9f65ced0415a055bf8b76fc82b71447c6b7030a
+DIST mule-ucs-1.18-pkg.tar.gz 1301082 SHA256 ff0ac588e51d829477b3b9074077db6ef9846e9980b2471105fa64c94c716513 SHA512 1796b3b56b4c3e55241563eeab25568cd020f62bedb7c2d440e01afab0077e43f1a6298b34174b7e97f253ccdfd41f3c6bc40cfcc73759e34a0d04a90fdd5ca9 WHIRLPOOL 671454553e54fce57b6afacddd473ffd17d911d59bdda23058b67eec7bab9610ae5c24943b629d957f4ffe6e981e9aafc8c368d74e930ba37cca348403e0cce3
diff --git a/app-xemacs/mule-ucs/metadata.xml b/app-xemacs/mule-ucs/metadata.xml
new file mode 100644
index 000000000000..298888916608
--- /dev/null
+++ b/app-xemacs/mule-ucs/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/mule-ucs/mule-ucs-1.14.ebuild b/app-xemacs/mule-ucs/mule-ucs-1.14.ebuild
new file mode 100644
index 000000000000..4b1d90c12bf5
--- /dev/null
+++ b/app-xemacs/mule-ucs/mule-ucs-1.14.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="MULE: Extended coding systems (including Unicode) for XEmacs"
+PKG_CAT="mule"
+
+RDEPEND="app-xemacs/mule-base
+app-xemacs/latin-euro-standards
+"
+KEYWORDS="alpha amd64 ppc ppc64 sparc x86"
+
+inherit xemacs-packages
diff --git a/app-xemacs/mule-ucs/mule-ucs-1.18.ebuild b/app-xemacs/mule-ucs/mule-ucs-1.18.ebuild
new file mode 100644
index 000000000000..4b1d90c12bf5
--- /dev/null
+++ b/app-xemacs/mule-ucs/mule-ucs-1.18.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="MULE: Extended coding systems (including Unicode) for XEmacs"
+PKG_CAT="mule"
+
+RDEPEND="app-xemacs/mule-base
+app-xemacs/latin-euro-standards
+"
+KEYWORDS="alpha amd64 ppc ppc64 sparc x86"
+
+inherit xemacs-packages