diff options
author | Martin Väth <martin@mvath.de> | 2012-05-12 21:48:57 +0200 |
---|---|---|
committer | Martin Väth <martin@mvath.de> | 2015-10-11 10:48:06 +0200 |
commit | d4094d9b83a0e74ac34c8e84cf6afcf9f29a2af6 (patch) | |
tree | 2a5ea9ae39450958316da86a1e309d6de091e7c5 /app-dicts/stardict-freedict-ita-deu | |
parent | Bump portage-bashrc-mv, noscript. Update checksums (diff) | |
download | mv-d4094d9b83a0e74ac34c8e84cf6afcf9f29a2af6.tar.gz mv-d4094d9b83a0e74ac34c8e84cf6afcf9f29a2af6.tar.bz2 mv-d4094d9b83a0e74ac34c8e84cf6afcf9f29a2af6.zip |
base-eclass. Update checksums
Diffstat (limited to 'app-dicts/stardict-freedict-ita-deu')
-rw-r--r-- | app-dicts/stardict-freedict-ita-deu/ChangeLog | 3 | ||||
-rw-r--r-- | app-dicts/stardict-freedict-ita-deu/stardict-freedict-ita-deu-2.4.2.ebuild | 6 |
2 files changed, 8 insertions, 1 deletions
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 <martin@mvath.de> + base->eutils + 15 Apr 2012; Martin Väth <martin@mvath.de> 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 +} |