diff options
author | Ulrich Müller <ulm@gentoo.org> | 2019-10-15 16:59:56 +0200 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2019-10-15 17:06:40 +0200 |
commit | d67a0e13db6647c2b0b112026a8fe180f6af7609 (patch) | |
tree | c9ee308d65ca158780180f47ad904e1128d40348 /app-emacs/thinks | |
parent | app-emacs/quack: Version bump. (diff) | |
download | gentoo-d67a0e13db6647c2b0b112026a8fe180f6af7609.tar.gz gentoo-d67a0e13db6647c2b0b112026a8fe180f6af7609.tar.bz2 gentoo-d67a0e13db6647c2b0b112026a8fe180f6af7609.zip |
app-emacs/thinks: 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/thinks')
-rw-r--r-- | app-emacs/thinks/Manifest | 1 | ||||
-rw-r--r-- | app-emacs/thinks/thinks-1.12.ebuild | 17 |
2 files changed, 18 insertions, 0 deletions
diff --git a/app-emacs/thinks/Manifest b/app-emacs/thinks/Manifest index 25cf1ce85cd9..6b2a38bba13d 100644 --- a/app-emacs/thinks/Manifest +++ b/app-emacs/thinks/Manifest @@ -1 +1,2 @@ +DIST thinks-1.12.tar.gz 3058 BLAKE2B 2a46e6a9896c62fbebdc62e81c68f14e589e0bebb5a4143578f01824be75cb3f94e6772f22bd1d9302305b87721515a6245b2a3f80d3c40a3936c15cfa8edd0c SHA512 31208821c25824cca53744afbce5ec3b94d799652811edac0a140d37c7bbdb7fbe1809be1c2b88a324aef1908493885fd7dcd9eb908440fe56bedc5c6c82ffed DIST thinks-1.9.el.bz2 2989 BLAKE2B 91fd4fe2b004625f758f0a3941228c0db6de37c637fcbf0456060e2a2f6e9c3618f6a815d9c649a87da286745f4831df21ebf225947d926f89ae20c49e3e8403 SHA512 ba85485df0decb2825a832b60b01a4ae8ef2e32dc356d16b770a4b59a795e138f3c26e14d8eb27e97038d10d2633945c7b2bd14933fdf7815f6c0abc07de5802 diff --git a/app-emacs/thinks/thinks-1.12.ebuild b/app-emacs/thinks/thinks-1.12.ebuild new file mode 100644 index 000000000000..1786b9f42839 --- /dev/null +++ b/app-emacs/thinks/thinks-1.12.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit elisp + +DESCRIPTION="Insert text in a think bubble" +HOMEPAGE="http://www.davep.org/emacs/" +SRC_URI="https://github.com/davep/${PN}.el/archive/v${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="GPL-3+" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~x86" + +S="${WORKDIR}/${PN}.el-${PV}" +SITEFILE="50${PN}-gentoo.el" |