summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2007-04-26 16:06:32 +0000
committerUlrich Müller <ulm@gentoo.org>2007-04-26 16:06:32 +0000
commit31cb9fa7e72e4636cb0783226b8f3586719c8893 (patch)
tree36869210478fa79181392c789168c0f5f4712e5a /app-emacs/csharp-mode
parentVersion bump (diff)
downloadgentoo-2-31cb9fa7e72e4636cb0783226b8f3586719c8893.tar.gz
gentoo-2-31cb9fa7e72e4636cb0783226b8f3586719c8893.tar.bz2
gentoo-2-31cb9fa7e72e4636cb0783226b8f3586719c8893.zip
Version bump.
(Portage version: 2.1.2.4)
Diffstat (limited to 'app-emacs/csharp-mode')
-rw-r--r--app-emacs/csharp-mode/ChangeLog10
-rw-r--r--app-emacs/csharp-mode/csharp-mode-0.5.0.ebuild25
-rw-r--r--app-emacs/csharp-mode/csharp-mode-0.6.0.ebuild19
-rw-r--r--app-emacs/csharp-mode/files/digest-csharp-mode-0.6.03
4 files changed, 39 insertions, 18 deletions
diff --git a/app-emacs/csharp-mode/ChangeLog b/app-emacs/csharp-mode/ChangeLog
index cdde3b062aba..28acc1b9fce4 100644
--- a/app-emacs/csharp-mode/ChangeLog
+++ b/app-emacs/csharp-mode/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for app-emacs/csharp-mode
-# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emacs/csharp-mode/ChangeLog,v 1.1 2006/07/27 01:26:02 mkennedy Exp $
+# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-emacs/csharp-mode/ChangeLog,v 1.2 2007/04/26 16:06:32 ulm Exp $
+
+*csharp-mode-0.6.0 (26 Apr 2007)
+
+ 26 Apr 2007; Ulrich Mueller <ulm@gentoo.org> csharp-mode-0.5.0.ebuild,
+ +csharp-mode-0.6.0.ebuild:
+ Version bump. Define SIMPLE_ELISP=t.
*csharp-mode-0.5.0 (27 Jul 2006)
diff --git a/app-emacs/csharp-mode/csharp-mode-0.5.0.ebuild b/app-emacs/csharp-mode/csharp-mode-0.5.0.ebuild
index abeec82e201b..474d35619b39 100644
--- a/app-emacs/csharp-mode/csharp-mode-0.5.0.ebuild
+++ b/app-emacs/csharp-mode/csharp-mode-0.5.0.ebuild
@@ -1,26 +1,19 @@
-# Copyright 1999-2006 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/csharp-mode/csharp-mode-0.5.0.ebuild,v 1.2 2007/01/29 01:07:26 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emacs/csharp-mode/csharp-mode-0.5.0.ebuild,v 1.3 2007/04/26 16:06:32 ulm Exp $
inherit elisp
-IUSE=""
-
-DESCRIPTION="A derived Emacs mode implementing most of the C# rules."
+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/csharp-mode-${PV}.tar.bz2"
+SRC_URI="http://mfgames.com/linux/releases/${P}.tar.bz2"
+
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~x86"
+IUSE=""
-SITEFILE=80csharp-mode-gentoo.el
-
-DEPEND="virtual/emacs
- || ( app-editors/emacs-cvs app-emacs/cc-mode )"
-
-S=${WORKDIR}
+DEPEND="|| ( app-editors/emacs-cvs app-emacs/cc-mode )"
-src_unpack() {
- unpack ${A}
- mv ${S}/${P}.el ${S}/${PN}.el
-}
+SIMPLE_ELISP=t
+SITEFILE=80${PN}-gentoo.el
diff --git a/app-emacs/csharp-mode/csharp-mode-0.6.0.ebuild b/app-emacs/csharp-mode/csharp-mode-0.6.0.ebuild
new file mode 100644
index 000000000000..25d04f41fdea
--- /dev/null
+++ b/app-emacs/csharp-mode/csharp-mode-0.6.0.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2007 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.6.0.ebuild,v 1.1 2007/04/26 16:06:32 ulm Exp $
+
+inherit elisp
+
+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"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86"
+IUSE=""
+
+DEPEND="|| ( app-editors/emacs-cvs app-emacs/cc-mode )"
+
+SIMPLE_ELISP=t
+SITEFILE=80${PN}-gentoo.el
diff --git a/app-emacs/csharp-mode/files/digest-csharp-mode-0.6.0 b/app-emacs/csharp-mode/files/digest-csharp-mode-0.6.0
new file mode 100644
index 000000000000..dc958b922b4a
--- /dev/null
+++ b/app-emacs/csharp-mode/files/digest-csharp-mode-0.6.0
@@ -0,0 +1,3 @@
+MD5 a9348b0ffcac76377c454636dba7f880 csharp-mode-0.6.0.tar.bz2 6068
+RMD160 5ab62e1594f77ab91c377896c716370e39abc050 csharp-mode-0.6.0.tar.bz2 6068
+SHA256 4c62fc019d0ac14254a1fbd814c7c3af78f070525cf9b27f00ab69d31ec0151c csharp-mode-0.6.0.tar.bz2 6068