summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2013-08-19 12:56:39 +0000
committerAlexis Ballier <aballier@gentoo.org>2013-08-19 12:56:39 +0000
commitfde14a9e984af8009f90416887988234cde62118 (patch)
treed450770a01263ce9f54818f9db7df9a76253e805 /dev-ml/csv
parentsci-chemistry/autodock_vina: Drop old fixes problems with boost-1.52, #460264 (diff)
downloadgentoo-2-fde14a9e984af8009f90416887988234cde62118.tar.gz
gentoo-2-fde14a9e984af8009f90416887988234cde62118.tar.bz2
gentoo-2-fde14a9e984af8009f90416887988234cde62118.zip
remove old
(Portage version: 2.2.0/cvs/Linux x86_64, signed Manifest commit with key 160F534A)
Diffstat (limited to 'dev-ml/csv')
-rw-r--r--dev-ml/csv/ChangeLog5
-rw-r--r--dev-ml/csv/csv-1.2.3.ebuild23
2 files changed, 4 insertions, 24 deletions
diff --git a/dev-ml/csv/ChangeLog b/dev-ml/csv/ChangeLog
index cf8f1797e5b9..eadcbd535986 100644
--- a/dev-ml/csv/ChangeLog
+++ b/dev-ml/csv/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-ml/csv
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ml/csv/ChangeLog,v 1.5 2013/07/22 02:21:44 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ml/csv/ChangeLog,v 1.6 2013/08/19 12:56:39 aballier Exp $
+
+ 19 Aug 2013; Alexis Ballier <aballier@gentoo.org> -csv-1.2.3.ebuild:
+ remove old
*csv-1.3.0 (22 Jul 2013)
diff --git a/dev-ml/csv/csv-1.2.3.ebuild b/dev-ml/csv/csv-1.2.3.ebuild
deleted file mode 100644
index 6c66b2c48328..000000000000
--- a/dev-ml/csv/csv-1.2.3.ebuild
+++ /dev/null
@@ -1,23 +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/csv/csv-1.2.3.ebuild,v 1.2 2013/03/03 14:22:03 aballier Exp $
-
-EAPI=5
-
-OASIS_BUILD_DOCS=1
-
-inherit oasis
-
-DESCRIPTION="A pure OCaml library to read and write CSV files"
-HOMEPAGE="http://forge.ocamlcore.org/projects/csv/"
-SRC_URI="http://forge.ocamlcore.org/frs/download.php/978/${P}.tar.gz"
-
-LICENSE="LGPL-2.1-with-linking-exception"
-SLOT="0/${PV}"
-KEYWORDS="~amd64"
-IUSE=""
-
-DEPEND=""
-RDEPEND="${DEPEND}"
-
-DOCS=( "README.txt" "AUTHORS.txt" )