diff options
author | Rob Cakebread <pythonhead@gentoo.org> | 2004-09-05 02:10:25 +0000 |
---|---|---|
committer | Rob Cakebread <pythonhead@gentoo.org> | 2004-09-05 02:10:25 +0000 |
commit | 9681d4970a78b440185c6c6d5a45915fbdd953a3 (patch) | |
tree | 87efd8c77707a572f8586c8c88b1c4266784e4cb | |
parent | Generate help text from the .vim file automatically. Added help text, bug #62... (diff) | |
download | gentoo-2-9681d4970a78b440185c6c6d5a45915fbdd953a3.tar.gz gentoo-2-9681d4970a78b440185c6c6d5a45915fbdd953a3.tar.bz2 gentoo-2-9681d4970a78b440185c6c6d5a45915fbdd953a3.zip |
Fixed diest
-rw-r--r-- | app-i18n/poedit/Manifest | 18 | ||||
-rw-r--r-- | app-i18n/poedit/files/digest-poedit-1.2.5 | 1 | ||||
-rw-r--r-- | app-i18n/poedit/poedit-1.2.5.ebuild | 4 |
3 files changed, 7 insertions, 16 deletions
diff --git a/app-i18n/poedit/Manifest b/app-i18n/poedit/Manifest index 4566a90e7544..9f5be40d6b50 100644 --- a/app-i18n/poedit/Manifest +++ b/app-i18n/poedit/Manifest @@ -1,18 +1,8 @@ ------BEGIN PGP SIGNED MESSAGE----- -Hash: SHA1 - -MD5 b164063d32a150bf3b477d36591ee05e ChangeLog 3429 -MD5 c4586cce6fe0dba3cd10f69fbd0515ca metadata.xml 221 MD5 c6daf720a3cefbb19aaa05b00c731dd0 poedit-1.2.3.ebuild 1278 MD5 b647ccad233dedb3ba663f3161614e7e poedit-1.2.4.ebuild 1310 -MD5 b48fc2d30eefdb72588f314a30584fa9 poedit-1.2.5.ebuild 1465 +MD5 cdcbf049c1a0fca3bfa1135f2e4ea935 poedit-1.2.5.ebuild 1468 +MD5 c4586cce6fe0dba3cd10f69fbd0515ca metadata.xml 221 +MD5 b164063d32a150bf3b477d36591ee05e ChangeLog 3429 MD5 b3d482db4c3c5e91531023382d99bd3c files/digest-poedit-1.2.3 65 MD5 666026abf1982aa37ec3fc7f1a84f40a files/digest-poedit-1.2.4 65 -MD5 38cc6b52734aa782b731e49d13ae958b files/digest-poedit-1.2.5 65 ------BEGIN PGP SIGNATURE----- -Version: GnuPG v1.2.6 (GNU/Linux) - -iD8DBQFBM1pYI1lqEGTUzyQRAuSuAKCGKC0JHl7Nxt5ZkRh7PdUWG+YZ8wCgn93G -XczKBfvO5Y9kQSAxDxGKl+g= -=Oa4V ------END PGP SIGNATURE----- +MD5 d2cb56c317c63cb5d3a69370e25a138c files/digest-poedit-1.2.5 143 diff --git a/app-i18n/poedit/files/digest-poedit-1.2.5 b/app-i18n/poedit/files/digest-poedit-1.2.5 index da680d72a296..d92c5cbbb305 100644 --- a/app-i18n/poedit/files/digest-poedit-1.2.5 +++ b/app-i18n/poedit/files/digest-poedit-1.2.5 @@ -1 +1,2 @@ MD5 688931284cb24884717baf2162008b7c poedit-1.2.5.tar.gz 1313243 +MD5 a7b4c168362b9d3a6856b27281c91cab poedit-1.2.5-db4-compilation.patch 45317 diff --git a/app-i18n/poedit/poedit-1.2.5.ebuild b/app-i18n/poedit/poedit-1.2.5.ebuild index 8a65c4352a14..5952785e30c0 100644 --- a/app-i18n/poedit/poedit-1.2.5.ebuild +++ b/app-i18n/poedit/poedit-1.2.5.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-i18n/poedit/poedit-1.2.5.ebuild,v 1.5 2004/08/30 16:48:21 swegener Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-i18n/poedit/poedit-1.2.5.ebuild,v 1.6 2004/09/05 02:10:25 pythonhead Exp $ inherit eutils kde wxwidgets @@ -14,7 +14,7 @@ SLOT="0" LICENSE="as-is" KEYWORDS="~x86 ~sparc" -DEPEND=">=x11-libs/wxGTK-2.4.2 +DEPEND=">=x11-libs/wxGTK-2.4.2-r2 app-arch/zip >=sys-libs/db-3" |