diff options
author | Hans de Graaff <graaff@gentoo.org> | 2006-11-12 13:28:04 +0000 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2006-11-12 13:28:04 +0000 |
commit | 739f7a9ac63e84c91499c75bdf085b601be63cca (patch) | |
tree | 808b7fedca2ead46e1d88cf2e730ff4341022195 /app-xemacs/sml-mode | |
parent | Add pointer to rebuild script in postinst message, drop 2.5.5 (diff) | |
download | historical-739f7a9ac63e84c91499c75bdf085b601be63cca.tar.gz historical-739f7a9ac63e84c91499c75bdf085b601be63cca.tar.bz2 historical-739f7a9ac63e84c91499c75bdf085b601be63cca.zip |
Version bump; remove old version; add metadata.
Package-Manager: portage-2.1.1-r1
Diffstat (limited to 'app-xemacs/sml-mode')
-rw-r--r-- | app-xemacs/sml-mode/ChangeLog | 10 | ||||
-rw-r--r-- | app-xemacs/sml-mode/files/digest-sml-mode-0.12 | 3 | ||||
-rw-r--r-- | app-xemacs/sml-mode/metadata.xml | 10 | ||||
-rw-r--r-- | app-xemacs/sml-mode/sml-mode-0.12.ebuild | 17 |
4 files changed, 38 insertions, 2 deletions
diff --git a/app-xemacs/sml-mode/ChangeLog b/app-xemacs/sml-mode/ChangeLog index 59321186696e..1ac3aea93aa1 100644 --- a/app-xemacs/sml-mode/ChangeLog +++ b/app-xemacs/sml-mode/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for app-xemacs/sml-mode -# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-xemacs/sml-mode/ChangeLog,v 1.7 2005/08/07 13:20:02 hansmi Exp $ +# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-xemacs/sml-mode/ChangeLog,v 1.8 2006/11/12 13:28:03 graaff Exp $ + +*sml-mode-0.12 (12 Nov 2006) + + 12 Nov 2006; Hans de Graaff <graaff@gentoo.org> +metadata.xml, + -sml-mode-0.05.ebuild, +sml-mode-0.12.ebuild: + Version bump; remove old version; add metadata. 07 Aug 2005; Michael Hanselmann <hansmi@gentoo.org> sml-mode-0.07.ebuild: Stable on ppc. diff --git a/app-xemacs/sml-mode/files/digest-sml-mode-0.12 b/app-xemacs/sml-mode/files/digest-sml-mode-0.12 new file mode 100644 index 000000000000..46a4d02e6b23 --- /dev/null +++ b/app-xemacs/sml-mode/files/digest-sml-mode-0.12 @@ -0,0 +1,3 @@ +MD5 017614793fe793e401911c0824356a37 sml-mode-0.12-pkg.tar.gz 82366 +RMD160 39fba5bcc591839e0c8318bb3414ba22bfd0ef1a sml-mode-0.12-pkg.tar.gz 82366 +SHA256 3303b94ee31e399cef8c37de33c00ea4ace4e8006759925d664df7762c0dacc7 sml-mode-0.12-pkg.tar.gz 82366 diff --git a/app-xemacs/sml-mode/metadata.xml b/app-xemacs/sml-mode/metadata.xml new file mode 100644 index 000000000000..30d23a01cc89 --- /dev/null +++ b/app-xemacs/sml-mode/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/sml-mode/sml-mode-0.12.ebuild b/app-xemacs/sml-mode/sml-mode-0.12.ebuild new file mode 100644 index 000000000000..fae9d6fbe9a5 --- /dev/null +++ b/app-xemacs/sml-mode/sml-mode-0.12.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2006 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-xemacs/sml-mode/sml-mode-0.12.ebuild,v 1.1 2006/11/12 13:28:03 graaff Exp $ + +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 ~sparc ~x86" + +inherit xemacs-packages + |