diff options
author | Ulrich Müller <ulm@gentoo.org> | 2019-10-15 13:17:08 +0200 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2019-10-15 13:17:54 +0200 |
commit | a115118f3749268078cfd8e0dbc3aadc81e2bd71 (patch) | |
tree | e2858d59a3b0ef868d02961e02487027f17a7513 /app-emacs/hexrgb | |
parent | sys-process/at: Removed old (diff) | |
download | gentoo-a115118f3749268078cfd8e0dbc3aadc81e2bd71.tar.gz gentoo-a115118f3749268078cfd8e0dbc3aadc81e2bd71.tar.bz2 gentoo-a115118f3749268078cfd8e0dbc3aadc81e2bd71.zip |
app-emacs/hexrgb: Version bump.
Package-Manager: Portage-2.3.76, Repoman-2.3.17
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
Diffstat (limited to 'app-emacs/hexrgb')
-rw-r--r-- | app-emacs/hexrgb/Manifest | 1 | ||||
-rw-r--r-- | app-emacs/hexrgb/hexrgb-0_p1019.ebuild | 16 |
2 files changed, 17 insertions, 0 deletions
diff --git a/app-emacs/hexrgb/Manifest b/app-emacs/hexrgb/Manifest index 13905f5528cb..e2b71028f43e 100644 --- a/app-emacs/hexrgb/Manifest +++ b/app-emacs/hexrgb/Manifest @@ -1 +1,2 @@ +DIST hexrgb-0_p1019.el.xz 10156 BLAKE2B 0f6681460b5a2d631763324015004800d58ffa93852bbb1fb4f5e07eee89d8a5db8c2f416af7fc7b885a37c520b544e959814f693adb7b41b27e0a76d38dc6c3 SHA512 4c05115e6889035e699ba9f920b1bf4f638e3c9980477dbaddeca6ec45f5c2e8574d26745e1d570d002a5ed83e7dc3f389144d1fff5efbbf7247508278ae567e DIST hexrgb-0_p957.el.xz 9620 BLAKE2B 6bcb432cce9a0981f19acd4beba785941148fa9ca8ebd2575b2ef4a39fe28c641160b5c27d6515220f122e66154d89807ba0075e41c2506d5c8aa1a6b291404c SHA512 5948dac5a771a7d3e9632a9783478181a39c4cb0e6d399ec8793730883182e44eb1aeef1dc9ebaadb4004f1b766e85033f79fa6db4b68ed5b11d38eec5b934d1 diff --git a/app-emacs/hexrgb/hexrgb-0_p1019.ebuild b/app-emacs/hexrgb/hexrgb-0_p1019.ebuild new file mode 100644 index 000000000000..edfcdc886c2c --- /dev/null +++ b/app-emacs/hexrgb/hexrgb-0_p1019.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit elisp + +DESCRIPTION="Functions to manipulate colors, including RGB hex strings" +HOMEPAGE="https://www.emacswiki.org/emacs/hexrgb.el" +SRC_URI="https://dev.gentoo.org/~ulm/distfiles/${P}.el.xz" + +LICENSE="GPL-2+" +SLOT="0" +KEYWORDS="~amd64 ~ppc ~sparc ~x86" + +SITEFILE="50${PN}-gentoo.el" |