summaryrefslogtreecommitdiff
path: root/dev-ml
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2015-07-27 07:37:48 +0000
committerAlexis Ballier <aballier@gentoo.org>2015-07-27 07:37:48 +0000
commit9e58221fb1da2cc3621660ced2967f46b77a1790 (patch)
tree091bf05e6eb39a3ab97cfa51bec271fa8edd653a /dev-ml
parentUpdating remote-id in metadata.xml (diff)
downloadgentoo-2-9e58221fb1da2cc3621660ced2967f46b77a1790.tar.gz
gentoo-2-9e58221fb1da2cc3621660ced2967f46b77a1790.tar.bz2
gentoo-2-9e58221fb1da2cc3621660ced2967f46b77a1790.zip
remove old
(Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 160F534A)
Diffstat (limited to 'dev-ml')
-rw-r--r--dev-ml/macaque/ChangeLog6
-rw-r--r--dev-ml/macaque/macaque-0.6.1.ebuild32
-rw-r--r--dev-ml/macaque/macaque-0.7.1.ebuild21
3 files changed, 5 insertions, 54 deletions
diff --git a/dev-ml/macaque/ChangeLog b/dev-ml/macaque/ChangeLog
index 06b087dae961..1d3d73b6c883 100644
--- a/dev-ml/macaque/ChangeLog
+++ b/dev-ml/macaque/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-ml/macaque
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ml/macaque/ChangeLog,v 1.4 2015/07/27 07:37:07 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ml/macaque/ChangeLog,v 1.5 2015/07/27 07:37:48 aballier Exp $
+
+ 27 Jul 2015; Alexis Ballier <aballier@gentoo.org> -macaque-0.6.1.ebuild,
+ -macaque-0.7.1.ebuild:
+ remove old
*macaque-0.7.2 (27 Jul 2015)
diff --git a/dev-ml/macaque/macaque-0.6.1.ebuild b/dev-ml/macaque/macaque-0.6.1.ebuild
deleted file mode 100644
index bec2d8703a66..000000000000
--- a/dev-ml/macaque/macaque-0.6.1.ebuild
+++ /dev/null
@@ -1,32 +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/macaque/macaque-0.6.1.ebuild,v 1.1 2013/02/07 20:43:32 aballier Exp $
-
-EAPI=5
-
-inherit findlib
-
-DESCRIPTION="DSL for SQL Queries in Caml"
-HOMEPAGE="http://forge.ocamlcore.org/projects/macaque/"
-SRC_URI="http://forge.ocamlcore.org/frs/download.php/1027/${P}.tar.gz"
-
-LICENSE="LGPL-2.1-with-linking-exception"
-SLOT="0/${PV}"
-KEYWORDS="~amd64"
-IUSE=""
-
-DEPEND="dev-ml/pgocaml:=
- dev-lang/ocaml:="
-RDEPEND="${DEPEND}"
-
-S="${WORKDIR}/${PN}/src"
-
-src_compile() {
- emake -j1
-}
-
-src_install() {
- findlib_src_preinst
- emake -j1 install
- dodoc ../README Changelog
-}
diff --git a/dev-ml/macaque/macaque-0.7.1.ebuild b/dev-ml/macaque/macaque-0.7.1.ebuild
deleted file mode 100644
index 5005f8da6c4c..000000000000
--- a/dev-ml/macaque/macaque-0.7.1.ebuild
+++ /dev/null
@@ -1,21 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ml/macaque/macaque-0.7.1.ebuild,v 1.1 2014/10/30 08:11:53 aballier Exp $
-
-EAPI=5
-
-inherit oasis
-
-DESCRIPTION="DSL for SQL Queries in Caml"
-HOMEPAGE="http://ocsigen.org/macaque/"
-SRC_URI="https://github.com/ocsigen/macaque/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="LGPL-2.1-with-linking-exception"
-SLOT="0/${PV}"
-KEYWORDS="~amd64"
-IUSE=""
-
-DEPEND=">=dev-ml/pgocaml-2.1:=
- || ( dev-ml/camlp4:= <dev-lang/ocaml-4.02.0 )"
-RDEPEND="${DEPEND}"
-DOCS=( Changelog README.md )