summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2012-06-30 12:34:52 +0000
committerAlexis Ballier <aballier@gentoo.org>2012-06-30 12:34:52 +0000
commit67263f9f4f0eaed4bc01e40afd24a22bc28971a4 (patch)
treef21ba8dc0b6752f62aa28c01be28f376a7f5bc3a /dev-ml/type-conv
parentVersion bump. (diff)
downloadgentoo-2-67263f9f4f0eaed4bc01e40afd24a22bc28971a4.tar.gz
gentoo-2-67263f9f4f0eaed4bc01e40afd24a22bc28971a4.tar.bz2
gentoo-2-67263f9f4f0eaed4bc01e40afd24a22bc28971a4.zip
version bump, masked for now
(Portage version: 2.2.0_alpha114/cvs/Linux x86_64)
Diffstat (limited to 'dev-ml/type-conv')
-rw-r--r--dev-ml/type-conv/ChangeLog7
-rw-r--r--dev-ml/type-conv/type-conv-3.0.5.ebuild23
2 files changed, 29 insertions, 1 deletions
diff --git a/dev-ml/type-conv/ChangeLog b/dev-ml/type-conv/ChangeLog
index 87647a61e1bf..50106462ad33 100644
--- a/dev-ml/type-conv/ChangeLog
+++ b/dev-ml/type-conv/ChangeLog
@@ -1,6 +1,11 @@
# 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.15 2012/03/27 21:05:01 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ml/type-conv/ChangeLog,v 1.16 2012/06/30 12:34:52 aballier Exp $
+
+*type-conv-3.0.5 (30 Jun 2012)
+
+ 30 Jun 2012; Alexis Ballier <aballier@gentoo.org> +type-conv-3.0.5.ebuild:
+ version bump, masked for now
27 Mar 2012; Alexis Ballier <aballier@gentoo.org> type-conv-3.0.4.ebuild:
convert to oasis.eclass
diff --git a/dev-ml/type-conv/type-conv-3.0.5.ebuild b/dev-ml/type-conv/type-conv-3.0.5.ebuild
new file mode 100644
index 000000000000..b8f2ccb4df99
--- /dev/null
+++ b/dev-ml/type-conv/type-conv-3.0.5.ebuild
@@ -0,0 +1,23 @@
+# 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.1 2012/06/30 12:34:52 aballier 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-linking-exception"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND=""
+DEPEND="${RDEPEND}"
+
+DOCS=( "README.txt" "Changelog" )
+
+S="${WORKDIR}/${PN/-/_}-${PV}"