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/skk | |
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/skk')
-rw-r--r-- | app-xemacs/skk/Manifest | 2 | ||||
-rw-r--r-- | app-xemacs/skk/metadata.xml | 5 | ||||
-rw-r--r-- | app-xemacs/skk/skk-1.23.ebuild | 18 | ||||
-rw-r--r-- | app-xemacs/skk/skk-1.24.ebuild | 18 |
4 files changed, 43 insertions, 0 deletions
diff --git a/app-xemacs/skk/Manifest b/app-xemacs/skk/Manifest new file mode 100644 index 000000000000..eae7a9c30638 --- /dev/null +++ b/app-xemacs/skk/Manifest @@ -0,0 +1,2 @@ +DIST skk-1.23-pkg.tar.gz 1506691 SHA256 51a4d0259d95501749be0181a934cfaf161c4ff669512420a455b3a260e9ef74 SHA512 aaad61a9db6e48d03f1decb15c1d7797d437cc10f2ecfaba6c37c0c6f8e73f87d08d378c548f0a9a168ae6c7043d8087e6db532eb74732dfc2d588cba1215656 WHIRLPOOL 5faa5ac93e6bfcc6108d050bbf5d5e70ca232f8084674c855ab3db29a8135e76596f047e54db1cbaff2a38db24e5477f38732040ed0f661cc83463ef66f21f07 +DIST skk-1.24-pkg.tar.gz 1464019 SHA256 148a661e7152d7ba33bfcae5ec4198442e0a17767efd4954b1eff00b3e31e156 SHA512 391c3f0a65e50ac14bcd251bd53f6fd5eba2461f52f5753553138f39291e8415428db8b326adc58d6bb0a30dfe6607c67770b3df841e5aa2c4fd1a1e1028f285 WHIRLPOOL 848c74eb8f0c8d8a87f6045abb593e86e3d3c1f7a9da39f4d1d4d0820b66a8eb74f742a75edd452f64ee153fe797f1734cec0fd312af11e01dab5da49704eb31 diff --git a/app-xemacs/skk/metadata.xml b/app-xemacs/skk/metadata.xml new file mode 100644 index 000000000000..298888916608 --- /dev/null +++ b/app-xemacs/skk/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/skk/skk-1.23.ebuild b/app-xemacs/skk/skk-1.23.ebuild new file mode 100644 index 000000000000..63266a8796cf --- /dev/null +++ b/app-xemacs/skk/skk-1.23.ebuild @@ -0,0 +1,18 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +SLOT="0" +IUSE="" +DESCRIPTION="MULE: Japanese Language Input Method" +PKG_CAT="mule" + +DEPEND="app-xemacs/viper +app-xemacs/mule-base +app-xemacs/elib +app-xemacs/xemacs-base +app-xemacs/apel +" +KEYWORDS="alpha amd64 ppc ppc64 sparc x86" + +inherit xemacs-packages diff --git a/app-xemacs/skk/skk-1.24.ebuild b/app-xemacs/skk/skk-1.24.ebuild new file mode 100644 index 000000000000..66de6edb4b58 --- /dev/null +++ b/app-xemacs/skk/skk-1.24.ebuild @@ -0,0 +1,18 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +SLOT="0" +IUSE="" +DESCRIPTION="MULE: Japanese Language Input Method" +PKG_CAT="mule" + +RDEPEND="app-xemacs/viper +app-xemacs/mule-base +app-xemacs/elib +app-xemacs/xemacs-base +app-xemacs/apel +" +KEYWORDS="alpha amd64 ppc ppc64 sparc x86" + +inherit xemacs-packages |