diff options
author | 2015-08-08 13:49:04 -0700 | |
---|---|---|
committer | 2015-08-08 17:38:18 -0700 | |
commit | 56bd759df1d0c750a065b8c845e93d5dfa6b549d (patch) | |
tree | 3f91093cdb475e565ae857f1c5a7fd339e2d781e /app-text/diction | |
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-text/diction')
-rw-r--r-- | app-text/diction/Manifest | 1 | ||||
-rw-r--r-- | app-text/diction/diction-1.13.ebuild | 25 | ||||
-rw-r--r-- | app-text/diction/files/diction-1.13-make.patch | 11 | ||||
-rw-r--r-- | app-text/diction/metadata.xml | 24 |
4 files changed, 61 insertions, 0 deletions
diff --git a/app-text/diction/Manifest b/app-text/diction/Manifest new file mode 100644 index 000000000000..8f131b1824e0 --- /dev/null +++ b/app-text/diction/Manifest @@ -0,0 +1 @@ +DIST diction-1.13.tar.gz 145971 SHA256 095e0eb4bb7e0bdfd7e5b0dcfb53c743d7b24c1464bdd599ef4461b4c249d121 SHA512 f410f9992adcc362bc60f3e39e85cc07df5763623729c6d599538707aff0831e8cde59d80bcd384975d75229d6ce1cae9bebdf6eb3d4a7203b22d2a1773df039 WHIRLPOOL 3a1ac454bde896a7c51511e7ceaf463997a2cb1557b0e7668f027d844a8501cb6a32315cce02b394139a9433b4f08a19180d6ebf08590f136d1414e281a0f1c0 diff --git a/app-text/diction/diction-1.13.ebuild b/app-text/diction/diction-1.13.ebuild new file mode 100644 index 000000000000..b1d5dbabbe64 --- /dev/null +++ b/app-text/diction/diction-1.13.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 +inherit eutils + +DESCRIPTION="Diction and style checkers for english and german texts" +HOMEPAGE="http://www.gnu.org/software/diction/diction.html" +SRC_URI="http://www.moria.de/~michael/${PN}/${P}.tar.gz" + +LICENSE="GPL-3" +SLOT="0" +KEYWORDS="amd64 hppa ~mips ppc sparc x86 ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos" + +DEPEND=" + sys-devel/gettext + virtual/libintl +" + +src_prepare() { + epatch "${FILESDIR}"/${P}-make.patch +} + +DOCS=( NEWS README ) diff --git a/app-text/diction/files/diction-1.13-make.patch b/app-text/diction/files/diction-1.13-make.patch new file mode 100644 index 000000000000..72a2f36728f0 --- /dev/null +++ b/app-text/diction/files/diction-1.13-make.patch @@ -0,0 +1,11 @@ +--- a/Makefile.in ++++ b/Makefile.in +@@ -50,7 +50,7 @@ + [ -d $(DESTDIR)@mandir@/man1 ] || @INSTALL@ -m 755 -d $(DESTDIR)@mandir@/man1 + @INSTALL@ -m 644 diction.1 $(DESTDIR)@mandir@/man1/diction.1 + @INSTALL@ -m 644 style.1 $(DESTDIR)@mandir@/man1/style.1 +- make install-po-@USE_NLS@ ++ $(MAKE) install-po-@USE_NLS@ + + install-po-no: + install-po-yes: $(CATALOGS) diff --git a/app-text/diction/metadata.xml b/app-text/diction/metadata.xml new file mode 100644 index 000000000000..237f17d365d1 --- /dev/null +++ b/app-text/diction/metadata.xml @@ -0,0 +1,24 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>proxy-maintainers</herd> + <maintainer> + <email>jer@gentoo.org</email> + <name>Jeroen Roovers</name> + </maintainer> + <maintainer> + <email>jnrowe@gmail.com</email> + <name>James Rowe</name> + </maintainer> + <longdescription lang="en"> + GNU diction and style are free implementations of old standard unix + commands, that are not available on many modern systems, because they + have been unbundled. Diction prints wordy and commonly misused phrases. + Style analyses surface characteristics of a document, e.g. sentence + length and various readability measures, but unlike the original code, + it lacks sentence type, word usage and most sentence beginning + processing. + + Both commands support English and German documents. + </longdescription> +</pkgmetadata> |