diff options
author | Maciej Barć <xgqt@gentoo.org> | 2023-01-17 00:02:20 +0100 |
---|---|---|
committer | Maciej Barć <xgqt@gentoo.org> | 2023-01-17 00:02:20 +0100 |
commit | 65b356b19f97b84f5bf614968ef1c849c7c07e65 (patch) | |
tree | 70691374f5a143a656a131cca5c36d07bf856cef /app-emacs/centaur-tabs | |
parent | app-emacs/powerline: new package; add 2.5_p20221110 (diff) | |
download | gentoo-65b356b19f97b84f5bf614968ef1c849c7c07e65.tar.gz gentoo-65b356b19f97b84f5bf614968ef1c849c7c07e65.tar.bz2 gentoo-65b356b19f97b84f5bf614968ef1c849c7c07e65.zip |
app-emacs/centaur-tabs: new package; add 3.2
Signed-off-by: Maciej Barć <xgqt@gentoo.org>
Diffstat (limited to 'app-emacs/centaur-tabs')
-rw-r--r-- | app-emacs/centaur-tabs/Manifest | 1 | ||||
-rw-r--r-- | app-emacs/centaur-tabs/centaur-tabs-3.2.ebuild | 22 | ||||
-rw-r--r-- | app-emacs/centaur-tabs/files/50centaur-tabs-gentoo.el | 5 | ||||
-rw-r--r-- | app-emacs/centaur-tabs/metadata.xml | 19 |
4 files changed, 47 insertions, 0 deletions
diff --git a/app-emacs/centaur-tabs/Manifest b/app-emacs/centaur-tabs/Manifest new file mode 100644 index 000000000000..98e73fb2efcc --- /dev/null +++ b/app-emacs/centaur-tabs/Manifest @@ -0,0 +1 @@ +DIST centaur-tabs-3.2.tar.gz 386546 BLAKE2B a1649658119af2cbb8642cdd0d6d8eedea7b58626a3b205f42e1a1c4424bd0f78eedb56eb410c34a5b95400b56207056f05d8b325cb674eaf2975cb36ddd677c SHA512 75b2ba01de77f0d02de0dd2f37b12614c9a77f39eee6647c66091893d2f6fd46bf65d7af7e1fbd8db77421cf50e43ba94d6910e811b51b2bcddd6d19cf031c3a diff --git a/app-emacs/centaur-tabs/centaur-tabs-3.2.ebuild b/app-emacs/centaur-tabs/centaur-tabs-3.2.ebuild new file mode 100644 index 000000000000..cc3f64bf631e --- /dev/null +++ b/app-emacs/centaur-tabs/centaur-tabs-3.2.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +NEED_EMACS=24.4 + +inherit elisp + +DESCRIPTION="Customizable tabs plugin for GNU Emacs" +HOMEPAGE="https://github.com/ema2159/centaur-tabs/" +SRC_URI="https://github.com/ema2159/${PN}/archive/${PV}.tar.gz + -> ${P}.tar.gz" + +LICENSE="GPL-2+" +SLOT="0" +KEYWORDS="~amd64 ~x86" + +RDEPEND="app-emacs/powerline" +BDEPEND="${RDEPEND}" + +SITEFILE="50${PN}-gentoo.el" diff --git a/app-emacs/centaur-tabs/files/50centaur-tabs-gentoo.el b/app-emacs/centaur-tabs/files/50centaur-tabs-gentoo.el new file mode 100644 index 000000000000..a1d9a346e2f7 --- /dev/null +++ b/app-emacs/centaur-tabs/files/50centaur-tabs-gentoo.el @@ -0,0 +1,5 @@ +(add-to-list 'load-path "@SITELISP@") +(autoload 'centaur-tabs-local-mode "centaur-tabs" + "Toggle local display of the tab bar." t) +(autoload 'centaur-tabs-mode "centaur-tabs" + "Toggle display of a tab bar in the header line." t) diff --git a/app-emacs/centaur-tabs/metadata.xml b/app-emacs/centaur-tabs/metadata.xml new file mode 100644 index 000000000000..f72de5ba10aa --- /dev/null +++ b/app-emacs/centaur-tabs/metadata.xml @@ -0,0 +1,19 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> + +<pkgmetadata> + <maintainer type="project"> + <email>gnu-emacs@gentoo.org</email> + <name>Gentoo GNU Emacs project</name> + </maintainer> + <longdescription> + This package offers tabs with a wide range of customization options, both + aesthetical and functional, implementing them trying to follow the Emacs + philosophy packing them with useful keybindings and a nice integration with + the Emacs environment, without sacrificing customizability. + </longdescription> + <upstream> + <bugs-to>https://github.com/ema2159/centaur-tabs/issues/</bugs-to> + <remote-id type="github">ema2159/centaur-tabs</remote-id> + </upstream> +</pkgmetadata> |