desktop/ratpoison: New maintainer.

Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
This commit is contained in:
Dimitris Zlatanidis 2017-03-08 20:01:07 +01:00 committed by Willy Sudiarto Raharjo
parent 19d78da3ef
commit 16a39b0123
2 changed files with 23 additions and 21 deletions

View file

@ -1,29 +1,31 @@
#!/bin/sh #!/bin/sh
# Slackware build script for ratpoison # Slackware build script for ratpoison
# Written by Grigorios Bouzakis (grbzks@xsmail.com) # Written by Grigorios Bouzakis (grbzks@xsmail.com)
# Updated by Ellington Santos aka necropresto (ellingtonsantos@gmail.com) # Updated by Ellington Santos aka necropresto (ellingtonsantos@gmail.com)
# SlackBuild adopted by Glenn Becker (burningc@sdf.org) # SlackBuild adopted by Glenn Becker (burningc@sdf.org)
# Ryan P.C. McQuen | Everett, WA | ryanpcmcquen@member.fsf.org # Ryan P.C. McQuen | Everett, WA | ryanpcmcquen@member.fsf.org
# Copyright 2017 Dimitris Zlatanidis Orestiada, Greece
# This program is free software: you can redistribute it and/or modify # All rights reserved.
# it under the terms of the GNU General Public License as published by #
# the Free Software Foundation; either version 2 of the License, or # Redistribution and use of this script, with or without modification, is
# (at your option) any later version, with the following exception: # permitted provided that the following conditions are met:
# the text of the GPL license may be omitted. #
# 1. Redistributions of this script must retain the above copyright
# This program is distributed in the hope that it will be useful, but # notice, this list of conditions and the following disclaimer.
# without any warranty; without even the implied warranty of #
# merchantability or fitness for a particular purpose. Compiling, # THIS SOFTWARE IS PROVIDED BY THE AUTHOR "AS IS" AND ANY EXPRESS OR IMPLIED
# interpreting, executing or merely reading the text of the program # WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
# may result in lapses of consciousness and/or very being, up to and # MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO
# including the end of all existence and the Universe as we know it. # EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
# See the GNU General Public License for more details. # SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
# PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS;
# You may have received a copy of the GNU General Public License along # OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
# with this program (most likely, a file named COPYING). If not, see # WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
# <https://www.gnu.org/licenses/>. # OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=ratpoison PRGNAM=ratpoison
VERSION=${VERSION:-1.4.8} VERSION=${VERSION:-1.4.8}

View file

@ -6,5 +6,5 @@ MD5SUM="2e31e70f08e3a52d4fd9abe9ade36e83"
DOWNLOAD_x86_64="" DOWNLOAD_x86_64=""
MD5SUM_x86_64="" MD5SUM_x86_64=""
REQUIRES="" REQUIRES=""
MAINTAINER="Ryan P.C. McQuen" MAINTAINER="Dimitris Zlatanidis"
EMAIL="ryanpcmcquen@member.fsf.org" EMAIL="d.zlatanidis@gmail.com"