summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohannes Huber <johu@gentoo.org>2012-01-09 16:31:07 +0000
committerJohannes Huber <johu@gentoo.org>2012-01-09 16:31:07 +0000
commitf1910761580d09c3ef010774c9853cbb6ac96a44 (patch)
tree298d2f0bc8e7004d52adf6098266bfe7ba7c8997 /kde-misc/kfilebox
parentx86 stable wrt bug #396359 (diff)
downloadgentoo-2-f1910761580d09c3ef010774c9853cbb6ac96a44.tar.gz
gentoo-2-f1910761580d09c3ef010774c9853cbb6ac96a44.tar.bz2
gentoo-2-f1910761580d09c3ef010774c9853cbb6ac96a44.zip
Version bump wrt bug #398207.
(Portage version: 2.2.0_alpha84/cvs/Linux x86_64)
Diffstat (limited to 'kde-misc/kfilebox')
-rw-r--r--kde-misc/kfilebox/ChangeLog7
-rw-r--r--kde-misc/kfilebox/kfilebox-0.4.8.ebuild33
2 files changed, 39 insertions, 1 deletions
diff --git a/kde-misc/kfilebox/ChangeLog b/kde-misc/kfilebox/ChangeLog
index 9fc75480ff6a..42d2eafeacf2 100644
--- a/kde-misc/kfilebox/ChangeLog
+++ b/kde-misc/kfilebox/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for kde-misc/kfilebox
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-misc/kfilebox/ChangeLog,v 1.4 2012/01/09 16:29:21 johu Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-misc/kfilebox/ChangeLog,v 1.5 2012/01/09 16:31:07 johu Exp $
+
+*kfilebox-0.4.8 (09 Jan 2012)
+
+ 09 Jan 2012; Johannes Huber <johu@gentoo.org> +kfilebox-0.4.8.ebuild:
+ Version bump wrt bug #398207.
09 Jan 2012; Johannes Huber <johu@gentoo.org> kfilebox-0.4.5.ebuild,
kfilebox-0.4.7.ebuild:
diff --git a/kde-misc/kfilebox/kfilebox-0.4.8.ebuild b/kde-misc/kfilebox/kfilebox-0.4.8.ebuild
new file mode 100644
index 000000000000..ece6231c25b6
--- /dev/null
+++ b/kde-misc/kfilebox/kfilebox-0.4.8.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/kde-misc/kfilebox/kfilebox-0.4.8.ebuild,v 1.1 2012/01/09 16:31:07 johu Exp $
+
+EAPI=4
+
+LANGS="ar br cs de el es fr gl it lt nl pl pt ru si tr zh zh_CN"
+inherit qt4-r2
+
+DESCRIPTION="KDE dropbox client"
+HOMEPAGE="http://kdropbox.deuteros.es/"
+SRC_URI="mirror://sourceforge/kdropbox/${P}.tar.gz"
+LICENSE="GPL-3"
+
+SLOT="4"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+for name in ${LANGS} ; do IUSE+="linguas_$name " ; done
+unset name
+
+DEPEND="kde-base/kdelibs"
+RDEPEND="${DEPEND}"
+
+src_install() {
+ qt4-r2_src_install
+
+ for lang in ${LANGS}; do
+ if ! has ${lang} ${LINGUAS}; then
+ rm -rf "${D}"/usr/share/locale/${lang} || die
+ fi
+ done
+}