From 0e82736d0df44565875b055019ded1be0ac5c319 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Tue, 17 Jan 2023 01:13:38 +0000 Subject: gentoo auto-resync : 17:01:2023 - 01:13:38 --- app-emacs/Manifest.gz | Bin 65179 -> 65487 bytes app-emacs/centaur-tabs/Manifest | 4 ++++ app-emacs/centaur-tabs/centaur-tabs-3.2.ebuild | 22 +++++++++++++++++ .../centaur-tabs/files/50centaur-tabs-gentoo.el | 5 ++++ app-emacs/centaur-tabs/metadata.xml | 19 +++++++++++++++ app-emacs/powerline/Manifest | 4 ++++ app-emacs/powerline/files/50powerline-gentoo.el | 2 ++ app-emacs/powerline/metadata.xml | 21 +++++++++++++++++ app-emacs/powerline/powerline-2.5_p20221110.ebuild | 26 +++++++++++++++++++++ 9 files changed, 103 insertions(+) create mode 100644 app-emacs/centaur-tabs/Manifest create mode 100644 app-emacs/centaur-tabs/centaur-tabs-3.2.ebuild create mode 100644 app-emacs/centaur-tabs/files/50centaur-tabs-gentoo.el create mode 100644 app-emacs/centaur-tabs/metadata.xml create mode 100644 app-emacs/powerline/Manifest create mode 100644 app-emacs/powerline/files/50powerline-gentoo.el create mode 100644 app-emacs/powerline/metadata.xml create mode 100644 app-emacs/powerline/powerline-2.5_p20221110.ebuild (limited to 'app-emacs') diff --git a/app-emacs/Manifest.gz b/app-emacs/Manifest.gz index cbb3d89fe2ce..a13d9ce70568 100644 Binary files a/app-emacs/Manifest.gz and b/app-emacs/Manifest.gz differ 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 @@ + + + + + + gnu-emacs@gentoo.org + Gentoo GNU Emacs project + + + 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. + + + https://github.com/ema2159/centaur-tabs/issues/ + ema2159/centaur-tabs + + diff --git a/app-emacs/powerline/Manifest b/app-emacs/powerline/Manifest new file mode 100644 index 000000000000..a4d91867b334 --- /dev/null +++ b/app-emacs/powerline/Manifest @@ -0,0 +1,4 @@ +AUX 50powerline-gentoo.el 73 BLAKE2B 410e192665e2256f8be8937a141c013c5e898eaa3042f69db51c32e8b2f4ae5fb5232ed4eb0b42cecfb762760f46cd30bbb1682477cef4b22344c11ddba07902 SHA512 c61eec022461fa49b7a3880f513f5ee21da24701f585204d7e4cb155fa62a834521de0982b69d19016c3a40eb17ff1805a9979babb12a6c22d045bfed6ad27bb +DIST powerline-2.5_p20221110.tar.gz 25649 BLAKE2B 9ffe42a0edbe620a77272636ed7426dcfb35388a20dcbe7905a95a6e0971d4e249ffc4af70061e61fdb4ea98fcef982d7da7617e81f5db0e2df425dfe31ea097 SHA512 be0eedd1b79e37b80f0520706af11b36d0775aced51f08239d240fc19c1c54124bc736009cb2eb1332b9a9a064221885dcaebfac5595211afe9939409256d92b +EBUILD powerline-2.5_p20221110.ebuild 581 BLAKE2B 419ca07ad254721aa6063f67589de4be0fc449fd91d6958bbc62859f98f93864956708245a4767e30c1d3487a28be9fca707a92937d0aad8d52eac5c69c662c2 SHA512 ccac74437eae21da8ba72bde9f51e717731beab435f5d9a16532b0dc806031bdc1880d4dcc8ac9b58a6a14f6c2fdc1dfb1764f86a5254bb11e4af74e447996fb +MISC metadata.xml 887 BLAKE2B b5db768d4b04ba1dc9ba5c7e0b11341ebfe645bd2dbfd8f918ebfedfebf56cf40a660b85af66cf939fd65055a89522c2b2e885ceafcbc69db0e94b697165a227 SHA512 87375f0998a64f3c2b04c555cc5cef3472a8c83707882bc1f885ca90abaeb9ed665c5eda54fb379ba4d49e0fba80d51f60f1f1eb8d41482f75aac944c3852b57 diff --git a/app-emacs/powerline/files/50powerline-gentoo.el b/app-emacs/powerline/files/50powerline-gentoo.el new file mode 100644 index 000000000000..bc3d2514cd23 --- /dev/null +++ b/app-emacs/powerline/files/50powerline-gentoo.el @@ -0,0 +1,2 @@ +(add-to-list 'load-path "@SITELISP@") +(load "powerline-autoloads" nil t) diff --git a/app-emacs/powerline/metadata.xml b/app-emacs/powerline/metadata.xml new file mode 100644 index 000000000000..9565b18c1a6e --- /dev/null +++ b/app-emacs/powerline/metadata.xml @@ -0,0 +1,21 @@ + + + + + + gnu-emacs@gentoo.org + Gentoo GNU Emacs project + + + Powerline is a library for customizing the mode-line that is based on the + Vim Powerline. A collection of predefined themes comes with the package. + This version has utf-8 support enabled. The utf-8 separators will display a + unicode character properly under mintty for example - as long as you have + patched fonts installed. By default, any terminal mode emacs will use the + utf-8 separators. + + + https://github.com/milkypostman/powerline/issues/ + milkypostman/powerline + + diff --git a/app-emacs/powerline/powerline-2.5_p20221110.ebuild b/app-emacs/powerline/powerline-2.5_p20221110.ebuild new file mode 100644 index 000000000000..f1e953e1fbb1 --- /dev/null +++ b/app-emacs/powerline/powerline-2.5_p20221110.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +[[ ${PV} = *_p20221110 ]] && H=c35c35bdf5ce2d992882c1f06f0f078058870d4a + +inherit elisp + +DESCRIPTION="GNU Emacs version of the Vim powerline" +HOMEPAGE="https://github.com/milkypostman/powerline/" +SRC_URI="https://github.com/milkypostman/${PN}/archive/${H}.tar.gz + -> ${P}.tar.gz" +S="${WORKDIR}"/${PN}-${H} + +LICENSE="GPL-3+" +SLOT="0" +KEYWORDS="~amd64 ~x86" + +DOCS=( README.md ) +SITEFILE="50${PN}-gentoo.el" + +src_compile() { + elisp_src_compile + elisp-make-autoload-file +} -- cgit v1.2.3