From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1ROrY2-00049H-7o for garchives@archives.gentoo.org; Fri, 11 Nov 2011 13:53:38 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E14B3E04BA; Fri, 11 Nov 2011 13:53:29 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 9DFA9E04BA for ; Fri, 11 Nov 2011 13:53:29 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 0CFDC1B4014 for ; Fri, 11 Nov 2011 13:53:29 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id 6538780042 for ; Fri, 11 Nov 2011 13:53:28 +0000 (UTC) From: "Johannes Huber" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Johannes Huber" Message-ID: Subject: [gentoo-commits] proj/kde:master commit in: net-libs/libmsn/, net-libs/libmsn/files/ X-VCS-Repository: proj/kde X-VCS-Files: net-libs/libmsn/files/libmsn-4.2-install-xmlparser-header.patch net-libs/libmsn/libmsn-4.2.ebuild net-libs/libmsn/metadata.xml X-VCS-Directories: net-libs/libmsn/ net-libs/libmsn/files/ X-VCS-Committer: johu X-VCS-Committer-Name: Johannes Huber X-VCS-Revision: f0ed42ef77d9dd51f9c8c9fde2b549143294eae1 Date: Fri, 11 Nov 2011 13:53:28 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: 9e8cd9e3-fe72-4acb-8f07-4440b02c14fa X-Archives-Hash: 97d3582e0399ee57169f460e77241e42 commit: f0ed42ef77d9dd51f9c8c9fde2b549143294eae1 Author: Johannes Huber gmx de> AuthorDate: Fri Nov 11 13:53:00 2011 +0000 Commit: Johannes Huber gmx de> CommitDate: Fri Nov 11 13:53:00 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/kde.git;a=3Dc= ommit;h=3Df0ed42ef [net-libs/libmsn] Version bump 4.2, bug 389969. Thanks Aidan Thornton. (Portage version: 2.2.0_alpha73/git/Linux x86_64, unsigned Manifest commi= t) --- .../libmsn-4.2-install-xmlparser-header.patch | 12 +++++++++ net-libs/libmsn/libmsn-4.2.ebuild | 25 ++++++++++++++= ++++++ net-libs/libmsn/metadata.xml | 5 ++++ 3 files changed, 42 insertions(+), 0 deletions(-) diff --git a/net-libs/libmsn/files/libmsn-4.2-install-xmlparser-header.pa= tch b/net-libs/libmsn/files/libmsn-4.2-install-xmlparser-header.patch new file mode 100644 index 0000000..bd7d910 --- /dev/null +++ b/net-libs/libmsn/files/libmsn-4.2-install-xmlparser-header.patch @@ -0,0 +1,12 @@ +Index: msn/CMakeLists.txt +=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D +--- 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) +=20 diff --git a/net-libs/libmsn/libmsn-4.2.ebuild b/net-libs/libmsn/libmsn-4= .2.ebuild new file mode 100644 index 0000000..a3c6df9 --- /dev/null +++ b/net-libs/libmsn/libmsn-4.2.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2010 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=3D4 + +inherit cmake-utils + +DESCRIPTION=3D"Library for connecting to Microsoft's MSN Messenger servi= ce." +HOMEPAGE=3D"http://sourceforge.net/projects/libmsn/" +SRC_URI=3D"mirror://sourceforge/${PN}/${P}.tar.bz2" + +LICENSE=3D"GPL-2" +SLOT=3D"0" +KEYWORDS=3D"~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-lin= ux ~x86-linux" +IUSE=3D"debug" + +DEPEND=3D" + dev-libs/openssl +" +RDEPEND=3D"${DEPEND}" + +DOCS=3D(README THANKS TODO) + +PATCHES=3D( "${FILESDIR}/${P}-install-xmlparser-header.patch" ) diff --git a/net-libs/libmsn/metadata.xml b/net-libs/libmsn/metadata.xml new file mode 100644 index 0000000..8d1e86a --- /dev/null +++ b/net-libs/libmsn/metadata.xml @@ -0,0 +1,5 @@ + + + +kde +