summaryrefslogtreecommitdiff
path: root/app-emacs/adaptive-wrap
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-07-14 20:56:41 +0100
committerV3n3RiX <venerix@redcorelinux.org>2018-07-14 20:56:41 +0100
commitd87262dd706fec50cd150aab3e93883b6337466d (patch)
tree246b44c33ad7a57550430b0a60fa0df86a3c9e68 /app-emacs/adaptive-wrap
parent71bc00c87bba1ce31de0dac6c3b7fd1aee6917fc (diff)
gentoo resync : 14.07.2018
Diffstat (limited to 'app-emacs/adaptive-wrap')
-rw-r--r--app-emacs/adaptive-wrap/Manifest4
-rw-r--r--app-emacs/adaptive-wrap/adaptive-wrap-0.5.ebuild21
-rw-r--r--app-emacs/adaptive-wrap/files/50adaptive-wrap-gentoo.el4
-rw-r--r--app-emacs/adaptive-wrap/metadata.xml9
4 files changed, 0 insertions, 38 deletions
diff --git a/app-emacs/adaptive-wrap/Manifest b/app-emacs/adaptive-wrap/Manifest
deleted file mode 100644
index 25a5b9113143..000000000000
--- a/app-emacs/adaptive-wrap/Manifest
+++ /dev/null
@@ -1,4 +0,0 @@
-AUX 50adaptive-wrap-gentoo.el 147 BLAKE2B 44b986f51ec3254d0fb79554296427343cc5c0e462d2baf54c99cacc1b9a45a7c6f52b96ec7957c90b8f021bfcb2fd5d7e3810f7b9c9df8124d78b0202f9d8d1 SHA512 869d6dc360d57348aeea5de6e096a2c44363f35b84119546a8d63d6d776cf0a344156b93a4c8d14d05fa6ea3c430a2ab7f0640370ee3d04fe26d0ee845ce3ff7
-DIST adaptive-wrap-0.5.el 6111 BLAKE2B 72813abcbe674a9e15dc72d189a1b2a0cf6ca490ad5f96daaba94feac832b10ca0c6fde364e8ea34ddcd8f1b170e331cb31f3be2844d72e1c039dbefa3069451 SHA512 0ffc52ad4343b57376dfb1ef09c7cc31d5933568ed614afc7d6d104fcb2ddf1eb69a69d4b04f5f97b726cc66ddacfc8d56ff10e447cf24f45227ee568adbcb95
-EBUILD adaptive-wrap-0.5.ebuild 439 BLAKE2B a949c25bcf1b8bc5324b0d6645173d798485766d00bdc9b71a74388d01ac4c5c59ef97003c62150746a50196f94603c0446bcccf455a77bcd40f929c02d2b746 SHA512 49fbac464ebdbf93e4883ac3252d5b96216b7e163c485edccb715218605e5e8b4fe3d662657b94ca52bbf816b33b8615762aee8c8dd57f91273fbc0bcb939fd9
-MISC metadata.xml 292 BLAKE2B 046265ce3ff94f04bba9b4b344d852203657df8dd300f30620df260bad1c56b3c23a8c48d073f70f571f733af9a7c034922e0465878028ee8f748060a6816ec6 SHA512 f0115ae686d3003f4264968d3aeb0b054830f87f35378e15e205a729d591c8697507d3c76ead9e1f0bab1f1f66a3fda108322dbcec7b857a37000511d1dd17df
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
-}
diff --git a/app-emacs/adaptive-wrap/files/50adaptive-wrap-gentoo.el b/app-emacs/adaptive-wrap/files/50adaptive-wrap-gentoo.el
deleted file mode 100644
index 3609fffb6421..000000000000
--- a/app-emacs/adaptive-wrap/files/50adaptive-wrap-gentoo.el
+++ /dev/null
@@ -1,4 +0,0 @@
-(add-to-list 'load-path "@SITELISP@")
-
-(autoload 'adaptive-wrap-prefix-mode "adaptive-wrap"
- "Wrap the buffer text with adaptive filling." t nil)
diff --git a/app-emacs/adaptive-wrap/metadata.xml b/app-emacs/adaptive-wrap/metadata.xml
deleted file mode 100644
index c6a53b949e75..000000000000
--- a/app-emacs/adaptive-wrap/metadata.xml
+++ /dev/null
@@ -1,9 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="project">
- <email>gnu-emacs@gentoo.org</email>
- <name>Gentoo GNU Emacs project</name>
- </maintainer>
- <stabilize-allarches/>
-</pkgmetadata>