diff options
Diffstat (limited to 'app-xemacs/sml-mode')
-rw-r--r-- | app-xemacs/sml-mode/Manifest | 1 | ||||
-rw-r--r-- | app-xemacs/sml-mode/metadata.xml | 5 | ||||
-rw-r--r-- | app-xemacs/sml-mode/sml-mode-0.12.ebuild | 16 |
3 files changed, 22 insertions, 0 deletions
diff --git a/app-xemacs/sml-mode/Manifest b/app-xemacs/sml-mode/Manifest new file mode 100644 index 000000000000..4a8e807ed97c --- /dev/null +++ b/app-xemacs/sml-mode/Manifest @@ -0,0 +1 @@ +DIST sml-mode-0.12-pkg.tar.gz 82366 SHA256 3303b94ee31e399cef8c37de33c00ea4ace4e8006759925d664df7762c0dacc7 SHA512 7c059c485577516a13d4b58c594fc78eaea1779714d6cdf98a1ef57edd9b1e0442e854b421a8d9e9fa32cd2d8a060cc02b7e4743d3494a1f7271ac06fb092a9f WHIRLPOOL 2548580c97165fcb34de6483384a2aaf7c9722b5b3f2abeed53e5154628a9ba1e90bc6b253fddd51f50a0b5f66d6a0e799ca8348e036c0b47dca4284c820842e diff --git a/app-xemacs/sml-mode/metadata.xml b/app-xemacs/sml-mode/metadata.xml new file mode 100644 index 000000000000..298888916608 --- /dev/null +++ b/app-xemacs/sml-mode/metadata.xml @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>xemacs</herd> +</pkgmetadata> diff --git a/app-xemacs/sml-mode/sml-mode-0.12.ebuild b/app-xemacs/sml-mode/sml-mode-0.12.ebuild new file mode 100644 index 000000000000..77cba4f41c5b --- /dev/null +++ b/app-xemacs/sml-mode/sml-mode-0.12.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +SLOT="0" +IUSE="" +DESCRIPTION="SML editing support" +PKG_CAT="standard" + +RDEPEND="app-xemacs/xemacs-base +app-xemacs/edebug +app-xemacs/fsf-compat +" +KEYWORDS="alpha amd64 ppc ppc64 sparc x86" + +inherit xemacs-packages |