Skip to content

Commit

Permalink
app-emacs/basic-toolkit: Add version 0.3
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 6d2c182 commit 17b7d6b
Show file tree
Hide file tree
Showing 4 changed files with 46 additions and 0 deletions.
1 change: 1 addition & 0 deletions app-emacs/basic-toolkit/Manifest
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
DIST basic-toolkit-0.3.el.xz 6524 SHA256 22d93aa75512c861dfad57bc4923527da31b7c8c9a8eee13ee2f73f985ecdbec SHA512 3ba22833e8e899c5276e9c36779b1cffdcf3a76adaa0379a346331190f4529c8706b7e3b850768ce270016d8bc184abb4a48dc5ed11bb4766062bae966e9806d WHIRLPOOL 5ede8fa1c938491457fd3fd1a7a0f38cff6eba696dcf9bfc3857880f429b3e794b988589ed6ec615ba0a2d9e958e64982d516d59ee018f645468808ab806a662
26 changes: 26 additions & 0 deletions app-emacs/basic-toolkit/basic-toolkit-0.3.ebuild
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$

EAPI=6

inherit elisp

DESCRIPTION="Basic edit toolkit"
HOMEPAGE="http://www.emacswiki.org/emacs/basic-toolkit.el"
# taken from https://www.emacswiki.org/emacs/download/basic-toolkit.el
SRC_URI="https://enise.org/users/victor/share/distfiles/${P}.el.xz"

LICENSE="GPL-3+"
SLOT="0"
KEYWORDS="~amd64"

RDEPEND="app-emacs/windows app-emacs/cycle-buffer"
DEPEND="${RDEPEND}"

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

src_compile() {
elisp-compile *.el || die
elisp-make-autoload-file || die
}
2 changes: 2 additions & 0 deletions app-emacs/basic-toolkit/files/50basic-toolkit-gentoo.el
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
(add-to-list 'load-path "@SITELISP@")
(load "basic-toolkit-autoloads" nil t)
17 changes: 17 additions & 0 deletions app-emacs/basic-toolkit/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 17b7d6b

Please sign in to comment.