gsrc-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gsrc-commit] trunk r5582: update emacs to 26.1


From: Carl Hansen
Subject: [Gsrc-commit] trunk r5582: update emacs to 26.1
Date: Mon, 28 May 2018 15:35:42 -0400 (EDT)
User-agent: Bazaar (2.7.0dev1)

------------------------------------------------------------
revno: 5582
revision-id: address@hidden
parent: address@hidden
committer: address@hidden
branch nick: trunk
timestamp: Mon 2018-05-28 12:35:36 -0700
message:
  update emacs to 26.1
modified:
  pkg/gnu/emacs/Makefile         makefile-20160617014725-uokjfnggs70iry9h-606
  pkg/gnu/emacs/sha256sums       sha256sums-20160617014725-uokjfnggs70iry9h-608
=== modified file 'pkg/gnu/emacs/Makefile'
--- a/pkg/gnu/emacs/Makefile    2017-11-26 21:24:45 +0000
+++ b/pkg/gnu/emacs/Makefile    2018-05-28 19:35:36 +0000
@@ -1,7 +1,7 @@
 # Copyright © 2013, 2014, 2015 Brandon Invergo <address@hidden>
-# Copyright   © 2017 Carl Hansen <address@hidden>
+# Copyright © 2017, 2018 Carl Hansen <address@hidden>
 #
-# This file is part of GSRC.
+# This file is part of GSRC, GNU Source Resource Collection
 #
 # GSRC is free software: you can redistribute it and/or modify it
 # under the terms of the GNU General Public License as published by
@@ -16,24 +16,22 @@
 # You should have received a copy of the GNU General Public License
 # along with GSRC.  If not, see <http://www.gnu.org/licenses/>.
 #
-#
 # Send bug reports and comments about GSRC problems to address@hidden
 
 NAME = Emacs
 GARNAME = emacs
-GARVERSION = 25.3
+GARVERSION = 26.1
 HOME_URL = http://www.gnu.org/software/emacs/
 DESCRIPTION = The extensible, customizable, self-documenting text editor
 define BLURB
-GNU Emacs is an extensible and highly customizable text editor.  It
-is based on an Emacs Lisp interpreter with extensions for text
-editing.  Emacs has been extended in essentially all areas of
-computing, giving rise to a vast array of packages supporting, e.g.,
-email, IRC and XMPP messaging, spreadsheets, remote server editing,
-and much more.  Emacs includes extensive documentation on all
-aspects of the system, from basic editing to writing large Lisp
-programs.  It has full Unicode support for nearly all human
-languages.
+GNU Emacs is an extensible and highly customizable text editor.  It is
+based on an Emacs Lisp interpreter with extensions for text editing.
+Emacs has been extended in essentially all areas of computing, giving
+rise to a vast array of packages supporting, e.g., email, IRC and
+XMPP messaging, spreadsheets, remote server editing, and much more.
+Emacs includes extensive documentation on all aspects of the system,
+from basic editing to writing large Lisp programs.  It has full Unicode
+support for nearly all human languages.
 endef
 
 ######################################################################
@@ -43,30 +41,20 @@
 DISTFILES = $(DISTNAME)$(MINOR_UPDATE).tar.xz
 SIGFILES = $(DISTNAME)$(MINOR_UPDATE).tar.xz.sig
 INFO_FILES = \
-ada-mode.info.gz        epa.info.gz            pgg.info.gz            \
-auth.info.gz            erc.info.gz            rcirc.info.gz          \
-autotype.info.gz        ert.info.gz            reftex.info.gz         \
-bovine.info.gz          eshell.info.gz         remember.info.gz       \
-calc.info.gz            eudc.info.gz           sasl.info.gz           \
-ccmode.info.gz          eww.info.gz            sc.info.gz             \
-cl.info.gz              flymake.info.gz                semantic.info.gz       \
-dbus.info.gz            forms.info.gz          ses.info.gz            \
-dired-x.info.gz         gnus.info.gz           sieve.info.gz          \
-ebrowse.info.gz         htmlfontify.info.gz     smtpmail.info.gz       \
-ede.info.gz             idlwave.info.gz                speedbar.info.gz       \
-ediff.info.gz           ido.info.gz            srecode.info.gz        \
-edt.info.gz             info.gz.info.gz                todo-mode.info.gz      \
-efaq.info.gz            mairix-el.info.gz       tramp.info.gz          \
-efaq-w32.info.gz        message.info.gz                url.info.gz            \
-eieio.info.gz          mh-e.info.gz            vhdl-mode.info.gz      \
-eintr.info.gz          newsticker.info.gz      viper.info.gz          \
-elisp.info.gz          nxml-mode.info.gz       vip.info.gz            \
-emacs-gnutls.info.gz    octave-mode.info.gz     widget.info.gz         \
-emacs.info.gz          org.info.gz             wisent.info.gz         \
-emacs-mime.info.gz     pcl-cvs.info.gz         woman.info.gz          
+ada-mode.info  ede.info                  epa.info          ido.info          
rcirc.info     todo-mode.info \
+auth.info      ediff.info        erc.info          info.info         
reftex.info    tramp.info  \
+autotype.info  edt.info                  ert.info          mairix-el.info    
remember.info  url.info  \
+bovine.info    efaq.info         eshell.info       message.info      sasl.info 
     vhdl-mode.info  \
+calc.info      efaq-w32.info     eudc.info         mh-e.info         sc.info   
     viper.info  \
+ccmode.info    eieio.info        eww.info          newsticker.info   
semantic.info  vip.info  \
+cl.info        eintr.info        flymake.info      nxml-mode.info    ses.info  
     widget.info  \
+dbus.info      elisp.info        forms.info        octave-mode.info  
sieve.info     wisent.info  \
+              emacs-gnutls.info  gnus.info         org.info          
smtpmail.info  woman.info  \
+dired-x.info   emacs.info        htmlfontify.info  pcl-cvs.info      
speedbar.info  \
+ebrowse.info   emacs-mime.info   idlwave.info      pgg.info          
srecode.info 
 
-BUILDDEPS = texinfo
-LIBDEPS = ncurses
+BUILDDEPS = texinfo ncurses
+LIBDEPS = 
 
 ######################################################################
 

=== modified file 'pkg/gnu/emacs/sha256sums'
--- a/pkg/gnu/emacs/sha256sums  2017-09-13 05:41:00 +0000
+++ b/pkg/gnu/emacs/sha256sums  2018-05-28 19:35:36 +0000
@@ -1,2 +1,2 @@
-253ac5e7075e594549b83fd9ec116a9dc37294d415e2f21f8ee109829307c00b  
download/emacs-25.3.tar.xz
-75d42ba3990b910454e57ab67a64aefaa87cd5930ebe8a896a6083919253f92b  
download/emacs-25.3.tar.xz.sig
+1cf4fc240cd77c25309d15e18593789c8dbfba5c2b44d8f77c886542300fd32c  
download/emacs-26.1.tar.xz
+bdb30fba062d1059874bb3323d33a2893c28b7f18789a03dbcf566ed0f92a8da  
download/emacs-26.1.tar.xz.sig


reply via email to

[Prev in Thread] Current Thread [Next in Thread]