diff options
author | Maciej Barć <xgqt@gentoo.org> | 2022-07-09 01:27:07 +0200 |
---|---|---|
committer | Maciej Barć <xgqt@gentoo.org> | 2022-07-09 01:30:24 +0200 |
commit | 8316cd69f5f387f2386a5e673e573eddce59eebe (patch) | |
tree | d2f21154ede691ede524b28c4f8e49861b84f32c /app-emacs/emacs-eix | |
parent | app-emacs/emacs-openrc: new package; add version 0.0.0 & live (diff) | |
download | gentoo-8316cd69f5f387f2386a5e673e573eddce59eebe.tar.gz gentoo-8316cd69f5f387f2386a5e673e573eddce59eebe.tar.bz2 gentoo-8316cd69f5f387f2386a5e673e573eddce59eebe.zip |
app-emacs/emacs-eix: new package; add version 0.0.0 & live
Signed-off-by: Maciej Barć <xgqt@gentoo.org>
Diffstat (limited to 'app-emacs/emacs-eix')
-rw-r--r-- | app-emacs/emacs-eix/Manifest | 1 | ||||
-rw-r--r-- | app-emacs/emacs-eix/emacs-eix-0.0.0.ebuild | 29 | ||||
-rw-r--r-- | app-emacs/emacs-eix/emacs-eix-9999.ebuild | 29 | ||||
-rw-r--r-- | app-emacs/emacs-eix/files/50emacs-eix-gentoo.el | 2 | ||||
-rw-r--r-- | app-emacs/emacs-eix/metadata.xml | 15 |
5 files changed, 76 insertions, 0 deletions
diff --git a/app-emacs/emacs-eix/Manifest b/app-emacs/emacs-eix/Manifest new file mode 100644 index 000000000000..bdcd8ca3ff94 --- /dev/null +++ b/app-emacs/emacs-eix/Manifest @@ -0,0 +1 @@ +DIST emacs-eix-0.0.0.tar.gz 9522 BLAKE2B 12c91822b644cb3017b434ddc8a46c3eb9f8981ac45ff8e252ba937667e63e92f703f6c77a3675b2b89c6f8ef3188a785bcc7e1f122e2870c623d4330265c2a0 SHA512 6428ef15fa5b2367c727d63fd728e0d4aca24e4c0d8a27b566e664597b174ed94373285cc80979dac96bbfadd2ecdd3545170bd700a1130c41c39d3d8dc55b88 diff --git a/app-emacs/emacs-eix/emacs-eix-0.0.0.ebuild b/app-emacs/emacs-eix/emacs-eix-0.0.0.ebuild new file mode 100644 index 000000000000..2821ddbc8bc4 --- /dev/null +++ b/app-emacs/emacs-eix/emacs-eix-0.0.0.ebuild @@ -0,0 +1,29 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +NEED_EMACS=24.3 + +inherit elisp + +DESCRIPTION="Eix integration for GNU Emacs" +HOMEPAGE="https://gitweb.gentoo.org/proj/emacs-eix.git" + +if [[ ${PV} == *9999* ]] ; then + inherit git-r3 + EGIT_REPO_URI="https://gitweb.gentoo.org/proj/${PN}.git" +else + SRC_URI="https://gitweb.gentoo.org/proj/${PN}.git/snapshot/${P}.tar.gz" + KEYWORDS="~amd64 ~x86" +fi + +LICENSE="GPL-2+" +SLOT="0" + +SITEFILE="50${PN}-gentoo.el" + +src_compile() { + elisp_src_compile + elisp-make-autoload-file +} diff --git a/app-emacs/emacs-eix/emacs-eix-9999.ebuild b/app-emacs/emacs-eix/emacs-eix-9999.ebuild new file mode 100644 index 000000000000..2821ddbc8bc4 --- /dev/null +++ b/app-emacs/emacs-eix/emacs-eix-9999.ebuild @@ -0,0 +1,29 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +NEED_EMACS=24.3 + +inherit elisp + +DESCRIPTION="Eix integration for GNU Emacs" +HOMEPAGE="https://gitweb.gentoo.org/proj/emacs-eix.git" + +if [[ ${PV} == *9999* ]] ; then + inherit git-r3 + EGIT_REPO_URI="https://gitweb.gentoo.org/proj/${PN}.git" +else + SRC_URI="https://gitweb.gentoo.org/proj/${PN}.git/snapshot/${P}.tar.gz" + KEYWORDS="~amd64 ~x86" +fi + +LICENSE="GPL-2+" +SLOT="0" + +SITEFILE="50${PN}-gentoo.el" + +src_compile() { + elisp_src_compile + elisp-make-autoload-file +} diff --git a/app-emacs/emacs-eix/files/50emacs-eix-gentoo.el b/app-emacs/emacs-eix/files/50emacs-eix-gentoo.el new file mode 100644 index 000000000000..84922cec1265 --- /dev/null +++ b/app-emacs/emacs-eix/files/50emacs-eix-gentoo.el @@ -0,0 +1,2 @@ +(add-to-list 'load-path "@SITELISP@") +(load "emacs-eix-autoloads" nil t) diff --git a/app-emacs/emacs-eix/metadata.xml b/app-emacs/emacs-eix/metadata.xml new file mode 100644 index 000000000000..22c7b92b1e0e --- /dev/null +++ b/app-emacs/emacs-eix/metadata.xml @@ -0,0 +1,15 @@ +<?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> + <upstream> + <maintainer status="active"> + <email>emacs@gentoo.org</email> + <name>Gentoo Emacs project</name> + </maintainer> + </upstream> +</pkgmetadata> |