delete amarok liveebuilds

git-svn-id: https://svn.disconnected-by-peer.at/svn/linamh/trunk/linamh@1291 6952d904-891a-0410-993b-d76249ca496b
This commit is contained in:
geos_one
2009-06-02 06:50:59 +00:00
parent a8a824aebe
commit e8fd929eef
12 changed files with 19 additions and 748 deletions

View File

@@ -80,11 +80,26 @@ else
SRC_URI="${SRC_URI_ROOT}${VM_SRC}"
fi
# scan for genpatches and if also amd64 packages are present then put the package into x86
if [[ -n "${VM_SRC_EXTRA}" ]]
then
for a in ${VM_SRC_EXTRA}
do
SRC_URI="${SRC_URI} http://ftp.mars.arge.at/vmware/${P/_p/-}-${a}.tar.bz2"
if [[ -n ${VM_SRC_EXTRA64} ]]
then
SRC_URI="${SRC_URI} x86? ( http://ftp.mars.arge.at/vmware/${P/_p/-}-${a}.tar.bz2 )"
else
SRC_URI="${SRC_URI} http://ftp.mars.arge.at/vmware/${P/_p/-}-${a}.tar.bz2"
fi
done
fi
# now also add the amd64 packages
if [[ -n "${VM_SRC_EXTRA64}" ]]
then
for a in ${VM_SRC_EXTRA64}
do
SRC_URI="${SRC_URI} amd64? ( http://ftp.mars.arge.at/vmware/${P/_p/-}-${a}.tar.bz2 )"
done
fi
@@ -94,8 +109,6 @@ RESTRICT="strip mirror"
SLOT="0"
DEPEND="x11-misc/shared-mime-info"
#if [ -z "${VM_SRC}" ] && die "Buggy ebuild plz define VM_SRC"
vmware-1_determine_product
export VMWARE_GROUP=${VMWARE_GROUP:-vmware}