summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2015-06-28 15:24:20 +0000
committerAlexis Ballier <aballier@gentoo.org>2015-06-28 15:24:20 +0000
commitf830077363357ad99464f709e1ba7797ee5ce049 (patch)
treec1806bd350c6dad55255dc3fd0d75e1a17e29d21
parentversion bump (diff)
downloadgentoo-2-f830077363357ad99464f709e1ba7797ee5ce049.tar.gz
gentoo-2-f830077363357ad99464f709e1ba7797ee5ce049.tar.bz2
gentoo-2-f830077363357ad99464f709e1ba7797ee5ce049.zip
remove old
(Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 160F534A)
-rw-r--r--dev-ml/ocurl/ChangeLog6
-rw-r--r--dev-ml/ocurl/files/ocurl-0.5.1-asneeded.patch28
-rw-r--r--dev-ml/ocurl/ocurl-0.5.3.ebuild46
-rw-r--r--dev-ml/ocurl/ocurl-0.5.6.ebuild36
4 files changed, 5 insertions, 111 deletions
diff --git a/dev-ml/ocurl/ChangeLog b/dev-ml/ocurl/ChangeLog
index 57516d77b2c9..31b9c15c61d3 100644
--- a/dev-ml/ocurl/ChangeLog
+++ b/dev-ml/ocurl/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-ml/ocurl
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocurl/ChangeLog,v 1.23 2015/06/28 15:22:02 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocurl/ChangeLog,v 1.24 2015/06/28 15:24:20 aballier Exp $
+
+ 28 Jun 2015; Alexis Ballier <aballier@gentoo.org> -ocurl-0.5.3.ebuild,
+ -ocurl-0.5.6.ebuild, -files/ocurl-0.5.1-asneeded.patch:
+ remove old
*ocurl-0.7.4 (28 Jun 2015)
diff --git a/dev-ml/ocurl/files/ocurl-0.5.1-asneeded.patch b/dev-ml/ocurl/files/ocurl-0.5.1-asneeded.patch
deleted file mode 100644
index d74dc0e61aae..000000000000
--- a/dev-ml/ocurl/files/ocurl-0.5.1-asneeded.patch
+++ /dev/null
@@ -1,28 +0,0 @@
-Index: ocurl/Makefile.in
-===================================================================
---- ocurl.orig/Makefile.in
-+++ ocurl/Makefile.in
-@@ -27,7 +27,7 @@ CURLHELPEROBJS = curl-helper.o
- CURLOBJS = curl.cmx
- CURLBCOBJS = $(CURLOBJS:.cmx=.cmo)
-
--CURLFLAGS = -ccopt @CURLFLAGS@
-+CURLFLAGS = -ccopt "-I. @CURLFLAGS@"
- CURLCLIBS = -cclib -lcurl-helper -cclib "@CURLLIBS@"
-
- ifeq (@OCAMLBEST@,opt)
-Index: ocurl/configure.in
-===================================================================
---- ocurl.orig/configure.in
-+++ ocurl/configure.in
-@@ -5,8 +5,8 @@ dnl
- AC_INIT(curl.ml)
-
- CURLDIR=`curl-config --cflags`
--CURLFLAGS=`curl-config --libs | cut -d ' ' -f 1`
--CURLLIBS=`curl-config --libs | cut -d ' ' -f 2-`
-+CURLFLAGS=`curl-config --cflags`
-+CURLLIBS=`curl-config --libs`
-
- CFLAGS=$CURLDIR
-
diff --git a/dev-ml/ocurl/ocurl-0.5.3.ebuild b/dev-ml/ocurl/ocurl-0.5.3.ebuild
deleted file mode 100644
index 54e5d2337e0b..000000000000
--- a/dev-ml/ocurl/ocurl-0.5.3.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocurl/ocurl-0.5.3.ebuild,v 1.5 2013/07/10 13:53:34 vincent Exp $
-
-EAPI=5
-
-inherit eutils findlib autotools
-
-DESCRIPTION="OCaml interface to the libcurl library"
-HOMEPAGE="http://sourceforge.net/projects/ocurl"
-LICENSE="MIT"
-SRC_URI="mirror://sourceforge/ocurl/${P}.tgz"
-
-SLOT="0/${PV}"
-IUSE="examples"
-
-DEPEND=">=net-misc/curl-7.9.8
- dev-libs/openssl
- >=dev-lang/ocaml-3.12:=[ocamlopt]"
-RDEPEND="${DEPEND}"
-KEYWORDS="amd64 ppc x86"
-
-S=${WORKDIR}/${PN}
-
-src_prepare() {
- epatch "${FILESDIR}/${PN}-0.5.1-asneeded.patch"
- eautoreconf
-}
-
-src_configure() {
- econf --with-findlib
-}
-
-src_compile()
-{
- emake -j1 all || die
-}
-
-src_install()
-{
- findlib_src_install
- if use examples; then
- dodoc -r examples
- docompress -x /usr/share/doc/${PF}/examples
- fi
-}
diff --git a/dev-ml/ocurl/ocurl-0.5.6.ebuild b/dev-ml/ocurl/ocurl-0.5.6.ebuild
deleted file mode 100644
index 93e261d42613..000000000000
--- a/dev-ml/ocurl/ocurl-0.5.6.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocurl/ocurl-0.5.6.ebuild,v 1.4 2013/12/24 12:46:47 ago Exp $
-
-EAPI=5
-
-inherit findlib
-
-DESCRIPTION="OCaml interface to the libcurl library"
-HOMEPAGE="http://forge.ocamlcore.org/projects/ocurl/"
-LICENSE="MIT"
-SRC_URI="https://forge.ocamlcore.org/frs/download.php/1134/${P}.tgz"
-
-SLOT="0/${PV}"
-IUSE="examples"
-
-RDEPEND=">=net-misc/curl-7.9.8
- >=dev-lang/ocaml-3.12:=[ocamlopt]"
-DEPEND="${RDEPEND}
- virtual/pkgconfig"
-KEYWORDS="amd64 ppc x86"
-
-src_compile()
-{
- emake -j1 all
-}
-
-src_install()
-{
- findlib_src_install
- dodoc CHANGES.txt README
- if use examples; then
- dodoc -r examples
- docompress -x /usr/share/doc/${PF}/examples
- fi
-}