diff options
author | Marcus D. Hanwell <cryos@gentoo.org> | 2005-10-10 09:33:54 +0000 |
---|---|---|
committer | Marcus D. Hanwell <cryos@gentoo.org> | 2005-10-10 09:33:54 +0000 |
commit | c472932ef0ef8067240aecfc041a31615c581a5e (patch) | |
tree | 7436c20818f421f563267c1af85018609ebfd7f3 /app-text | |
parent | Portability fix, bug 106446. (diff) | |
download | gentoo-2-c472932ef0ef8067240aecfc041a31615c581a5e.tar.gz gentoo-2-c472932ef0ef8067240aecfc041a31615c581a5e.tar.bz2 gentoo-2-c472932ef0ef8067240aecfc041a31615c581a5e.zip |
Patch applied to fix @string element bug, thanks to Thomas Fischer <fischer@unix-ag.uni-kl.de> for the patch, bug 107753.
(Portage version: 2.0.53_rc4)
Diffstat (limited to 'app-text')
-rw-r--r-- | app-text/kbibtex/ChangeLog | 9 | ||||
-rw-r--r-- | app-text/kbibtex/Manifest | 17 | ||||
-rw-r--r-- | app-text/kbibtex/files/digest-kbibtex-0.1.2-r1 | 1 | ||||
-rw-r--r-- | app-text/kbibtex/files/kbibtex-0.1.2-strings-fix.patch | 11 | ||||
-rw-r--r-- | app-text/kbibtex/kbibtex-0.1.2-r1.ebuild | 21 |
5 files changed, 46 insertions, 13 deletions
diff --git a/app-text/kbibtex/ChangeLog b/app-text/kbibtex/ChangeLog index 45d76e975ff3..3fe88ef80cc7 100644 --- a/app-text/kbibtex/ChangeLog +++ b/app-text/kbibtex/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for app-text/kbibtex # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/kbibtex/ChangeLog,v 1.1 2005/09/23 12:28:11 cryos Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/kbibtex/ChangeLog,v 1.2 2005/10/10 09:33:54 cryos Exp $ + +*kbibtex-0.1.2-r1 (10 Oct 2005) + + 10 Oct 2005; Marcus D. Hanwell <cryos@gentoo.org> + +files/kbibtex-0.1.2-strings-fix.patch, +kbibtex-0.1.2-r1.ebuild: + Patch applied to fix @string element bug, thanks to Thomas Fischer + <fischer@unix-ag.uni-kl.de> for the patch, bug 107753. *kbibtex-0.1.2 (23 Sep 2005) diff --git a/app-text/kbibtex/Manifest b/app-text/kbibtex/Manifest index e5f2b1aa50cb..ea5d1cf0c17b 100644 --- a/app-text/kbibtex/Manifest +++ b/app-text/kbibtex/Manifest @@ -1,14 +1,7 @@ ------BEGIN PGP SIGNED MESSAGE----- -Hash: SHA1 - -MD5 23bd2444f8d69c0ac6e53a168599f7b5 kbibtex-0.1.2.ebuild 510 MD5 6e7b15bdcecfe7152423c215f0e4721b ChangeLog 345 -MD5 636e395cdc2eb9b72ab00fa7ea45ad0f metadata.xml 408 MD5 ba6f76293055004ed31994c63a03bc50 files/digest-kbibtex-0.1.2 66 ------BEGIN PGP SIGNATURE----- -Version: GnuPG v1.4.1 (GNU/Linux) - -iD8DBQFDM/TxntT9W3vfTuoRArFDAKCu220TFuzhYD/uvqI2he08SbCP6wCeJ6WR -C0KBN8rumKDChbPUgqYuFfI= -=95gs ------END PGP SIGNATURE----- +MD5 ba6f76293055004ed31994c63a03bc50 files/digest-kbibtex-0.1.2-r1 66 +MD5 d73b24ac9d7c9901907110465a1d2d3f files/kbibtex-0.1.2-strings-fix.patch 428 +MD5 13a7da4584945bbac43a1007e55af9fd kbibtex-0.1.2-r1.ebuild 556 +MD5 23bd2444f8d69c0ac6e53a168599f7b5 kbibtex-0.1.2.ebuild 510 +MD5 636e395cdc2eb9b72ab00fa7ea45ad0f metadata.xml 408 diff --git a/app-text/kbibtex/files/digest-kbibtex-0.1.2-r1 b/app-text/kbibtex/files/digest-kbibtex-0.1.2-r1 new file mode 100644 index 000000000000..c21394b7a3cb --- /dev/null +++ b/app-text/kbibtex/files/digest-kbibtex-0.1.2-r1 @@ -0,0 +1 @@ +MD5 d90b2f793d7f3673d3ced07b048bd0bf kbibtex-0.1.2.tar.bz2 540139 diff --git a/app-text/kbibtex/files/kbibtex-0.1.2-strings-fix.patch b/app-text/kbibtex/files/kbibtex-0.1.2-strings-fix.patch new file mode 100644 index 000000000000..b2b19d747c5f --- /dev/null +++ b/app-text/kbibtex/files/kbibtex-0.1.2-strings-fix.patch @@ -0,0 +1,11 @@ +diff -Naur kbibtex-0.1.2_orig/src/bibtexstring.cpp kbibtex-0.1.2/src/bibtexstring.cpp +--- kbibtex-0.1.2_orig/src/bibtexstring.cpp 2005-09-30 17:12:30.000000000 +0200 ++++ kbibtex-0.1.2/src/bibtexstring.cpp 2005-09-30 17:12:48.000000000 +0200 +@@ -112,6 +112,7 @@ + else result.append( "\"" ); + + result.append( " }" ); ++ return result; + } + break; + case BibTeXFile::formatXML: diff --git a/app-text/kbibtex/kbibtex-0.1.2-r1.ebuild b/app-text/kbibtex/kbibtex-0.1.2-r1.ebuild new file mode 100644 index 000000000000..eafc0d6a1dab --- /dev/null +++ b/app-text/kbibtex/kbibtex-0.1.2-r1.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-text/kbibtex/kbibtex-0.1.2-r1.ebuild,v 1.1 2005/10/10 09:33:54 cryos Exp $ + +inherit kde + +DESCRIPTION="BibTeX editor for KDE" +HOMEPAGE="http://www.unix-ag.uni-kl.de/~fischer/kbibtex/" +SRC_URI="http://www.unix-ag.uni-kl.de/~fischer/kbibtex/download/${P}.tar.bz2" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND="" +RDEPEND="virtual/tetex" + +need-kde 3.3 + +PATCHES="${FILESDIR}/${P}-strings-fix.patch" |