summaryrefslogtreecommitdiff
path: root/dev-ml
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2012-08-07 16:36:46 +0000
committerAlexis Ballier <aballier@gentoo.org>2012-08-07 16:36:46 +0000
commit50ae4827ecac78de995ea4b6767b9efa129e44f0 (patch)
tree1e9d59decbf250ba2b21949a1e50cddbbbc79b0d /dev-ml
parentremove old (diff)
downloadgentoo-2-50ae4827ecac78de995ea4b6767b9efa129e44f0.tar.gz
gentoo-2-50ae4827ecac78de995ea4b6767b9efa129e44f0.tar.bz2
gentoo-2-50ae4827ecac78de995ea4b6767b9efa129e44f0.zip
remove old
(Portage version: 2.2.0_alpha120/cvs/Linux x86_64)
Diffstat (limited to 'dev-ml')
-rw-r--r--dev-ml/sexplib/ChangeLog6
-rw-r--r--dev-ml/sexplib/sexplib-7.0.4.ebuild39
-rw-r--r--dev-ml/sexplib/sexplib-7.0.5.ebuild42
3 files changed, 5 insertions, 82 deletions
diff --git a/dev-ml/sexplib/ChangeLog b/dev-ml/sexplib/ChangeLog
index bd8646638d37..37f97cfa0436 100644
--- a/dev-ml/sexplib/ChangeLog
+++ b/dev-ml/sexplib/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-ml/sexplib
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ml/sexplib/ChangeLog,v 1.17 2012/06/30 15:03:03 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ml/sexplib/ChangeLog,v 1.18 2012/08/07 16:36:46 aballier Exp $
+
+ 07 Aug 2012; Alexis Ballier <aballier@gentoo.org> -sexplib-7.0.4.ebuild,
+ -sexplib-7.0.5.ebuild:
+ remove old
*sexplib-108.00.01 (30 Jun 2012)
diff --git a/dev-ml/sexplib/sexplib-7.0.4.ebuild b/dev-ml/sexplib/sexplib-7.0.4.ebuild
deleted file mode 100644
index 1e9454879b9a..000000000000
--- a/dev-ml/sexplib/sexplib-7.0.4.ebuild
+++ /dev/null
@@ -1,39 +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/sexplib/sexplib-7.0.4.ebuild,v 1.2 2012/03/27 21:08:38 aballier Exp $
-
-EAPI=3
-
-inherit oasis
-
-DESCRIPTION="Library for automated conversion of OCaml-values to and from S-expressions"
-HOMEPAGE="http://forge.ocamlcore.org/projects/sexplib/"
-SRC_URI="http://forge.ocamlcore.org/frs/download.php/699/${P}.tar.gz"
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="doc"
-
-RDEPEND=">=dev-ml/type-conv-3.0.4"
-DEPEND="${RDEPEND}
- doc? ( virtual/latex-base dev-texlive/texlive-latexextra )"
-
-DOCS=( "README.txt" "Changelog" )
-
-src_compile() {
- oasis_src_compile
- if use doc ; then
- cd "${S}/doc"
- pdflatex README || die
- pdflatex README || die
- fi
-}
-
-src_install() {
- oasis_src_install
-
- if use doc; then
- dodoc doc/README.pdf || die
- fi
-}
diff --git a/dev-ml/sexplib/sexplib-7.0.5.ebuild b/dev-ml/sexplib/sexplib-7.0.5.ebuild
deleted file mode 100644
index 4fbaa197eecc..000000000000
--- a/dev-ml/sexplib/sexplib-7.0.5.ebuild
+++ /dev/null
@@ -1,42 +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/sexplib/sexplib-7.0.5.ebuild,v 1.1 2012/06/30 14:15:29 aballier Exp $
-
-EAPI=3
-
-OASIS_BUILD_DOCS=1
-OASIS_BUILD_TESTS=1
-
-inherit oasis
-
-DESCRIPTION="Library for automated conversion of OCaml-values to and from S-expressions"
-HOMEPAGE="http://forge.ocamlcore.org/projects/sexplib/"
-SRC_URI="http://forge.ocamlcore.org/frs/download.php/832/${P}.tar.gz"
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND=">=dev-ml/type-conv-3.0.5"
-DEPEND="${RDEPEND}
- doc? ( virtual/latex-base dev-texlive/texlive-latexextra )"
-
-DOCS=( "README.txt" "Changelog" )
-
-src_compile() {
- oasis_src_compile
- if use doc ; then
- cd "${S}/doc"
- pdflatex README || die
- pdflatex README || die
- fi
-}
-
-src_install() {
- oasis_src_install
-
- if use doc; then
- dodoc doc/README.pdf || die
- fi
-}