summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2015-05-21 07:14:38 +0000
committerAlexis Ballier <aballier@gentoo.org>2015-05-21 07:14:38 +0000
commit22488296e1ee29eeb6d8e033943e9ac82c218f07 (patch)
tree220b779ffbe11931685f6c43d6ab1d2d4a1ff066 /dev-ml/ocaml-ctypes
parentAdd 1.4.2_p20150520 snapshot. (diff)
downloadgentoo-2-22488296e1ee29eeb6d8e033943e9ac82c218f07.tar.gz
gentoo-2-22488296e1ee29eeb6d8e033943e9ac82c218f07.tar.bz2
gentoo-2-22488296e1ee29eeb6d8e033943e9ac82c218f07.zip
remove old
Signed-off-by: Alexis Ballier <aballier@gentoo.org> (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 160F534A)
Diffstat (limited to 'dev-ml/ocaml-ctypes')
-rw-r--r--dev-ml/ocaml-ctypes/ChangeLog5
-rw-r--r--dev-ml/ocaml-ctypes/ocaml-ctypes-0.4.0.ebuild35
2 files changed, 4 insertions, 36 deletions
diff --git a/dev-ml/ocaml-ctypes/ChangeLog b/dev-ml/ocaml-ctypes/ChangeLog
index 6dcc6b88c980..0cf312407976 100644
--- a/dev-ml/ocaml-ctypes/ChangeLog
+++ b/dev-ml/ocaml-ctypes/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-ml/ocaml-ctypes
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocaml-ctypes/ChangeLog,v 1.4 2015/04/10 15:28:49 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocaml-ctypes/ChangeLog,v 1.5 2015/05/21 07:14:38 aballier Exp $
+
+ 21 May 2015; Alexis Ballier <aballier@gentoo.org> -ocaml-ctypes-0.4.0.ebuild:
+ remove old
*ocaml-ctypes-0.4.1 (10 Apr 2015)
diff --git a/dev-ml/ocaml-ctypes/ocaml-ctypes-0.4.0.ebuild b/dev-ml/ocaml-ctypes/ocaml-ctypes-0.4.0.ebuild
deleted file mode 100644
index 08da8e9c1f10..000000000000
--- a/dev-ml/ocaml-ctypes/ocaml-ctypes-0.4.0.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocaml-ctypes/ocaml-ctypes-0.4.0.ebuild,v 1.3 2015/03/28 06:56:20 maekke Exp $
-
-EAPI=5
-
-inherit findlib
-
-DESCRIPTION="Library for binding to C libraries using pure OCaml"
-HOMEPAGE="https://github.com/ocamllabs/ocaml-ctypes"
-SRC_URI="https://github.com/ocamllabs/ocaml-ctypes/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0/${PV}"
-KEYWORDS="~amd64 ~arm"
-IUSE=""
-
-RDEPEND="
- dev-lang/ocaml:=
- virtual/libffi
-"
-DEPEND="${RDEPEND}"
-
-src_compile() {
- emake -j1
-}
-
-src_test() {
- emake -j1 test
-}
-
-src_install() {
- findlib_src_install
- dodoc CHANGES.md README.md
-}