summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2013-03-02 18:09:41 +0000
committerAlexis Ballier <aballier@gentoo.org>2013-03-02 18:09:41 +0000
commit44cc2e0d8ba8fc8768ae2e524cd8b60b987d5524 (patch)
tree712c627f897fe245a086ac82f58004e9d7c6ba6c /dev-ml/sexplib
parentFix typo in DEPEND (diff)
downloadgentoo-2-44cc2e0d8ba8fc8768ae2e524cd8b60b987d5524.tar.gz
gentoo-2-44cc2e0d8ba8fc8768ae2e524cd8b60b987d5524.tar.bz2
gentoo-2-44cc2e0d8ba8fc8768ae2e524cd8b60b987d5524.zip
remove old
(Portage version: 2.2.0_alpha164/cvs/Linux x86_64, signed Manifest commit with key 160F534A)
Diffstat (limited to 'dev-ml/sexplib')
-rw-r--r--dev-ml/sexplib/ChangeLog6
-rw-r--r--dev-ml/sexplib/sexplib-108.00.01.ebuild42
-rw-r--r--dev-ml/sexplib/sexplib-108.07.01.ebuild25
-rw-r--r--dev-ml/sexplib/sexplib-109.07.00.ebuild25
4 files changed, 5 insertions, 93 deletions
diff --git a/dev-ml/sexplib/ChangeLog b/dev-ml/sexplib/ChangeLog
index b3438cedf8f5..812208b8d295 100644
--- a/dev-ml/sexplib/ChangeLog
+++ b/dev-ml/sexplib/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-ml/sexplib
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ml/sexplib/ChangeLog,v 1.22 2013/02/09 00:13:45 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ml/sexplib/ChangeLog,v 1.23 2013/03/02 18:09:41 aballier Exp $
+
+ 02 Mar 2013; Alexis Ballier <aballier@gentoo.org> -sexplib-108.00.01.ebuild,
+ -sexplib-108.07.01.ebuild, -sexplib-109.07.00.ebuild:
+ remove old
*sexplib-109.08.00 (08 Feb 2013)
diff --git a/dev-ml/sexplib/sexplib-108.00.01.ebuild b/dev-ml/sexplib/sexplib-108.00.01.ebuild
deleted file mode 100644
index 5c92614cc155..000000000000
--- a/dev-ml/sexplib/sexplib-108.00.01.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-108.00.01.ebuild,v 1.1 2012/06/30 15:03:03 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://bitbucket.org/yminsky/ocaml-core/wiki/Home"
-SRC_URI="http://bitbucket.org/yminsky/ocaml-core/downloads/${P}.tar.gz"
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND=">=dev-ml/type-conv-108.00.01"
-DEPEND="${RDEPEND}
- doc? ( virtual/latex-base dev-texlive/texlive-latexextra )"
-
-DOCS=( "README" "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-108.07.01.ebuild b/dev-ml/sexplib/sexplib-108.07.01.ebuild
deleted file mode 100644
index 023cea94ad23..000000000000
--- a/dev-ml/sexplib/sexplib-108.07.01.ebuild
+++ /dev/null
@@ -1,25 +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-108.07.01.ebuild,v 1.2 2012/10/17 12:15:21 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://bitbucket.org/yminsky/ocaml-core/wiki/Home"
-SRC_URI="http://ocaml.janestreet.com/ocaml-core/${PV}/individual/${P}.tar.gz
- http://dev.gentoo.org/~aballier/distfiles/${P}.tar.gz"
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND=">=dev-ml/type-conv-108.00.01"
-DEPEND="${RDEPEND}"
-
-DOCS=( "README.md" "CHANGES.txt" )
diff --git a/dev-ml/sexplib/sexplib-109.07.00.ebuild b/dev-ml/sexplib/sexplib-109.07.00.ebuild
deleted file mode 100644
index f0ff3aa4ce53..000000000000
--- a/dev-ml/sexplib/sexplib-109.07.00.ebuild
+++ /dev/null
@@ -1,25 +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/sexplib/sexplib-109.07.00.ebuild,v 1.1 2013/02/07 19:06:47 aballier Exp $
-
-EAPI=5
-
-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://bitbucket.org/yminsky/ocaml-core/wiki/Home"
-SRC_URI="http://ocaml.janestreet.com/ocaml-core/${PV}/individual/${P}.tar.gz
- http://dev.gentoo.org/~aballier/distfiles/${P}.tar.gz"
-
-LICENSE="LGPL-2.1"
-SLOT="0/${PV}"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND=">=dev-ml/type-conv-108.00.01:="
-DEPEND="${RDEPEND}"
-
-DOCS=( "README.md" "CHANGES.txt" )