diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-06-29 20:22:11 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-06-29 20:22:11 +0000 |
commit | 6bd01bd599de1e172dbe1f57509e6b234a5949b7 (patch) | |
tree | 1c1605e2f4bef0a351e4539dd42057eb1663943d /app-dicts/stardict-cdict-en-zh-big5 | |
parent | removed unmaintained package. closes #42963 (diff) | |
download | gentoo-2-6bd01bd599de1e172dbe1f57509e6b234a5949b7.tar.gz gentoo-2-6bd01bd599de1e172dbe1f57509e6b234a5949b7.tar.bz2 gentoo-2-6bd01bd599de1e172dbe1f57509e6b234a5949b7.zip |
sync IUSE (missing)
Diffstat (limited to 'app-dicts/stardict-cdict-en-zh-big5')
-rw-r--r-- | app-dicts/stardict-cdict-en-zh-big5/ChangeLog | 6 | ||||
-rw-r--r-- | app-dicts/stardict-cdict-en-zh-big5/stardict-cdict-en-zh-big5-2.4.2.ebuild | 3 |
2 files changed, 7 insertions, 2 deletions
diff --git a/app-dicts/stardict-cdict-en-zh-big5/ChangeLog b/app-dicts/stardict-cdict-en-zh-big5/ChangeLog index 4ac16d792684..6f052c95c75c 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-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-dicts/stardict-cdict-en-zh-big5/ChangeLog,v 1.3 2004/06/24 21:45:38 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-dicts/stardict-cdict-en-zh-big5/ChangeLog,v 1.4 2004/06/29 20:22:11 agriffis Exp $ + + 29 Jun 2004; Aron Griffis <agriffis@gentoo.org> + stardict-cdict-en-zh-big5-2.4.2.ebuild: + sync IUSE (missing) *stardict-cdict-en-zh-big5-2.4.2 (07 Jan 2004) 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 fa30c05ccc86..599885a2feb4 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-2004 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.4 2004/06/24 21:45:38 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-dicts/stardict-cdict-en-zh-big5/stardict-cdict-en-zh-big5-2.4.2.ebuild,v 1.5 2004/06/29 20:22:11 agriffis Exp $ FROM_LANG="English" TO_LANG="Traditional Chinese (BIG5)" @@ -12,5 +12,6 @@ inherit stardict HOMEPAGE="http://stardict.sourceforge.net/Dictionaries_zh_TW.php" KEYWORDS="~x86 ~ppc" +IUSE="" RDEPEND=">=app-dicts/stardict-2.4.2" |