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-dicts/freedict-ita-eng | |
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-dicts/freedict-ita-eng')
-rw-r--r-- | app-dicts/freedict-ita-eng/Manifest | 1 | ||||
-rw-r--r-- | app-dicts/freedict-ita-eng/freedict-ita-eng-1.0.ebuild | 11 | ||||
-rw-r--r-- | app-dicts/freedict-ita-eng/metadata.xml | 5 |
3 files changed, 17 insertions, 0 deletions
diff --git a/app-dicts/freedict-ita-eng/Manifest b/app-dicts/freedict-ita-eng/Manifest new file mode 100644 index 000000000000..3b2035f179ff --- /dev/null +++ b/app-dicts/freedict-ita-eng/Manifest @@ -0,0 +1 @@ +DIST ita-eng.tar.gz 65443 SHA256 c9319879bd97ffd7df1995a162d81c246ae587d25a45be36c354399540b16e48 SHA512 69124f68a417d5a6516441a993c0a2c1729d1336544459168e417c4c5586d3e8a3d88be82fd664238da348c6950a95408088028a7130b9f5d78cb8bbed22519a WHIRLPOOL c68c01090970d6ed8d4313bc5b5b8f899f6f197ddfe43cee3c57366446265218798aa19722fc4d9f8ce67c5b67686b4a33db9cf4a94c67886151cb70f290bd96 diff --git a/app-dicts/freedict-ita-eng/freedict-ita-eng-1.0.ebuild b/app-dicts/freedict-ita-eng/freedict-ita-eng-1.0.ebuild new file mode 100644 index 000000000000..635e9281b54e --- /dev/null +++ b/app-dicts/freedict-ita-eng/freedict-ita-eng-1.0.ebuild @@ -0,0 +1,11 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +KEYWORDS="alpha ~amd64 ~hppa ~mips ppc sparc x86" + +FORLANG="Italian" +TOLANG="English" +inherit freedict + +IUSE="" diff --git a/app-dicts/freedict-ita-eng/metadata.xml b/app-dicts/freedict-ita-eng/metadata.xml new file mode 100644 index 000000000000..4538a68724a6 --- /dev/null +++ b/app-dicts/freedict-ita-eng/metadata.xml @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<maintainer><email>maintainer-needed@gentoo.org</email></maintainer> +</pkgmetadata> |