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/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 ++++++++++++++++++++++ 4 files changed, 53 insertions(+) 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/powerline') 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