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-hnd-vi-de | |
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-hnd-vi-de')
-rw-r--r-- | app-dicts/stardict-hnd-vi-de/ChangeLog | 8 | ||||
-rw-r--r-- | app-dicts/stardict-hnd-vi-de/stardict-hnd-vi-de-20050917.ebuild | 11 |
2 files changed, 11 insertions, 8 deletions
diff --git a/app-dicts/stardict-hnd-vi-de/ChangeLog b/app-dicts/stardict-hnd-vi-de/ChangeLog index c10fba949e4a..7c4b6914f8b0 100644 --- a/app-dicts/stardict-hnd-vi-de/ChangeLog +++ b/app-dicts/stardict-hnd-vi-de/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-dicts/stardict-hnd-vi-de -# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-dicts/stardict-hnd-vi-de/ChangeLog,v 1.5 2008/08/16 16:47:46 tove Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-dicts/stardict-hnd-vi-de/ChangeLog,v 1.6 2009/01/23 13:25:02 pva Exp $ + + 23 Jan 2009; Peter Volkov <pva@gentoo.org> + stardict-hnd-vi-de-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-de/stardict-hnd-vi-de-20050917.ebuild b/app-dicts/stardict-hnd-vi-de/stardict-hnd-vi-de-20050917.ebuild index 60e0aa8822fd..7b681763e7b5 100644 --- a/app-dicts/stardict-hnd-vi-de/stardict-hnd-vi-de-20050917.ebuild +++ b/app-dicts/stardict-hnd-vi-de/stardict-hnd-vi-de-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-de/stardict-hnd-vi-de-20050917.ebuild,v 1.3 2007/02/01 14:46:07 blubb Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-dicts/stardict-hnd-vi-de/stardict-hnd-vi-de-20050917.ebuild,v 1.4 2009/01/23 13:25:02 pva Exp $ FROM_LANG="Vietnamese" TO_LANG="German" @@ -12,9 +12,8 @@ SRC_URI="http://james.dyndns.ws/pub/Dictionary/StarDict-James/VietDuc12K.zip" KEYWORDS="~amd64 ~x86" IUSE="" -S="${WORKDIR}/VietDuc" -DEPEND="${DEPEND} - app-arch/unzip" +DEPEND="app-arch/unzip" +RDEPEND="" -RDEPEND=">=app-dicts/stardict-2.4.2" +S=${WORKDIR}/VietDuc |