diff options
author | Peter Volkov <pva@gentoo.org> | 2009-01-23 13:23:53 +0000 |
---|---|---|
committer | Peter Volkov <pva@gentoo.org> | 2009-01-23 13:23:53 +0000 |
commit | 3a103d0502d7f4849733b441e8d5b2dfcc63d535 (patch) | |
tree | 4b0f3ed1a9de6b9a60344a5a05ff5afcb638e3ea /app-dicts/stardict-hnd-en-vi | |
parent | Drop stardict dependency as it's provided by stardict.eclass. (diff) | |
download | gentoo-2-3a103d0502d7f4849733b441e8d5b2dfcc63d535.tar.gz gentoo-2-3a103d0502d7f4849733b441e8d5b2dfcc63d535.tar.bz2 gentoo-2-3a103d0502d7f4849733b441e8d5b2dfcc63d535.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-en-vi')
-rw-r--r-- | app-dicts/stardict-hnd-en-vi/ChangeLog | 8 | ||||
-rw-r--r-- | app-dicts/stardict-hnd-en-vi/stardict-hnd-en-vi-20050917.ebuild | 11 |
2 files changed, 11 insertions, 8 deletions
diff --git a/app-dicts/stardict-hnd-en-vi/ChangeLog b/app-dicts/stardict-hnd-en-vi/ChangeLog index 3b5ed2289895..5b7e9f8b6d18 100644 --- a/app-dicts/stardict-hnd-en-vi/ChangeLog +++ b/app-dicts/stardict-hnd-en-vi/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-dicts/stardict-hnd-en-vi -# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-dicts/stardict-hnd-en-vi/ChangeLog,v 1.4 2008/08/16 16:49:28 tove Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-dicts/stardict-hnd-en-vi/ChangeLog,v 1.5 2009/01/23 13:23:53 pva Exp $ + + 23 Jan 2009; Peter Volkov <pva@gentoo.org> + stardict-hnd-en-vi-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-en-vi/stardict-hnd-en-vi-20050917.ebuild b/app-dicts/stardict-hnd-en-vi/stardict-hnd-en-vi-20050917.ebuild index 3cc2b6506695..afd9731ad1e0 100644 --- a/app-dicts/stardict-hnd-en-vi/stardict-hnd-en-vi-20050917.ebuild +++ b/app-dicts/stardict-hnd-en-vi/stardict-hnd-en-vi-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-en-vi/stardict-hnd-en-vi-20050917.ebuild,v 1.3 2007/02/01 14:44:38 blubb Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-dicts/stardict-hnd-en-vi/stardict-hnd-en-vi-20050917.ebuild,v 1.4 2009/01/23 13:23:53 pva Exp $ FROM_LANG="English" TO_LANG="Vietnamese" @@ -12,9 +12,8 @@ SRC_URI="http://james.dyndns.ws/pub/Dictionary/StarDict-James/AnhViet109K.zip" KEYWORDS="~amd64 ~x86" IUSE="" -S="${WORKDIR}/AnhViet" -DEPEND="${DEPEND} - app-arch/unzip" +DEPEND="app-arch/unzip" +RDEPEND="" -RDEPEND=">=app-dicts/stardict-2.4.2" +S=${WORKDIR}/AnhViet |