mrueg       14/09/23 23:59:35

  Modified:             ChangeLog
  Added:                gloox-1.0.11.ebuild
  Log:
  Version bump
  
  (Portage version: 2.2.13/cvs/Linux x86_64, signed Manifest commit with key )

Revision  Changes    Path
1.28                 net-libs/gloox/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/gloox/ChangeLog?rev=1.28&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/gloox/ChangeLog?rev=1.28&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/gloox/ChangeLog?r1=1.27&r2=1.28

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-libs/gloox/ChangeLog,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -r1.27 -r1.28
--- ChangeLog   29 Aug 2014 02:12:38 -0000      1.27
+++ ChangeLog   23 Sep 2014 23:59:35 -0000      1.28
@@ -1,6 +1,11 @@
 # ChangeLog for net-libs/gloox
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/gloox/ChangeLog,v 1.27 2014/08/29 
02:12:38 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/gloox/ChangeLog,v 1.28 2014/09/23 
23:59:35 mrueg Exp $
+
+*gloox-1.0.11 (23 Sep 2014)
+
+  23 Sep 2014; Manuel RĂ¼ger <[email protected]> +gloox-1.0.11.ebuild:
+  Version bump
 
   29 Aug 2014; Anthony G. Basile <[email protected]> gloox-1.0.10-r1.ebuild,
   gloox-1.0.9.ebuild, gloox-1.0.ebuild:



1.1                  net-libs/gloox/gloox-1.0.11.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/gloox/gloox-1.0.11.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/gloox/gloox-1.0.11.ebuild?rev=1.1&content-type=text/plain

Index: gloox-1.0.11.ebuild
===================================================================
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-libs/gloox/gloox-1.0.11.ebuild,v 1.1 
2014/09/23 23:59:35 mrueg Exp $

EAPI=5

inherit eutils

MY_P="${P/_/-}"
DESCRIPTION="A portable high-level Jabber/XMPP library for C++"
HOMEPAGE="http://camaya.net/gloox";
SRC_URI="http://camaya.net/download/${MY_P}.tar.bz2";

LICENSE="GPL-3"
SLOT="0/12"
KEYWORDS="~alpha ~amd64 ~arm ~ppc ~ppc64 ~ia64 ~sparc ~x86"
IUSE="debug gnutls idn ssl static-libs test zlib"

DEPEND="idn? ( net-dns/libidn )
        gnutls? ( net-libs/gnutls )
        ssl? ( dev-libs/openssl )
        zlib? ( sys-libs/zlib )"

RDEPEND="${DEPEND}"

S=${WORKDIR}/${MY_P}

src_prepare() {
        epatch_user
}

src_configure() {
        # Examples are not installed anyway, so - why should we build them?
        econf \
                --without-examples \
                $(use debug && echo "--enable-debug") \
                $(use_enable static-libs static) \
                $(use_with idn libidn) \
                $(use_with gnutls) \
                $(use_with ssl openssl) \
                $(use_with test tests) \
                $(use_with zlib)
}

src_install() {
        default
        prune_libtool_files
}




Reply via email to