From d4094d9b83a0e74ac34c8e84cf6afcf9f29a2af6 Mon Sep 17 00:00:00 2001 From: Martin Väth Date: Sat, 12 May 2012 21:48:57 +0200 Subject: base-eclass. Update checksums --- app-dicts/stardict-freedict-ita-deu/ChangeLog | 3 +++ .../stardict-freedict-ita-deu-2.4.2.ebuild | 6 +++++- 2 files changed, 8 insertions(+), 1 deletion(-) (limited to 'app-dicts/stardict-freedict-ita-deu') diff --git a/app-dicts/stardict-freedict-ita-deu/ChangeLog b/app-dicts/stardict-freedict-ita-deu/ChangeLog index a825339d..6130ab79 100644 --- a/app-dicts/stardict-freedict-ita-deu/ChangeLog +++ b/app-dicts/stardict-freedict-ita-deu/ChangeLog @@ -2,6 +2,9 @@ # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 # $Header $ + 12 May 2012; Martin Väth + base->eutils + 15 Apr 2012; Martin Väth Inherit base diff --git a/app-dicts/stardict-freedict-ita-deu/stardict-freedict-ita-deu-2.4.2.ebuild b/app-dicts/stardict-freedict-ita-deu/stardict-freedict-ita-deu-2.4.2.ebuild index f38402c5..2cf5c25c 100644 --- a/app-dicts/stardict-freedict-ita-deu/stardict-freedict-ita-deu-2.4.2.ebuild +++ b/app-dicts/stardict-freedict-ita-deu/stardict-freedict-ita-deu-2.4.2.ebuild @@ -6,10 +6,14 @@ EAPI="4" FROM_LANG="Italian" TO_LANG="German" DICT_PREFIX="dictd_www.freedict.de_" -inherit base stardict +inherit eutils stardict RESTRICT="mirror" HOMEPAGE="http://stardict.sourceforge.net/Dictionaries_dictd-www.freedict.de.php" KEYWORDS="~amd64 ~x86" IUSE="" RDEPEND="" + +src_prepare() { + epatch_user +} -- cgit v1.2.3-65-gdbad