summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2022-02-15 19:42:46 +0100
committerUlrich Müller <ulm@gentoo.org>2022-02-15 19:48:58 +0100
commit9cb5754a59b5b85f9a41d6db384e8950a37e8038 (patch)
treea46439003841d3211e2f67e396e0418258d6efda /app-emacs/adaptive-wrap
parentapp-editors/jove: Version bump to 4.17.3.7 (diff)
downloadgentoo-9cb5754a59b5b85f9a41d6db384e8950a37e8038.tar.gz
gentoo-9cb5754a59b5b85f9a41d6db384e8950a37e8038.tar.bz2
gentoo-9cb5754a59b5b85f9a41d6db384e8950a37e8038.zip
app-emacs/adaptive-wrap: Version bump to 0.8
Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Ulrich Müller <ulm@gentoo.org>
Diffstat (limited to 'app-emacs/adaptive-wrap')
-rw-r--r--app-emacs/adaptive-wrap/Manifest1
-rw-r--r--app-emacs/adaptive-wrap/adaptive-wrap-0.8.ebuild17
2 files changed, 18 insertions, 0 deletions
diff --git a/app-emacs/adaptive-wrap/Manifest b/app-emacs/adaptive-wrap/Manifest
index b78f72a54cba..a73722518d27 100644
--- a/app-emacs/adaptive-wrap/Manifest
+++ b/app-emacs/adaptive-wrap/Manifest
@@ -1 +1,2 @@
DIST adaptive-wrap-0.7.el.xz 3304 BLAKE2B 6026512cc81218b270d8a1070e3c62893b8cc1b48c8cbb33c8ee125d7bff0a3f701c57f653ae127daf066770f289fd8bc3860edc47c58ac7d6dd3c1a83f8ebf2 SHA512 a052eeaa727526c81f83419bee632121b6724bfb410cefac9c3a1cf40e11f272bffb1bf6f3b0a3ea7c4646a9473488e084c5622a2ed335c656835e4613a859db
+DIST adaptive-wrap-0.8.el.xz 3120 BLAKE2B 7b862aa848dde0bf082631d82373dad94d6e62ed27eb415c725b0c1614be4aebea4fed17d7964625665ec41a1a57eba9103d6caa6d0f3cd72ccca51559c7bac6 SHA512 cbde07a0e41818c1b7d94afe3df58a014ae8490e4bb7c8758d797ed1d893cf1d097811ae3aa21195652be6b0cb5ce144ca08f907c5d47e608b3e7217c085b238
diff --git a/app-emacs/adaptive-wrap/adaptive-wrap-0.8.ebuild b/app-emacs/adaptive-wrap/adaptive-wrap-0.8.ebuild
new file mode 100644
index 000000000000..dc88fbab1500
--- /dev/null
+++ b/app-emacs/adaptive-wrap/adaptive-wrap-0.8.ebuild
@@ -0,0 +1,17 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit elisp
+
+DESCRIPTION="Smart line-wrapping with wrap-prefix"
+HOMEPAGE="https://elpa.gnu.org/packages/adaptive-wrap.html"
+# taken from https://elpa.gnu.org/packages/${P}.tar
+SRC_URI="https://dev.gentoo.org/~ulm/distfiles/${P}.el.xz"
+
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+SITEFILE="50${PN}-gentoo.el"