summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-emacs/centaur-tabs')
-rw-r--r--app-emacs/centaur-tabs/Manifest1
-rw-r--r--app-emacs/centaur-tabs/centaur-tabs-3.2.ebuild20
-rw-r--r--app-emacs/centaur-tabs/files/50centaur-tabs-gentoo.el5
-rw-r--r--app-emacs/centaur-tabs/metadata.xml19
4 files changed, 45 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..558f0e6df7b8
--- /dev/null
+++ b/app-emacs/centaur-tabs/centaur-tabs-3.2.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+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>