diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2011-11-12 19:55:45 +0000 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2011-11-12 19:55:45 +0000 |
commit | 6d6bc391a7ce2af87303dc8592465ee984cd9854 (patch) | |
tree | e707e9c4259f319edc5c36c61d2a0385a481cdac /net-libs | |
parent | Reassign to python & proxy-maintainers, fix bug #308341. Thanks to idella4 (diff) | |
download | gentoo-2-6d6bc391a7ce2af87303dc8592465ee984cd9854.tar.gz gentoo-2-6d6bc391a7ce2af87303dc8592465ee984cd9854.tar.bz2 gentoo-2-6d6bc391a7ce2af87303dc8592465ee984cd9854.zip |
Version bump (thanks johu!)
(Portage version: 2.1.10.34/cvs/Linux x86_64)
Diffstat (limited to 'net-libs')
-rw-r--r-- | net-libs/libmsn/ChangeLog | 10 | ||||
-rw-r--r-- | net-libs/libmsn/files/libmsn-4.2-install-xmlparser-header.patch | 12 | ||||
-rw-r--r-- | net-libs/libmsn/libmsn-4.2.ebuild | 25 |
3 files changed, 45 insertions, 2 deletions
diff --git a/net-libs/libmsn/ChangeLog b/net-libs/libmsn/ChangeLog index 6e07104ff4ae..3cfc5f150561 100644 --- a/net-libs/libmsn/ChangeLog +++ b/net-libs/libmsn/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for net-libs/libmsn -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/libmsn/ChangeLog,v 1.27 2010/09/03 19:31:16 josejx Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-libs/libmsn/ChangeLog,v 1.28 2011/11/12 19:55:45 dilfridge Exp $ + +*libmsn-4.2 (12 Nov 2011) + + 12 Nov 2011; Andreas K. Huettel <dilfridge@gentoo.org> +libmsn-4.2.ebuild, + +files/libmsn-4.2-install-xmlparser-header.patch: + Version bump (thanks johu!) 03 Sep 2010; Joseph Jezak <josejx@gentoo.org> libmsn-4.1.ebuild: Marked ppc64 stable for bug #322791. diff --git a/net-libs/libmsn/files/libmsn-4.2-install-xmlparser-header.patch b/net-libs/libmsn/files/libmsn-4.2-install-xmlparser-header.patch new file mode 100644 index 000000000000..bd7d910fe2b2 --- /dev/null +++ b/net-libs/libmsn/files/libmsn-4.2-install-xmlparser-header.patch @@ -0,0 +1,12 @@ +Index: msn/CMakeLists.txt +=================================================================== +--- msn/CMakeLists.txt (revision 122) ++++ msn/CMakeLists.txt (working copy) +@@ -39,6 +39,7 @@ + sstream_fix.h + soap.h + p2p.h ++ xmlParser.h + msnobject.h + libmsn_export.h) + diff --git a/net-libs/libmsn/libmsn-4.2.ebuild b/net-libs/libmsn/libmsn-4.2.ebuild new file mode 100644 index 000000000000..1ef19b1b4ed9 --- /dev/null +++ b/net-libs/libmsn/libmsn-4.2.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-libs/libmsn/libmsn-4.2.ebuild,v 1.1 2011/11/12 19:55:45 dilfridge Exp $ + +EAPI=4 + +inherit cmake-utils + +DESCRIPTION="Library for connecting to Microsoft's MSN Messenger service." +HOMEPAGE="http://sourceforge.net/projects/libmsn/" +SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux" +IUSE="debug" + +DEPEND=" + dev-libs/openssl +" +RDEPEND="${DEPEND}" + +DOCS=(README THANKS TODO) + +PATCHES=( "${FILESDIR}/${P}-install-xmlparser-header.patch" ) |