Gentoo Archives: gentoo-commits

From: "Ulrich Müller" <ulm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-emacs/cycle-buffer/files/, app-emacs/cycle-buffer/
Date: Sun, 01 May 2016 17:33:14
Message-Id: 1462123742.6d2c182115a0c5baa22c8dc2e4d566674a1deba4.ulm@gentoo
1 commit: 6d2c182115a0c5baa22c8dc2e4d566674a1deba4
2 Author: Victor Gaydov <victor <AT> enise <DOT> org>
3 AuthorDate: Sun Apr 24 20:43:11 2016 +0000
4 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
5 CommitDate: Sun May 1 17:29:02 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6d2c1821
7
8 app-emacs/cycle-buffer: Add version 2.16
9
10 Package-Manager: portage-2.2.26
11
12 app-emacs/cycle-buffer/Manifest | 1 +
13 app-emacs/cycle-buffer/cycle-buffer-2.16.ebuild | 23 ++++++++++++++++++++++
14 .../cycle-buffer/files/50cycle-buffer-gentoo.el | 2 ++
15 app-emacs/cycle-buffer/metadata.xml | 17 ++++++++++++++++
16 4 files changed, 43 insertions(+)
17
18 diff --git a/app-emacs/cycle-buffer/Manifest b/app-emacs/cycle-buffer/Manifest
19 new file mode 100644
20 index 0000000..fb67376
21 --- /dev/null
22 +++ b/app-emacs/cycle-buffer/Manifest
23 @@ -0,0 +1 @@
24 +DIST cycle-buffer-2.16.el.xz 5392 SHA256 bf7a63fb50dffdb553d13c41bd8aa188b6eebda4b1de4e5e10d450c86398c3a8 SHA512 344c07af9e2c9ff06dfa81ff44d02c1e8a9434381486c227a7af06c989e7c623b0f9bf547500b320e2ede7d181f0212725c03a84f53a43683ab3b8229b99a6c6 WHIRLPOOL 43f3b8793ead034f59488d9082d6f72df2a72598285e6cae5b175ddb52b12a71b44fd90fdc8e8140a9f8c0920cbadbf7b7df11b17cb6273ea72af3cfd1d34704
25
26 diff --git a/app-emacs/cycle-buffer/cycle-buffer-2.16.ebuild b/app-emacs/cycle-buffer/cycle-buffer-2.16.ebuild
27 new file mode 100644
28 index 0000000..2bea301
29 --- /dev/null
30 +++ b/app-emacs/cycle-buffer/cycle-buffer-2.16.ebuild
31 @@ -0,0 +1,23 @@
32 +# Copyright 1999-2016 Gentoo Foundation
33 +# Distributed under the terms of the GNU General Public License v2
34 +# $Id$
35 +
36 +EAPI=6
37 +
38 +inherit elisp
39 +
40 +DESCRIPTION="Select buffer by cycling through"
41 +HOMEPAGE="http://www.emacswiki.org/emacs/cycle-buffer.el"
42 +# taken from https://www.emacswiki.org/emacs/download/cycle-buffer.el
43 +SRC_URI="https://enise.org/users/victor/share/distfiles/${P}.el.xz"
44 +
45 +LICENSE="public-domain"
46 +SLOT="0"
47 +KEYWORDS="~amd64"
48 +
49 +SITEFILE="50${PN}-gentoo.el"
50 +
51 +src_compile() {
52 + elisp-compile *.el || die
53 + elisp-make-autoload-file || die
54 +}
55
56 diff --git a/app-emacs/cycle-buffer/files/50cycle-buffer-gentoo.el b/app-emacs/cycle-buffer/files/50cycle-buffer-gentoo.el
57 new file mode 100644
58 index 0000000..899d517
59 --- /dev/null
60 +++ b/app-emacs/cycle-buffer/files/50cycle-buffer-gentoo.el
61 @@ -0,0 +1,2 @@
62 +(add-to-list 'load-path "@SITELISP@")
63 +(load "cycle-buffer-autoloads" nil t)
64
65 diff --git a/app-emacs/cycle-buffer/metadata.xml b/app-emacs/cycle-buffer/metadata.xml
66 new file mode 100644
67 index 0000000..c2b1693
68 --- /dev/null
69 +++ b/app-emacs/cycle-buffer/metadata.xml
70 @@ -0,0 +1,17 @@
71 +<?xml version="1.0" encoding="UTF-8"?>
72 +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
73 +<pkgmetadata>
74 + <maintainer type="person">
75 + <email>victor@×××××.org</email>
76 + <name>Victor Gaydov</name>
77 + <description>Proxy maintainer.</description>
78 + </maintainer>
79 + <maintainer type="project">
80 + <email>gnu-emacs@g.o</email>
81 + <name>Gentoo GNU Emacs project</name>
82 + </maintainer>
83 + <maintainer type="project">
84 + <email>proxy-maint@g.o</email>
85 + <name>Proxy Maintainers</name>
86 + </maintainer>
87 +</pkgmetadata>