diff options
author | Peter Volkov <pva@gentoo.org> | 2009-01-23 13:26:08 +0000 |
---|---|---|
committer | Peter Volkov <pva@gentoo.org> | 2009-01-23 13:26:08 +0000 |
commit | 625189a0809a4bb2a6d100d6bc7bfa11ee9b17f4 (patch) | |
tree | 799a98ddd3edb8ed40aa300d0c1a2142e0d2bb96 /app-dicts/stardict-hnd-vi-en | |
parent | Drop stardict dependency as it's provided by stardict.eclass. (diff) | |
download | gentoo-2-625189a0809a4bb2a6d100d6bc7bfa11ee9b17f4.tar.gz gentoo-2-625189a0809a4bb2a6d100d6bc7bfa11ee9b17f4.tar.bz2 gentoo-2-625189a0809a4bb2a6d100d6bc7bfa11ee9b17f4.zip |
Drop stardict dependency as it's provided by stardict.eclass.
(Portage version: 2.2_rc23/cvs/Linux i686)
Diffstat (limited to 'app-dicts/stardict-hnd-vi-en')
-rw-r--r-- | app-dicts/stardict-hnd-vi-en/ChangeLog | 8 | ||||
-rw-r--r-- | app-dicts/stardict-hnd-vi-en/stardict-hnd-vi-en-20050917.ebuild | 11 |
2 files changed, 11 insertions, 8 deletions
diff --git a/app-dicts/stardict-hnd-vi-en/ChangeLog b/app-dicts/stardict-hnd-vi-en/ChangeLog index a94a8f0349ed..a1c92c8fdb44 100644 --- a/app-dicts/stardict-hnd-vi-en/ChangeLog +++ b/app-dicts/stardict-hnd-vi-en/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-dicts/stardict-hnd-vi-en -# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-dicts/stardict-hnd-vi-en/ChangeLog,v 1.5 2008/08/16 16:46:57 tove Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-dicts/stardict-hnd-vi-en/ChangeLog,v 1.6 2009/01/23 13:26:08 pva Exp $ + + 23 Jan 2009; Peter Volkov <pva@gentoo.org> + stardict-hnd-vi-en-20050917.ebuild: + Drop stardict dependency as it's provided by stardict.eclass. 16 Aug 2008; Torsten Veller <tove@gentoo.org> metadata.xml: Remove pclouds from metadata.xml (#49680) diff --git a/app-dicts/stardict-hnd-vi-en/stardict-hnd-vi-en-20050917.ebuild b/app-dicts/stardict-hnd-vi-en/stardict-hnd-vi-en-20050917.ebuild index 2c0f2163f227..ad30d2179bfd 100644 --- a/app-dicts/stardict-hnd-vi-en/stardict-hnd-vi-en-20050917.ebuild +++ b/app-dicts/stardict-hnd-vi-en/stardict-hnd-vi-en-20050917.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-hnd-vi-en/stardict-hnd-vi-en-20050917.ebuild,v 1.3 2007/02/01 14:46:32 blubb Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-dicts/stardict-hnd-vi-en/stardict-hnd-vi-en-20050917.ebuild,v 1.4 2009/01/23 13:26:08 pva Exp $ FROM_LANG="Vietnamese" TO_LANG="English" @@ -12,9 +12,8 @@ SRC_URI="http://james.dyndns.ws/pub/Dictionary/StarDict-James/VietAnh23K.zip" KEYWORDS="~amd64 ~x86" IUSE="" -S="${WORKDIR}/VietAnh" -DEPEND="${DEPEND} - app-arch/unzip" +DEPEND="app-arch/unzip" +RDEPEND="" -RDEPEND=">=app-dicts/stardict-2.4.2" +S=${WORKDIR}/VietAnh |