Fix copyrights in various recipes. No functional change intended.

This commit is contained in:
Augustin Cavalier
2015-06-08 10:54:00 -04:00
parent 43d3c27445
commit 42cc1eac74
32 changed files with 83 additions and 83 deletions

View File

@@ -3,8 +3,8 @@ GPP is a general-purpose preprocessor with customizable syntax, suitable for a \
wide range of preprocessing tasks. Its independence from any programming \
language makes it much more versatile than cpp, while its syntax is lighter \
and more flexible than that of m4.
"
HOMEPAGE="http://files.nothingisreal.com/software/gpp/gpp.html"
"
HOMEPAGE="http://files.nothingisreal.com/software/gpp/gpp.html"
SRC_URI="http://files.nothingisreal.com/software/gpp/gpp-2.24.tar.bz2"
REVISION="1"
STATUS_HAIKU="stable"
@@ -17,7 +17,7 @@ BUILD()
aclocal
automake --add-missing -Wnone
autoconf
./configure --prefix=`finddir B_COMMON_DIRECTORY`
./configure --prefix=`finddir B_COMMON_DIRECTORY`
make
}
@@ -28,4 +28,5 @@ INSTALL()
}
LICENSE="GPP"
COPYRIGHT="Copyright 19962001 Denis Auroux. Copyright 2003, 2004 Tristan Miller."
COPYRIGHT="19962001 Denis Auroux
2003-2004 Tristan Miller"

View File

@@ -5,7 +5,7 @@ comprehensive TeX system. It includes all the major TeX-related programs, macro
that are free software, including support for many languages around the world.
"
HOMEPAGE="http://tug.org/texlive/"
COPYRIGHT="Copyright 1996 by collaboration between the TeX user groups."
COPYRIGHT="1996 by collaboration between the TeX user groups."
LICENSE="GNU GPL v2"
SRC_URI="ftp://tug.org/historic/systems/texlive/2014/texlive-20140525-source.tar.xz"
SRC_URI_2="ftp://tug.org/historic/systems/texlive/2014/texlive-20140525-texmf.tar.xz"
@@ -610,14 +610,14 @@ BUILD()
{
# disable the install-bin-links target
sed -i -e 's/!WIN32/WIN32/g' am/bin_links.am
libtoolize --force --copy --install
autoreconf
mkdir -p ../build && cd ../build
# may need to run this super early to ensure everything gets the right value...
fixKSearchPaths
# don't use secondary arch bindir
runConfigure --omit-buildspec --omit-dirs "binDir sbinDir" $sourceDir/configure \
--bindir=$prefix/bin --sbindir=$prefix/bin --disable-native-texlive-build --disable-cxx-runtime-hack \
@@ -676,7 +676,7 @@ I
# somewhere along the way, a texmf.cnf gets created with ALL the wrong paths...
# replace it with the known working version
cp -f $dataDir/texmf-dist/web2c/texmf.cnf $dataDir/texlive/texmf-dist/web2c/texmf.cnf
# some reason, this doesn't get created, which we need
if [ ! -e $prefix/bin/mktexfmt ] ; then
ln -s $prefix/bin/fmtutil $prefix/bin/mktexfmt
@@ -694,7 +694,7 @@ I
# devel package
packageEntries devel \
$developDir
exit 1
}