diff options
author | Rob Cakebread <pythonhead@gentoo.org> | 2004-08-14 19:23:08 +0000 |
---|---|---|
committer | Rob Cakebread <pythonhead@gentoo.org> | 2004-08-14 19:23:08 +0000 |
commit | 895b8f118a94dbc333633317fdb355a0a43d3d3a (patch) | |
tree | fc85b657ad58d0def015a7ce5dec8471c85b1e67 /app-i18n/poedit | |
parent | clean up (Manifest recommit) (diff) | |
download | gentoo-2-895b8f118a94dbc333633317fdb355a0a43d3d3a.tar.gz gentoo-2-895b8f118a94dbc333633317fdb355a0a43d3d3a.tar.bz2 gentoo-2-895b8f118a94dbc333633317fdb355a0a43d3d3a.zip |
Changed epatch for compliance with bug# 60345
Diffstat (limited to 'app-i18n/poedit')
-rw-r--r-- | app-i18n/poedit/ChangeLog | 5 | ||||
-rw-r--r-- | app-i18n/poedit/Manifest | 4 | ||||
-rw-r--r-- | app-i18n/poedit/poedit-1.2.5.ebuild | 4 |
3 files changed, 8 insertions, 5 deletions
diff --git a/app-i18n/poedit/ChangeLog b/app-i18n/poedit/ChangeLog index 411df68b17b4..64dd48c06e53 100644 --- a/app-i18n/poedit/ChangeLog +++ b/app-i18n/poedit/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-util/poedit # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-i18n/poedit/ChangeLog,v 1.4 2004/08/13 18:42:02 pythonhead Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-i18n/poedit/ChangeLog,v 1.5 2004/08/14 19:23:08 pythonhead Exp $ + + 14 Aug 2004; Rob Cakebread <pythonhead@gentoo.org> poedit-1.2.5.ebuild: + Changed epatch for compliance with bug# 60345 13 Aug 2004; Rob Cakebread <pythonhead@gentoo.org> poedit-1.2.3.ebuild, poedit-1.2.4.ebuild, poedit-1.2.5.ebuild: diff --git a/app-i18n/poedit/Manifest b/app-i18n/poedit/Manifest index c101fb7aa4dd..ec81043668f5 100644 --- a/app-i18n/poedit/Manifest +++ b/app-i18n/poedit/Manifest @@ -1,8 +1,8 @@ MD5 c6daf720a3cefbb19aaa05b00c731dd0 poedit-1.2.3.ebuild 1278 MD5 b647ccad233dedb3ba663f3161614e7e poedit-1.2.4.ebuild 1310 -MD5 31ae12a6bc4d2cebeb928668436947d2 poedit-1.2.5.ebuild 1432 +MD5 23e6e262b92cad264c72ce3aaf695aca poedit-1.2.5.ebuild 1424 MD5 c4586cce6fe0dba3cd10f69fbd0515ca metadata.xml 221 -MD5 3cc617ca628fdea67bbfd073fba8d00e ChangeLog 3121 +MD5 653c99c71a002a43f7b714a52224f229 ChangeLog 3244 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 diff --git a/app-i18n/poedit/poedit-1.2.5.ebuild b/app-i18n/poedit/poedit-1.2.5.ebuild index 270bea721489..555a0083bf12 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.3 2004/08/13 18:42:02 pythonhead Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-i18n/poedit/poedit-1.2.5.ebuild,v 1.4 2004/08/14 19:23:08 pythonhead Exp $ inherit eutils kde wxwidgets @@ -20,7 +20,7 @@ DEPEND=">=x11-libs/wxGTK-2.4.2 src_unpack() { unpack ${A} || die "Failed to unpack ${A}" cd ${S} || die "Failed to cd ${S}" - epatch ${FILESDIR}/poedit-1.2.5-db4-compilation.patch + epatch ${FILESDIR}/${P}-db4-compilation.patch } pkg_setup() { |