diff options
author | Maciej Barć <xgqt@gentoo.org> | 2023-08-11 17:59:18 +0200 |
---|---|---|
committer | Maciej Barć <xgqt@gentoo.org> | 2023-08-11 18:41:28 +0200 |
commit | 80788faf2badeb7f4b0af8eb1106d67289b5a7ca (patch) | |
tree | af3b5732e530bbc262c987b57e9ea42eaf6cd36c /app-emacs/adaptive-wrap | |
parent | app-emacs/xclip: drop old 1.9 (diff) | |
download | gentoo-80788faf2badeb7f4b0af8eb1106d67289b5a7ca.tar.gz gentoo-80788faf2badeb7f4b0af8eb1106d67289b5a7ca.tar.bz2 gentoo-80788faf2badeb7f4b0af8eb1106d67289b5a7ca.zip |
app-emacs/adaptive-wrap: drop old 0.7
Signed-off-by: Maciej Barć <xgqt@gentoo.org>
Diffstat (limited to 'app-emacs/adaptive-wrap')
-rw-r--r-- | app-emacs/adaptive-wrap/Manifest | 1 | ||||
-rw-r--r-- | app-emacs/adaptive-wrap/adaptive-wrap-0.7.ebuild | 17 |
2 files changed, 0 insertions, 18 deletions
diff --git a/app-emacs/adaptive-wrap/Manifest b/app-emacs/adaptive-wrap/Manifest index a73722518d27..c11b470d101b 100644 --- a/app-emacs/adaptive-wrap/Manifest +++ b/app-emacs/adaptive-wrap/Manifest @@ -1,2 +1 @@ -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.7.ebuild b/app-emacs/adaptive-wrap/adaptive-wrap-0.7.ebuild deleted file mode 100644 index ff5293e3528a..000000000000 --- a/app-emacs/adaptive-wrap/adaptive-wrap-0.7.ebuild +++ /dev/null @@ -1,17 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -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}.el -SRC_URI="https://dev.gentoo.org/~ulm/distfiles/${P}.el.xz" - -LICENSE="GPL-3+" -SLOT="0" -KEYWORDS="~amd64 ~x86" - -SITEFILE="50${PN}-gentoo.el" |