From: Ulrich Müller Date: Thu, 17 Oct 2019 09:01:47 +0000 (+0200) Subject: app-emacs/adaptive-wrap: Remove old. X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=86c8775d5a870962213a12ab10d5810af18b79cb;p=gentoo.git app-emacs/adaptive-wrap: Remove old. Package-Manager: Portage-2.3.77, Repoman-2.3.17 Signed-off-by: Ulrich Müller --- diff --git a/app-emacs/adaptive-wrap/Manifest b/app-emacs/adaptive-wrap/Manifest index 8b00560f2b0c..b78f72a54cba 100644 --- a/app-emacs/adaptive-wrap/Manifest +++ b/app-emacs/adaptive-wrap/Manifest @@ -1,2 +1 @@ -DIST adaptive-wrap-0.5.el 6111 BLAKE2B 72813abcbe674a9e15dc72d189a1b2a0cf6ca490ad5f96daaba94feac832b10ca0c6fde364e8ea34ddcd8f1b170e331cb31f3be2844d72e1c039dbefa3069451 SHA512 0ffc52ad4343b57376dfb1ef09c7cc31d5933568ed614afc7d6d104fcb2ddf1eb69a69d4b04f5f97b726cc66ddacfc8d56ff10e447cf24f45227ee568adbcb95 DIST adaptive-wrap-0.7.el.xz 3304 BLAKE2B 6026512cc81218b270d8a1070e3c62893b8cc1b48c8cbb33c8ee125d7bff0a3f701c57f653ae127daf066770f289fd8bc3860edc47c58ac7d6dd3c1a83f8ebf2 SHA512 a052eeaa727526c81f83419bee632121b6724bfb410cefac9c3a1cf40e11f272bffb1bf6f3b0a3ea7c4646a9473488e084c5622a2ed335c656835e4613a859db diff --git a/app-emacs/adaptive-wrap/adaptive-wrap-0.5.ebuild b/app-emacs/adaptive-wrap/adaptive-wrap-0.5.ebuild deleted file mode 100644 index b009cb85e616..000000000000 --- a/app-emacs/adaptive-wrap/adaptive-wrap-0.5.ebuild +++ /dev/null @@ -1,21 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit elisp - -DESCRIPTION="Smart line-wrapping with wrap-prefix" -HOMEPAGE="https://elpa.gnu.org/packages/adaptive-wrap.html" -SRC_URI="https://elpa.gnu.org/packages/${P}.el" - -LICENSE="GPL-3+" -SLOT="0" -KEYWORDS="~amd64" - -S="${WORKDIR}" -SITEFILE="50${PN}-gentoo.el" - -src_unpack() { - cp "${DISTDIR}"/${P}.el ${PN}.el || die -}