From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id B352B138334 for ; Sun, 18 Aug 2019 06:59:54 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id ECAA5E0A8B; Sun, 18 Aug 2019 06:59:53 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D29AFE0A8B for ; Sun, 18 Aug 2019 06:59:53 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id DA9A1349D9A for ; Sun, 18 Aug 2019 06:59:52 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 69C706FF for ; Sun, 18 Aug 2019 06:59:51 +0000 (UTC) From: "Ulrich Müller" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ulrich Müller" Message-ID: <1566111584.567d5520d5b42236f0744ad98895c4434e1d8ee5.ulm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-emacs/ruby-mode/, app-emacs/ruby-mode/files/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-emacs/ruby-mode/files/50ruby-mode-gentoo-2.4.1.el app-emacs/ruby-mode/ruby-mode-2.4.1.ebuild X-VCS-Directories: app-emacs/ruby-mode/ app-emacs/ruby-mode/files/ X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: 567d5520d5b42236f0744ad98895c4434e1d8ee5 X-VCS-Branch: master Date: Sun, 18 Aug 2019 06:59:51 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: b5582ad1-1046-4d6e-b09b-74606d885513 X-Archives-Hash: 56b883e9e703e912d99f4f884cf2b4fd commit: 567d5520d5b42236f0744ad98895c4434e1d8ee5 Author: Ulrich Müller gentoo org> AuthorDate: Sun Aug 18 06:51:27 2019 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Sun Aug 18 06:59:44 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=567d5520 app-emacs/ruby-mode: Merge identical site-init files. Package-Manager: Portage-2.3.71, Repoman-2.3.17 Signed-off-by: Ulrich Müller gentoo.org> app-emacs/ruby-mode/files/50ruby-mode-gentoo-2.4.1.el | 12 ------------ app-emacs/ruby-mode/ruby-mode-2.4.1.ebuild | 2 +- 2 files changed, 1 insertion(+), 13 deletions(-) diff --git a/app-emacs/ruby-mode/files/50ruby-mode-gentoo-2.4.1.el b/app-emacs/ruby-mode/files/50ruby-mode-gentoo-2.4.1.el deleted file mode 100644 index 691abdfdaf9..00000000000 --- a/app-emacs/ruby-mode/files/50ruby-mode-gentoo-2.4.1.el +++ /dev/null @@ -1,12 +0,0 @@ -(add-to-list 'load-path "@SITELISP@") - -(autoload 'ruby-mode "ruby-mode" "Major mode to edit ruby files." t) - -(add-to-list 'auto-mode-alist '("Rakefile\\'" . ruby-mode)) -(add-to-list 'auto-mode-alist '("\\.\\(rake\\|rb\\)\\'" . ruby-mode)) -(add-to-list 'interpreter-mode-alist '("ruby" . ruby-mode)) - -(autoload 'run-ruby "inf-ruby" "Run an inferior Ruby process" t) -(autoload 'inf-ruby-keys "inf-ruby" "Set local key defs for inf-ruby in ruby-mode") - -(add-hook 'ruby-mode-hook 'inf-ruby-keys) diff --git a/app-emacs/ruby-mode/ruby-mode-2.4.1.ebuild b/app-emacs/ruby-mode/ruby-mode-2.4.1.ebuild index 96218b2048e..8bc96abcb7f 100644 --- a/app-emacs/ruby-mode/ruby-mode-2.4.1.ebuild +++ b/app-emacs/ruby-mode/ruby-mode-2.4.1.ebuild @@ -15,4 +15,4 @@ KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 ~s390 ~sh sparc x86 ~x86-fbsd ~amd S="${WORKDIR}/ruby-${PV}/misc" DOCS="README" -SITEFILE="50${PN}-gentoo-${PV}.el" +SITEFILE="50${PN}-gentoo-2.5.0.el"