diff options
author | Alastair Tse <liquidx@gentoo.org> | 2003-05-04 18:40:04 +0000 |
---|---|---|
committer | Alastair Tse <liquidx@gentoo.org> | 2003-05-04 18:40:04 +0000 |
commit | bc64b6ce091df4a99775670f3723da088eb79475 (patch) | |
tree | 7e4bf7793d0e8dfa948ee4d8a4d9af089c1f6cd3 /app-dicts | |
parent | added gnome2_omf_fix(). fixes omf makefiles to speed up docs compilation. (diff) | |
download | gentoo-2-bc64b6ce091df4a99775670f3723da088eb79475.tar.gz gentoo-2-bc64b6ce091df4a99775670f3723da088eb79475.tar.bz2 gentoo-2-bc64b6ce091df4a99775670f3723da088eb79475.zip |
version bump
Diffstat (limited to 'app-dicts')
-rw-r--r-- | app-dicts/stardict/ChangeLog | 10 | ||||
-rw-r--r-- | app-dicts/stardict/Manifest | 4 | ||||
-rw-r--r-- | app-dicts/stardict/files/digest-stardict-2.0.0 | 1 | ||||
-rw-r--r-- | app-dicts/stardict/stardict-2.0.0.ebuild | 24 |
4 files changed, 36 insertions, 3 deletions
diff --git a/app-dicts/stardict/ChangeLog b/app-dicts/stardict/ChangeLog index 890c90366f4c..02a7dd9d6610 100644 --- a/app-dicts/stardict/ChangeLog +++ b/app-dicts/stardict/ChangeLog @@ -1,11 +1,17 @@ # ChangeLog for app-dicts/stardict # Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-dicts/stardict/ChangeLog,v 1.4 2003/04/30 23:28:37 liquidx Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-dicts/stardict/ChangeLog,v 1.5 2003/05/04 18:39:53 liquidx Exp $ + +*stardict-2.0.0 (04 May 2003) + + 04 May 2003; Alastair Tse <liquidx@gentoo.org> stardict-2.0.0.ebuild: + version bump *stardict-2.0.0_pre2 (01 May 2003) 01 May 2003; Alastair Tse <liquidx@gentoo.org> stardict-2.0.0_pre2.ebuild: - bump to gnome2 version. very neat! + bump to gnome2 version. very neat, thanks to Lloyd Huang + <lloyd@coventive.com> (#20151) *stardict-1.3 (08 Nov 2002) diff --git a/app-dicts/stardict/Manifest b/app-dicts/stardict/Manifest index ef05fa77cc71..471f1c5f4dec 100644 --- a/app-dicts/stardict/Manifest +++ b/app-dicts/stardict/Manifest @@ -1,7 +1,9 @@ -MD5 7286cdcd9ea34d0b6752e5820083ca7f ChangeLog 855 +MD5 2b67fb808a7a8995358b723757a908cd ChangeLog 1029 MD5 a622daf39fa527715ccd8f66b829d722 stardict-1.3.ebuild 1001 MD5 fda01be52cbab6f1ae0394684666a5df stardict-2.0.0_pre2.ebuild 699 +MD5 4e0435a7c46947db2189c08dfb2998f7 stardict-2.0.0.ebuild 742 MD5 8c883ac42c0e95c25897c3a822ee6a92 files/digest-stardict-1.3 65 MD5 b41107d5daeb5414fa21b3f9905e105c files/stardict-config.sh 565 MD5 40e8df6800d5f7bf138a3a6692854a56 files/stardict-gentoo.patch 547 MD5 5ece82ec21b57a1bfe888ec3321c9b86 files/digest-stardict-2.0.0_pre2 73 +MD5 373d2056aab691372d01a805d9fc0743 files/digest-stardict-2.0.0 66 diff --git a/app-dicts/stardict/files/digest-stardict-2.0.0 b/app-dicts/stardict/files/digest-stardict-2.0.0 new file mode 100644 index 000000000000..8a1bff9a4c92 --- /dev/null +++ b/app-dicts/stardict/files/digest-stardict-2.0.0 @@ -0,0 +1 @@ +MD5 6ba52d96f1692a129f29601ac339ab49 stardict-2.0.0.tar.gz 551536 diff --git a/app-dicts/stardict/stardict-2.0.0.ebuild b/app-dicts/stardict/stardict-2.0.0.ebuild new file mode 100644 index 000000000000..d7ad5a6584fb --- /dev/null +++ b/app-dicts/stardict/stardict-2.0.0.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2003 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-dicts/stardict/stardict-2.0.0.ebuild,v 1.1 2003/05/04 18:39:53 liquidx Exp $ + +inherit gnome2 + +IUSE="" +MY_P=${P/_/-} +S=${WORKDIR}/${MY_P/-pre2/} +DESCRIPTION="A Gnome2 English-Chinese dictionary with fuzzy search." +HOMEPAGE="http://forlinux.yeah.net http://cosoft.org.cn/projects/stardict/" +SRC_URI="http://reciteword.cosoft.org.cn/yaoguang/myapps/${MY_P}.tar.gz" +LICENSE="GPL-1" +SLOT="0" +KEYWORDS="~x86" +DEPEND=">=gnome-base/libbonobo-2.2.0 + >=gnome-base/libgnome-2.2.0 + >=gnome-base/libgnomeui-2.2.0 + >=gnome-base/bonobo-activation-2.2.0" + +src_unpack() { + unpack ${A} + gnome2_omf_fix +} |