diff options
author | Heinrich Wendel <lanius@gentoo.org> | 2003-09-07 23:48:44 +0000 |
---|---|---|
committer | Heinrich Wendel <lanius@gentoo.org> | 2003-09-07 23:48:44 +0000 |
commit | e48ba5303b5af92c3796fea658b4d90f738a5602 (patch) | |
tree | a20c503a95bd27c17973b845910bc59400f7b68c /app-dicts/pydict | |
parent | repoman fixes (diff) | |
download | historical-e48ba5303b5af92c3796fea658b4d90f738a5602.tar.gz historical-e48ba5303b5af92c3796fea658b4d90f738a5602.tar.bz2 historical-e48ba5303b5af92c3796fea658b4d90f738a5602.zip |
repoman fixes
Diffstat (limited to 'app-dicts/pydict')
-rw-r--r-- | app-dicts/pydict/Manifest | 4 | ||||
-rw-r--r-- | app-dicts/pydict/pydict-0.2.5.1.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/app-dicts/pydict/Manifest b/app-dicts/pydict/Manifest index 08b70b2574dc..d27aca345c05 100644 --- a/app-dicts/pydict/Manifest +++ b/app-dicts/pydict/Manifest @@ -1,4 +1,4 @@ -MD5 784782172d48b8d1a5df378a533de60b ChangeLog 507 +MD5 641d10cb5f245be0cede90e1728156d9 ChangeLog 508 MD5 e92a48548554c80cf90e18df17ff6a82 metadata.xml 156 -MD5 8181da5b8ee792333e58f7b211450d0f pydict-0.2.5.1.ebuild 873 +MD5 6d8000b87978ae3290ef9290077a0c3b pydict-0.2.5.1.ebuild 864 MD5 8801a0e35cf3308e5ceb96f46279dde7 files/digest-pydict-0.2.5.1 67 diff --git a/app-dicts/pydict/pydict-0.2.5.1.ebuild b/app-dicts/pydict/pydict-0.2.5.1.ebuild index bedf812a4bda..943fecf67257 100644 --- a/app-dicts/pydict/pydict-0.2.5.1.ebuild +++ b/app-dicts/pydict/pydict-0.2.5.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-dicts/pydict/pydict-0.2.5.1.ebuild,v 1.5 2003/07/16 15:21:28 pvdabeel Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-dicts/pydict/pydict-0.2.5.1.ebuild,v 1.6 2003/09/07 23:47:08 lanius Exp $ DESCRIPTION="Chinese-English / English-Chinese dictionary" HOMEPAGE="http://sourceforge.net/projects/pydict" @@ -10,7 +10,7 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="x86 ~ppc" DEPEND="virtual/python - =dev-python/pygtk-0.6*" + =dev-python/pygtk-0.6*" S="${WORKDIR}/dict" |