Skip to content

Commit

Permalink
fix broken links & remove deleted packages
Browse files Browse the repository at this point in the history
this fixes dimitri#2789
  • Loading branch information
alexott authored and akopytov committed Jan 16, 2023
1 parent 346ae2f commit 20e3b9d
Show file tree
Hide file tree
Showing 40 changed files with 60 additions and 116 deletions.
5 changes: 2 additions & 3 deletions recipes/ampc.rcp
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
(:name ampc
:website "http://www.emacswiki.org/emacs/Ampc"
:description "Asynchronous Music Player Controller"
:type git
:url "http://ch.ristopher.com/r/ampc"
:type github
:pkgname "emacsattic/ampc"
:features ampc
:prepare (autoload 'ampc "ampc" nil t))
7 changes: 0 additions & 7 deletions recipes/company-childframe.rcp

This file was deleted.

2 changes: 1 addition & 1 deletion recipes/company-edbi.rcp
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
:description "Edbi backend for company-mode."
:depends edbi
:type github
:pkgname "proofit404/company-edbi")
:pkgname "emacsattic/company-edbi")
7 changes: 7 additions & 0 deletions recipes/company-postframe.rcp
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
(:name company-postframe
:description "Use child frame as company candidate menu."
:website "https://github.com/tumashu/company-posframe/"
:type github
:minimum-emacs-version "26"
:depends company-mode
:pkgname "tumashu/company-posframe")
2 changes: 1 addition & 1 deletion recipes/company-tern.rcp
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
(:name company-tern
:description "Tern backend for company-mode."
:type github
:pkgname "proofit404/company-tern"
:pkgname "kevinushey/company-tern"
:depends (dash company-mode s tern)
:post-init (eval-after-load 'company
'(add-to-list 'company-backends 'company-tern)))
4 changes: 2 additions & 2 deletions recipes/darcula-theme.rcp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
(:name darcula-theme
:description "Emacs theme inspired by IntelliJ's Darcula."
:website "https://github.com/fommil/darcula-theme-emacs"
:website "https://github.com/purcell/darcula-theme-emacs"
:type github
:pkgname "fommil/darcula-theme-emacs")
:pkgname "purcell/darcula-theme-emacs")
4 changes: 2 additions & 2 deletions recipes/discover-my-major.rcp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
(:name discover-my-major
:description "Discover key bindings and their meaning for the current Emacs major mode"
:type github
:pkgname "steckerhalter/discover-my-major"
:type git
:url "https://framagit.org/steckerhalter/discover-my-major"
:depends makey)
2 changes: 1 addition & 1 deletion recipes/edbi-database-url.rcp
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
:description "Run Edbi with database url."
:depends (edbi)
:type github
:pkgname "proofit404/edbi-database-url")
:pkgname "emacsattic/edbi-database-url")
2 changes: 1 addition & 1 deletion recipes/edbi-sqlite.rcp
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
:description "Open SQLite files with edbi."
:depends (edbi)
:type github
:pkgname "proofit404/edbi-sqlite")
:pkgname "emacsattic/edbi-sqlite")
4 changes: 2 additions & 2 deletions recipes/emacs-sos.rcp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
(:name emacs-sos
:website "https://github.com/omouse/emacs-sos"
:website "https://github.com/emacsattic/sos"
:description "StackOverflow Search (SOS) mode for Emacs"
:type github
:pkgname "omouse/emacs-sos")
:pkgname "emacsattic/sos")
4 changes: 0 additions & 4 deletions recipes/flycheck-protobuf.rcp

This file was deleted.

4 changes: 2 additions & 2 deletions recipes/flyguess.rcp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
(:name flyguess
:description "Guess language/dictionary for a buffer"
:type git
:url "git://git.naquadah.org/flyguess.git"
:type github
:pkgname "emacsmirror/flyguess"
:features flyguess)
3 changes: 1 addition & 2 deletions recipes/gtranslate.rcp
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
(:name gtranslate
:description "Use google translate api to perform translations"
:type github
:pkgname "emacsmirror/gtranslate"
:pkgname "emacsattic/gtranslate"
:load "gtranslate.el")

6 changes: 0 additions & 6 deletions recipes/header-button.rcp

This file was deleted.

6 changes: 0 additions & 6 deletions recipes/helm-gist.rcp

This file was deleted.

2 changes: 1 addition & 1 deletion recipes/helm-google.rcp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
(:name helm-google
:description "Emacs Helm Interface for quick Google searches"
:type github
:pkgname "steckerhalter/helm-google"
:pkgname "emacsmirror/helm-google"
:depends (helm google))
2 changes: 1 addition & 1 deletion recipes/helm-ipython.rcp
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
(:name helm-ipython
:type github
:pkgname "emacs-helm/helm-ipython"
:pkgname "emacsattic/helm-ipython"
:description "Python completion using ipython and helm."
:features helm-ipython
:depends (helm python))
2 changes: 1 addition & 1 deletion recipes/hrb-mode.rcp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(:name hrb-mode
:description "hrb-mode is an Emacs minor-mode for highlighting Ruby blocks just like (show-paren-mode t)."
:type github
:pkgname "ckruse/hrb-mode")
:pkgname "antonio/hrb-mode")
9 changes: 0 additions & 9 deletions recipes/hsnippets.rcp

This file was deleted.

7 changes: 3 additions & 4 deletions recipes/ide-skel.rcp
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
(:name ide-skel
:website "http://www.emacswiki.org/IdeSkel"
:website "https://www.emacswiki.org/emacs/IdeSkel"
:description "A skeleton (or framework) of IDE for Emacs users. Like Eclipse, it can be used as is with some predefined plugins on board, but is designed to extend by Emacs Lisp programmers to suite their own needs."
:type github
:depends tabbar
:pkgname "jmolinaso/ide-skel")
:type emacswiki
:depends tabbar)
2 changes: 1 addition & 1 deletion recipes/identica-mode.rcp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
(:name identica-mode
:description "An identi.ca/status.net client"
:type git
:url "http://git.savannah.gnu.org/cgit/identica-mode.git"
:url "https://git.savannah.nongnu.org/git/identica-mode.git"
:features identica-mode)
6 changes: 0 additions & 6 deletions recipes/js3-refactor.rcp

This file was deleted.

4 changes: 2 additions & 2 deletions recipes/listing.rcp
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
(:name listing
:website "https://github.com/tarsius/listing"
:website "https://github.com/emacsattic/listing"
:description "Show columnized view of list elements"
:type github
:pkgname "tarsius/listing"
:pkgname "emacsattic/listing"
:depends (header-button map-progress)
:compile "listing.el")
2 changes: 1 addition & 1 deletion recipes/mo-git-blame.rcp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
(:name mo-git-blame
:description "An interactive, iterative 'git blame' mode for Emacs"
:type github
:pkgname "mbunkus/mo-git-blame"
:pkgname "emacsmirror/mo-git-blame"
:features "mo-git-blame")
5 changes: 3 additions & 2 deletions recipes/nurumacs.rcp
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
(:name nurumacs
:description "Smooth-scrolling and minimap, like sublime editor"
:type github
:pkgname "zk-phi/nurumacs")
:type http
:url "http://elpa.emacs-china.org/marmalade/nurumacs-3.5.4.el"
:localname "nurumacs.el")
4 changes: 0 additions & 4 deletions recipes/opam-mode.rcp

This file was deleted.

3 changes: 1 addition & 2 deletions recipes/org-doing.rcp
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
(:name org-doing
:website "http://omouse.github.io/org-doing/"
:description "Keep track of what you're doing right now and what you've worked on before."
:type github
:pkgname "omouse/org-doing"
:pkgname "emacsattic/org-doing"
:depends (org-mode))
4 changes: 2 additions & 2 deletions recipes/org-sync.rcp
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
(:name org-sync
:website "http://orgmode.org/worg/org-contrib/gsoc2012/student-projects/org-sync/"
:description "Synchronize Org documents with external services."
:type git
:url "git://orgmode.org/org-sync.git"
:type github
:pkgname "arbox/org-sync"
:depends (org-mode json)
:prepare (progn
(autoload 'os "os"
Expand Down
2 changes: 1 addition & 1 deletion recipes/pbcopy.rcp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
(:name pbcopy
:description "An interface to OSX's pbcopy utility"
:type github
:pkgname "jkp/pbcopy.el"
:pkgname "emacsmirror/pbcopy.el"
:features "pbcopy")
4 changes: 2 additions & 2 deletions recipes/pov-mode.rcp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(:name pov-mode
:description "Major mode for Povray scene files"
:type git
:url "https://git.gitorious.org/pov-mode/pov-mode.git")
:type github
:pkgname "emacsmirror/pov-mode")
6 changes: 3 additions & 3 deletions recipes/processing-mode.rcp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
(:name processing-mode
:description "Processing mode for Emacs. Written by Rudolf Olah. This mode is a derivative of the java-mode. It adds key-bindings for running/compiling Processing sketches and it also highlights keywords found in the Processing language, such as ``setup'', ``draw'', and ``frameRate''."
:type git
:url "https://git.gitorious.org/processing-emacs/processing-emacs.git"
:description "Emacs major-mode for Processing 2.0"
:type github
:pkgname "ptrv/processing2-emacs"
:features processing-mode)
4 changes: 2 additions & 2 deletions recipes/pythonbrew-mini.rcp
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
(:name pythonbrew-mini
:description "Emacs integration for pythonbrew"
:type github
:type git
:features pythonbrew-mini
:pkgname "franckcuny/pythonbrew-mini.el"
:url "https://git.fcuny.net/fcuny/pythonbrew-mini.git"
:compile "pythonbrew-mini.el"
:post-init (pythonbrew-use-latest))
6 changes: 0 additions & 6 deletions recipes/reflected-buffers.rcp

This file was deleted.

7 changes: 3 additions & 4 deletions recipes/relative-line-numbers.rcp
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@

(:name relative-line-numbers
:website "https://github.com/Fanael/relative-line-numbers"
:depends ()
:description "relative-line-numbers is an Emacs package that displays relative line numbers on the left margin."
:website "https://github.com/emacsattic/relative-line-numbers"
:description "Emacs package that displays relative line numbers on the left margin."
:type github
:pkgname "Fanael/relative-line-numbers"
:pkgname "emacsattic/relative-line-numbers"
:load-path "."
:features relative-line-numbers)
4 changes: 2 additions & 2 deletions recipes/rt-liberation.rcp
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
(:name rt-liberation
:description "An interface to the RT system."
:type git
:url "http://yrk.nfshost.com/repos/rt-liberation.git/"
:type github
:pkgname "emacsmirror/rt-liberation"
:build `(("make" "-C" "doc")
(,el-get-emacs
"-Q" "--batch" "--eval"
Expand Down
11 changes: 0 additions & 11 deletions recipes/sourcegraph-mode.rcp

This file was deleted.

4 changes: 2 additions & 2 deletions recipes/tempbuf-mode.rcp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(:name tempbuf-mode
:description "Kill unused buffers in the background"
:url "https://git.gitorious.org/tempbuf-mode/tempbuf-mode.git"
:type git)
:pkgname "emacsattic/tempbuf"
:type github)
4 changes: 2 additions & 2 deletions recipes/twitter.rcp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(:name twitter
:description "Simple Emacs-based client for Twitter"
:type git
:url "git://git.busydoingnothing.co.uk/twitter.git")
:type github
:pkgname "emacsattic/twitel")
6 changes: 3 additions & 3 deletions recipes/vimpulse.rcp
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
(:name vimpulse
:description "Vimpulse is an add-on for the Emacs text editor. Vimpulse makes Emacs emulate the Vim editor's most useful features, including Visual mode."
:type git
:url "https://git.gitorious.org/vimpulse/vimpulse.git"
:description "Vimpulse makes Emacs emulate the Vim editor's most useful features, including Visual mode."
:type github
:pkgname "emacsattic/vimpulse"
:features vimpulse
)
4 changes: 2 additions & 2 deletions recipes/wb-line-number.rcp
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
(:name wb-line-number
:website "https://github.com/emacsmirror/wb-line-number"
:website "https://github.com/emacsattic/wb-line-number"
:description "wb-line-number"
:type github
:pkgname "emacsmirror/wb-line-number"
:pkgname "emacsattic/wb-line-number"
:features wb-line-number
:post-init (wb-line-number-enable)
)

0 comments on commit 20e3b9d

Please sign in to comment.