diff options
author | Ulrich Müller <ulm@gentoo.org> | 2017-12-25 12:09:10 +0100 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2017-12-25 12:10:29 +0100 |
commit | 7af39faa8511bc1bdd113a9681a384f882f8649d (patch) | |
tree | a798643a6cb1272251b6dbd21686432f18c8e902 /app-emacs/eselect-mode | |
parent | app-admin/eselect: Version bump. (diff) | |
download | gentoo-7af39faa8511bc1bdd113a9681a384f882f8649d.tar.gz gentoo-7af39faa8511bc1bdd113a9681a384f882f8649d.tar.bz2 gentoo-7af39faa8511bc1bdd113a9681a384f882f8649d.zip |
app-emacs/eselect-mode: Version bump.
Package-Manager: Portage-2.3.19, Repoman-2.3.6
Diffstat (limited to 'app-emacs/eselect-mode')
-rw-r--r-- | app-emacs/eselect-mode/Manifest | 1 | ||||
-rw-r--r-- | app-emacs/eselect-mode/eselect-mode-1.4.10.ebuild | 18 |
2 files changed, 19 insertions, 0 deletions
diff --git a/app-emacs/eselect-mode/Manifest b/app-emacs/eselect-mode/Manifest index 78e2b2d1ef0e..07b84b75f38f 100644 --- a/app-emacs/eselect-mode/Manifest +++ b/app-emacs/eselect-mode/Manifest @@ -1 +1,2 @@ +DIST eselect-1.4.10.tar.xz 177212 BLAKE2B 25f548d56ecfdc5ccf18167ebdeb50cccc77fbdc65ab8683e293242de0083e6036714ae9d173f507da0404dbad0e48f2ac09d542dbdf92d8a5d7e9868b31fa07 SHA512 09e4196959cfb42e0fe4536939ad8e0d1a49d500e3d42634cd959c544f2ed5beaa006100fffaf10eaba121901d36a42721da42504d496de8d157690b7ab7f9fb DIST eselect-1.4.4.tar.xz 177536 BLAKE2B 9991d69a0589be0a7df881fe5d6c0021c99fd7fd5b561ad7a9423edc46b25528b499a3e839dfe974d5d53e8e8a5b3a798cd7f5f1eeb78e531fff16680babce96 SHA512 1ed01cf00e3f13aad3e5f844c7086c3dd48398efd76e68cd91cf13b9939f4b48eef8915c5f3926954d158023115ad66ee67c0bc8fc4c9570900a37207674fc8f diff --git a/app-emacs/eselect-mode/eselect-mode-1.4.10.ebuild b/app-emacs/eselect-mode/eselect-mode-1.4.10.ebuild new file mode 100644 index 000000000000..2b1cd5c3cb47 --- /dev/null +++ b/app-emacs/eselect-mode/eselect-mode-1.4.10.ebuild @@ -0,0 +1,18 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +inherit elisp + +MY_P="eselect-${PV}" +DESCRIPTION="Emacs major mode for editing eselect files" +HOMEPAGE="https://wiki.gentoo.org/wiki/Project:Eselect" +SRC_URI="https://dev.gentoo.org/~ulm/eselect/${MY_P}.tar.xz" + +LICENSE="GPL-2+" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" + +S="${WORKDIR}/${MY_P}/misc" +SITEFILE="50${PN}-gentoo.el" |