diff options
author | Christian Faulhammer <opfer@gentoo.org> | 2007-02-08 18:17:56 +0000 |
---|---|---|
committer | Christian Faulhammer <opfer@gentoo.org> | 2007-02-08 18:17:56 +0000 |
commit | 3775dee9db76ee70df64b676708b5a8c2de86f65 (patch) | |
tree | 45ac0612103608855d5f13e6b28fcd2964e1e7d9 /app-emacs | |
parent | pcre++ is now ~alpha. Removed mask on USE qa. (diff) | |
download | gentoo-2-3775dee9db76ee70df64b676708b5a8c2de86f65.tar.gz gentoo-2-3775dee9db76ee70df64b676708b5a8c2de86f65.tar.bz2 gentoo-2-3775dee9db76ee70df64b676708b5a8c2de86f65.zip |
SRC_URI and HOMEPAGE updated for proper Manifest generation; added some quotes
(Portage version: 2.1.1-r2)
Diffstat (limited to 'app-emacs')
-rw-r--r-- | app-emacs/sml-mode/ChangeLog | 8 | ||||
-rw-r--r-- | app-emacs/sml-mode/files/digest-sml-mode-3.9.5 | 2 | ||||
-rw-r--r-- | app-emacs/sml-mode/files/digest-sml-mode-4.0 | 2 | ||||
-rw-r--r-- | app-emacs/sml-mode/sml-mode-3.9.5.ebuild | 12 |
4 files changed, 16 insertions, 8 deletions
diff --git a/app-emacs/sml-mode/ChangeLog b/app-emacs/sml-mode/ChangeLog index e2da610d03e8..682b8df5d8b4 100644 --- a/app-emacs/sml-mode/ChangeLog +++ b/app-emacs/sml-mode/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-emacs/sml-mode -# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/sml-mode/ChangeLog,v 1.7 2005/09/09 16:08:02 agriffis Exp $ +# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-emacs/sml-mode/ChangeLog,v 1.8 2007/02/08 18:17:56 opfer Exp $ + + 08 Feb 2007; Christian Faulhammer <opfer@gentoo.org> + sml-mode-3.9.5.ebuild: + SRC_URI and HOMEPAGE updated for proper Manifest generation; added some quotes 09 Sep 2005; Aron Griffis <agriffis@gentoo.org> sml-mode-3.9.5.ebuild: Mark 3.9.5 stable on alpha diff --git a/app-emacs/sml-mode/files/digest-sml-mode-3.9.5 b/app-emacs/sml-mode/files/digest-sml-mode-3.9.5 index ce2b7470227c..5b8c825d86c7 100644 --- a/app-emacs/sml-mode/files/digest-sml-mode-3.9.5 +++ b/app-emacs/sml-mode/files/digest-sml-mode-3.9.5 @@ -1 +1,3 @@ MD5 6496ac75c6db10b4ee34ba03a04375be sml-mode-3.9.5.tar.gz 61639 +RMD160 42655c0ce29d42aba1b65305704c051ccf27304d sml-mode-3.9.5.tar.gz 61639 +SHA256 cb06bb8abd82a9545b95bad71a42cc8a70d5ed464a9a7aa94600d326832333cd sml-mode-3.9.5.tar.gz 61639 diff --git a/app-emacs/sml-mode/files/digest-sml-mode-4.0 b/app-emacs/sml-mode/files/digest-sml-mode-4.0 index 55d426d0de23..f76996c6eae2 100644 --- a/app-emacs/sml-mode/files/digest-sml-mode-4.0 +++ b/app-emacs/sml-mode/files/digest-sml-mode-4.0 @@ -1 +1,3 @@ MD5 dddcadd1ee488a5f70e875e6d20f69fc sml-mode-4.0.tar.gz 66939 +RMD160 d585bdf15906f272fc1dac6c52f450a694ee823f sml-mode-4.0.tar.gz 66939 +SHA256 abbece6538cc4e5f1a6acb1f9dd2ffe7a1c87f808c655ecac113c58c61e0dfed sml-mode-4.0.tar.gz 66939 diff --git a/app-emacs/sml-mode/sml-mode-3.9.5.ebuild b/app-emacs/sml-mode/sml-mode-3.9.5.ebuild index e4815dc7aacb..731b2e53ffcf 100644 --- a/app-emacs/sml-mode/sml-mode-3.9.5.ebuild +++ b/app-emacs/sml-mode/sml-mode-3.9.5.ebuild @@ -1,12 +1,12 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/sml-mode/sml-mode-3.9.5.ebuild,v 1.9 2005/09/09 16:08:02 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/sml-mode/sml-mode-3.9.5.ebuild,v 1.10 2007/02/08 18:17:56 opfer Exp $ inherit elisp DESCRIPTION="Emacs major mode for editing Standard ML" -HOMEPAGE="ftp://ftp.research.bell-labs.com/dist/smlnj/contrib/emacs/" -SRC_URI="ftp://ftp.research.bell-labs.com/dist/smlnj/contrib/emacs/${P}.tar.gz" +HOMEPAGE="http://www.iro.umontreal.ca/~monnier/elisp/" +SRC_URI="http://www.iro.umontreal.ca/~monnier/elisp/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="alpha amd64 ~ppc-macos x86" @@ -16,7 +16,7 @@ SITEFILE=50sml-mode-gentoo.el src_unpack() { unpack ${A} - cat ${FILESDIR}/${SITEFILE} ${S}/sml-mode-startup.el >${WORKDIR}/${SITEFILE} + cat "${FILESDIR}/${SITEFILE}" "${S}/sml-mode-startup.el" >"${WORKDIR}/${SITEFILE}" } src_compile() { @@ -25,7 +25,7 @@ src_compile() { src_install() { elisp-install ${PN} *.el *.elc - elisp-site-file-install ${WORKDIR}/${SITEFILE} + elisp-site-file-install "${WORKDIR}/${SITEFILE}" doinfo *.info* dodoc BUGS ChangeLog NEWS README TODO INSTALL } |