#!/bin/bash ### # Gentoox patches # Copyright (C) Thomas "ShALLaX" Pedley (gentoox@shallax.com) # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2 of the License, or # (at your option) any later version. # # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License # along with this program; if not, write to the Free Software # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA ### ### # Deprecation settings. ### DEPRECATED_TO_HOME="6.0" DEPRECATED_TO_PRO="4.0" ### # Kernel version ### export KERNELVER="2437001" ### # Distro name ### export DISTRO="Gentoox" ### # Patchdatabase -- pretty horrible, but does the job well. # Format is: patchname-patch{version}. The -patch indicates # in the database that this is a patch and not a config entry. # If it is just a config entry, then just put: entry{version} ### export maintain="maintain6" export portage="portage-patch10" export joymouse="joymouse-patch4" export gpm="gpm-patch3" export raincoat="raincoat-patch10" export xserver="xserver-patch5" export xvkbd="xvkbd-patch2" export blink="blink-patch2" export xfce="xfce-patch4" export mkfsfatx="fatxmkfs-patch2" export sudo="sudo-patch1" export monitors="monitors-patch21" export eject="eject-patch1" export libxbox="libxbox-patch9" export kernel="kernel${KERNELVER}" export kerneldownloaded="kernel-downloaded${KERNELVER}" export loader="loader-patch21" export displaytools="displaytools-patch57" export joyd="joyd-patch1" export gdm="gdm-patch4" export fstab="fstab-patch1" export keyboardtoggle="keyboardtoggle-patch3" export openmosix="openmosix-patch1"