Gentoo Archives: gentoo-commits

From: Nirbheek Chauhan <nirbheek@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/gnome:master commit in: net-libs/glib-networking/
Date: Sat, 31 Mar 2012 09:15:16
Message-Id: 1333142184.b4fec9abc57999cb91d4455716543370bcd7659b.nirbheek@gentoo
1 commit: b4fec9abc57999cb91d4455716543370bcd7659b
2 Author: Nirbheek Chauhan <nirbheek <AT> gentoo <DOT> org>
3 AuthorDate: Fri Mar 30 21:16:24 2012 +0000
4 Commit: Nirbheek Chauhan <nirbheek <AT> gentoo <DOT> org>
5 CommitDate: Fri Mar 30 21:16:24 2012 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=b4fec9ab
7
8 net-libs/glib-networking: moved to the tree
9
10 ---
11 .../glib-networking/glib-networking-2.31.22.ebuild | 67 --------------------
12 1 files changed, 0 insertions(+), 67 deletions(-)
13
14 diff --git a/net-libs/glib-networking/glib-networking-2.31.22.ebuild b/net-libs/glib-networking/glib-networking-2.31.22.ebuild
15 deleted file mode 100644
16 index 9ea9568..0000000
17 --- a/net-libs/glib-networking/glib-networking-2.31.22.ebuild
18 +++ /dev/null
19 @@ -1,67 +0,0 @@
20 -# Copyright 1999-2012 Gentoo Foundation
21 -# Distributed under the terms of the GNU General Public License v2
22 -# $Header: /var/cvsroot/gentoo-x86/net-libs/glib-networking/glib-networking-2.30.2.ebuild,v 1.2 2012/01/18 06:48:45 tetromino Exp $
23 -
24 -EAPI="4"
25 -GCONF_DEBUG="no"
26 -GNOME2_LA_PUNT="yes"
27 -
28 -inherit gnome2 virtualx
29 -
30 -DESCRIPTION="Network-related giomodules for glib"
31 -HOMEPAGE="http://git.gnome.org/browse/glib-networking/"
32 -
33 -LICENSE="LGPL-2"
34 -SLOT="0"
35 -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris"
36 -IUSE="+gnome +libproxy pkcs11 +ssl test"
37 -
38 -RDEPEND=">=dev-libs/glib-2.31.6:2
39 - gnome? ( gnome-base/gsettings-desktop-schemas )
40 - libproxy? ( >=net-libs/libproxy-0.4.6-r3 )
41 - pkcs11? (
42 - >=app-crypt/p11-kit-0.8
43 - >=net-libs/gnutls-2.12.8[pkcs11] )
44 - ssl? (
45 - app-misc/ca-certificates
46 - >=net-libs/gnutls-2.11.0 )
47 -"
48 -DEPEND="${RDEPEND}
49 - >=dev-util/intltool-0.35.0
50 - >=dev-util/pkgconfig-0.9
51 - sys-devel/gettext
52 - test? ( sys-apps/dbus[X] )"
53 -# eautoreconf needs >=sys-devel/autoconf-2.65:2.5
54 -
55 -pkg_setup() {
56 - # AUTHORS, ChangeLog are empty
57 - DOCS="NEWS README"
58 - G2CONF="${G2CONF}
59 - --disable-static
60 - --with-ca-certificates="${EPREFIX}"/etc/ssl/certs/ca-certificates.crt
61 - $(use_with gnome gnome-proxy)
62 - $(use_with libproxy)
63 - $(use_with pkcs11)
64 - $(use_with ssl gnutls)"
65 -}
66 -
67 -src_prepare() {
68 - gnome2_src_prepare
69 -
70 - # Drop DEPRECATED flags
71 - sed -e 's:-D[A-Z_]*DISABLE_DEPRECATED *\\:\\:g' \
72 - -e 's:-D[A-Z_]*DISABLE_DEPRECATED:$(NULL):g' \
73 - -i Makefile.{decl,in} \
74 - proxy/gnome/Makefile.in \
75 - proxy/libproxy/Makefile.in \
76 - proxy/tests/Makefile.in \
77 - tls/gnutls/Makefile.in \
78 - tls/pkcs11/Makefile.{am,in} \
79 - tls/tests/Makefile.in || die
80 - sed -i -e 's:-D[A-Z_]*DISABLE_DEPRECATED:$(NULL):g' \
81 - tls/pkcs11/Makefile.{am,in} || die
82 -}
83 -
84 -src_test() {
85 - Xemake check
86 -}