summaryrefslogtreecommitdiff
path: root/app-emacs/centaur-tabs
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2023-01-17 01:13:38 +0000
committerV3n3RiX <venerix@koprulu.sector>2023-01-17 01:13:38 +0000
commit0e82736d0df44565875b055019ded1be0ac5c319 (patch)
treebd9daea4309088c78f6b358305ab15849d97d159 /app-emacs/centaur-tabs
parent79be8f00e2aa293669b8e22e1ef02d2d5c5f9e25 (diff)
gentoo auto-resync : 17:01:2023 - 01:13:38
Diffstat (limited to 'app-emacs/centaur-tabs')
-rw-r--r--app-emacs/centaur-tabs/Manifest4
-rw-r--r--app-emacs/centaur-tabs/centaur-tabs-3.2.ebuild22
-rw-r--r--app-emacs/centaur-tabs/files/50centaur-tabs-gentoo.el5
-rw-r--r--app-emacs/centaur-tabs/metadata.xml19
4 files changed, 50 insertions, 0 deletions
diff --git a/app-emacs/centaur-tabs/Manifest b/app-emacs/centaur-tabs/Manifest
new file mode 100644
index 000000000000..fa7af4b8e397
--- /dev/null
+++ b/app-emacs/centaur-tabs/Manifest
@@ -0,0 +1,4 @@
+AUX 50centaur-tabs-gentoo.el 231 BLAKE2B 4f135ec281e0e093c97e232db128ba8938916acf8860d30103541f7b8c6c477bed883e3eddb1b60a9c3213b9bbf6a9f4177857b99cdbdd54736281828247c0df SHA512 2e2b8db818559279ca3783d826e811305cfea062aee8af17f5153fcda910d0b4026f911ef5ddf5c1a862daed1ff4a18969697ebd7b39a2da3686ccc90836b87b
+DIST centaur-tabs-3.2.tar.gz 386546 BLAKE2B a1649658119af2cbb8642cdd0d6d8eedea7b58626a3b205f42e1a1c4424bd0f78eedb56eb410c34a5b95400b56207056f05d8b325cb674eaf2975cb36ddd677c SHA512 75b2ba01de77f0d02de0dd2f37b12614c9a77f39eee6647c66091893d2f6fd46bf65d7af7e1fbd8db77421cf50e43ba94d6910e811b51b2bcddd6d19cf031c3a
+EBUILD centaur-tabs-3.2.ebuild 462 BLAKE2B 62b5c5b6b755558e2990526a0900deef22d6b85250220a6e6f581181c26701a8c0223e65bc13c6a5358c4e256f0ccff1e3368b1b5ad5b283126719570c00dfc4 SHA512 d4364e6bc59be4a89c2b856d568248f16005015aff8f4916be128ec312c19ba37a9089899e73c732436e9b845246edbd2967fdbc8ed2e35d767ae72fbd0e706b
+MISC metadata.xml 769 BLAKE2B 1493794469a779703dc4d2e1ba0c0787d3e6128518ac6c573a0083e96c777be04ae4c9765654ce70882759380dda34f7a6472ab1b735f7af158adc8d591aae5d SHA512 58881d2c2cebe98c8384b61a63741f64cae7908b387a27ff2e0ec6c3879c18a6da7f51cb39a6cbb39f2d807b205d2bd52ab04e97e87171a90ca3c726c2db15d2
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>