summaryrefslogtreecommitdiff
path: root/dev-ml
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2012-10-10 11:54:19 +0000
committerAlexis Ballier <aballier@gentoo.org>2012-10-10 11:54:19 +0000
commit0bfbe22e35f8f510e1ce4d19eefaf607c4c6063c (patch)
tree4f5f8363917b9b94b6cb50e6b5c523b14ac316e2 /dev-ml
parentFix USE=doc build failure with libxslt-1.1.27 (bug #436308, thanks to bambuch... (diff)
downloadgentoo-2-0bfbe22e35f8f510e1ce4d19eefaf607c4c6063c.tar.gz
gentoo-2-0bfbe22e35f8f510e1ce4d19eefaf607c4c6063c.tar.bz2
gentoo-2-0bfbe22e35f8f510e1ce4d19eefaf607c4c6063c.zip
version bump
(Portage version: 2.2.0_alpha136/cvs/Linux x86_64)
Diffstat (limited to 'dev-ml')
-rw-r--r--dev-ml/pomap/ChangeLog9
-rw-r--r--dev-ml/pomap/pomap-3.0.1.ebuild30
2 files changed, 37 insertions, 2 deletions
diff --git a/dev-ml/pomap/ChangeLog b/dev-ml/pomap/ChangeLog
index 746ecda7db88..c5458b276078 100644
--- a/dev-ml/pomap/ChangeLog
+++ b/dev-ml/pomap/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for dev-ml/pomap
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ml/pomap/ChangeLog,v 1.21 2009/09/28 16:24:07 betelgeuse Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-ml/pomap/ChangeLog,v 1.22 2012/10/10 11:54:19 aballier Exp $
+
+*pomap-3.0.1 (10 Oct 2012)
+
+ 10 Oct 2012; Alexis Ballier <aballier@gentoo.org> +pomap-3.0.1.ebuild:
+ version bump
28 Sep 2009; Petteri Räty <betelgeuse@gentoo.org> -pomap-2.9.8.ebuild:
Remove old version using built_with_use.
diff --git a/dev-ml/pomap/pomap-3.0.1.ebuild b/dev-ml/pomap/pomap-3.0.1.ebuild
new file mode 100644
index 000000000000..da7dfbdf3914
--- /dev/null
+++ b/dev-ml/pomap/pomap-3.0.1.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/pomap/pomap-3.0.1.ebuild,v 1.1 2012/10/10 11:54:19 aballier Exp $
+
+EAPI=4
+
+OASIS_BUILD_DOCS=1
+
+inherit oasis
+
+DESCRIPTION="Partially Ordered Map ADT for O'Caml"
+HOMEPAGE="http://bitbucket.org/mmottl/pomap"
+SRC_URI="http://bitbucket.org/mmottl/pomap/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
+}