diff options
author | Alastair Tse <liquidx@gentoo.org> | 2003-04-30 23:28:45 +0000 |
---|---|---|
committer | Alastair Tse <liquidx@gentoo.org> | 2003-04-30 23:28:45 +0000 |
commit | 940a6b0d9860f6628456fd7b8f700ef18f901e8a (patch) | |
tree | 2aa04426873a77a35fbca852c6b65998f8af0a9e /app-dicts | |
parent | cleanup as old versions don't work with new soulseek protocol. 1.1.x marked s... (diff) | |
download | gentoo-2-940a6b0d9860f6628456fd7b8f700ef18f901e8a.tar.gz gentoo-2-940a6b0d9860f6628456fd7b8f700ef18f901e8a.tar.bz2 gentoo-2-940a6b0d9860f6628456fd7b8f700ef18f901e8a.zip |
version bump
Diffstat (limited to 'app-dicts')
-rw-r--r-- | app-dicts/stardict/ChangeLog | 7 | ||||
-rw-r--r-- | app-dicts/stardict/Manifest | 7 | ||||
-rw-r--r-- | app-dicts/stardict/files/digest-stardict-2.0.0_pre2 | 1 | ||||
-rw-r--r-- | app-dicts/stardict/stardict-2.0.0_pre2.ebuild | 19 |
4 files changed, 33 insertions, 1 deletions
diff --git a/app-dicts/stardict/ChangeLog b/app-dicts/stardict/ChangeLog index 61a28c61f1b7..890c90366f4c 100644 --- a/app-dicts/stardict/ChangeLog +++ b/app-dicts/stardict/ChangeLog @@ -1,6 +1,11 @@ # 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.3 2003/03/29 02:15:27 liquidx Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-dicts/stardict/ChangeLog,v 1.4 2003/04/30 23:28:37 liquidx Exp $ + +*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! *stardict-1.3 (08 Nov 2002) diff --git a/app-dicts/stardict/Manifest b/app-dicts/stardict/Manifest new file mode 100644 index 000000000000..ef05fa77cc71 --- /dev/null +++ b/app-dicts/stardict/Manifest @@ -0,0 +1,7 @@ +MD5 7286cdcd9ea34d0b6752e5820083ca7f ChangeLog 855 +MD5 a622daf39fa527715ccd8f66b829d722 stardict-1.3.ebuild 1001 +MD5 fda01be52cbab6f1ae0394684666a5df stardict-2.0.0_pre2.ebuild 699 +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 diff --git a/app-dicts/stardict/files/digest-stardict-2.0.0_pre2 b/app-dicts/stardict/files/digest-stardict-2.0.0_pre2 new file mode 100644 index 000000000000..96fba9186626 --- /dev/null +++ b/app-dicts/stardict/files/digest-stardict-2.0.0_pre2 @@ -0,0 +1 @@ +MD5 d82c3cb859865db3c8135690aeed3759 stardict-2.0.0-pre2.tar.gz 13205296 diff --git a/app-dicts/stardict/stardict-2.0.0_pre2.ebuild b/app-dicts/stardict/stardict-2.0.0_pre2.ebuild new file mode 100644 index 000000000000..d998226370f5 --- /dev/null +++ b/app-dicts/stardict/stardict-2.0.0_pre2.ebuild @@ -0,0 +1,19 @@ +# 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_pre2.ebuild,v 1.1 2003/04/30 23:28:37 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" |