summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Gilbert <floppym@gentoo.org>2013-05-02 01:05:24 +0000
committerMike Gilbert <floppym@gentoo.org>2013-05-02 01:05:24 +0000
commit8b35f882c8e386e0c5119af5a0cc5faddd0bcd7d (patch)
tree809aae5a1def4d73b0bd4955134cf402ce3fe125 /net-libs/serf
parentInstall hda-verb and hdajackretask utilities and pull in x11-libs/gtk+:3 for ... (diff)
downloadgentoo-2-8b35f882c8e386e0c5119af5a0cc5faddd0bcd7d.tar.gz
gentoo-2-8b35f882c8e386e0c5119af5a0cc5faddd0bcd7d.tar.bz2
gentoo-2-8b35f882c8e386e0c5119af5a0cc5faddd0bcd7d.zip
Remove old per Arferver.
(Portage version: 2.2.0_alpha173/cvs/Linux x86_64, signed Manifest commit with key 0BBEEA1FEA4843A4)
Diffstat (limited to 'net-libs/serf')
-rw-r--r--net-libs/serf/ChangeLog6
-rw-r--r--net-libs/serf/serf-1.0.0.ebuild37
-rw-r--r--net-libs/serf/serf-1.0.1.ebuild34
-rw-r--r--net-libs/serf/serf-1.0.3.ebuild34
-rw-r--r--net-libs/serf/serf-1.1.0.ebuild34
5 files changed, 5 insertions, 140 deletions
diff --git a/net-libs/serf/ChangeLog b/net-libs/serf/ChangeLog
index 4786a03cd660..c6c762ff2d89 100644
--- a/net-libs/serf/ChangeLog
+++ b/net-libs/serf/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for net-libs/serf
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/serf/ChangeLog,v 1.85 2013/02/23 22:38:54 floppym Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/serf/ChangeLog,v 1.86 2013/05/02 01:05:24 floppym Exp $
+
+ 02 May 2013; Mike Gilbert <floppym@gentoo.org> -serf-1.0.0.ebuild,
+ -serf-1.0.1.ebuild, -serf-1.0.3.ebuild, -serf-1.1.0.ebuild:
+ Remove old per Arferver.
*serf-1.2.0 (23 Feb 2013)
diff --git a/net-libs/serf/serf-1.0.0.ebuild b/net-libs/serf/serf-1.0.0.ebuild
deleted file mode 100644
index 82857ea94ca4..000000000000
--- a/net-libs/serf/serf-1.0.0.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/serf/serf-1.0.0.ebuild,v 1.1 2011/10/24 19:05:52 hwoarang Exp $
-
-EAPI="4"
-
-inherit autotools eutils
-
-DESCRIPTION="HTTP client library"
-HOMEPAGE="http://code.google.com/p/serf/"
-SRC_URI="http://serf.googlecode.com/files/${P}.tar.bz2"
-
-LICENSE="Apache-2.0"
-SLOT="1"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~sparc-fbsd ~x86-fbsd ~ppc-macos ~x64-macos"
-IUSE=""
-
-DEPEND="dev-libs/apr:1
- dev-libs/apr-util:1
- dev-libs/openssl
- sys-libs/zlib"
-RDEPEND="${DEPEND}"
-
-src_prepare() {
- # http://code.google.com/p/serf/source/detail?r=1564
- sed -e "/status = apr_socket_create(&serv_sock, APR_UNSPEC, SOCK_STREAM/s/APR_UNSPEC/address->family/" -i test/server/test_server.c
-
- epatch "${FILESDIR}/${PN}-0.3.1-disable-unneeded-linking.patch"
- eautoreconf
-}
-
-src_configure() {
- econf \
- --with-apr="${EPREFIX}/usr/bin/apr-1-config" \
- --with-apr-util="${EPREFIX}/usr/bin/apu-1-config" \
- --with-openssl="${EPREFIX}/usr"
-}
diff --git a/net-libs/serf/serf-1.0.1.ebuild b/net-libs/serf/serf-1.0.1.ebuild
deleted file mode 100644
index 855ff1ffa5e2..000000000000
--- a/net-libs/serf/serf-1.0.1.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/serf/serf-1.0.1.ebuild,v 1.1 2012/03/13 02:19:55 floppym Exp $
-
-EAPI="4"
-
-inherit autotools eutils
-
-DESCRIPTION="HTTP client library"
-HOMEPAGE="http://code.google.com/p/serf/"
-SRC_URI="http://serf.googlecode.com/files/${P}.tar.bz2"
-
-LICENSE="Apache-2.0"
-SLOT="1"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~sparc-fbsd ~x86-fbsd ~ppc-macos ~x64-macos"
-IUSE=""
-
-DEPEND="dev-libs/apr:1
- dev-libs/apr-util:1
- dev-libs/openssl
- sys-libs/zlib"
-RDEPEND="${DEPEND}"
-
-src_prepare() {
- epatch "${FILESDIR}/${PN}-0.3.1-disable-unneeded-linking.patch"
- eautoreconf
-}
-
-src_configure() {
- econf \
- --with-apr="${EPREFIX}/usr/bin/apr-1-config" \
- --with-apr-util="${EPREFIX}/usr/bin/apu-1-config" \
- --with-openssl="${EPREFIX}/usr"
-}
diff --git a/net-libs/serf/serf-1.0.3.ebuild b/net-libs/serf/serf-1.0.3.ebuild
deleted file mode 100644
index d6b51c3829c6..000000000000
--- a/net-libs/serf/serf-1.0.3.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/serf/serf-1.0.3.ebuild,v 1.2 2012/05/12 01:13:34 aballier Exp $
-
-EAPI="4"
-
-inherit autotools eutils
-
-DESCRIPTION="HTTP client library"
-HOMEPAGE="http://code.google.com/p/serf/"
-SRC_URI="http://serf.googlecode.com/files/${P}.tar.bz2"
-
-LICENSE="Apache-2.0"
-SLOT="1"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~ppc-macos ~x64-macos"
-IUSE=""
-
-DEPEND="dev-libs/apr:1
- dev-libs/apr-util:1
- dev-libs/openssl
- sys-libs/zlib"
-RDEPEND="${DEPEND}"
-
-src_prepare() {
- epatch "${FILESDIR}/${PN}-0.3.1-disable-unneeded-linking.patch"
- eautoreconf
-}
-
-src_configure() {
- econf \
- --with-apr="${EPREFIX}/usr/bin/apr-1-config" \
- --with-apr-util="${EPREFIX}/usr/bin/apu-1-config" \
- --with-openssl="${EPREFIX}/usr"
-}
diff --git a/net-libs/serf/serf-1.1.0.ebuild b/net-libs/serf/serf-1.1.0.ebuild
deleted file mode 100644
index 5dee3615c94e..000000000000
--- a/net-libs/serf/serf-1.1.0.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/serf/serf-1.1.0.ebuild,v 1.7 2012/09/02 18:18:04 armin76 Exp $
-
-EAPI="4"
-
-inherit autotools eutils
-
-DESCRIPTION="HTTP client library"
-HOMEPAGE="http://code.google.com/p/serf/"
-SRC_URI="http://serf.googlecode.com/files/${P}.tar.bz2"
-
-LICENSE="Apache-2.0"
-SLOT="1"
-KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~ppc-macos ~x64-macos"
-IUSE=""
-
-DEPEND="dev-libs/apr:1
- dev-libs/apr-util:1
- dev-libs/openssl
- sys-libs/zlib"
-RDEPEND="${DEPEND}"
-
-src_prepare() {
- epatch "${FILESDIR}/${PN}-0.3.1-disable-unneeded-linking.patch"
- eautoreconf
-}
-
-src_configure() {
- econf \
- --with-apr="${EPREFIX}/usr/bin/apr-1-config" \
- --with-apr-util="${EPREFIX}/usr/bin/apu-1-config" \
- --with-openssl="${EPREFIX}/usr"
-}