diff options
author | 2006-01-26 15:49:52 +0000 | |
---|---|---|
committer | 2006-01-26 15:49:52 +0000 | |
commit | 7357f000916c4f05fa783c6fe826d4a86985cd36 (patch) | |
tree | a0facd0941c41c4a4261d9641e1bf993052a9190 /app-emacs/matlab | |
parent | header fix (diff) | |
download | gentoo-2-7357f000916c4f05fa783c6fe826d4a86985cd36.tar.gz gentoo-2-7357f000916c4f05fa783c6fe826d4a86985cd36.tar.bz2 gentoo-2-7357f000916c4f05fa783c6fe826d4a86985cd36.zip |
Update HOMEPAGE; Ebuild cleanup; Resolves Bug# 110419.
(Portage version: 2.1_pre3-r1)
Diffstat (limited to 'app-emacs/matlab')
-rw-r--r-- | app-emacs/matlab/ChangeLog | 7 | ||||
-rw-r--r-- | app-emacs/matlab/Manifest | 12 | ||||
-rw-r--r-- | app-emacs/matlab/matlab-2.2.3.ebuild | 27 |
3 files changed, 12 insertions, 34 deletions
diff --git a/app-emacs/matlab/ChangeLog b/app-emacs/matlab/ChangeLog index bac834b7cdbd..78e1ddd06b97 100644 --- a/app-emacs/matlab/ChangeLog +++ b/app-emacs/matlab/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-emacs/matlab -# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/matlab/ChangeLog,v 1.8 2005/10/24 14:52:15 josejx Exp $ +# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-emacs/matlab/ChangeLog,v 1.9 2006/01/26 15:49:52 mkennedy Exp $ + + 26 Jan 2006; Matthew Kennedy <mkennedy@gentoo.org> matlab-2.2.3.ebuild: + Update HOMEPAGE; Ebuild cleanup; Resolves Bug# 110419. 24 Oct 2005; Joseph Jezak <josejx@gentoo.org> matlab-2.2.3.ebuild: Marked ~ppc. diff --git a/app-emacs/matlab/Manifest b/app-emacs/matlab/Manifest index f56920057eb8..0292ec98775e 100644 --- a/app-emacs/matlab/Manifest +++ b/app-emacs/matlab/Manifest @@ -1,15 +1,5 @@ ------BEGIN PGP SIGNED MESSAGE----- -Hash: SHA1 - MD5 ec73904a5bd6dd10a51835d4aa528ca8 ChangeLog 774 MD5 585f9e842d3ddae0483c38ff2c9992f9 files/50matlab-gentoo.el 410 MD5 4ca7d27b7cfcaa20dff07173ba9d01a1 files/digest-matlab-2.2.3 64 -MD5 39e05bc5404b3801f31b17c7d9bfab70 matlab-2.2.3.ebuild 853 +MD5 0d381847d68ae870b6dd1849246498e4 matlab-2.2.3.ebuild 669 MD5 fcd33d07e4ee719b01157946734f4fe8 metadata.xml 158 ------BEGIN PGP SIGNATURE----- -Version: GnuPG v1.4.2 (GNU/Linux) - -iD8DBQFDXPVDcsIHjyDViGQRAilAAJ0Vlqo0oGU3RMCGOnxqAcbqhIU8TgCfW9KB -aNTvc+udvAP1vYDoEIvmdfM= -=CWJy ------END PGP SIGNATURE----- diff --git a/app-emacs/matlab/matlab-2.2.3.ebuild b/app-emacs/matlab/matlab-2.2.3.ebuild index 61bec5d95ef0..a9d8ce84cf78 100644 --- a/app-emacs/matlab/matlab-2.2.3.ebuild +++ b/app-emacs/matlab/matlab-2.2.3.ebuild @@ -1,13 +1,16 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/matlab/matlab-2.2.3.ebuild,v 1.10 2005/10/24 14:52:15 josejx Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/matlab/matlab-2.2.3.ebuild,v 1.11 2006/01/26 15:49:52 mkennedy Exp $ inherit elisp IUSE="" DESCRIPTION="Major modes for MATLAB dot-m and dot-tlc files" -HOMEPAGE="ftp://ftp.mathworks.com/pub/contrib/emacs_add_ons/" +HOMEPAGE="http://www.mathworks.com/products/matlab/" +# the original home page +# ftp://ftp.mathworks.com/pub/contrib/emacs_add_ons but this has since +# moved to http://www.mathworks.com/access/pub/emacs_add_ons.zip SRC_URI="mirror://gentoo/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" @@ -16,21 +19,3 @@ KEYWORDS="~amd64 ~ppc sparc x86" DEPEND="virtual/emacs" SITEFILE=50matlab-gentoo.el - -src_compile() { - emacs --batch -f batch-byte-compile --no-site-file --no-init-file *.el -} - -src_install() { - elisp-install ${PN} *.el *.elc - elisp-site-file-install ${FILESDIR}/${SITEFILE} -} - -pkg_postinst() { - elisp-site-regen - einfo "Please see ${SITELISP}/${PN}/ for the complete documentation." -} - -pkg_postrm() { - elisp-site-regen -} |