# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-fs/nfs-utils/nfs-utils-1.0.10.ebuild,v 1.8 2007/02/23 22:12:25 corsair Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-fs/nfs-utils/nfs-utils-1.0.10.ebuild,v 1.9 2007/03/10 14:25:03 vapier Exp $
inherit eutils flag-o-matic multilib
pkg_preinst() {
if [[ -s ${ROOT}/etc/exports ]] ; then
- rm -f "${IMAGE}"/etc/exports
+ rm -f "${D}"/etc/exports
fi
}
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-fs/nfs-utils/nfs-utils-1.0.7-r2.ebuild,v 1.5 2006/06/10 19:13:19 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-fs/nfs-utils/nfs-utils-1.0.7-r2.ebuild,v 1.6 2007/03/10 14:25:03 vapier Exp $
inherit eutils flag-o-matic
pkg_preinst() {
if [[ -s ${ROOT}/etc/exports ]] ; then
- rm -f "${IMAGE}"/etc/exports
+ rm -f "${D}"/etc/exports
fi
}
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-fs/nfs-utils/nfs-utils-1.0.9.ebuild,v 1.4 2006/08/09 02:23:35 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-fs/nfs-utils/nfs-utils-1.0.9.ebuild,v 1.5 2007/03/10 14:25:03 vapier Exp $
inherit eutils flag-o-matic multilib
pkg_preinst() {
if [[ -s ${ROOT}/etc/exports ]] ; then
- rm -f "${IMAGE}"/etc/exports
+ rm -f "${D}"/etc/exports
fi
}
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-fs/openafs/openafs-1.2.13-r2.ebuild,v 1.1 2005/09/02 16:50:36 stefaan Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-fs/openafs/openafs-1.2.13-r2.ebuild,v 1.2 2007/03/10 14:26:12 vapier Exp $
inherit fixheadtails flag-o-matic eutils toolchain-funcs versionator
if [ ! -e ${ROOT}etc/openafs/CellServDB ] \
|| grep "GCO Public CellServDB" ${ROOT}etc/openafs/CellServDB &> /dev/null
then
- cp ${CONFDIR}/CellServDB ${IMAGE}etc/openafs
+ cp ${CONFDIR}/CellServDB ${D}etc/openafs
fi
# cacheinfo: use a default location cache, 50 megabyte in size
# (should be safe for about any root partition, the user can increase
# the size as required)
if [ ! -e ${ROOT}etc/openafs/cacheinfo ]; then
- echo "/afs:/var/cache/openafs:50000" > ${IMAGE}etc/openafs/cacheinfo
+ echo "/afs:/var/cache/openafs:50000" > ${D}etc/openafs/cacheinfo
fi
# ThisCell: default to "openafs.org"
if [ ! -e ${ROOT}etc/openafs/ThisCell ]; then
- echo "openafs.org" > ${IMAGE}etc/openafs/ThisCell
+ echo "openafs.org" > ${D}etc/openafs/ThisCell
fi
}
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-fs/openafs/openafs-1.4.0-r2.ebuild,v 1.8 2006/08/09 17:04:49 blubb Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-fs/openafs/openafs-1.4.0-r2.ebuild,v 1.9 2007/03/10 14:26:12 vapier Exp $
inherit flag-o-matic eutils toolchain-funcs versionator
if [ ! -e ${ROOT}etc/openafs/CellServDB ] \
|| grep "GCO Public CellServDB" ${ROOT}etc/openafs/CellServDB &> /dev/null
then
- cp ${CONFDIR}/CellServDB ${IMAGE}etc/openafs
+ cp ${CONFDIR}/CellServDB ${D}etc/openafs
fi
# cacheinfo: use a default location cache, 200 megabyte in size
# (should be safe for about any root partition, the user can increase
# the size as required)
if [ ! -e ${ROOT}etc/openafs/cacheinfo ]; then
- echo "/afs:/var/cache/openafs:200000" > ${IMAGE}etc/openafs/cacheinfo
+ echo "/afs:/var/cache/openafs:200000" > ${D}etc/openafs/cacheinfo
fi
# ThisCell: default to "openafs.org"
if [ ! -e ${ROOT}etc/openafs/ThisCell ]; then
- echo "openafs.org" > ${IMAGE}etc/openafs/ThisCell
+ echo "openafs.org" > ${D}etc/openafs/ThisCell
fi
}
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-fs/openafs/openafs-1.4.2.ebuild,v 1.7 2006/12/01 03:26:38 josejx Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-fs/openafs/openafs-1.4.2.ebuild,v 1.8 2007/03/10 14:26:12 vapier Exp $
inherit flag-o-matic eutils toolchain-funcs versionator
if [ ! -e ${ROOT}etc/openafs/CellServDB ] \
|| grep "GCO Public CellServDB" ${ROOT}etc/openafs/CellServDB &> /dev/null
then
- cp ${CONFDIR}/CellServDB ${IMAGE}etc/openafs
+ cp ${CONFDIR}/CellServDB ${D}etc/openafs
fi
# cacheinfo: use a default location cache, 200 megabyte in size
# (should be safe for about any root partition, the user can increase
# the size as required)
if [ ! -e ${ROOT}etc/openafs/cacheinfo ]; then
- echo "/afs:/var/cache/openafs:200000" > ${IMAGE}etc/openafs/cacheinfo
+ echo "/afs:/var/cache/openafs:200000" > ${D}etc/openafs/cacheinfo
fi
# ThisCell: default to "openafs.org"
if [ ! -e ${ROOT}etc/openafs/ThisCell ]; then
- echo "openafs.org" > ${IMAGE}etc/openafs/ThisCell
+ echo "openafs.org" > ${D}etc/openafs/ThisCell
fi
}
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-fs/openafs/openafs-1.4.3_rc2.ebuild,v 1.1 2007/02/15 15:45:45 stefaan Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-fs/openafs/openafs-1.4.3_rc2.ebuild,v 1.2 2007/03/10 14:26:12 vapier Exp $
inherit flag-o-matic eutils linux-mod toolchain-funcs versionator
if [ ! -e ${ROOT}etc/openafs/CellServDB ] \
|| grep "GCO Public CellServDB" ${ROOT}etc/openafs/CellServDB &> /dev/null
then
- cp ${CONFDIR}/CellServDB ${IMAGE}etc/openafs
+ cp ${CONFDIR}/CellServDB ${D}etc/openafs
fi
# cacheinfo: use a default location cache, 200 megabyte in size
# (should be safe for about any root partition, the user can increase
# the size as required)
if [ ! -e ${ROOT}etc/openafs/cacheinfo ]; then
- echo "/afs:/var/cache/openafs:200000" > ${IMAGE}etc/openafs/cacheinfo
+ echo "/afs:/var/cache/openafs:200000" > ${D}etc/openafs/cacheinfo
fi
# ThisCell: default to "openafs.org"
if [ ! -e ${ROOT}etc/openafs/ThisCell ]; then
- echo "openafs.org" > ${IMAGE}etc/openafs/ThisCell
+ echo "openafs.org" > ${D}etc/openafs/ThisCell
fi
}
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-fs/openafs/openafs-1.4.3_rc3.ebuild,v 1.1 2007/03/08 21:51:58 stefaan Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-fs/openafs/openafs-1.4.3_rc3.ebuild,v 1.2 2007/03/10 14:26:12 vapier Exp $
inherit flag-o-matic eutils linux-mod toolchain-funcs versionator
if [ ! -e ${ROOT}etc/openafs/CellServDB ] \
|| grep "GCO Public CellServDB" ${ROOT}etc/openafs/CellServDB &> /dev/null
then
- cp ${CONFDIR}/CellServDB ${IMAGE}etc/openafs
+ cp ${CONFDIR}/CellServDB ${D}etc/openafs
fi
# cacheinfo: use a default location cache, 200 megabyte in size
# (should be safe for about any root partition, the user can increase
# the size as required)
if [ ! -e ${ROOT}etc/openafs/cacheinfo ]; then
- echo "/afs:/var/cache/openafs:200000" > ${IMAGE}etc/openafs/cacheinfo
+ echo "/afs:/var/cache/openafs:200000" > ${D}etc/openafs/cacheinfo
fi
# ThisCell: default to "openafs.org"
if [ ! -e ${ROOT}etc/openafs/ThisCell ]; then
- echo "openafs.org" > ${IMAGE}etc/openafs/ThisCell
+ echo "openafs.org" > ${D}etc/openafs/ThisCell
fi
}
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-fs/openafs/openafs-1.5.14.ebuild,v 1.1 2007/01/20 09:34:56 stefaan Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-fs/openafs/openafs-1.5.14.ebuild,v 1.2 2007/03/10 14:26:12 vapier Exp $
inherit flag-o-matic eutils linux-mod toolchain-funcs versionator
if [ ! -e ${ROOT}etc/openafs/CellServDB ] \
|| grep "GCO Public CellServDB" ${ROOT}etc/openafs/CellServDB &> /dev/null
then
- cp ${CONFDIR}/CellServDB ${IMAGE}etc/openafs
+ cp ${CONFDIR}/CellServDB ${D}etc/openafs
fi
# cacheinfo: use a default location cache, 200 megabyte in size
# (should be safe for about any root partition, the user can increase
# the size as required)
if [ ! -e ${ROOT}etc/openafs/cacheinfo ]; then
- echo "/afs:/var/cache/openafs:200000" > ${IMAGE}etc/openafs/cacheinfo
+ echo "/afs:/var/cache/openafs:200000" > ${D}etc/openafs/cacheinfo
fi
# ThisCell: default to "openafs.org"
if [ ! -e ${ROOT}etc/openafs/ThisCell ]; then
- echo "openafs.org" > ${IMAGE}etc/openafs/ThisCell
+ echo "openafs.org" > ${D}etc/openafs/ThisCell
fi
}
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-fs/openafs/openafs-1.5.15.ebuild,v 1.1 2007/02/15 17:48:27 stefaan Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-fs/openafs/openafs-1.5.15.ebuild,v 1.2 2007/03/10 14:26:12 vapier Exp $
inherit flag-o-matic eutils linux-mod toolchain-funcs versionator
if [ ! -e ${ROOT}etc/openafs/CellServDB ] \
|| grep "GCO Public CellServDB" ${ROOT}etc/openafs/CellServDB &> /dev/null
then
- cp ${CONFDIR}/CellServDB ${IMAGE}etc/openafs
+ cp ${CONFDIR}/CellServDB ${D}etc/openafs
fi
# cacheinfo: use a default location cache, 200 megabyte in size
# (should be safe for about any root partition, the user can increase
# the size as required)
if [ ! -e ${ROOT}etc/openafs/cacheinfo ]; then
- echo "/afs:/var/cache/openafs:200000" > ${IMAGE}etc/openafs/cacheinfo
+ echo "/afs:/var/cache/openafs:200000" > ${D}etc/openafs/cacheinfo
fi
# ThisCell: default to "openafs.org"
if [ ! -e ${ROOT}etc/openafs/ThisCell ]; then
- echo "openafs.org" > ${IMAGE}etc/openafs/ThisCell
+ echo "openafs.org" > ${D}etc/openafs/ThisCell
fi
}
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-fs/samba/samba-3.0.22-r3.ebuild,v 1.13 2007/01/08 15:33:14 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-fs/samba/samba-3.0.22-r3.ebuild,v 1.14 2007/03/10 14:26:22 vapier Exp $
inherit eutils versionator pam
if [[ ! -r ${ROOT}/${PRIVATE_DST}/secrets.tdb \
&& -r ${ROOT}/${PRIVATE_SRC}/secrets.tdb ]]; then
ebegin "Copying ${ROOT}/${PRIVATE_SRC}/* to ${ROOT}/${PRIVATE_DST}/"
- mkdir -p ${IMAGE}/${PRIVATE_DST}
- cp -pPRf ${ROOT}/${PRIVATE_SRC}/* ${IMAGE}/${PRIVATE_DST}/
+ mkdir -p ${D}/${PRIVATE_DST}
+ cp -pPRf ${ROOT}/${PRIVATE_SRC}/* ${D}/${PRIVATE_DST}/
eend $?
fi
if [[ ! -f "${ROOT}/etc/samba/smb.conf" ]]; then
- touch ${IMAGE}/etc/samba/smb.conf
+ touch ${D}/etc/samba/smb.conf
fi
}