summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <ssuominen@gentoo.org>2010-07-15 16:00:19 +0000
committerSamuli Suominen <ssuominen@gentoo.org>2010-07-15 16:00:19 +0000
commit9783f235f1f21d81d594f6219870874794813b73 (patch)
treef293705ca108a6c9df12a6b38d66572a7c1f9a70 /net-libs/libproxy
parentStable for HPPA (bug #314007). (diff)
downloadgentoo-2-9783f235f1f21d81d594f6219870874794813b73.tar.gz
gentoo-2-9783f235f1f21d81d594f6219870874794813b73.tar.bz2
gentoo-2-9783f235f1f21d81d594f6219870874794813b73.zip
old
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'net-libs/libproxy')
-rw-r--r--net-libs/libproxy/Manifest1
-rw-r--r--net-libs/libproxy/libproxy-0.2.3-r2.ebuild101
2 files changed, 0 insertions, 102 deletions
diff --git a/net-libs/libproxy/Manifest b/net-libs/libproxy/Manifest
index 68a6eb2c3fd4..523a61d96b6d 100644
--- a/net-libs/libproxy/Manifest
+++ b/net-libs/libproxy/Manifest
@@ -7,7 +7,6 @@ AUX libproxy-0.2.3-implicit-declaration.patch 206 RMD160 12d2d0507a2d0c163b7c2d1
AUX libproxy-0.4.2-mozjs-search-order.patch 585 RMD160 1827d193e1de890e018f5c1be65404001e55ecbb SHA1 97804cc97898b52be018e13c60ffa84bb54b2b5f SHA256 22b7ce5be7ec9143200ff3748767677fdbed9ae81136962aa89bda540f8f0859
DIST libproxy-0.2.3.tar.gz 378773 RMD160 c86c4f8403cb879380e101d074af469c960b5c1c SHA1 2b2b00a179740548035a1145bbae600db9b0a2ce SHA256 59ded160b3547d29e37cc9d06359f7f37d94112214e4532430cd65e704c1339a
DIST libproxy-0.4.2.tar.gz 71300 RMD160 4b4234b94634f38c1292c9220c26761aa6de2917 SHA1 0715d92398b554e97c18c98c3ac67a4c41b16abc SHA256 fd49d2e994fe75672702bb86f2fdb192bdd1e528316c9011946b90f3f535f59a
-EBUILD libproxy-0.2.3-r2.ebuild 2827 RMD160 3a968c39169dab9119ee535da207f41774e06eb8 SHA1 d73a858ea864fd69fa46de6c579a1e8eb287c8e4 SHA256 a59467e8cbb39df8cf269c953b3851eb68eaa28117cbb832767e381905daae28
EBUILD libproxy-0.2.3-r3.ebuild 2677 RMD160 f234bb926d25459c3a65d2acd8a366f9c1918c2c SHA1 378b08d384ba2c6d846c7c3cf495e1e300b858ac SHA256 af1a37c687737148425cbdf45ced8bb715b3124b2b552f415df868d0fca463cd
EBUILD libproxy-0.4.2.ebuild 2211 RMD160 fe9eb7391d6e9691ba38b25036fd03381d60aac9 SHA1 db24c5078e8e972f31d51f783bb9bf334b511bf4 SHA256 1393577e1a6c2fe9028e4565040990c0db7ddc6eef44190380981da263678c45
MISC ChangeLog 6008 RMD160 bb37297bd39f2dc28835fe24c1c2ce87e84a559b SHA1 8cc2f54d6de5f0ceb9c3a9aab7503b415633076d SHA256 5d44d9794ce4512478710eb6f50660e53a642dc54352ba4e70094b312f48e417
diff --git a/net-libs/libproxy/libproxy-0.2.3-r2.ebuild b/net-libs/libproxy/libproxy-0.2.3-r2.ebuild
deleted file mode 100644
index 6f97766c37c5..000000000000
--- a/net-libs/libproxy/libproxy-0.2.3-r2.ebuild
+++ /dev/null
@@ -1,101 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/libproxy/libproxy-0.2.3-r2.ebuild,v 1.7 2009/10/31 14:09:27 ranger Exp $
-
-EAPI="2"
-
-inherit autotools eutils python portability
-
-DESCRIPTION="Library for automatic proxy configuration management"
-HOMEPAGE="http://code.google.com/p/libproxy/"
-SRC_URI="http://${PN}.googlecode.com/files/${P}.tar.gz"
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 sh sparc x86 ~x86-fbsd"
-IUSE="gnome kde networkmanager python seamonkey webkit xulrunner"
-
-RDEPEND="
- gnome? (
- x11-libs/libX11
- x11-libs/libXmu
- gnome-base/gconf )
- kde? (
- x11-libs/libX11
- x11-libs/libXmu )
- networkmanager? ( net-misc/networkmanager )
- python? ( >=dev-lang/python-2.5 )
- webkit? ( net-libs/webkit-gtk )
- xulrunner? ( >=net-libs/xulrunner-1.9.0.11-r1:1.9 )
- !xulrunner? ( seamonkey? ( www-client/seamonkey ) )
-"
-# Since xulrunner-1.9.0.11-r1 its shipped mozilla-js.pc is fixed so we can use it
-
-DEPEND="${RDEPEND}
- >=dev-util/pkgconfig-0.19"
-
-src_prepare() {
- # http://code.google.com/p/libproxy/issues/detail?id=23
- epatch "${FILESDIR}/${P}-fix-dbus-includes.patch"
-
- # http://code.google.com/p/libproxy/issues/detail?id=24
- epatch "${FILESDIR}/${P}-fix-python-automagic.patch"
-
- # http://code.google.com/p/libproxy/issues/detail?id=25
- epatch "${FILESDIR}/${P}-fix-as-needed-problem.patch"
-
- # Bug 275127 and 275318
- epatch "${FILESDIR}/${P}-fix-automagic-mozjs.patch"
-
- # Fix implicit declaration QA, bug #268546
- epatch "${FILESDIR}/${P}-implicit-declaration.patch"
-
- epatch "${FILESDIR}/${P}-fbsd.patch" # drop at next bump
-
- # Fix test to follow POSIX (for x86-fbsd).
- # FIXME: This doesn't actually fix all == instances when two are on the same line
- sed -e 's/\(test.*\)==/\1=/g' -i configure.ac configure || die "sed failed"
-
- eautoreconf
-}
-
-src_configure() {
- local myconf
-
- # xulrunner:1.9 => mozilla; seamonkey => seamonkey;
- # xulrunner:1.8 => xulrunner; (firefox => mozilla-firefox[-xulrunner] ?)
- if use xulrunner; then myconf="--with-mozjs=mozilla"
- elif use seamonkey; then myconf="--with-mozjs=seamonkey"
- else myconf="--without-mozjs"
- fi
-
- econf --with-envvar \
- --with-file \
- --disable-static \
- $(use_with gnome) \
- $(use_with kde) \
- $(use_with webkit) \
- ${myconf} \
- $(use_with networkmanager) \
- $(use_with python)
-}
-
-src_compile() {
- emake LIBDL="$(dlopen_lib)" || die
-}
-
-src_install() {
- emake DESTDIR="${D}" LIBDL="$(dlopen_lib)" install || die "emake install failed!"
- dodoc AUTHORS NEWS README ChangeLog || die "dodoc failed"
-}
-
-pkg_postinst() {
- if use python; then
- python_need_rebuild
- python_mod_optimize "$(python_get_sitedir)/${PN}.py"
- fi
-}
-
-pkg_postrm() {
- python_mod_cleanup /usr/$(get_libdir)/python*/site-packages/${PN}.py
-}