summaryrefslogtreecommitdiff
path: root/dev-ml
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2012-10-10 11:50:44 +0000
committerAlexis Ballier <aballier@gentoo.org>2012-10-10 11:50:44 +0000
commit3664df154955b7fa7f4595607695547a314fd28e (patch)
tree8815838451323d9296cadcfed18c97b168d23021 /dev-ml
parentstable ppc ppc64, bug #437616 (diff)
downloadgentoo-2-3664df154955b7fa7f4595607695547a314fd28e.tar.gz
gentoo-2-3664df154955b7fa7f4595607695547a314fd28e.tar.bz2
gentoo-2-3664df154955b7fa7f4595607695547a314fd28e.zip
version bump
(Portage version: 2.2.0_alpha136/cvs/Linux x86_64)
Diffstat (limited to 'dev-ml')
-rw-r--r--dev-ml/res/ChangeLog9
-rw-r--r--dev-ml/res/res-4.0.2.ebuild30
2 files changed, 37 insertions, 2 deletions
diff --git a/dev-ml/res/ChangeLog b/dev-ml/res/ChangeLog
index 1f483a99199b..1a70dbe9dff1 100644
--- a/dev-ml/res/ChangeLog
+++ b/dev-ml/res/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for dev-ml/res
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ml/res/ChangeLog,v 1.13 2009/09/20 13:33:00 aballier Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-ml/res/ChangeLog,v 1.14 2012/10/10 11:50:44 aballier Exp $
+
+*res-4.0.2 (10 Oct 2012)
+
+ 10 Oct 2012; Alexis Ballier <aballier@gentoo.org> +res-4.0.2.ebuild:
+ version bump
20 Sep 2009; Alexis Ballier <aballier@gentoo.org> -res-2.2.5.ebuild:
remove old
diff --git a/dev-ml/res/res-4.0.2.ebuild b/dev-ml/res/res-4.0.2.ebuild
new file mode 100644
index 000000000000..f3e37cbd65be
--- /dev/null
+++ b/dev-ml/res/res-4.0.2.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-ml/res/res-4.0.2.ebuild,v 1.1 2012/10/10 11:50:44 aballier Exp $
+
+EAPI=4
+
+OASIS_BUILD_DOCS=1
+
+inherit oasis
+
+DESCRIPTION="Resizable Array and Buffer modules for O'Caml"
+HOMEPAGE="http://bitbucket.org/mmottl/res"
+SRC_URI="https://bitbucket.org/mmottl/res/downloads/${P}.tar.gz"
+LICENSE="LGPL-2.1-with-linking-exception"
+
+DEPEND=""
+RDEPEND="${DEPEND}"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86"
+IUSE="examples"
+
+DOCS=( "AUTHORS.txt" "CHANGES.txt" "README.md" )
+
+src_install() {
+ oasis_src_install
+ if use examples ; then
+ insinto /usr/share/doc/${PF}
+ doins -r examples
+ fi
+}