diff options
author | Jeroen Roovers <jer@gentoo.org> | 2015-05-10 18:33:03 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2015-05-10 18:33:03 +0000 |
commit | e0573540eb989a4c8200c4358d0684b971a1986d (patch) | |
tree | 5d2cf7d9d4cbb63394cad3d233249b7fa64506c1 /app-text | |
parent | Version bump (diff) | |
download | gentoo-2-e0573540eb989a4c8200c4358d0684b971a1986d.tar.gz gentoo-2-e0573540eb989a4c8200c4358d0684b971a1986d.tar.bz2 gentoo-2-e0573540eb989a4c8200c4358d0684b971a1986d.zip |
Old.
(Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key A792A613)
Diffstat (limited to 'app-text')
-rw-r--r-- | app-text/diction/ChangeLog | 5 | ||||
-rw-r--r-- | app-text/diction/diction-1.11.ebuild | 32 |
2 files changed, 4 insertions, 33 deletions
diff --git a/app-text/diction/ChangeLog b/app-text/diction/ChangeLog index 07732fed72f3..43adcdbd278f 100644 --- a/app-text/diction/ChangeLog +++ b/app-text/diction/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-text/diction # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/diction/ChangeLog,v 1.47 2015/02/27 11:04:29 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/diction/ChangeLog,v 1.48 2015/05/10 18:33:03 jer Exp $ + + 10 May 2015; Jeroen Roovers <jer@gentoo.org> -diction-1.11.ebuild: + Old. 27 Feb 2015; Agostino Sarubbo <ago@gentoo.org> diction-1.13.ebuild: Stable for sparc, wrt bug #534900 diff --git a/app-text/diction/diction-1.11.ebuild b/app-text/diction/diction-1.11.ebuild deleted file mode 100644 index 648f430a5c5b..000000000000 --- a/app-text/diction/diction-1.11.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/diction/diction-1.11.ebuild,v 1.13 2010/11/04 20:07:53 jer Exp $ - -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" -IUSE="unicode" - -DEPEND="sys-devel/gettext - virtual/libintl" -RDEPEND="" - -src_unpack() { - unpack ${A} - cd "${S}" - if use unicode; then - for lang in de nl; do - iconv -f ISO-8859-1 -t UTF-8 ${lang} > ${lang}.new || die "iconv failed." - mv ${lang}.new ${lang} - done - fi -} - -src_install() { - emake DESTDIR="${D}" install || die "emake install failed." - dodoc NEWS README -} |