From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id A381B138330 for ; Tue, 20 Sep 2016 20:48:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E4C29E0B10; Tue, 20 Sep 2016 20:48:18 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 8F160E0B10 for ; Tue, 20 Sep 2016 20:48:18 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 0DE73340AF0 for ; Tue, 20 Sep 2016 20:48:17 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D7034246C for ; Tue, 20 Sep 2016 20:48:14 +0000 (UTC) From: "Yixun Lan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Yixun Lan" Message-ID: <1474403846.d8da69633924e697e9f69524d92b1e4b5620c994.dlan@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-emacs/adaptive-wrap/, app-emacs/adaptive-wrap/files/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-emacs/adaptive-wrap/Manifest app-emacs/adaptive-wrap/adaptive-wrap-0.5.ebuild app-emacs/adaptive-wrap/files/50adaptive-wrap-gentoo.el app-emacs/adaptive-wrap/metadata.xml X-VCS-Directories: app-emacs/adaptive-wrap/files/ app-emacs/adaptive-wrap/ X-VCS-Committer: dlan X-VCS-Committer-Name: Yixun Lan X-VCS-Revision: d8da69633924e697e9f69524d92b1e4b5620c994 X-VCS-Branch: master Date: Tue, 20 Sep 2016 20:48:14 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: fe2bfdc0-c9c3-42bd-9cb1-da136162d977 X-Archives-Hash: 052d8d940c027b4e5f31c7ef3f094047 commit: d8da69633924e697e9f69524d92b1e4b5620c994 Author: Victor Gaydov enise org> AuthorDate: Tue Sep 20 10:56:26 2016 +0000 Commit: Yixun Lan gentoo org> CommitDate: Tue Sep 20 20:37:26 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d8da6963 app-emacs/adaptive-wrap: new package adaptive-wrap implements smart line-wrapping with wrap-prefix. Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=594502 Closes: https://github.com/gentoo/gentoo/pull/2370 Signed-off-by: Yixun Lan gentoo.org> app-emacs/adaptive-wrap/Manifest | 1 + app-emacs/adaptive-wrap/adaptive-wrap-0.5.ebuild | 22 ++++++++++++++++++++++ .../adaptive-wrap/files/50adaptive-wrap-gentoo.el | 4 ++++ app-emacs/adaptive-wrap/metadata.xml | 16 ++++++++++++++++ 4 files changed, 43 insertions(+) diff --git a/app-emacs/adaptive-wrap/Manifest b/app-emacs/adaptive-wrap/Manifest new file mode 100644 index 00000000..6e7f1cc --- /dev/null +++ b/app-emacs/adaptive-wrap/Manifest @@ -0,0 +1 @@ +DIST adaptive-wrap-0.5.el 6111 SHA256 fefa54ba670b84360d2602fae477642b27ca4c2312983a7d24b4e6bcd1ad2f3b SHA512 0ffc52ad4343b57376dfb1ef09c7cc31d5933568ed614afc7d6d104fcb2ddf1eb69a69d4b04f5f97b726cc66ddacfc8d56ff10e447cf24f45227ee568adbcb95 WHIRLPOOL 9b4c64e26da9320a13cd7e0e77d10505c8aec60200e3e26c73367827fa1320ea5eb791834b3264f77998c5e29f07fe6c0f66ee7f8cfa89e75d5f63d19ba8a4d4 diff --git a/app-emacs/adaptive-wrap/adaptive-wrap-0.5.ebuild b/app-emacs/adaptive-wrap/adaptive-wrap-0.5.ebuild new file mode 100644 index 00000000..327fa10 --- /dev/null +++ b/app-emacs/adaptive-wrap/adaptive-wrap-0.5.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +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 new file mode 100644 index 00000000..3609fff --- /dev/null +++ b/app-emacs/adaptive-wrap/files/50adaptive-wrap-gentoo.el @@ -0,0 +1,4 @@ +(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 new file mode 100644 index 00000000..57bb313 --- /dev/null +++ b/app-emacs/adaptive-wrap/metadata.xml @@ -0,0 +1,16 @@ + + + + + victor@enise.org + Victor Gaydov + + + gnu-emacs@gentoo.org + Gentoo GNU Emacs project + + + proxy-maint@gentoo.org + Proxy Maintainers + +