summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2013-08-16 23:04:55 +0000
committerAlexis Ballier <aballier@gentoo.org>2013-08-16 23:04:55 +0000
commit2c9fab300e6a41ae9e9c777cc7359d45a4705aa1 (patch)
tree0b124b1b4cd50d051f61704c58dcb83c831bd814 /dev-ml/bolt
parentremove old (diff)
downloadgentoo-2-2c9fab300e6a41ae9e9c777cc7359d45a4705aa1.tar.gz
gentoo-2-2c9fab300e6a41ae9e9c777cc7359d45a4705aa1.tar.bz2
gentoo-2-2c9fab300e6a41ae9e9c777cc7359d45a4705aa1.zip
remove ol
(Portage version: 2.2.0/cvs/Linux x86_64, signed Manifest commit with key 160F534A)
Diffstat (limited to 'dev-ml/bolt')
-rw-r--r--dev-ml/bolt/ChangeLog8
-rw-r--r--dev-ml/bolt/bolt-1.2.ebuild38
-rw-r--r--dev-ml/bolt/bolt-1.3.ebuild38
3 files changed, 6 insertions, 78 deletions
diff --git a/dev-ml/bolt/ChangeLog b/dev-ml/bolt/ChangeLog
index 9c919d086539..598b167d88c3 100644
--- a/dev-ml/bolt/ChangeLog
+++ b/dev-ml/bolt/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-ml/bolt
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ml/bolt/ChangeLog,v 1.3 2012/10/29 23:25:29 aballier Exp $
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-ml/bolt/ChangeLog,v 1.4 2013/08/16 23:04:55 aballier Exp $
+
+ 16 Aug 2013; Alexis Ballier <aballier@gentoo.org> -bolt-1.2.ebuild,
+ -bolt-1.3.ebuild:
+ remove old
*bolt-1.4 (29 Oct 2012)
diff --git a/dev-ml/bolt/bolt-1.2.ebuild b/dev-ml/bolt/bolt-1.2.ebuild
deleted file mode 100644
index 73152ece3724..000000000000
--- a/dev-ml/bolt/bolt-1.2.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ml/bolt/bolt-1.2.ebuild,v 1.1 2011/08/20 11:14:23 aballier Exp $
-
-EAPI=4
-
-inherit findlib
-
-DESCRIPTION="Logging tool for the Objective Caml language"
-HOMEPAGE="http://bolt.x9c.fr/"
-SRC_URI="http://bolt.x9c.fr/distrib/${P}.tar.gz"
-
-LICENSE="LGPL-3"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE="doc"
-
-DEPEND=">=dev-lang/ocaml-3.11[ocamlopt]"
-RDEPEND="${DEPEND}"
-
-src_configure() {
- sh configure
-}
-
-src_compile() {
- emake all
- use doc && emake doc
-}
-
-src_test() {
- emake tests
-}
-
-src_install() {
- findlib_src_install
- dodoc README CHANGES FEATURES
- use doc && dohtml ocamldoc/*
-}
diff --git a/dev-ml/bolt/bolt-1.3.ebuild b/dev-ml/bolt/bolt-1.3.ebuild
deleted file mode 100644
index 48dc8c43a7c8..000000000000
--- a/dev-ml/bolt/bolt-1.3.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ml/bolt/bolt-1.3.ebuild,v 1.1 2012/08/22 14:19:53 aballier Exp $
-
-EAPI=4
-
-inherit findlib
-
-DESCRIPTION="Logging tool for the Objective Caml language"
-HOMEPAGE="http://bolt.x9c.fr/"
-SRC_URI="http://bolt.x9c.fr/distrib/${P}.tar.gz"
-
-LICENSE="LGPL-3"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE="doc"
-
-DEPEND=">=dev-lang/ocaml-3.11[ocamlopt]"
-RDEPEND="${DEPEND}"
-
-src_configure() {
- sh configure
-}
-
-src_compile() {
- emake all
- use doc && emake doc
-}
-
-src_test() {
- emake tests
-}
-
-src_install() {
- findlib_src_install
- dodoc README CHANGES FEATURES
- use doc && dohtml ocamldoc/*
-}