diff options
author | Hannes Mehnert <hannes@gentoo.org> | 2003-01-30 17:30:01 +0000 |
---|---|---|
committer | Hannes Mehnert <hannes@gentoo.org> | 2003-01-30 17:30:01 +0000 |
commit | 6bf57fdeb62bb4bc296d342b16ddc7e9a4dc234d (patch) | |
tree | 77c2f0a6db21edd91f945ad50dec7c6670dff45b /app-i18n/kde-i18n-hu | |
parent | remove no longer needed kde-path.eclass -related fix (diff) | |
download | historical-6bf57fdeb62bb4bc296d342b16ddc7e9a4dc234d.tar.gz historical-6bf57fdeb62bb4bc296d342b16ddc7e9a4dc234d.tar.bz2 historical-6bf57fdeb62bb4bc296d342b16ddc7e9a4dc234d.zip |
added fixes for #12054
Diffstat (limited to 'app-i18n/kde-i18n-hu')
-rw-r--r-- | app-i18n/kde-i18n-hu/ChangeLog | 7 | ||||
-rw-r--r-- | app-i18n/kde-i18n-hu/files/digest-kde-i18n-hu-3.1-r1 | 1 | ||||
-rw-r--r-- | app-i18n/kde-i18n-hu/files/kde-i18n-hu-3.1-gentoo.diff | 14 | ||||
-rw-r--r-- | app-i18n/kde-i18n-hu/kde-i18n-hu-3.1-r1.ebuild | 11 |
4 files changed, 32 insertions, 1 deletions
diff --git a/app-i18n/kde-i18n-hu/ChangeLog b/app-i18n/kde-i18n-hu/ChangeLog index 12b0b9d27659..d1717d9a355a 100644 --- a/app-i18n/kde-i18n-hu/ChangeLog +++ b/app-i18n/kde-i18n-hu/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for app-i18n/kde-i18n-hu # Copyright 2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-i18n/kde-i18n-hu/ChangeLog,v 1.10 2003/01/11 17:09:20 hannes Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-i18n/kde-i18n-hu/ChangeLog,v 1.11 2003/01/30 17:30:01 hannes Exp $ + +*kde-i18n-hu-3.1-r1 (30 Jan 2003) + + 30 Jan 2003; Hannes Mehnert <hannes@gentoo.org> kde-i18n-hu-3.1-r1.ebuild: + fixes #12054 *kde-i18n-hu-3.1_rc6 (11 Jan 2003) diff --git a/app-i18n/kde-i18n-hu/files/digest-kde-i18n-hu-3.1-r1 b/app-i18n/kde-i18n-hu/files/digest-kde-i18n-hu-3.1-r1 new file mode 100644 index 000000000000..7c428832574a --- /dev/null +++ b/app-i18n/kde-i18n-hu/files/digest-kde-i18n-hu-3.1-r1 @@ -0,0 +1 @@ +MD5 b6bc1f2bbcc879e7acaf4424df555c6b kde-i18n-hu-3.1.tar.bz2 4471233 diff --git a/app-i18n/kde-i18n-hu/files/kde-i18n-hu-3.1-gentoo.diff b/app-i18n/kde-i18n-hu/files/kde-i18n-hu-3.1-gentoo.diff new file mode 100644 index 000000000000..96fa5b9762be --- /dev/null +++ b/app-i18n/kde-i18n-hu/files/kde-i18n-hu-3.1-gentoo.diff @@ -0,0 +1,14 @@ +diff -ur kde-i18n-hu-3.1/docs/kdegraphics/kuickshow/index.docbook kde-i18n-3.1.new/hu/docs/kdegraphics/kuickshow/index.docbook +--- kde-i18n-3.1/hu/docs/kdegraphics/kuickshow/index.docbook 2002-09-15 18:29:47.000000000 -0400 ++++ kde-i18n-3.1.new/hu/docs/kdegraphics/kuickshow/index.docbook 2003-01-29 11:52:12.000000000 -0500 +@@ -644,8 +644,8 @@ + ><keycombo action="simul" + >&Shift;<mousebutton + >bal</mousebutton +-> gomb</keycombo +-> + húzás</entry ++></keycombo ++>gomb + húzás</entry + > <entry + >Kijelöl egy nagyítási téglalapot.</entry + > </row diff --git a/app-i18n/kde-i18n-hu/kde-i18n-hu-3.1-r1.ebuild b/app-i18n/kde-i18n-hu/kde-i18n-hu-3.1-r1.ebuild new file mode 100644 index 000000000000..67fdbed6b909 --- /dev/null +++ b/app-i18n/kde-i18n-hu/kde-i18n-hu-3.1-r1.ebuild @@ -0,0 +1,11 @@ +# Copyright 1999-2002 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-i18n/kde-i18n-hu/kde-i18n-hu-3.1-r1.ebuild,v 1.1 2003/01/30 17:30:01 hannes Exp $ + +inherit kde-i18n eutils + +src_unpack() { + unpack ${A} + cd ${S} + epatch ${FILESDIR}/${P}-gentoo.diff +} |