diff options
author | Ulrich Müller <ulm@gentoo.org> | 2019-08-18 08:50:18 +0200 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2019-08-18 08:59:43 +0200 |
commit | 8054b52215a453fdafa05a675e2036eda97e38fd (patch) | |
tree | ef1ade0e7144428d9cad585e0924f61efa0d4d29 /app-emacs/ruby-mode | |
parent | media-video/vcsi: fix conditional test restrict for 7 (diff) | |
download | gentoo-8054b52215a453fdafa05a675e2036eda97e38fd.tar.gz gentoo-8054b52215a453fdafa05a675e2036eda97e38fd.tar.bz2 gentoo-8054b52215a453fdafa05a675e2036eda97e38fd.zip |
app-emacs/ruby-mode: Remove old.
Package-Manager: Portage-2.3.71, Repoman-2.3.17
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
Diffstat (limited to 'app-emacs/ruby-mode')
-rw-r--r-- | app-emacs/ruby-mode/Manifest | 1 | ||||
-rw-r--r-- | app-emacs/ruby-mode/files/50ruby-mode-gentoo-2.3.0.el | 12 | ||||
-rw-r--r-- | app-emacs/ruby-mode/ruby-mode-2.3.0.ebuild | 18 |
3 files changed, 0 insertions, 31 deletions
diff --git a/app-emacs/ruby-mode/Manifest b/app-emacs/ruby-mode/Manifest index 3a990389e498..8db611a89116 100644 --- a/app-emacs/ruby-mode/Manifest +++ b/app-emacs/ruby-mode/Manifest @@ -1,4 +1,3 @@ -DIST ruby-2.3.0.tar.xz 11294412 BLAKE2B 2c1324154aadd287952cc6430891048ea69922c063b1b2bac89b58603247eb09a79a8c527259d59ceabfc7be08ec2528c982bf2b0f1a223cf3e60d7a3934e8bc SHA512 d893c5e6db5a0533e0da48d899c619964388852ef90e7d1b92a4363d5f189cd2dba32a009581f62b9f42a8e6027975fc3c18b64faf356f5e3ac43a8d69ec5327 DIST ruby-2.4.1.tar.xz 9939188 BLAKE2B 5be893c8996d17ff333276a772747d3099cec0c41331e1a1916679afc43a8ad5ed99a827bc76b32652ec950eaec933dbe28e1dde313987c2891f258ba7097af7 SHA512 e6fd290b6edd166348b70f0f1c56f7ed9d956c4c1eb91d97d0548041ca4196b9b75ec1ad35c745bdbfd4de195899093e7205d7f02b014ecf1c48e6f31cf25903 DIST ruby-2.5.3.tar.xz 11453336 BLAKE2B 66c59448a23c22796b43f04a1f84359386b7bee7163da4255426ea75b1c7af0a7a7142991b870a75a72ded56ac49f47c51bc162ebf2be2af0d1b1608b60c02df SHA512 6dcae0e8d0bacdb2cbde636e2030596308b5af53f2eb85d3adccb67b02e6f8f9751e8117d12f8484829fdd9d995f6e327f701d9b433bcf94f1f59d13a1fd7518 DIST ruby-2.5.5.tar.xz 11459832 BLAKE2B ced1105a87e7df8f82a65ca8d1d329d5a9d110d2f3f88b27a79262c4ac1484dda16d8646c0c03f18c1bb25f8b154075eb03a0614355ec62f677c2fa56ab3c956 SHA512 06b1d58536ebfacb7b56c1e6ed4b8ab816fadc4f48c845a452554cd262e7908199a30e5793f3cbaec2db56a8803aa5c6089abf7bf06c8fc47867e97870b7dfec diff --git a/app-emacs/ruby-mode/files/50ruby-mode-gentoo-2.3.0.el b/app-emacs/ruby-mode/files/50ruby-mode-gentoo-2.3.0.el deleted file mode 100644 index 691abdfdaf99..000000000000 --- a/app-emacs/ruby-mode/files/50ruby-mode-gentoo-2.3.0.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.3.0.ebuild b/app-emacs/ruby-mode/ruby-mode-2.3.0.ebuild deleted file mode 100644 index ad53fe111d7a..000000000000 --- a/app-emacs/ruby-mode/ruby-mode-2.3.0.ebuild +++ /dev/null @@ -1,18 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -inherit elisp - -DESCRIPTION="Emacs major mode for editing Ruby code" -HOMEPAGE="http://www.ruby-lang.org/" -SRC_URI="mirror://ruby/ruby-${PV}.tar.xz" - -LICENSE="GPL-3+" -SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 ~s390 ~sh sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos" - -S="${WORKDIR}/ruby-${PV}/misc" -DOCS="README" -SITEFILE="50${PN}-gentoo-${PV}.el" |