diff options
author | Christian Faulhammer <fauli@gentoo.org> | 2009-06-03 16:56:07 +0000 |
---|---|---|
committer | Christian Faulhammer <fauli@gentoo.org> | 2009-06-03 16:56:07 +0000 |
commit | bed079b99c0b1abd1026f5f00aa07a1dc3bc866b (patch) | |
tree | fa980f11d6e748924116de22d172ad87dd950ed4 /app-emacs/csharp-mode | |
parent | Drop KDE 4.2.2 (diff) | |
download | gentoo-2-bed079b99c0b1abd1026f5f00aa07a1dc3bc866b.tar.gz gentoo-2-bed079b99c0b1abd1026f5f00aa07a1dc3bc866b.tar.bz2 gentoo-2-bed079b99c0b1abd1026f5f00aa07a1dc3bc866b.zip |
correct HOMEPAGE and SRC_URI
(Portage version: 2.1.6.11/cvs/Linux i686)
Diffstat (limited to 'app-emacs/csharp-mode')
-rw-r--r-- | app-emacs/csharp-mode/ChangeLog | 8 | ||||
-rw-r--r-- | app-emacs/csharp-mode/csharp-mode-0.7.0.ebuild | 8 |
2 files changed, 10 insertions, 6 deletions
diff --git a/app-emacs/csharp-mode/ChangeLog b/app-emacs/csharp-mode/ChangeLog index ef9199314d07..c78f1ac34dcd 100644 --- a/app-emacs/csharp-mode/ChangeLog +++ b/app-emacs/csharp-mode/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-emacs/csharp-mode -# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/csharp-mode/ChangeLog,v 1.8 2008/06/14 23:24:19 ulm Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-emacs/csharp-mode/ChangeLog,v 1.9 2009/06/03 16:56:07 fauli Exp $ + + 03 Jun 2009; Christian Faulhammer <fauli@gentoo.org> + csharp-mode-0.7.0.ebuild: + correct HOMEPAGE and SRC_URI 14 Jun 2008; Ulrich Mueller <ulm@gentoo.org> csharp-mode-0.7.0.ebuild: Do not assign SIMPLE_ELISP since elisp.eclass now detects this case diff --git a/app-emacs/csharp-mode/csharp-mode-0.7.0.ebuild b/app-emacs/csharp-mode/csharp-mode-0.7.0.ebuild index 2ad0be8ea80d..5c0729bf0e79 100644 --- a/app-emacs/csharp-mode/csharp-mode-0.7.0.ebuild +++ b/app-emacs/csharp-mode/csharp-mode-0.7.0.ebuild @@ -1,12 +1,12 @@ -# Copyright 1999-2008 Gentoo Foundation +# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/csharp-mode/csharp-mode-0.7.0.ebuild,v 1.5 2008/06/14 23:24:19 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/csharp-mode/csharp-mode-0.7.0.ebuild,v 1.6 2009/06/03 16:56:07 fauli Exp $ inherit elisp versionator DESCRIPTION="A derived Emacs mode implementing most of the C# rules" -HOMEPAGE="http://mfgames.com/linux/csharp-mode" -SRC_URI="http://mfgames.com/linux/releases/${P}.tar.bz2" +HOMEPAGE="http://mfgames.com/csharp-mode/start" +SRC_URI="http://mfgames.com/releases/${PN}/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" |