summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2019-10-15 16:59:56 +0200
committerUlrich Müller <ulm@gentoo.org>2019-10-15 17:06:40 +0200
commitd67a0e13db6647c2b0b112026a8fe180f6af7609 (patch)
treec9ee308d65ca158780180f47ad904e1128d40348 /app-emacs/thinks/thinks-1.12.ebuild
parentapp-emacs/quack: Version bump. (diff)
downloadgentoo-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/thinks-1.12.ebuild')
-rw-r--r--app-emacs/thinks/thinks-1.12.ebuild17
1 files changed, 17 insertions, 0 deletions
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"