mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 03:30:05 +02:00
Merge all changes from trunk
This commit is contained in:
32
dev-vcs/gitdoc/gitdoc-1.7.10.2.bep
Normal file
32
dev-vcs/gitdoc/gitdoc-1.7.10.2.bep
Normal file
@@ -0,0 +1,32 @@
|
||||
DESCRIPTION="git a fast version control system"
|
||||
HOMEPAGE="http://code.google.com/p/git-core/"
|
||||
SRC_URI="http://git-core.googlecode.com/files/git-manpages-1.7.10.2.tar.gz"
|
||||
CHECKSUM_MD5="79bae5456db8366803d28db867892d74"
|
||||
REVISION="1"
|
||||
STATUS_HAIKU="stable"
|
||||
DEPEND=""
|
||||
|
||||
BUILD {
|
||||
echo "Attempting to download additional formats"
|
||||
wget http://git-core.googlecode.com/files/git-htmldocs-1.7.10.2.tar.gz
|
||||
if [ $? != 0 ];then
|
||||
echo "Error downloading additional formats"
|
||||
exit 1
|
||||
fi
|
||||
}
|
||||
|
||||
INSTALL {
|
||||
MAN_DIR=$(finddir B_COMMON_DOCUMENTATION_DIRECTORY)/man
|
||||
mkdir -p "${DESTDIR}/${MAN_DIR}"
|
||||
cp -afv man* "${DESTDIR}/${MAN_DIR}"
|
||||
|
||||
echo "Extracting extra docs"
|
||||
DOC_DIR=$(finddir B_COMMON_DOCUMENTATION_DIRECTORY)/doc/git-1.7.10.2
|
||||
mkdir -p "${DESTDIR}/${DOC_DIR}"
|
||||
WORKDIR="$(pwd)"
|
||||
cd "${DESTDIR}/${DOC_DIR}"
|
||||
tar xvf "${WORKDIR}/git-htmldocs-1.7.10.2.tar.gz"
|
||||
}
|
||||
|
||||
LICENSE="GNU GPL v2"
|
||||
COPYRIGHT="2005-2012 Git Authors (see git web site for list)"
|
||||
32
dev-vcs/gitdoc/gitdoc-1.7.11.3.bep
Normal file
32
dev-vcs/gitdoc/gitdoc-1.7.11.3.bep
Normal file
@@ -0,0 +1,32 @@
|
||||
DESCRIPTION="git a fast version control system"
|
||||
HOMEPAGE="http://code.google.com/p/git-core/"
|
||||
SRC_URI="http://git-core.googlecode.com/files/git-manpages-1.7.10.2.tar.gz"
|
||||
CHECKSUM_MD5="79bae5456db8366803d28db867892d74"
|
||||
REVISION="1"
|
||||
STATUS_HAIKU="stable"
|
||||
DEPEND=""
|
||||
|
||||
BUILD {
|
||||
echo "Attempting to download additional formats"
|
||||
wget http://git-core.googlecode.com/files/git-htmldocs-1.7.11.3.tar.gz
|
||||
if [ $? != 0 ];then
|
||||
echo "Error downloading additional formats"
|
||||
exit 1
|
||||
fi
|
||||
}
|
||||
|
||||
INSTALL {
|
||||
MAN_DIR=$(finddir B_COMMON_DOCUMENTATION_DIRECTORY)/man
|
||||
mkdir -p "${DESTDIR}/${MAN_DIR}"
|
||||
cp -afv man* "${DESTDIR}/${MAN_DIR}"
|
||||
|
||||
echo "Extracting extra docs"
|
||||
DOC_DIR=$(finddir B_COMMON_DOCUMENTATION_DIRECTORY)/doc/git-1.7.11.3
|
||||
mkdir -p "${DESTDIR}/${DOC_DIR}"
|
||||
WORKDIR="$(pwd)"
|
||||
cd "${DESTDIR}/${DOC_DIR}"
|
||||
tar xvf "${WORKDIR}/git-htmldocs-1.7.11.3.tar.gz"
|
||||
}
|
||||
|
||||
LICENSE="GNU GPL v2"
|
||||
COPYRIGHT="2005-2012 Git Authors (see git web site for list)"
|
||||
32
dev-vcs/gitdoc/gitdoc-1.8.0.bep
Normal file
32
dev-vcs/gitdoc/gitdoc-1.8.0.bep
Normal file
@@ -0,0 +1,32 @@
|
||||
DESCRIPTION="git a fast version control system"
|
||||
HOMEPAGE="http://code.google.com/p/git-core/"
|
||||
SRC_URI="http://git-core.googlecode.com/files/git-manpages-1.8.0.tar.gz"
|
||||
CHECKSUM_MD5="66f0a839d933c7d573fb40cb051b5e66"
|
||||
REVISION="1"
|
||||
STATUS_HAIKU="stable"
|
||||
DEPEND=""
|
||||
|
||||
BUILD {
|
||||
echo "Attempting to download additional formats"
|
||||
wget http://git-core.googlecode.com/files/git-htmldocs-1.8.0.tar.gz
|
||||
if [ $? != 0 ];then
|
||||
echo "Error downloading additional formats"
|
||||
exit 1
|
||||
fi
|
||||
}
|
||||
|
||||
INSTALL {
|
||||
MAN_DIR=$(finddir B_COMMON_DOCUMENTATION_DIRECTORY)/man
|
||||
mkdir -p "${DESTDIR}/${MAN_DIR}"
|
||||
cp -afv man* "${DESTDIR}/${MAN_DIR}"
|
||||
|
||||
echo "Extracting extra docs"
|
||||
DOC_DIR=$(finddir B_COMMON_DOCUMENTATION_DIRECTORY)/doc/git-1.8.0
|
||||
mkdir -p "${DESTDIR}/${DOC_DIR}"
|
||||
WORKDIR="$(pwd)"
|
||||
cd "${DESTDIR}/${DOC_DIR}"
|
||||
tar xvf "${WORKDIR}/git-htmldocs-1.8.0.tar.gz"
|
||||
}
|
||||
|
||||
LICENSE="GNU GPL v2"
|
||||
COPYRIGHT="2005-2012 Git Authors (see git web site for list)"
|
||||
32
dev-vcs/gitdoc/gitdoc-1.8.1.3.bep
Normal file
32
dev-vcs/gitdoc/gitdoc-1.8.1.3.bep
Normal file
@@ -0,0 +1,32 @@
|
||||
DESCRIPTION="git a fast version control system"
|
||||
HOMEPAGE="http://code.google.com/p/git-core/"
|
||||
SRC_URI="http://git-core.googlecode.com/files/git-manpages-1.8.1.3.tar.gz"
|
||||
CHECKSUM_MD5="b8e050c3c96b0b9fa28a7b7e9413af01"
|
||||
REVISION="1"
|
||||
STATUS_HAIKU="stable"
|
||||
DEPEND=""
|
||||
|
||||
BUILD {
|
||||
echo "Attempting to download additional formats"
|
||||
wget http://git-core.googlecode.com/files/git-htmldocs-1.8.1.3.tar.gz
|
||||
if [ $? != 0 ];then
|
||||
echo "Error downloading additional formats"
|
||||
exit 1
|
||||
fi
|
||||
}
|
||||
|
||||
INSTALL {
|
||||
MAN_DIR=$(finddir B_COMMON_DOCUMENTATION_DIRECTORY)/man
|
||||
mkdir -p "${DESTDIR}/${MAN_DIR}"
|
||||
cp -afv man* "${DESTDIR}/${MAN_DIR}"
|
||||
|
||||
echo "Extracting extra docs"
|
||||
DOC_DIR=$(finddir B_COMMON_DOCUMENTATION_DIRECTORY)/doc/git-1.8.1.3
|
||||
mkdir -p "${DESTDIR}/${DOC_DIR}"
|
||||
WORKDIR="$(pwd)"
|
||||
cd "${DESTDIR}/${DOC_DIR}"
|
||||
tar xvf "${WORKDIR}/git-htmldocs-1.8.1.3.tar.gz"
|
||||
}
|
||||
|
||||
LICENSE="GNU GPL v2"
|
||||
COPYRIGHT="2005-2013 Git Authors (see git web site for list)"
|
||||
Reference in New Issue
Block a user