diff options
author | Luca Barbato <lu_zero@gentoo.org> | 2003-02-18 12:18:17 +0000 |
---|---|---|
committer | Luca Barbato <lu_zero@gentoo.org> | 2003-02-18 12:18:17 +0000 |
commit | 3b92e6d8403f925016e4a0b977ddeb87d93877d3 (patch) | |
tree | d9afbf3aa7145185ab91ba85f8b32770133a17d1 /app-text/diction | |
parent | *** empty log message *** (diff) | |
download | historical-3b92e6d8403f925016e4a0b977ddeb87d93877d3.tar.gz historical-3b92e6d8403f925016e4a0b977ddeb87d93877d3.tar.bz2 historical-3b92e6d8403f925016e4a0b977ddeb87d93877d3.zip |
style checker
Diffstat (limited to 'app-text/diction')
-rw-r--r-- | app-text/diction/ChangeLog | 9 | ||||
-rw-r--r-- | app-text/diction/diction-1.02.ebuild | 26 | ||||
-rw-r--r-- | app-text/diction/files/digest-diction-1.02 | 1 |
3 files changed, 36 insertions, 0 deletions
diff --git a/app-text/diction/ChangeLog b/app-text/diction/ChangeLog new file mode 100644 index 000000000000..4a6592809a99 --- /dev/null +++ b/app-text/diction/ChangeLog @@ -0,0 +1,9 @@ +# ChangeLog for app-text/diction +# Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-text/diction/ChangeLog,v 1.1 2003/02/18 12:18:17 lu_zero Exp $ + +*diction-1.02 (18 Feb 2003) + + 18 Feb 2003; Luca Barbato <lu_zero@gentoo.org> diction-1.02.ebuild : + Initial import. + Ebuild submitted by Tobias Klausmann <klausman-usenet@tuts.net>. diff --git a/app-text/diction/diction-1.02.ebuild b/app-text/diction/diction-1.02.ebuild new file mode 100644 index 000000000000..3b45dee38034 --- /dev/null +++ b/app-text/diction/diction-1.02.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2002 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License, v2 or later + +inherit eutils + +S=${WORKDIR}/${P} +DESCRIPTION="Diction and style checkers for english and german texts." +SRC_URI="http://ftp.gnu.org/gnu/diction/diction-1.02.tar.gz" +HOMEPAGE="http://www.fsf.org/software/diction/diction.html" + +SLOT="0" +IUSE="" +LICENSE="GPL-2" +KEYWORDS="~x86" + +DEPEND="sys-devel/gettext" + +src_compile() { + ./configure --prefix=${D}usr --mandir=${D}usr/share/man ||die + emake || die + +} + +src_install () { + make DESTDIR=${D} install +}
\ No newline at end of file diff --git a/app-text/diction/files/digest-diction-1.02 b/app-text/diction/files/digest-diction-1.02 new file mode 100644 index 000000000000..d90ff6bd3d2a --- /dev/null +++ b/app-text/diction/files/digest-diction-1.02 @@ -0,0 +1 @@ +MD5 e50fd9139d47b1f146b1342293825f19 diction-1.02.tar.gz 90957 |