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 | |
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')
18 files changed, 72 insertions, 9 deletions
diff --git a/app-dicts/stardict-dictd-BritannicaConcise/ChangeLog b/app-dicts/stardict-dictd-BritannicaConcise/ChangeLog index 8933501e..fb296e91 100644 --- a/app-dicts/stardict-dictd-BritannicaConcise/ChangeLog +++ b/app-dicts/stardict-dictd-BritannicaConcise/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-dictd-BritannicaConcise/stardict-dictd-BritannicaConcise-2.4.2.ebuild b/app-dicts/stardict-dictd-BritannicaConcise/stardict-dictd-BritannicaConcise-2.4.2.ebuild index 5ee345c3..d50ff4c5 100644 --- a/app-dicts/stardict-dictd-BritannicaConcise/stardict-dictd-BritannicaConcise-2.4.2.ebuild +++ b/app-dicts/stardict-dictd-BritannicaConcise/stardict-dictd-BritannicaConcise-2.4.2.ebuild @@ -4,7 +4,7 @@ EAPI="4" DICT_PREFIX="" -inherit base stardict +inherit eutils stardict RESTRICT="mirror" DESCRIPTION="Stardict Dictionary for Dictd.org's The Britannica Concise Encyclopedia" @@ -13,3 +13,7 @@ HOMEPAGE="http://stardict.sourceforge.net/Dictionaries_dictd-www.dict.org.php" KEYWORDS="~amd64 ~x86" IUSE="" RDEPEND="" + +src_prepare() { + epatch_user +} diff --git a/app-dicts/stardict-dictd-cced/ChangeLog b/app-dicts/stardict-dictd-cced/ChangeLog index a47fa633..710f372c 100644 --- a/app-dicts/stardict-dictd-cced/ChangeLog +++ b/app-dicts/stardict-dictd-cced/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-dictd-cced/stardict-dictd-cced-2.4.2.ebuild b/app-dicts/stardict-dictd-cced/stardict-dictd-cced-2.4.2.ebuild index e997c44e..798e516c 100644 --- a/app-dicts/stardict-dictd-cced/stardict-dictd-cced-2.4.2.ebuild +++ b/app-dicts/stardict-dictd-cced/stardict-dictd-cced-2.4.2.ebuild @@ -4,7 +4,7 @@ EAPI="4" DICT_PREFIX="" -inherit base stardict +inherit eutils stardict RESTRICT="mirror" DESCRIPTION="Stardict Dictionary for Dictd.org's Collins Cobuild English Dictionary" @@ -13,3 +13,7 @@ HOMEPAGE="http://stardict.sourceforge.net/Dictionaries_dictd-www.dict.org.php" KEYWORDS="~amd64 ~x86" IUSE="" RDEPEND="" + +src_prepare() { + epatch_user +} diff --git a/app-dicts/stardict-dictd-longman/ChangeLog b/app-dicts/stardict-dictd-longman/ChangeLog index dd5884df..1edec86e 100644 --- a/app-dicts/stardict-dictd-longman/ChangeLog +++ b/app-dicts/stardict-dictd-longman/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-dictd-longman/stardict-dictd-longman-2.4.2.ebuild b/app-dicts/stardict-dictd-longman/stardict-dictd-longman-2.4.2.ebuild index bca685dc..1009346b 100644 --- a/app-dicts/stardict-dictd-longman/stardict-dictd-longman-2.4.2.ebuild +++ b/app-dicts/stardict-dictd-longman/stardict-dictd-longman-2.4.2.ebuild @@ -4,7 +4,7 @@ EAPI="4" DICT_PREFIX="" -inherit base stardict +inherit eutils stardict RESTRICT="mirror" DESCRIPTION="Stardict Dictionary for Dictd.org's Longman Dictionary of Contemporary English" @@ -13,3 +13,7 @@ HOMEPAGE="http://stardict.sourceforge.net/Dictionaries_dictd-www.dict.org.php" KEYWORDS="~amd64 ~x86" IUSE="" RDEPEND="" + +src_prepare() { + epatch_user +} diff --git a/app-dicts/stardict-dictd-merrianwebster/ChangeLog b/app-dicts/stardict-dictd-merrianwebster/ChangeLog index f4f7a5dc..cc7f40c6 100644 --- a/app-dicts/stardict-dictd-merrianwebster/ChangeLog +++ b/app-dicts/stardict-dictd-merrianwebster/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-dictd-merrianwebster/stardict-dictd-merrianwebster-2.4.2.ebuild b/app-dicts/stardict-dictd-merrianwebster/stardict-dictd-merrianwebster-2.4.2.ebuild index a5c0c986..dae3e44b 100644 --- a/app-dicts/stardict-dictd-merrianwebster/stardict-dictd-merrianwebster-2.4.2.ebuild +++ b/app-dicts/stardict-dictd-merrianwebster/stardict-dictd-merrianwebster-2.4.2.ebuild @@ -4,7 +4,7 @@ EAPI="4" DICT_PREFIX="" -inherit base stardict +inherit eutils stardict RESTRICT="mirror" DESCRIPTION="Stardict Dictionary for Dictd.org's Merrian Webster 10th dictionary" @@ -13,3 +13,7 @@ HOMEPAGE="http://stardict.sourceforge.net/Dictionaries_dictd-www.dict.org.php" KEYWORDS="~amd64 ~x86" IUSE="" RDEPEND="" + +src_prepare() { + epatch_user +} diff --git a/app-dicts/stardict-dictd-oald/ChangeLog b/app-dicts/stardict-dictd-oald/ChangeLog index 5a0d965c..d6d43e04 100644 --- a/app-dicts/stardict-dictd-oald/ChangeLog +++ b/app-dicts/stardict-dictd-oald/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-dictd-oald/stardict-dictd-oald-2.4.2.ebuild b/app-dicts/stardict-dictd-oald/stardict-dictd-oald-2.4.2.ebuild index 402ddb74..92bf0ef1 100644 --- a/app-dicts/stardict-dictd-oald/stardict-dictd-oald-2.4.2.ebuild +++ b/app-dicts/stardict-dictd-oald/stardict-dictd-oald-2.4.2.ebuild @@ -4,7 +4,7 @@ EAPI="4" DICT_PREFIX="" -inherit base stardict +inherit eutils stardict RESTRICT="mirror" DESCRIPTION="Stardict Dictionary for Dictd.org's Oxford Advanced Learner's Dictionary" @@ -13,3 +13,7 @@ HOMEPAGE="http://stardict.sourceforge.net/Dictionaries_dictd-www.dict.org.php" KEYWORDS="~amd64 ~x86" IUSE="" RDEPEND="" + +src_prepare() { + epatch_user +} diff --git a/app-dicts/stardict-dictd-thesaurus-ee/ChangeLog b/app-dicts/stardict-dictd-thesaurus-ee/ChangeLog index ed37251c..2e293fea 100644 --- a/app-dicts/stardict-dictd-thesaurus-ee/ChangeLog +++ b/app-dicts/stardict-dictd-thesaurus-ee/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-dictd-thesaurus-ee/stardict-dictd-thesaurus-ee-2.4.2.ebuild b/app-dicts/stardict-dictd-thesaurus-ee/stardict-dictd-thesaurus-ee-2.4.2.ebuild index e7702266..39ea77ee 100644 --- a/app-dicts/stardict-dictd-thesaurus-ee/stardict-dictd-thesaurus-ee-2.4.2.ebuild +++ b/app-dicts/stardict-dictd-thesaurus-ee/stardict-dictd-thesaurus-ee-2.4.2.ebuild @@ -4,7 +4,7 @@ EAPI="4" DICT_PREFIX="" -inherit base stardict +inherit eutils stardict RESTRICT="mirror" DESCRIPTION="Stardict Dictionary for Dictd.org's English Thesaurus" @@ -13,3 +13,7 @@ HOMEPAGE="http://stardict.sourceforge.net/Dictionaries_dictd-www.dict.org.php" KEYWORDS="~amd64 ~x86" IUSE="" RDEPEND="" + +src_prepare() { + epatch_user +} diff --git a/app-dicts/stardict-freedict-deu-eng/ChangeLog b/app-dicts/stardict-freedict-deu-eng/ChangeLog index a938bc19..6f21eb65 100644 --- a/app-dicts/stardict-freedict-deu-eng/ChangeLog +++ b/app-dicts/stardict-freedict-deu-eng/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-deu-eng/stardict-freedict-deu-eng-2.4.2.ebuild b/app-dicts/stardict-freedict-deu-eng/stardict-freedict-deu-eng-2.4.2.ebuild index c31ebe4e..cbf419b2 100644 --- a/app-dicts/stardict-freedict-deu-eng/stardict-freedict-deu-eng-2.4.2.ebuild +++ b/app-dicts/stardict-freedict-deu-eng/stardict-freedict-deu-eng-2.4.2.ebuild @@ -6,10 +6,14 @@ EAPI="4" FROM_LANG="German" TO_LANG="English" 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 +} diff --git a/app-dicts/stardict-freedict-deu-ita/ChangeLog b/app-dicts/stardict-freedict-deu-ita/ChangeLog index c5a5859a..bcd18005 100644 --- a/app-dicts/stardict-freedict-deu-ita/ChangeLog +++ b/app-dicts/stardict-freedict-deu-ita/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-deu-ita/stardict-freedict-deu-ita-2.4.2.ebuild b/app-dicts/stardict-freedict-deu-ita/stardict-freedict-deu-ita-2.4.2.ebuild index bea636f6..945c329e 100644 --- a/app-dicts/stardict-freedict-deu-ita/stardict-freedict-deu-ita-2.4.2.ebuild +++ b/app-dicts/stardict-freedict-deu-ita/stardict-freedict-deu-ita-2.4.2.ebuild @@ -6,10 +6,14 @@ EAPI="4" FROM_LANG="German" TO_LANG="Italian" 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 +} 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 +} |