Skip to content

Commit

Permalink
app-emacs/cycle-buffer: Add version 2.16
Browse files Browse the repository at this point in the history
Package-Manager: portage-2.2.26
  • Loading branch information
gavv authored and ulm committed May 1, 2016
1 parent 1066bc4 commit 6d2c182
Show file tree
Hide file tree
Showing 4 changed files with 43 additions and 0 deletions.
1 change: 1 addition & 0 deletions app-emacs/cycle-buffer/Manifest
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
DIST cycle-buffer-2.16.el.xz 5392 SHA256 bf7a63fb50dffdb553d13c41bd8aa188b6eebda4b1de4e5e10d450c86398c3a8 SHA512 344c07af9e2c9ff06dfa81ff44d02c1e8a9434381486c227a7af06c989e7c623b0f9bf547500b320e2ede7d181f0212725c03a84f53a43683ab3b8229b99a6c6 WHIRLPOOL 43f3b8793ead034f59488d9082d6f72df2a72598285e6cae5b175ddb52b12a71b44fd90fdc8e8140a9f8c0920cbadbf7b7df11b17cb6273ea72af3cfd1d34704
23 changes: 23 additions & 0 deletions app-emacs/cycle-buffer/cycle-buffer-2.16.ebuild
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$

EAPI=6

inherit elisp

DESCRIPTION="Select buffer by cycling through"
HOMEPAGE="http://www.emacswiki.org/emacs/cycle-buffer.el"
# taken from https://www.emacswiki.org/emacs/download/cycle-buffer.el
SRC_URI="https://enise.org/users/victor/share/distfiles/${P}.el.xz"

LICENSE="public-domain"
SLOT="0"
KEYWORDS="~amd64"

SITEFILE="50${PN}-gentoo.el"

src_compile() {
elisp-compile *.el || die
elisp-make-autoload-file || die
}
2 changes: 2 additions & 0 deletions app-emacs/cycle-buffer/files/50cycle-buffer-gentoo.el
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
(add-to-list 'load-path "@SITELISP@")
(load "cycle-buffer-autoloads" nil t)
17 changes: 17 additions & 0 deletions app-emacs/cycle-buffer/metadata.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>[email protected]</email>
<name>Victor Gaydov</name>
<description>Proxy maintainer.</description>
</maintainer>
<maintainer type="project">
<email>[email protected]</email>
<name>Gentoo GNU Emacs project</name>
</maintainer>
<maintainer type="project">
<email>[email protected]</email>
<name>Proxy Maintainers</name>
</maintainer>
</pkgmetadata>

0 comments on commit 6d2c182

Please sign in to comment.