From: "Samuli Suominen (ssuominen)" <ssuominen@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in net-libs/glib-networking: ChangeLog glib-networking-2.32.3.ebuild
Date: Thu, 17 May 2012 21:32:31 +0000 (UTC) [thread overview]
Message-ID: <20120517213231.8094A2004B@flycatcher.gentoo.org> (raw)
ssuominen 12/05/17 21:32:31
Modified: ChangeLog
Added: glib-networking-2.32.3.ebuild
Log:
Version bump.
(Portage version: 2.2.0_alpha105/cvs/Linux x86_64)
Revision Changes Path
1.42 net-libs/glib-networking/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/glib-networking/ChangeLog?rev=1.42&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/glib-networking/ChangeLog?rev=1.42&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/glib-networking/ChangeLog?r1=1.41&r2=1.42
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-libs/glib-networking/ChangeLog,v
retrieving revision 1.41
retrieving revision 1.42
diff -u -r1.41 -r1.42
--- ChangeLog 16 May 2012 14:56:38 -0000 1.41
+++ ChangeLog 17 May 2012 21:32:31 -0000 1.42
@@ -1,6 +1,12 @@
# ChangeLog for net-libs/glib-networking
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/glib-networking/ChangeLog,v 1.41 2012/05/16 14:56:38 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/glib-networking/ChangeLog,v 1.42 2012/05/17 21:32:31 ssuominen Exp $
+
+*glib-networking-2.32.3 (17 May 2012)
+
+ 17 May 2012; Samuli Suominen <ssuominen@gentoo.org>
+ +glib-networking-2.32.3.ebuild:
+ Version bump.
16 May 2012; Jeroen Roovers <jer@gentoo.org> glib-networking-2.30.2.ebuild:
Stable for HPPA (bug #410611).
1.1 net-libs/glib-networking/glib-networking-2.32.3.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/glib-networking/glib-networking-2.32.3.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/glib-networking/glib-networking-2.32.3.ebuild?rev=1.1&content-type=text/plain
Index: glib-networking-2.32.3.ebuild
===================================================================
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-libs/glib-networking/glib-networking-2.32.3.ebuild,v 1.1 2012/05/17 21:32:31 ssuominen Exp $
EAPI="4"
GCONF_DEBUG="no"
GNOME2_LA_PUNT="yes"
inherit gnome2 virtualx
DESCRIPTION="Network-related giomodules for glib"
HOMEPAGE="http://git.gnome.org/browse/glib-networking/"
LICENSE="LGPL-2"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris"
IUSE="+gnome +libproxy smartcard +ssl test"
RDEPEND=">=dev-libs/glib-2.31.6:2
gnome? ( gnome-base/gsettings-desktop-schemas )
libproxy? ( >=net-libs/libproxy-0.4.6-r3 )
smartcard? (
>=app-crypt/p11-kit-0.8
>=net-libs/gnutls-2.12.8[pkcs11] )
ssl? (
app-misc/ca-certificates
>=net-libs/gnutls-2.11.0 )
"
DEPEND="${RDEPEND}
>=dev-util/intltool-0.35.0
virtual/pkgconfig
sys-devel/gettext
test? ( sys-apps/dbus[X] )"
# eautoreconf needs >=sys-devel/autoconf-2.65:2.5
pkg_setup() {
# AUTHORS, ChangeLog are empty
DOCS="NEWS README"
G2CONF="${G2CONF}
--disable-static
--with-ca-certificates="${EPREFIX}"/etc/ssl/certs/ca-certificates.crt
$(use_with gnome gnome-proxy)
$(use_with libproxy)
$(use_with smartcard pkcs11)
$(use_with ssl gnutls)"
}
src_prepare() {
gnome2_src_prepare
# Drop DEPRECATED flags
sed -e 's:-D[A-Z_]*DISABLE_DEPRECATED *\\:\\:g' \
-e 's:-D[A-Z_]*DISABLE_DEPRECATED:$(NULL):g' \
-i Makefile.{decl,in} \
proxy/gnome/Makefile.in \
proxy/libproxy/Makefile.in \
proxy/tests/Makefile.in \
tls/gnutls/Makefile.in \
tls/pkcs11/Makefile.{am,in} \
tls/tests/Makefile.in || die
sed -i -e 's:-D[A-Z_]*DISABLE_DEPRECATED:$(NULL):g' \
tls/pkcs11/Makefile.{am,in} || die
}
src_test() {
Xemake check
}
next reply other threads:[~2012-05-17 21:32 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-05-17 21:32 Samuli Suominen (ssuominen) [this message]
-- strict thread matches above, loose matches on Subject: below --
2012-10-02 15:52 [gentoo-commits] gentoo-x86 commit in net-libs/glib-networking: ChangeLog glib-networking-2.32.3.ebuild Jeroen Roovers (jer)
2012-10-03 15:40 PaweA Hajdan (phajdan.jr)
2012-10-04 14:59 Agostino Sarubbo (ago)
2012-10-06 9:41 Markus Meier (maekke)
2012-10-28 16:19 Raul Porcel (armin76)
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20120517213231.8094A2004B@flycatcher.gentoo.org \
--to=ssuominen@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox