gsrc-commit
[Top][All Lists]
Advanced

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

[Gsrc-commit] /srv/bzr/gsrc/trunk r865: get rid of MAINTAINER fields


From: Brandon Invergo
Subject: [Gsrc-commit] /srv/bzr/gsrc/trunk r865: get rid of MAINTAINER fields
Date: Sun, 26 Aug 2012 00:15:17 +0200
User-agent: Bazaar (2.5.0)

------------------------------------------------------------
revno: 865
committer: Brandon Invergo <address@hidden>
branch nick: trunk
timestamp: Sun 2012-08-26 00:15:17 +0200
message:
  get rid of MAINTAINER fields
modified:
  deps/curl/Makefile
  deps/e2fsprogs/Makefile
  deps/gc/Makefile
  deps/libevent/Makefile
  deps/libffi/Makefile
  deps/libpng/Makefile
  deps/libsdl/Makefile
  deps/libsdl_gfx/Makefile
  deps/libsdl_image/Makefile
  deps/libsdl_mixer/Makefile
  deps/libsdl_ttf/Makefile
  deps/libzip/Makefile
  deps/mpc/Makefile
  deps/python2/Makefile
  deps/tiff/Makefile
  deps/util-linux/Makefile
  deps/xz/Makefile
  deps/zlib/Makefile
  gnu/alive/Makefile
  gnu/archimedes/Makefile
  gnu/autoconf-archive/Makefile
  gnu/automake/Makefile
  gnu/binutils/Makefile
  gnu/cflow/Makefile
  gnu/chess/Makefile
  gnu/coreutils/Makefile
  gnu/cppi/Makefile
  gnu/ddrescue/Makefile
  gnu/dico/Makefile
  gnu/ed/Makefile
  gnu/emacs/Makefile
  gnu/freeipmi/Makefile
  gnu/gcc/Makefile
  gnu/gdb/Makefile
  gnu/gdbm/Makefile
  gnu/gengetopt/Makefile
  gnu/gettext/Makefile
  gnu/global/Makefile
  gnu/gmp/Makefile
  gnu/gnubatch/Makefile
  gnu/gnun/Makefile
  gnu/gnutls/Makefile
  gnu/grep/Makefile
  gnu/gss/Makefile
  gnu/guile/Makefile
  gnu/gxmessage/Makefile
  gnu/hello/Makefile
  gnu/help2man/Makefile
  gnu/idutils/Makefile
  gnu/inetutils/Makefile
  gnu/kawa/Makefile
  gnu/libc/Makefile
  gnu/libcdio/Makefile
  gnu/libextractor/Makefile
  gnu/libidn/Makefile
  gnu/libmatheval/Makefile
  gnu/libmicrohttpd/Makefile
  gnu/libtasn1/Makefile
  gnu/libtool/Makefile
  gnu/make/Makefile
  gnu/mpfr/Makefile
  gnu/nano/Makefile
  gnu/ncurses/Makefile
  gnu/ncursesw/Makefile
  gnu/osip/Makefile
  gnu/parallel/Makefile
  gnu/parted/Makefile
  gnu/pem/Makefile
  gnu/readline/Makefile
  gnu/recutils/Makefile
  gnu/shishi/Makefile
  gnu/stow/Makefile
  gnu/tramp/Makefile
  gnu/ucommon/Makefile
  gnu/unrtf/Makefile
  gnu/vc-dwim/Makefile
  gnu/vcdimager/Makefile
  gnu/xboard/Makefile
  gnu/xnee/Makefile
  gnu/zile/Makefile
=== modified file 'deps/curl/Makefile'
--- a/deps/curl/Makefile        2012-04-10 22:31:35 +0000
+++ b/deps/curl/Makefile        2012-08-25 22:15:17 +0000
@@ -1,6 +1,5 @@
 GARNAME = curl
 GARVERSION = 7.25.0
-MAINTAINER = Brandon Invergo <address@hidden>
 
 MASTER_SITES = http://curl.haxx.se/download/
 

=== modified file 'deps/e2fsprogs/Makefile'
--- a/deps/e2fsprogs/Makefile   2012-04-10 22:31:35 +0000
+++ b/deps/e2fsprogs/Makefile   2012-08-25 22:15:17 +0000
@@ -1,6 +1,5 @@
 GARNAME = e2fsprogs
 GARVERSION = 1.42.2
-MAINTAINER = Brandon Invergo <address@hidden>
 
 MASTER_SITES = $(MASTER_SOURCEFORGE)
 MASTER_SUBDIR = $(GARNAME)/files/$(GARNAME)/v$(GARVERSION)/

=== modified file 'deps/gc/Makefile'
--- a/deps/gc/Makefile  2012-04-10 22:31:35 +0000
+++ b/deps/gc/Makefile  2012-08-25 22:15:17 +0000
@@ -1,6 +1,5 @@
 GARNAME = gc
 GARVERSION = 7.1
-MAINTAINER = Brandon Invergo <address@hidden>
 
 MASTER_SITES = http://www.hpl.hp.com/personal/Hans_Boehm/gc/gc_source/
 

=== modified file 'deps/libevent/Makefile'
--- a/deps/libevent/Makefile    2012-04-10 22:31:35 +0000
+++ b/deps/libevent/Makefile    2012-08-25 22:15:17 +0000
@@ -1,6 +1,5 @@
 GARNAME = libevent
 GARVERSION = 2.0.18-stable
-MAINTAINER = Brandon Invergo <address@hidden>
 
 MASTER_SITES = $(MASTER_GITHUB)
 MASTER_SUBDIR = $(GARNAME)/$(GARNAME)/

=== modified file 'deps/libffi/Makefile'
--- a/deps/libffi/Makefile      2012-04-10 22:31:35 +0000
+++ b/deps/libffi/Makefile      2012-08-25 22:15:17 +0000
@@ -1,6 +1,5 @@
 GARNAME = libffi
 GARVERSION = 3.0.10
-MAINTAINER = Brandon Invergo <address@hidden>
 
 MASTER_SITES = ftp://sourceware.org/pub/libffi/
 

=== modified file 'deps/libpng/Makefile'
--- a/deps/libpng/Makefile      2012-08-20 22:36:14 +0000
+++ b/deps/libpng/Makefile      2012-08-25 22:15:17 +0000
@@ -1,6 +1,5 @@
 GARNAME = libpng
 GARVERSION = 1.5.12
-MAINTAINER = Brandon Invergo <address@hidden>
 
 MASTER_SITES = ftp://ftp.simplesystems.org/
 MASTER_SUBDIR = pub/libpng/png/src/

=== modified file 'deps/libsdl/Makefile'
--- a/deps/libsdl/Makefile      2012-08-25 16:58:31 +0000
+++ b/deps/libsdl/Makefile      2012-08-25 22:15:17 +0000
@@ -1,6 +1,5 @@
 GARNAME = SDL
 GARVERSION = 1.2.15
-MAINTAINER = Brandon Invergo <address@hidden>
 
 MASTER_SITES = http://www.libsdl.org/
 MASTER_SUBDIR = release/

=== modified file 'deps/libsdl_gfx/Makefile'
--- a/deps/libsdl_gfx/Makefile  2012-08-25 17:39:59 +0000
+++ b/deps/libsdl_gfx/Makefile  2012-08-25 22:15:17 +0000
@@ -1,7 +1,6 @@
 GARNAME = SDL_gfx
 GARVERSION = 2.0.24
 MAJORVERSION = 2.0
-MAINTAINER = Brandon Invergo <address@hidden>
 
 MASTER_SITES = http://www.ferzkopp.net/Software/
 MASTER_SUBDIR = SDL_gfx-$(MAJORVERSION)/

=== modified file 'deps/libsdl_image/Makefile'
--- a/deps/libsdl_image/Makefile        2012-08-25 17:57:06 +0000
+++ b/deps/libsdl_image/Makefile        2012-08-25 22:15:17 +0000
@@ -1,6 +1,5 @@
 GARNAME = SDL_image
 GARVERSION = 1.2.12
-MAINTAINER = Brandon Invergo <address@hidden>
 
 MASTER_SITES = http://www.libsdl.org/projects/
 MASTER_SUBDIR = $(GARNAME)/release/

=== modified file 'deps/libsdl_mixer/Makefile'
--- a/deps/libsdl_mixer/Makefile        2012-08-25 17:53:22 +0000
+++ b/deps/libsdl_mixer/Makefile        2012-08-25 22:15:17 +0000
@@ -1,6 +1,5 @@
 GARNAME = SDL_mixer
 GARVERSION = 1.2.12
-MAINTAINER = Brandon Invergo <address@hidden>
 
 MASTER_SITES = http://www.libsdl.org/projects/
 MASTER_SUBDIR = $(GARNAME)/release/

=== modified file 'deps/libsdl_ttf/Makefile'
--- a/deps/libsdl_ttf/Makefile  2012-08-25 17:39:59 +0000
+++ b/deps/libsdl_ttf/Makefile  2012-08-25 22:15:17 +0000
@@ -1,6 +1,5 @@
 GARNAME = SDL_ttf
 GARVERSION = 2.0.11
-MAINTAINER = Brandon Invergo <address@hidden>
 
 MASTER_SITES = http://www.libsdl.org/projects/
 MASTER_SUBDIR = $(GARNAME)/release/

=== modified file 'deps/libzip/Makefile'
--- a/deps/libzip/Makefile      2012-08-25 17:39:59 +0000
+++ b/deps/libzip/Makefile      2012-08-25 22:15:17 +0000
@@ -1,6 +1,5 @@
 GARNAME = libzip
 GARVERSION = 0.10.1
-MAINTAINER = Brandon Invergo <address@hidden>
 
 MASTER_SITES = http://www.nih.at/
 MASTER_SUBDIR = libzip/

=== modified file 'deps/mpc/Makefile'
--- a/deps/mpc/Makefile 2012-04-10 22:31:35 +0000
+++ b/deps/mpc/Makefile 2012-08-25 22:15:17 +0000
@@ -1,6 +1,5 @@
 GARNAME = mpc
 GARVERSION = 0.9
-MAINTAINER = Brandon Invergo <address@hidden>
 
 MASTER_SITES = http://www.multiprecision.org/
 MASTER_SUBDIR = mpc/download/

=== modified file 'deps/python2/Makefile'
--- a/deps/python2/Makefile     2012-04-10 22:31:35 +0000
+++ b/deps/python2/Makefile     2012-08-25 22:15:17 +0000
@@ -1,6 +1,5 @@
 GARNAME = python
 GARVERSION = 2
-MAINTAINER = Brandon Invergo <address@hidden>
 
 BINFILES=python
 SIGFILES = $(DISTNAME).tar.gz.asc

=== modified file 'deps/tiff/Makefile'
--- a/deps/tiff/Makefile        2012-04-10 22:31:35 +0000
+++ b/deps/tiff/Makefile        2012-08-25 22:15:17 +0000
@@ -1,6 +1,5 @@
 GARNAME = tiff
 GARVERSION = 4.0.1
-MAINTAINER = Brandon Invergo <address@hidden>
 
 MASTER_SITES = http://download.osgeo.org/libtiff/
 DISTFILES = $(DISTNAME).tar.gz

=== modified file 'deps/util-linux/Makefile'
--- a/deps/util-linux/Makefile  2012-04-10 22:31:35 +0000
+++ b/deps/util-linux/Makefile  2012-08-25 22:15:17 +0000
@@ -1,7 +1,6 @@
 GARNAME = util-linux
 MAJORVERSION=2.21
 GARVERSION = $(MAJORVERSION).1
-MAINTAINER = Brandon Invergo <address@hidden>
 
 MASTER_SITES = $(MASTER_KERNEL)
 MASTER_SUBDIR = linux/utils/$(GARNAME)/v$(MAJORVERSION)/

=== modified file 'deps/xz/Makefile'
--- a/deps/xz/Makefile  2012-04-10 22:31:35 +0000
+++ b/deps/xz/Makefile  2012-08-25 22:15:17 +0000
@@ -1,6 +1,5 @@
 GARNAME = xz
 GARVERSION = 5.0.3
-MAINTAINER = Brandon Invergo <address@hidden>
 
 MASTER_SITES = http://tukaani.org/xz/
 

=== modified file 'deps/zlib/Makefile'
--- a/deps/zlib/Makefile        2012-08-20 22:35:31 +0000
+++ b/deps/zlib/Makefile        2012-08-25 22:15:17 +0000
@@ -1,6 +1,5 @@
 GARNAME = zlib
 GARVERSION = 1.2.7
-MAINTAINER = Brandon Invergo <address@hidden>
 
 MASTER_SITES = http://zlib.net/
 DISTFILES = $(DISTNAME).tar.gz

=== modified file 'gnu/alive/Makefile'
--- a/gnu/alive/Makefile        2012-08-25 15:27:41 +0000
+++ b/gnu/alive/Makefile        2012-08-25 22:15:17 +0000
@@ -1,6 +1,5 @@
 GARNAME = alive
 GARVERSION = 2.0.0
-MAINTAINER = Brandon Invergo <address@hidden>
 
 MASTER_SITES = $(MASTER_GNU)
 MASTER_SUBDIR = alive/

=== modified file 'gnu/archimedes/Makefile'
--- a/gnu/archimedes/Makefile   2012-04-23 10:40:00 +0000
+++ b/gnu/archimedes/Makefile   2012-08-25 22:15:17 +0000
@@ -1,6 +1,5 @@
 GARNAME = archimedes
 GARVERSION = 2.0.0
-MAINTAINER = Brandon Invergo <address@hidden>
 
 MASTER_SITES = $(MASTER_GNU)
 MASTER_SUBDIR = archimedes/

=== modified file 'gnu/autoconf-archive/Makefile'
--- a/gnu/autoconf-archive/Makefile     2012-04-25 22:07:35 +0000
+++ b/gnu/autoconf-archive/Makefile     2012-08-25 22:15:17 +0000
@@ -1,6 +1,5 @@
 GARNAME = autoconf-archive
 GARVERSION = 2012.04.07
-MAINTAINER = Brandon Invergo <address@hidden>
 
 MASTER_SITES = $(MASTER_GNU)
 MASTER_SUBDIR = autoconf-archive/

=== modified file 'gnu/automake/Makefile'
--- a/gnu/automake/Makefile     2012-08-20 20:02:06 +0000
+++ b/gnu/automake/Makefile     2012-08-25 22:15:17 +0000
@@ -1,6 +1,5 @@
 GARNAME = automake
 GARVERSION = 1.12.3
-MAINTAINER = Brandon Invergo <address@hidden>
 
 MASTER_SITES = $(MASTER_GNU)
 MASTER_SUBDIR = automake/

=== modified file 'gnu/binutils/Makefile'
--- a/gnu/binutils/Makefile     2012-04-23 10:08:26 +0000
+++ b/gnu/binutils/Makefile     2012-08-25 22:15:17 +0000
@@ -1,7 +1,6 @@
 GARNAME = binutils
 GARVERSION = 2.22
 #MINOR_UPDATE = a
-MAINTAINER = Brandon Invergo <address@hidden>
 
 MASTER_SITES = $(MASTER_GNU)
 MASTER_SUBDIR = binutils/

=== modified file 'gnu/cflow/Makefile'
--- a/gnu/cflow/Makefile        2012-04-23 19:16:22 +0000
+++ b/gnu/cflow/Makefile        2012-08-25 22:15:17 +0000
@@ -1,6 +1,5 @@
 GARNAME = cflow
 GARVERSION = 1.4
-MAINTAINER = Brandon Invergo <address@hidden>
 
 MASTER_SITES = $(MASTER_GNU)
 MASTER_SUBDIR = cflow/

=== modified file 'gnu/chess/Makefile'
--- a/gnu/chess/Makefile        2012-04-24 22:06:42 +0000
+++ b/gnu/chess/Makefile        2012-08-25 22:15:17 +0000
@@ -1,6 +1,5 @@
 GARNAME = gnuchess
 GARVERSION = 6.0.2
-MAINTAINER = Brandon Invergo <address@hidden>
 
 MASTER_SITES = $(MASTER_GNU)
 MASTER_SUBDIR = chess/

=== modified file 'gnu/coreutils/Makefile'
--- a/gnu/coreutils/Makefile    2012-08-21 15:16:38 +0000
+++ b/gnu/coreutils/Makefile    2012-08-25 22:15:17 +0000
@@ -1,6 +1,5 @@
 GARNAME = coreutils
 GARVERSION = 8.19
-MAINTAINER = Brandon Invergo <address@hidden>
 
 MASTER_SITES = $(MASTER_GNU)
 MASTER_SUBDIR = coreutils/

=== modified file 'gnu/cppi/Makefile'
--- a/gnu/cppi/Makefile 2012-08-20 22:16:42 +0000
+++ b/gnu/cppi/Makefile 2012-08-25 22:15:17 +0000
@@ -1,6 +1,5 @@
 GARNAME = cppi
 GARVERSION = 1.17
-MAINTAINER = Brandon Invergo <address@hidden>
 
 MASTER_SITES = $(MASTER_GNU)
 MASTER_SUBDIR = cppi/

=== modified file 'gnu/ddrescue/Makefile'
--- a/gnu/ddrescue/Makefile     2012-08-21 15:37:57 +0000
+++ b/gnu/ddrescue/Makefile     2012-08-25 22:15:17 +0000
@@ -1,6 +1,5 @@
 GARNAME = ddrescue
 GARVERSION = 1.16
-MAINTAINER = Brandon Invergo <address@hidden>
 
 MASTER_SITES = $(MASTER_GNU)
 MASTER_SUBDIR = ddrescue/

=== modified file 'gnu/dico/Makefile'
--- a/gnu/dico/Makefile 2012-04-23 22:20:49 +0000
+++ b/gnu/dico/Makefile 2012-08-25 22:15:17 +0000
@@ -1,6 +1,5 @@
 GARNAME = dico
 GARVERSION = 2.2
-MAINTAINER = Brandon Invergo <address@hidden>
 
 MASTER_SITES = $(MASTER_GNU)
 MASTER_SUBDIR = dico/

=== modified file 'gnu/ed/Makefile'
--- a/gnu/ed/Makefile   2012-04-24 22:09:05 +0000
+++ b/gnu/ed/Makefile   2012-08-25 22:15:17 +0000
@@ -1,6 +1,5 @@
 GARNAME = ed
 GARVERSION = 1.6
-MAINTAINER = Brandon Invergo <address@hidden>
 
 MASTER_SITES = $(MASTER_GNU)
 MASTER_SUBDIR = ed/

=== modified file 'gnu/emacs/Makefile'
--- a/gnu/emacs/Makefile        2012-08-21 10:38:16 +0000
+++ b/gnu/emacs/Makefile        2012-08-25 22:15:17 +0000
@@ -1,7 +1,6 @@
 GARNAME = emacs
 GARVERSION = 24.1
 #MINOR_UPDATE = a
-MAINTAINER = Brandon Invergo <address@hidden>
 
 MASTER_SITES = $(MASTER_GNU)
 MASTER_SUBDIR = emacs/

=== modified file 'gnu/freeipmi/Makefile'
--- a/gnu/freeipmi/Makefile     2012-08-25 15:24:47 +0000
+++ b/gnu/freeipmi/Makefile     2012-08-25 22:15:17 +0000
@@ -1,6 +1,5 @@
 GARNAME = freeipmi
 GARVERSION = 1.2.1
-MAINTAINER = Brandon Invergo <address@hidden>
 
 MASTER_SITES = $(MASTER_GNU)
 MASTER_SUBDIR = freeipmi/

=== modified file 'gnu/gcc/Makefile'
--- a/gnu/gcc/Makefile  2012-08-24 17:55:28 +0000
+++ b/gnu/gcc/Makefile  2012-08-25 22:15:17 +0000
@@ -1,6 +1,5 @@
 GARNAME = gcc
 GARVERSION = 4.7.1
-MAINTAINER = Brandon Invergo <address@hidden>
 
 MASTER_SITES = $(MASTER_GNU)
 MASTER_SUBDIR = gcc/gcc-$(GARVERSION)/

=== modified file 'gnu/gdb/Makefile'
--- a/gnu/gdb/Makefile  2012-08-20 22:54:17 +0000
+++ b/gnu/gdb/Makefile  2012-08-25 22:15:17 +0000
@@ -1,7 +1,6 @@
 GARNAME = gdb
 GARVERSION = 7.5
 #MINOR_UPDATE = a
-MAINTAINER = Brandon Invergo <address@hidden>
 
 MASTER_SITES = $(MASTER_GNU)
 MASTER_SUBDIR = gdb/

=== modified file 'gnu/gdbm/Makefile'
--- a/gnu/gdbm/Makefile 2012-04-23 19:29:09 +0000
+++ b/gnu/gdbm/Makefile 2012-08-25 22:15:17 +0000
@@ -1,6 +1,5 @@
 GARNAME = gdbm
 GARVERSION = 1.10
-MAINTAINER = Brandon Invergo <address@hidden>
 
 MASTER_SITES = $(MASTER_GNU)
 MASTER_SUBDIR = gdbm/

=== modified file 'gnu/gengetopt/Makefile'
--- a/gnu/gengetopt/Makefile    2012-04-23 21:15:22 +0000
+++ b/gnu/gengetopt/Makefile    2012-08-25 22:15:17 +0000
@@ -1,6 +1,5 @@
 GARNAME = gengetopt
 GARVERSION = 2.22.5
-MAINTAINER = Brandon Invergo <address@hidden>
 
 MASTER_SITES = $(MASTER_GNU)
 MASTER_SUBDIR = gengetopt/

=== modified file 'gnu/gettext/Makefile'
--- a/gnu/gettext/Makefile      2012-08-21 11:19:42 +0000
+++ b/gnu/gettext/Makefile      2012-08-25 22:15:17 +0000
@@ -1,6 +1,5 @@
 GARNAME = gettext
 GARVERSION = 0.18.1.1
-MAINTAINER = Brandon Invergo <address@hidden>
 
 MASTER_SITES = $(MASTER_GNU)
 MASTER_SUBDIR = gettext/

=== modified file 'gnu/global/Makefile'
--- a/gnu/global/Makefile       2012-08-21 15:21:26 +0000
+++ b/gnu/global/Makefile       2012-08-25 22:15:17 +0000
@@ -1,6 +1,5 @@
 GARNAME = global
 GARVERSION = 6.2.4
-MAINTAINER = Brandon Invergo <address@hidden>
 
 MASTER_SITES = $(MASTER_GNU)
 MASTER_SUBDIR = global/

=== modified file 'gnu/gmp/Makefile'
--- a/gnu/gmp/Makefile  2012-08-20 20:58:44 +0000
+++ b/gnu/gmp/Makefile  2012-08-25 22:15:17 +0000
@@ -1,6 +1,5 @@
 GARNAME = gmp
 GARVERSION = 5.0.5
-MAINTAINER = Brandon Invergo <address@hidden>
 
 MASTER_SITES = $(MASTER_GNU)
 MASTER_SUBDIR = gmp/

=== modified file 'gnu/gnubatch/Makefile'
--- a/gnu/gnubatch/Makefile     2012-08-21 10:01:24 +0000
+++ b/gnu/gnubatch/Makefile     2012-08-25 22:15:17 +0000
@@ -1,6 +1,5 @@
 GARNAME = gnubatch
 GARVERSION = 1.6
-MAINTAINER = Brandon Invergo <address@hidden>
 
 MASTER_SITES = $(MASTER_GNU)
 MASTER_SUBDIR = gnubatch/

=== modified file 'gnu/gnun/Makefile'
--- a/gnu/gnun/Makefile 2012-08-20 21:04:52 +0000
+++ b/gnu/gnun/Makefile 2012-08-25 22:15:17 +0000
@@ -1,6 +1,5 @@
 GARNAME = gnun
 GARVERSION = 0.6
-MAINTAINER = Brandon Invergo <address@hidden>
 
 MASTER_SITES = $(MASTER_GNU)
 MASTER_SUBDIR = gnun/

=== modified file 'gnu/gnutls/Makefile'
--- a/gnu/gnutls/Makefile       2012-08-20 22:15:12 +0000
+++ b/gnu/gnutls/Makefile       2012-08-25 22:15:17 +0000
@@ -1,6 +1,5 @@
 GARNAME = gnutls
 GARVERSION = 3.1.0
-MAINTAINER = Brandon Invergo <address@hidden>
 
 MASTER_SITES = $(MASTER_GNU)
 MASTER_SUBDIR = gnutls/

=== modified file 'gnu/grep/Makefile'
--- a/gnu/grep/Makefile 2012-08-21 15:45:43 +0000
+++ b/gnu/grep/Makefile 2012-08-25 22:15:17 +0000
@@ -1,6 +1,5 @@
 GARNAME = grep
 GARVERSION = 2.14
-MAINTAINER = Brandon Invergo <address@hidden>
 
 MASTER_SITES = $(MASTER_GNU)
 MASTER_SUBDIR = grep/

=== modified file 'gnu/gss/Makefile'
--- a/gnu/gss/Makefile  2012-04-23 10:37:21 +0000
+++ b/gnu/gss/Makefile  2012-08-25 22:15:17 +0000
@@ -1,6 +1,5 @@
 GARNAME = gss
 GARVERSION = 1.0.2
-MAINTAINER = Brandon Invergo <address@hidden>
 
 MASTER_SITES = $(MASTER_GNU)
 MASTER_SUBDIR = gss/

=== modified file 'gnu/guile/Makefile'
--- a/gnu/guile/Makefile        2012-08-20 21:35:24 +0000
+++ b/gnu/guile/Makefile        2012-08-25 22:15:17 +0000
@@ -1,6 +1,5 @@
 GARNAME = guile
 GARVERSION = 2.0.6
-MAINTAINER = Brandon Invergo <address@hidden>
 
 MASTER_SITES = $(MASTER_GNU)
 MASTER_SUBDIR = guile/

=== modified file 'gnu/gxmessage/Makefile'
--- a/gnu/gxmessage/Makefile    2012-04-25 21:56:12 +0000
+++ b/gnu/gxmessage/Makefile    2012-08-25 22:15:17 +0000
@@ -1,6 +1,5 @@
 GARNAME = gxmessage
 GARVERSION = 2.20.0
-MAINTAINER = Brandon Invergo <address@hidden>
 
 MASTER_SITES = $(MASTER_GNU)
 MASTER_SUBDIR = gxmessage/

=== modified file 'gnu/hello/Makefile'
--- a/gnu/hello/Makefile        2012-04-23 19:43:33 +0000
+++ b/gnu/hello/Makefile        2012-08-25 22:15:17 +0000
@@ -1,6 +1,5 @@
 GARNAME = hello
 GARVERSION = 2.8
-MAINTAINER = Brandon Invergo <address@hidden>
 
 MASTER_SITES = $(MASTER_GNU)
 MASTER_SUBDIR = hello/

=== modified file 'gnu/help2man/Makefile'
--- a/gnu/help2man/Makefile     2012-08-21 16:16:47 +0000
+++ b/gnu/help2man/Makefile     2012-08-25 22:15:17 +0000
@@ -1,6 +1,5 @@
 GARNAME = help2man
 GARVERSION = 1.40.11
-MAINTAINER = Brandon Invergo <address@hidden>
 
 MASTER_SITES = $(MASTER_GNU)
 MASTER_SUBDIR = help2man/

=== modified file 'gnu/idutils/Makefile'
--- a/gnu/idutils/Makefile      2012-04-24 22:02:47 +0000
+++ b/gnu/idutils/Makefile      2012-08-25 22:15:17 +0000
@@ -1,6 +1,5 @@
 GARNAME = idutils
 GARVERSION = 4.6
-MAINTAINER = Brandon Invergo <address@hidden>
 
 MASTER_SITES = $(MASTER_GNU)
 MASTER_SUBDIR = idutils/

=== modified file 'gnu/inetutils/Makefile'
--- a/gnu/inetutils/Makefile    2012-04-28 18:47:17 +0000
+++ b/gnu/inetutils/Makefile    2012-08-25 22:15:17 +0000
@@ -1,6 +1,5 @@
 GARNAME = inetutils
 GARVERSION = 1.9.1
-MAINTAINER = Brandon Invergo <address@hidden>
 
 MASTER_SITES = $(MASTER_GNU)
 MASTER_SUBDIR = inetutils/

=== modified file 'gnu/kawa/Makefile'
--- a/gnu/kawa/Makefile 2012-08-24 09:28:35 +0000
+++ b/gnu/kawa/Makefile 2012-08-25 22:15:17 +0000
@@ -1,6 +1,5 @@
 GARNAME = kawa
 GARVERSION = 1.12
-MAINTAINER = Brandon Invergo <address@hidden>
 
 MASTER_SITES = $(MASTER_GNU)
 MASTER_SUBDIR = kawa/

=== modified file 'gnu/libc/Makefile'
--- a/gnu/libc/Makefile 2012-04-30 11:12:07 +0000
+++ b/gnu/libc/Makefile 2012-08-25 22:15:17 +0000
@@ -1,6 +1,5 @@
 GARNAME = glibc
 GARVERSION = 2.15
-MAINTAINER = Brandon Invergo <address@hidden>
 
 MASTER_SITES = $(MASTER_GNU)
 MASTER_SUBDIR = glibc/

=== modified file 'gnu/libcdio/Makefile'
--- a/gnu/libcdio/Makefile      2012-04-24 21:54:06 +0000
+++ b/gnu/libcdio/Makefile      2012-08-25 22:15:17 +0000
@@ -1,6 +1,5 @@
 GARNAME = libcdio
 GARVERSION = 0.83
-MAINTAINER = Brandon Invergo <address@hidden>
 
 MASTER_SITES = $(MASTER_GNU)
 MASTER_SUBDIR = libcdio/

=== modified file 'gnu/libextractor/Makefile'
--- a/gnu/libextractor/Makefile 2012-04-24 22:20:24 +0000
+++ b/gnu/libextractor/Makefile 2012-08-25 22:15:17 +0000
@@ -1,6 +1,5 @@
 GARNAME = libextractor
 GARVERSION = 0.6.3
-MAINTAINER = Brandon Invergo <address@hidden>
 
 MASTER_SITES = $(MASTER_GNU)
 MASTER_SUBDIR = libextractor/

=== modified file 'gnu/libidn/Makefile'
--- a/gnu/libidn/Makefile       2012-08-21 09:56:25 +0000
+++ b/gnu/libidn/Makefile       2012-08-25 22:15:17 +0000
@@ -1,6 +1,5 @@
 GARNAME = libidn
 GARVERSION = 1.25
-MAINTAINER = Brandon Invergo <address@hidden>
 
 MASTER_SITES = $(MASTER_GNU)
 MASTER_SUBDIR = libidn/

=== modified file 'gnu/libmatheval/Makefile'
--- a/gnu/libmatheval/Makefile  2012-04-24 21:59:24 +0000
+++ b/gnu/libmatheval/Makefile  2012-08-25 22:15:17 +0000
@@ -1,6 +1,5 @@
 GARNAME = libmatheval
 GARVERSION = 1.1.8
-MAINTAINER = Brandon Invergo <address@hidden>
 
 MASTER_SITES = $(MASTER_GNU)
 MASTER_SUBDIR = libmatheval/

=== modified file 'gnu/libmicrohttpd/Makefile'
--- a/gnu/libmicrohttpd/Makefile        2012-08-20 19:21:54 +0000
+++ b/gnu/libmicrohttpd/Makefile        2012-08-25 22:15:17 +0000
@@ -1,6 +1,5 @@
 GARNAME = libmicrohttpd
 GARVERSION = 0.9.21
-MAINTAINER = Brandon Invergo <address@hidden>
 
 MASTER_SITES = $(MASTER_GNU)
 MASTER_SUBDIR = libmicrohttpd/

=== modified file 'gnu/libtasn1/Makefile'
--- a/gnu/libtasn1/Makefile     2012-08-22 17:45:52 +0000
+++ b/gnu/libtasn1/Makefile     2012-08-25 22:15:17 +0000
@@ -1,6 +1,5 @@
 GARNAME = libtasn1
 GARVERSION = 2.13
-MAINTAINER = Brandon Invergo <address@hidden>
 
 MASTER_SITES = $(MASTER_GNU)
 MASTER_SUBDIR = libtasn1/

=== modified file 'gnu/libtool/Makefile'
--- a/gnu/libtool/Makefile      2012-04-23 10:13:22 +0000
+++ b/gnu/libtool/Makefile      2012-08-25 22:15:17 +0000
@@ -1,6 +1,5 @@
 GARNAME = libtool
 GARVERSION = 2.4.2
-MAINTAINER = Brandon Invergo <address@hidden>
 
 MASTER_SITES = $(MASTER_GNU)
 MASTER_SUBDIR = libtool/

=== modified file 'gnu/make/Makefile'
--- a/gnu/make/Makefile 2012-04-25 21:29:50 +0000
+++ b/gnu/make/Makefile 2012-08-25 22:15:17 +0000
@@ -1,6 +1,5 @@
 GARNAME = make
 GARVERSION = 3.82
-MAINTAINER = Brandon Invergo <address@hidden>
 
 MASTER_SITES = $(MASTER_GNU)
 MASTER_SUBDIR = make/

=== modified file 'gnu/mpfr/Makefile'
--- a/gnu/mpfr/Makefile 2012-08-21 09:38:23 +0000
+++ b/gnu/mpfr/Makefile 2012-08-25 22:15:17 +0000
@@ -1,6 +1,5 @@
 GARNAME = mpfr
 GARVERSION = 3.1.1
-MAINTAINER = Brandon Invergo <address@hidden>
 
 MASTER_SITES = $(MASTER_GNU)
 MASTER_SUBDIR = mpfr/

=== modified file 'gnu/nano/Makefile'
--- a/gnu/nano/Makefile 2012-04-23 20:48:31 +0000
+++ b/gnu/nano/Makefile 2012-08-25 22:15:17 +0000
@@ -1,6 +1,5 @@
 GARNAME = nano
 GARVERSION = 2.3.1
-MAINTAINER = Brandon Invergo <address@hidden>
 
 MASTER_SITES = $(MASTER_GNU)
 MASTER_SUBDIR = nano/

=== modified file 'gnu/ncurses/Makefile'
--- a/gnu/ncurses/Makefile      2012-04-10 22:31:35 +0000
+++ b/gnu/ncurses/Makefile      2012-08-25 22:15:17 +0000
@@ -1,6 +1,5 @@
 GARNAME = ncurses
 GARVERSION = 5.9
-MAINTAINER = Brandon Invergo <address@hidden>
 
 MASTER_SITES = $(MASTER_GNU)
 MASTER_SUBDIR = ncurses/

=== modified file 'gnu/ncursesw/Makefile'
--- a/gnu/ncursesw/Makefile     2012-08-24 10:55:26 +0000
+++ b/gnu/ncursesw/Makefile     2012-08-25 22:15:17 +0000
@@ -1,6 +1,5 @@
 GARNAME = ncurses
 GARVERSION = 5.9
-MAINTAINER = Brandon Invergo <address@hidden>
 
 MASTER_SITES = $(MASTER_GNU)
 MASTER_SUBDIR = ncurses/

=== modified file 'gnu/osip/Makefile'
--- a/gnu/osip/Makefile 2012-04-25 21:59:10 +0000
+++ b/gnu/osip/Makefile 2012-08-25 22:15:17 +0000
@@ -1,6 +1,5 @@
 GARNAME = libosip2
 GARVERSION = 3.6.0
-MAINTAINER = Brandon Invergo <address@hidden>
 
 MASTER_SITES = $(MASTER_GNU)
 MASTER_SUBDIR = osip/

=== modified file 'gnu/parallel/Makefile'
--- a/gnu/parallel/Makefile     2012-08-25 15:17:32 +0000
+++ b/gnu/parallel/Makefile     2012-08-25 22:15:17 +0000
@@ -1,6 +1,5 @@
 GARNAME = parallel
 GARVERSION = 20120822
-MAINTAINER = Brandon Invergo <address@hidden>
 
 MASTER_SITES = $(MASTER_GNU)
 MASTER_SUBDIR = parallel/

=== modified file 'gnu/parted/Makefile'
--- a/gnu/parted/Makefile       2012-04-11 22:38:05 +0000
+++ b/gnu/parted/Makefile       2012-08-25 22:15:17 +0000
@@ -1,6 +1,5 @@
 GARNAME = parted
 GARVERSION = 3.1
-MAINTAINER = Brandon Invergo <address@hidden>
 
 MASTER_SITES = $(MASTER_GNU)
 MASTER_SUBDIR = parted/

=== modified file 'gnu/pem/Makefile'
--- a/gnu/pem/Makefile  2012-04-23 10:40:00 +0000
+++ b/gnu/pem/Makefile  2012-08-25 22:15:17 +0000
@@ -1,6 +1,5 @@
 GARNAME = pem
 GARVERSION = 0.7.9
-MAINTAINER = Brandon Invergo <address@hidden>
 
 MASTER_SITES = $(MASTER_GNU)
 MASTER_SUBDIR = pem/

=== modified file 'gnu/readline/Makefile'
--- a/gnu/readline/Makefile     2012-04-11 22:38:05 +0000
+++ b/gnu/readline/Makefile     2012-08-25 22:15:17 +0000
@@ -1,6 +1,5 @@
 GARNAME = readline
 GARVERSION = 6.2
-MAINTAINER = Brandon Invergo <address@hidden>
 
 MASTER_SITES = $(MASTER_GNU)
 MASTER_SUBDIR = readline/

=== modified file 'gnu/recutils/Makefile'
--- a/gnu/recutils/Makefile     2012-04-23 20:40:53 +0000
+++ b/gnu/recutils/Makefile     2012-08-25 22:15:17 +0000
@@ -1,6 +1,5 @@
 GARNAME = recutils
 GARVERSION = 1.5
-MAINTAINER = Brandon Invergo <address@hidden>
 
 MASTER_SITES = $(MASTER_GNU)
 MASTER_SUBDIR = recutils/

=== modified file 'gnu/shishi/Makefile'
--- a/gnu/shishi/Makefile       2012-04-23 22:35:10 +0000
+++ b/gnu/shishi/Makefile       2012-08-25 22:15:17 +0000
@@ -1,6 +1,5 @@
 GARNAME = shishi
 GARVERSION = 1.0.1
-MAINTAINER = Brandon Invergo <address@hidden>
 
 MASTER_SITES = $(MASTER_GNU)
 MASTER_SUBDIR = shishi/

=== modified file 'gnu/stow/Makefile'
--- a/gnu/stow/Makefile 2012-04-23 19:04:38 +0000
+++ b/gnu/stow/Makefile 2012-08-25 22:15:17 +0000
@@ -1,6 +1,5 @@
 GARNAME = stow
 GARVERSION = 2.2.0
-MAINTAINER = Brandon Invergo <address@hidden>
 
 MASTER_SITES = $(MASTER_GNU)
 MASTER_SUBDIR = stow/

=== modified file 'gnu/tramp/Makefile'
--- a/gnu/tramp/Makefile        2012-08-21 15:59:56 +0000
+++ b/gnu/tramp/Makefile        2012-08-25 22:15:17 +0000
@@ -1,6 +1,5 @@
 GARNAME = tramp
 GARVERSION = 2.2.5
-MAINTAINER = Brandon Invergo <address@hidden>
 
 MASTER_SITES = $(MASTER_GNU)
 MASTER_SUBDIR = tramp/

=== modified file 'gnu/ucommon/Makefile'
--- a/gnu/ucommon/Makefile      2012-04-23 18:50:11 +0000
+++ b/gnu/ucommon/Makefile      2012-08-25 22:15:17 +0000
@@ -1,6 +1,5 @@
 GARNAME = ucommon
 GARVERSION = 5.2.2
-MAINTAINER = Brandon Invergo <address@hidden>
 
 MASTER_SITES = $(MASTER_GNU)
 MASTER_SUBDIR = commoncpp/

=== modified file 'gnu/unrtf/Makefile'
--- a/gnu/unrtf/Makefile        2012-04-25 22:03:33 +0000
+++ b/gnu/unrtf/Makefile        2012-08-25 22:15:17 +0000
@@ -1,6 +1,5 @@
 GARNAME = unrtf
 GARVERSION = 0.21.2
-MAINTAINER = Brandon Invergo <address@hidden>
 
 MASTER_SITES = $(MASTER_GNU)
 MASTER_SUBDIR = unrtf/

=== modified file 'gnu/vc-dwim/Makefile'
--- a/gnu/vc-dwim/Makefile      2012-04-24 22:08:10 +0000
+++ b/gnu/vc-dwim/Makefile      2012-08-25 22:15:17 +0000
@@ -1,6 +1,5 @@
 GARNAME = vc-dwim
 GARVERSION = 1.6
-MAINTAINER = Brandon Invergo <address@hidden>
 
 MASTER_SITES = $(MASTER_GNU)
 MASTER_SUBDIR = vc-dwim/

=== modified file 'gnu/vcdimager/Makefile'
--- a/gnu/vcdimager/Makefile    2012-04-24 21:46:38 +0000
+++ b/gnu/vcdimager/Makefile    2012-08-25 22:15:17 +0000
@@ -1,6 +1,5 @@
 GARNAME = vcdimager
 GARVERSION = 0.7.24
-MAINTAINER = Brandon Invergo <address@hidden>
 
 MASTER_SITES = $(MASTER_GNU)
 MASTER_SUBDIR = vcdimager/

=== modified file 'gnu/xboard/Makefile'
--- a/gnu/xboard/Makefile       2012-04-23 10:40:00 +0000
+++ b/gnu/xboard/Makefile       2012-08-25 22:15:17 +0000
@@ -1,6 +1,5 @@
 GARNAME = xboard
 GARVERSION = 4.6.2
-MAINTAINER = Brandon Invergo <address@hidden>
 
 MASTER_SITES = $(MASTER_GNU)
 MASTER_SUBDIR = xboard/

=== modified file 'gnu/xnee/Makefile'
--- a/gnu/xnee/Makefile 2012-08-21 09:06:31 +0000
+++ b/gnu/xnee/Makefile 2012-08-25 22:15:17 +0000
@@ -1,6 +1,5 @@
 GARNAME = xnee
 GARVERSION = 3.13
-MAINTAINER = Brandon Invergo <address@hidden>
 
 MASTER_SITES = $(MASTER_GNU)
 MASTER_SUBDIR = xnee/

=== modified file 'gnu/zile/Makefile'
--- a/gnu/zile/Makefile 2012-08-20 19:46:23 +0000
+++ b/gnu/zile/Makefile 2012-08-25 22:15:17 +0000
@@ -1,6 +1,5 @@
 GARNAME = zile
 GARVERSION = 2.4.8
-MAINTAINER = Brandon Invergo <address@hidden>
 
 MASTER_SITES = $(MASTER_GNU)
 MASTER_SUBDIR = zile/


reply via email to

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