mrueg       15/02/09 16:52:34

  Modified:             ChangeLog
  Added:                gloox-1.0.13.ebuild
  Removed:              gloox-1.0.11.ebuild gloox-1.0.12.ebuild
  Log:
  Version bump. Remove old.
  
  (Portage version: 2.2.16/cvs/Linux x86_64, signed Manifest commit with key )

Revision  Changes    Path
1.30                 net-libs/gloox/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-libs/gloox/ChangeLog,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -r1.29 -r1.30
--- ChangeLog   26 Nov 2014 02:42:58 -0000      1.29
+++ ChangeLog   9 Feb 2015 16:52:34 -0000       1.30
@@ -1,6 +1,12 @@
 # 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.29 2014/11/26 
02:42:58 mrueg Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-libs/gloox/ChangeLog,v 1.30 2015/02/09 
16:52:34 mrueg Exp $
+
+*gloox-1.0.13 (09 Feb 2015)
+
+  09 Feb 2015; Manuel RĂ¼ger <[email protected]> +gloox-1.0.13.ebuild,
+  -gloox-1.0.11.ebuild, -gloox-1.0.12.ebuild:
+  Version bump. Remove old.
 
 *gloox-1.0.12 (26 Nov 2014)
 



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

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

Index: gloox-1.0.13.ebuild
===================================================================
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-libs/gloox/gloox-1.0.13.ebuild,v 1.1 
2015/02/09 16:52:34 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/13"
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