From 6f4cf0f786a5dcaacd2a54c3cd02da64a55ea99d Mon Sep 17 00:00:00 2001 From: Juan RP Date: Tue, 18 Feb 2014 17:19:56 +0100 Subject: [PATCH] ed: remove long_desc. --- srcpkgs/ed/template | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/srcpkgs/ed/template b/srcpkgs/ed/template index cb80acca1a0..6545ec87826 100644 --- a/srcpkgs/ed/template +++ b/srcpkgs/ed/template @@ -1,7 +1,7 @@ # Template file for 'ed' pkgname=ed version=1.8 -revision=1 +revision=2 build_style=gnu-configure short_desc="GNU Line-oriented text editor" maintainer="Juan RP " @@ -9,9 +9,3 @@ license="GPL-3" homepage="http://www.gnu.org/software/ed/ed.html" distfiles="http://ftp.gnu.org/gnu/ed/ed-$version.tar.gz" checksum=64c138d33b1ea4b9daa88e045da0619e2a43cb99a9d378417d20163f410a7273 -long_desc=" - GNU ed is a line-oriented text editor. It is used to create, display, modify - and otherwise manipulate text files, both interactively and via shell scripts. - A restricted version of ed, red, can only edit files in the current directory - and cannot execute shell commands. Ed is the standard text editor in the - sense that it is the original editor for Unix, and thus widely available."