diff options
Diffstat (limited to 'app-i18n/koffice-i18n/koffice-i18n-1.3.5.ebuild')
-rw-r--r-- | app-i18n/koffice-i18n/koffice-i18n-1.3.5.ebuild | 59 |
1 files changed, 0 insertions, 59 deletions
diff --git a/app-i18n/koffice-i18n/koffice-i18n-1.3.5.ebuild b/app-i18n/koffice-i18n/koffice-i18n-1.3.5.ebuild deleted file mode 100644 index dfc90a431a51..000000000000 --- a/app-i18n/koffice-i18n/koffice-i18n-1.3.5.ebuild +++ /dev/null @@ -1,59 +0,0 @@ -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-i18n/koffice-i18n/koffice-i18n-1.3.5.ebuild,v 1.10 2005/06/09 13:19:10 swegener Exp $ - -inherit kde - -DESCRIPTION="KOffice i18n files" -HOMEPAGE="http://www.koffice.org/" -LICENSE="GPL-2" - -SLOT="0" -KEYWORDS="x86 ppc amd64 sparc ppc64" -IUSE="" - -DEPEND="|| ( ~app-office/koffice-libs-${PV} ~app-office/koffice-${PV} )" - -need-kde 3 - -LANGS="af bg br ca cs cy da de el en_GB eo es et fa fi fr he hsb hu it ja lo -mt nb nl nn pl pt pt_BR ru se sk sl sr sv tg th tr ven xh zh_CN zh_TW zu" - -BASEDIR="mirror://kde/stable/koffice-${PV}/src/" - -# Define the LINGUAS environment variable to contain which langauge(s) you -# would like for this ebuild to download and install - -for pkg in $LANGS -do - SRC_URI="${SRC_URI} linguas_${pkg}? ( $BASEDIR/koffice-i18n-${pkg}-${PV}.tar.bz2 )" -done - -if [ -z "${SRC_URI}" ]; then - SRC_URI="${BASEDIR}/koffice-i18n-${PV}.tar.bz2" -fi - -src_unpack() { - base_src_unpack unpack -} - -src_compile() { - local _S=${S} - for dir in `ls ${WORKDIR}`; do - S=${WORKDIR}/$dir - kde_src_compile myconf - myconf="$myconf --prefix=$KDEDIR -C" - kde_src_compile configure - kde_src_compile make - done - S=${_S} -} - -src_install() { - local _S=${S} - for dir in `ls ${WORKDIR}`; do - cd ${WORKDIR}/$dir - make install DESTDIR=${D} destdir=${D} - done - S=${_S} -} |