diff options
author | Jeroen Roovers <jer@gentoo.org> | 2014-11-22 11:12:36 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2014-11-22 11:12:36 +0000 |
commit | 3567bde8d82fe84773379cab312072064aceafd0 (patch) | |
tree | c08574cda12d9feae03b7732a1c507f5ce5b7737 /app-text/diction | |
parent | Stable for HPPA (bug #529920). (diff) | |
download | gentoo-2-3567bde8d82fe84773379cab312072064aceafd0.tar.gz gentoo-2-3567bde8d82fe84773379cab312072064aceafd0.tar.bz2 gentoo-2-3567bde8d82fe84773379cab312072064aceafd0.zip |
Version bump.
(Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key A792A613)
Diffstat (limited to 'app-text/diction')
-rw-r--r-- | app-text/diction/ChangeLog | 10 | ||||
-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 | 1 |
4 files changed, 44 insertions, 3 deletions
diff --git a/app-text/diction/ChangeLog b/app-text/diction/ChangeLog index d8eb3e8045ad..053dbd6bccd0 100644 --- a/app-text/diction/ChangeLog +++ b/app-text/diction/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for app-text/diction -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/diction/ChangeLog,v 1.41 2013/03/17 15:46:57 hwoarang Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-text/diction/ChangeLog,v 1.42 2014/11/22 11:12:36 jer Exp $ + +*diction-1.13 (22 Nov 2014) + + 22 Nov 2014; Jeroen Roovers <jer@gentoo.org> +diction-1.13.ebuild, + +files/diction-1.13-make.patch, metadata.xml: + Version bump. 17 Mar 2013; Markos Chandras <hwoarang@gentoo.org> metadata.xml: Add proxy-maintainers to metadata.xml diff --git a/app-text/diction/diction-1.13.ebuild b/app-text/diction/diction-1.13.ebuild new file mode 100644 index 000000000000..cbbb2d650b89 --- /dev/null +++ b/app-text/diction/diction-1.13.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-text/diction/diction-1.13.ebuild,v 1.1 2014/11/22 11:12:36 jer Exp $ + +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 index bc8a3d33eeea..237f17d365d1 100644 --- a/app-text/diction/metadata.xml +++ b/app-text/diction/metadata.xml @@ -5,7 +5,6 @@ <maintainer> <email>jer@gentoo.org</email> <name>Jeroen Roovers</name> - <description>Proxy maintainer for James</description> </maintainer> <maintainer> <email>jnrowe@gmail.com</email> |