summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans de Graaff <graaff@gentoo.org>2006-11-12 11:05:11 +0000
committerHans de Graaff <graaff@gentoo.org>2006-11-12 11:05:11 +0000
commit12dc1f09a37b49f0fda2a5873a765f4a38956df6 (patch)
tree969c412bdd1af652c21054ca21ac7875e284f631 /app-xemacs/ocaml
parentuse.masked hddtemp and mpd due to lack of keywords. - new conky version related (diff)
downloadgentoo-2-12dc1f09a37b49f0fda2a5873a765f4a38956df6.tar.gz
gentoo-2-12dc1f09a37b49f0fda2a5873a765f4a38956df6.tar.bz2
gentoo-2-12dc1f09a37b49f0fda2a5873a765f4a38956df6.zip
Version bump; remove old version; add metadata.
(Portage version: 2.1.1-r1)
Diffstat (limited to 'app-xemacs/ocaml')
-rw-r--r--app-xemacs/ocaml/ChangeLog10
-rw-r--r--app-xemacs/ocaml/files/digest-ocaml-0.053
-rw-r--r--app-xemacs/ocaml/metadata.xml10
-rw-r--r--app-xemacs/ocaml/ocaml-0.05.ebuild16
4 files changed, 37 insertions, 2 deletions
diff --git a/app-xemacs/ocaml/ChangeLog b/app-xemacs/ocaml/ChangeLog
index 7631c8383e07..5224f6db4f9b 100644
--- a/app-xemacs/ocaml/ChangeLog
+++ b/app-xemacs/ocaml/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for app-xemacs/ocaml
-# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-xemacs/ocaml/ChangeLog,v 1.7 2005/08/07 13:23:46 hansmi Exp $
+# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-xemacs/ocaml/ChangeLog,v 1.8 2006/11/12 11:05:11 graaff Exp $
+
+*ocaml-0.05 (12 Nov 2006)
+
+ 12 Nov 2006; Hans de Graaff <graaff@gentoo.org> +metadata.xml,
+ -ocaml-0.03.ebuild, +ocaml-0.05.ebuild:
+ Version bump; remove old version; add metadata.
07 Aug 2005; Michael Hanselmann <hansmi@gentoo.org> ocaml-0.04.ebuild:
Stable on ppc.
diff --git a/app-xemacs/ocaml/files/digest-ocaml-0.05 b/app-xemacs/ocaml/files/digest-ocaml-0.05
new file mode 100644
index 000000000000..edcb0b9e13ee
--- /dev/null
+++ b/app-xemacs/ocaml/files/digest-ocaml-0.05
@@ -0,0 +1,3 @@
+MD5 2ca033386cade4dbdb05abe2e6f324f4 ocaml-0.05-pkg.tar.gz 64887
+RMD160 9eaf44772b675b88a863e8b5988fe00814197538 ocaml-0.05-pkg.tar.gz 64887
+SHA256 28fa359836072bf71de807cb370e8820f62288e84301eb6103c652092f1d789d ocaml-0.05-pkg.tar.gz 64887
diff --git a/app-xemacs/ocaml/metadata.xml b/app-xemacs/ocaml/metadata.xml
new file mode 100644
index 000000000000..30d23a01cc89
--- /dev/null
+++ b/app-xemacs/ocaml/metadata.xml
@@ -0,0 +1,10 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <herd>xemacs</herd>
+ <maintainer>
+ <email>xemacs@gentoo.org</email>
+ <description>Primary Maintainer</description>
+ </maintainer>
+ <longdescription></longdescription>
+</pkgmetadata>
diff --git a/app-xemacs/ocaml/ocaml-0.05.ebuild b/app-xemacs/ocaml/ocaml-0.05.ebuild
new file mode 100644
index 000000000000..ce6dd6e8607f
--- /dev/null
+++ b/app-xemacs/ocaml/ocaml-0.05.ebuild
@@ -0,0 +1,16 @@
+# Copyright 1999-2006 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-xemacs/ocaml/ocaml-0.05.ebuild,v 1.1 2006/11/12 11:05:11 graaff Exp $
+
+SLOT="0"
+IUSE=""
+DESCRIPTION="Objective Caml editing support."
+PKG_CAT="standard"
+
+RDEPEND="app-xemacs/xemacs-base
+app-xemacs/fsf-compat
+"
+KEYWORDS="~alpha ~amd64 ~ppc ~sparc ~x86"
+
+inherit xemacs-packages
+