summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Kennedy <mkennedy@gentoo.org>2006-01-26 15:49:52 +0000
committerMatthew Kennedy <mkennedy@gentoo.org>2006-01-26 15:49:52 +0000
commitd67d4f60f8bd7b4e623f149368f4c5fa1fdcabad (patch)
treea428ab992ef53ae69eb91b2bd1cc49ea7d5d73d7 /app-emacs
parentheader fix (diff)
downloadhistorical-d67d4f60f8bd7b4e623f149368f4c5fa1fdcabad.tar.gz
historical-d67d4f60f8bd7b4e623f149368f4c5fa1fdcabad.tar.bz2
historical-d67d4f60f8bd7b4e623f149368f4c5fa1fdcabad.zip
Update HOMEPAGE; Ebuild cleanup; Resolves Bug# 110419.
Package-Manager: portage-2.1_pre3-r1
Diffstat (limited to 'app-emacs')
-rw-r--r--app-emacs/matlab/ChangeLog7
-rw-r--r--app-emacs/matlab/Manifest10
-rw-r--r--app-emacs/matlab/matlab-2.2.3.ebuild27
3 files changed, 16 insertions, 28 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..0c59961ccdec 100644
--- a/app-emacs/matlab/Manifest
+++ b/app-emacs/matlab/Manifest
@@ -1,15 +1,15 @@
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
-MD5 ec73904a5bd6dd10a51835d4aa528ca8 ChangeLog 774
+MD5 6785d7683ab72e54b2f6d79862a2527f ChangeLog 908
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 c61bc9e69915fdc6dc893bb79b247f8f matlab-2.2.3.ebuild 671
MD5 fcd33d07e4ee719b01157946734f4fe8 metadata.xml 158
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.2 (GNU/Linux)
-iD8DBQFDXPVDcsIHjyDViGQRAilAAJ0Vlqo0oGU3RMCGOnxqAcbqhIU8TgCfW9KB
-aNTvc+udvAP1vYDoEIvmdfM=
-=CWJy
+iD8DBQFD2O+ryiNZaEAZA+ARAoqBAJ9G9oSxcV8DT6z6akzMUwMQipeKRgCfa659
+GHnT/RhhE6F6YoPNgqJyNOI=
+=SpCL
-----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
-}