summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2012-08-07 16:37:19 +0000
committerAlexis Ballier <aballier@gentoo.org>2012-08-07 16:37:19 +0000
commitd5dcaa05c6270fa3b443b31ec6855fec033b2954 (patch)
treee662db73b2b9dae299842964bbdaeb69c173608e /dev-ml/type-conv
parentremove old (diff)
downloadgentoo-2-d5dcaa05c6270fa3b443b31ec6855fec033b2954.tar.gz
gentoo-2-d5dcaa05c6270fa3b443b31ec6855fec033b2954.tar.bz2
gentoo-2-d5dcaa05c6270fa3b443b31ec6855fec033b2954.zip
remove old
(Portage version: 2.2.0_alpha120/cvs/Linux x86_64)
Diffstat (limited to 'dev-ml/type-conv')
-rw-r--r--dev-ml/type-conv/ChangeLog6
-rw-r--r--dev-ml/type-conv/type-conv-3.0.4.ebuild21
-rw-r--r--dev-ml/type-conv/type-conv-3.0.5.ebuild23
3 files changed, 5 insertions, 45 deletions
diff --git a/dev-ml/type-conv/ChangeLog b/dev-ml/type-conv/ChangeLog
index 0c1509d0c9b2..1230a5eb70e9 100644
--- a/dev-ml/type-conv/ChangeLog
+++ b/dev-ml/type-conv/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-ml/type-conv
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ml/type-conv/ChangeLog,v 1.18 2012/07/09 21:08:47 ulm Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ml/type-conv/ChangeLog,v 1.19 2012/08/07 16:37:19 aballier Exp $
+
+ 07 Aug 2012; Alexis Ballier <aballier@gentoo.org> -type-conv-3.0.4.ebuild,
+ -type-conv-3.0.5.ebuild:
+ remove old
09 Jul 2012; Ulrich Müller <ulm@gentoo.org> type-conv-108.00.01.ebuild,
type-conv-3.0.4.ebuild, type-conv-3.0.5.ebuild:
diff --git a/dev-ml/type-conv/type-conv-3.0.4.ebuild b/dev-ml/type-conv/type-conv-3.0.4.ebuild
deleted file mode 100644
index 978f597cdad9..000000000000
--- a/dev-ml/type-conv/type-conv-3.0.4.ebuild
+++ /dev/null
@@ -1,21 +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/type-conv/type-conv-3.0.4.ebuild,v 1.3 2012/07/09 21:08:47 ulm Exp $
-
-EAPI="3"
-
-inherit oasis
-
-DESCRIPTION="Mini library required for some other preprocessing libraries"
-HOMEPAGE="http://forge.ocamlcore.org/projects/type-conv/"
-SRC_URI="http://forge.ocamlcore.org/frs/download.php/697/${P}.tar.gz"
-
-LICENSE="LGPL-2.1-with-linking-exception"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND=""
-DEPEND="${RDEPEND}"
-
-DOCS=( "README.txt" "Changelog" )
diff --git a/dev-ml/type-conv/type-conv-3.0.5.ebuild b/dev-ml/type-conv/type-conv-3.0.5.ebuild
deleted file mode 100644
index e2803b4aa31f..000000000000
--- a/dev-ml/type-conv/type-conv-3.0.5.ebuild
+++ /dev/null
@@ -1,23 +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/type-conv/type-conv-3.0.5.ebuild,v 1.2 2012/07/09 21:08:47 ulm Exp $
-
-EAPI="3"
-
-inherit oasis
-
-DESCRIPTION="Mini library required for some other preprocessing libraries"
-HOMEPAGE="http://forge.ocamlcore.org/projects/type-conv/"
-SRC_URI="http://forge.ocamlcore.org/frs/download.php/821/${P}.tar.gz"
-
-LICENSE="LGPL-2.1-with-linking-exception"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND=""
-DEPEND="${RDEPEND}"
-
-DOCS=( "README.txt" "Changelog" )
-
-S="${WORKDIR}/${PN/-/_}-${PV}"