diff options
author | Peter Volkov <pva@gentoo.org> | 2009-01-23 13:30:42 +0000 |
---|---|---|
committer | Peter Volkov <pva@gentoo.org> | 2009-01-23 13:30:42 +0000 |
commit | 1a701fb145cddd928976b3ea9d215c17b5f0fb13 (patch) | |
tree | 8ab559b52afda32e436ce31c302fb1ac211ae9c3 /app-dicts/stardict-cdict-en-zh-big5 | |
parent | Drop stardict dependency as it's provided by stardict.eclass. (diff) | |
download | historical-1a701fb145cddd928976b3ea9d215c17b5f0fb13.tar.gz historical-1a701fb145cddd928976b3ea9d215c17b5f0fb13.tar.bz2 historical-1a701fb145cddd928976b3ea9d215c17b5f0fb13.zip |
Drop stardict dependency as it's provided by stardict.eclass.
Package-Manager: portage-2.2_rc23/cvs/Linux i686
Diffstat (limited to 'app-dicts/stardict-cdict-en-zh-big5')
-rw-r--r-- | app-dicts/stardict-cdict-en-zh-big5/ChangeLog | 8 | ||||
-rw-r--r-- | app-dicts/stardict-cdict-en-zh-big5/stardict-cdict-en-zh-big5-2.4.2.ebuild | 8 |
2 files changed, 11 insertions, 5 deletions
diff --git a/app-dicts/stardict-cdict-en-zh-big5/ChangeLog b/app-dicts/stardict-cdict-en-zh-big5/ChangeLog index 42415d457eaa..2e276740f86d 100644 --- a/app-dicts/stardict-cdict-en-zh-big5/ChangeLog +++ b/app-dicts/stardict-cdict-en-zh-big5/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-dicts/stardict-cdict-en-zh-big5 -# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-dicts/stardict-cdict-en-zh-big5/ChangeLog,v 1.8 2008/03/27 12:58:23 pva Exp $ +# Copyright 2000-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-dicts/stardict-cdict-en-zh-big5/ChangeLog,v 1.9 2009/01/23 13:28:12 pva Exp $ + + 23 Jan 2009; Peter Volkov <pva@gentoo.org> + stardict-cdict-en-zh-big5-2.4.2.ebuild: + Drop stardict dependency as it's provided by stardict.eclass. 27 Mar 2008; Peter Volkov <pva@gentoo.org> -stardict-cdict-en-zh-big5-2.1.0.ebuild: diff --git a/app-dicts/stardict-cdict-en-zh-big5/stardict-cdict-en-zh-big5-2.4.2.ebuild b/app-dicts/stardict-cdict-en-zh-big5/stardict-cdict-en-zh-big5-2.4.2.ebuild index 5bd809a62c6f..a368fbe74721 100644 --- a/app-dicts/stardict-cdict-en-zh-big5/stardict-cdict-en-zh-big5-2.4.2.ebuild +++ b/app-dicts/stardict-cdict-en-zh-big5/stardict-cdict-en-zh-big5-2.4.2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-dicts/stardict-cdict-en-zh-big5/stardict-cdict-en-zh-big5-2.4.2.ebuild,v 1.8 2007/02/01 14:38:06 blubb Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-dicts/stardict-cdict-en-zh-big5/stardict-cdict-en-zh-big5-2.4.2.ebuild,v 1.9 2009/01/23 13:28:12 pva Exp $ FROM_LANG="English" TO_LANG="Traditional Chinese (BIG5)" @@ -14,4 +14,6 @@ HOMEPAGE="http://stardict.sourceforge.net/Dictionaries_zh_TW.php" KEYWORDS="~amd64 ~ppc ~sparc ~x86" IUSE="" -RDEPEND=">=app-dicts/stardict-2.4.2" +DEPEND="" +RDEPEND="" + |