summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNirbheek Chauhan <nirbheek@gentoo.org>2011-04-24 15:43:06 +0530
committerNirbheek Chauhan <nirbheek@gentoo.org>2011-04-24 15:43:06 +0530
commit4e9a6aa2dcc0f5b0ec83d3e760bf206104bcf26b (patch)
treeeeedc3b524891c17847f0814b38a9f524e3b92ab /net-libs/glib-networking
parentgnome-base/gnome-light: add missing dep, add note about usage (diff)
downloadgnome-4e9a6aa2dcc0f5b0ec83d3e760bf206104bcf26b.tar.gz
gnome-4e9a6aa2dcc0f5b0ec83d3e760bf206104bcf26b.tar.bz2
gnome-4e9a6aa2dcc0f5b0ec83d3e760bf206104bcf26b.zip
net-libs/glib-networking: moved to the tree
Diffstat (limited to 'net-libs/glib-networking')
-rw-r--r--net-libs/glib-networking/Manifest12
-rw-r--r--net-libs/glib-networking/glib-networking-2.28.5.ebuild39
2 files changed, 0 insertions, 51 deletions
diff --git a/net-libs/glib-networking/Manifest b/net-libs/glib-networking/Manifest
deleted file mode 100644
index ee6be69a..00000000
--- a/net-libs/glib-networking/Manifest
+++ /dev/null
@@ -1,12 +0,0 @@
------BEGIN PGP SIGNED MESSAGE-----
-Hash: SHA1
-
-DIST glib-networking-2.28.5.tar.bz2 318064 RMD160 e4da3f1132c24729a5347c21c6083f3c5f443e4f SHA1 b1477eed8596dca9e21b670bdddabac491391cef SHA256 959ffeb91fee17c1b0fb2aa82872c3daae0230de93708b2ebabeb92b747d7876
-EBUILD glib-networking-2.28.5.ebuild 908 RMD160 733e9f592ac0f523029c88e90edc7fb3bd2de3cf SHA1 0ba8f9ca9f2168aacef269d9176062c06880b0cc SHA256 48b7a4e4424ae086b5d16dfd0a8551a57d95167f20de707e84bfa0030fddcf82
------BEGIN PGP SIGNATURE-----
-Version: GnuPG v2.0.17 (GNU/Linux)
-
-iEYEARECAAYFAk2cdTQACgkQ1fmVwcYIWAZywQCgqy+JA2KchpikVO0DvcBT/2z9
-jgQAoOARq7CxT9gRCKRkKQeynVK0MANu
-=orYN
------END PGP SIGNATURE-----
diff --git a/net-libs/glib-networking/glib-networking-2.28.5.ebuild b/net-libs/glib-networking/glib-networking-2.28.5.ebuild
deleted file mode 100644
index 6cabb03d..00000000
--- a/net-libs/glib-networking/glib-networking-2.28.5.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI="3"
-GCONF_DEBUG="no"
-GNOME2_LA_PUNT="yes"
-
-inherit gnome2
-
-DESCRIPTION="Network-related giomodules for glib"
-HOMEPAGE="http://git.gnome.org/browse/glib-networking/"
-
-LICENSE="LGPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="+gnome +libproxy +ssl"
-
-RDEPEND=">=dev-libs/glib-2.27.90:2
- gnome? ( gnome-base/gsettings-desktop-schemas )
- libproxy? ( >=net-libs/libproxy-0.3.1 )
- ssl? ( >=net-libs/gnutls-2.1.7 )
-"
-DEPEND="${RDEPEND}
- >=dev-util/intltool-0.35.0
- >=dev-util/pkgconfig-0.9
- sys-devel/gettext"
-
-pkg_setup() {
- # AUTHORS, ChangeLog are empty
- DOCS="NEWS README"
- G2CONF="${G2CONF}
- --disable-static
- --disable-maintainer-mode
- --with-ca-certificates=${ROOT}/etc/ssl/certs/ca-certificates.crt
- $(use_with gnome gnome-proxy)
- $(use_with libproxy)
- $(use_with ssl gnutls)"
-}