diff options
author | Thomas Sachau <tommy@gentoo.org> | 2009-09-01 16:06:07 +0000 |
---|---|---|
committer | Thomas Sachau <tommy@gentoo.org> | 2009-09-01 16:06:07 +0000 |
commit | e35535fb4da5a62fa7a87aeefcfc4884beea00bb (patch) | |
tree | 8217607df608c153df5c770b4133b18df9c1bf6b /net-p2p | |
parent | Version bump KDE 4.3.1 (diff) | |
download | gentoo-2-e35535fb4da5a62fa7a87aeefcfc4884beea00bb.tar.gz gentoo-2-e35535fb4da5a62fa7a87aeefcfc4884beea00bb.tar.bz2 gentoo-2-e35535fb4da5a62fa7a87aeefcfc4884beea00bb.zip |
Version bump
(Portage version: 2.2_rc40-r1/cvs/Linux x86_64)
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/fms/ChangeLog | 8 | ||||
-rw-r--r-- | net-p2p/fms/files/utf8.patch | 20 | ||||
-rw-r--r-- | net-p2p/fms/fms-0.3.42.ebuild (renamed from net-p2p/fms/fms-0.3.41.ebuild) | 2 |
3 files changed, 8 insertions, 22 deletions
diff --git a/net-p2p/fms/ChangeLog b/net-p2p/fms/ChangeLog index 03a2b13a43c9..7d940527b795 100644 --- a/net-p2p/fms/ChangeLog +++ b/net-p2p/fms/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for net-p2p/fms # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/fms/ChangeLog,v 1.13 2009/08/02 21:26:00 tommy Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/fms/ChangeLog,v 1.14 2009/09/01 16:06:07 tommy Exp $ + +*fms-0.3.42 (01 Sep 2009) + + 01 Sep 2009; Thomas Sachau (Tommy[D]) <tommy@gentoo.org> + -files/utf8.patch, -fms-0.3.41.ebuild, +fms-0.3.42.ebuild: + Version bump *fms-0.3.41 (02 Aug 2009) diff --git a/net-p2p/fms/files/utf8.patch b/net-p2p/fms/files/utf8.patch deleted file mode 100644 index 1a6c6b8659bd..000000000000 --- a/net-p2p/fms/files/utf8.patch +++ /dev/null @@ -1,20 +0,0 @@ ---- src/unicode/utfconversion.cpp 2009-03-01 12:11:56.000000000 +0100 -+++ src/unicode/utfconversion.cpp.new 2009-03-18 22:56:09.000000000 +0100 -@@ -52,7 +52,7 @@ - }
- else
- {
-- std::vector<uint32_t> dest2(utf8string.size(),0);
-+ std::vector<UTF32> dest2(utf8string.size(),0);
- UTF32 *deststart=reinterpret_cast<UTF32 *>(&dest2[0]);
- UTF32 *destend=deststart+dest2.size();
-
-@@ -137,7 +137,7 @@ - }
- else
- {
-- std::vector<uint32_t> source2(wcstring.begin(),wcstring.end());
-+ std::vector<UTF32> source2(wcstring.begin(),wcstring.end());
- std::vector<std::string::value_type> dest(wcstring.size()*sizeof(std::wstring::value_type),0);
-
- const UTF32 *sourcestart=reinterpret_cast<const UTF32 *>(&source2[0]);
diff --git a/net-p2p/fms/fms-0.3.41.ebuild b/net-p2p/fms/fms-0.3.42.ebuild index 44ea522f70b6..73ab3e339327 100644 --- a/net-p2p/fms/fms-0.3.41.ebuild +++ b/net-p2p/fms/fms-0.3.42.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/fms/fms-0.3.41.ebuild,v 1.1 2009/08/02 21:26:00 tommy Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/fms/fms-0.3.42.ebuild,v 1.1 2009/09/01 16:06:07 tommy Exp $ EAPI="2" |