summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2009-10-21 18:44:48 +0000
committerUlrich Müller <ulm@gentoo.org>2009-10-21 18:44:48 +0000
commit0ea2fa178b23741444192e41fb4d52825cbde19d (patch)
treeea9ccebfd10ed8753eb6d3e74ac6b3cd23493ec6 /app-emacs/ruby-mode
parent initial version. this library wraps VDPAU. marked as mirror restrict until u... (diff)
downloadgentoo-2-0ea2fa178b23741444192e41fb4d52825cbde19d.tar.gz
gentoo-2-0ea2fa178b23741444192e41fb4d52825cbde19d.tar.bz2
gentoo-2-0ea2fa178b23741444192e41fb4d52825cbde19d.zip
Version bump. LICENSE changed to GPL-3.
(Portage version: 2.2_rc46/cvs/Linux i686)
Diffstat (limited to 'app-emacs/ruby-mode')
-rw-r--r--app-emacs/ruby-mode/ChangeLog9
-rw-r--r--app-emacs/ruby-mode/files/50ruby-mode-gentoo.el3
-rw-r--r--app-emacs/ruby-mode/ruby-mode-1.9.1_p243.ebuild19
3 files changed, 26 insertions, 5 deletions
diff --git a/app-emacs/ruby-mode/ChangeLog b/app-emacs/ruby-mode/ChangeLog
index ea8657281ff6..dd7e62df4386 100644
--- a/app-emacs/ruby-mode/ChangeLog
+++ b/app-emacs/ruby-mode/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for app-emacs/ruby-mode
-# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emacs/ruby-mode/ChangeLog,v 1.39 2008/11/02 02:07:07 flameeyes Exp $
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-emacs/ruby-mode/ChangeLog,v 1.40 2009/10/21 18:44:47 ulm Exp $
+
+*ruby-mode-1.9.1_p243 (21 Oct 2009)
+
+ 21 Oct 2009; Ulrich Mueller <ulm@gentoo.org> +ruby-mode-1.9.1_p243.ebuild:
+ Version bump. LICENSE changed to GPL-3.
*ruby-mode-1.9.1_pre1 (02 Nov 2008)
diff --git a/app-emacs/ruby-mode/files/50ruby-mode-gentoo.el b/app-emacs/ruby-mode/files/50ruby-mode-gentoo.el
index b5053e914f8f..c1f9602d19d8 100644
--- a/app-emacs/ruby-mode/files/50ruby-mode-gentoo.el
+++ b/app-emacs/ruby-mode/files/50ruby-mode-gentoo.el
@@ -1,6 +1,3 @@
-
-;;; ruby-mode site-lisp configuration
-
(add-to-list 'load-path "@SITELISP@")
(autoload 'ruby-mode "ruby-mode" "Major mode to edit ruby files." t)
diff --git a/app-emacs/ruby-mode/ruby-mode-1.9.1_p243.ebuild b/app-emacs/ruby-mode/ruby-mode-1.9.1_p243.ebuild
new file mode 100644
index 000000000000..718eb1acd49c
--- /dev/null
+++ b/app-emacs/ruby-mode/ruby-mode-1.9.1_p243.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2009 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-emacs/ruby-mode/ruby-mode-1.9.1_p243.ebuild,v 1.1 2009/10/21 18:44:47 ulm Exp $
+
+inherit elisp
+
+MY_PV=${PV/_/-}
+DESCRIPTION="Emacs major mode for editing Ruby code"
+HOMEPAGE="http://www.ruby-lang.org/"
+SRC_URI="mirror://ruby/ruby-${MY_PV}.tar.bz2"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~sparc-fbsd ~x86-fbsd"
+IUSE=""
+
+S="${WORKDIR}/ruby-${MY_PV}/misc"
+DOCS="README"
+SITEFILE="50${PN}-gentoo.el"