summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Palimaka <kensington@gentoo.org>2014-07-17 13:11:58 +0000
committerMichael Palimaka <kensington@gentoo.org>2014-07-17 13:11:58 +0000
commit72ed9968e42c90a0cc86d4b801df6c56e14850d7 (patch)
treec3ac72576c1352ebe983ec6fac4ea7a1b2d3ff53 /kde-misc
parentVersion bump wrt bug #517254. (diff)
downloadgentoo-2-72ed9968e42c90a0cc86d4b801df6c56e14850d7.tar.gz
gentoo-2-72ed9968e42c90a0cc86d4b801df6c56e14850d7.tar.bz2
gentoo-2-72ed9968e42c90a0cc86d4b801df6c56e14850d7.zip
Remove workaround now handled in the eclass.
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 0x06B1F38DCA45A1EC!)
Diffstat (limited to 'kde-misc')
-rw-r--r--kde-misc/tellico/ChangeLog5
-rw-r--r--kde-misc/tellico/tellico-2.3.9.ebuild12
2 files changed, 5 insertions, 12 deletions
diff --git a/kde-misc/tellico/ChangeLog b/kde-misc/tellico/ChangeLog
index 82b388d6f89c..49d61d2bf06c 100644
--- a/kde-misc/tellico/ChangeLog
+++ b/kde-misc/tellico/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for kde-misc/tellico
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-misc/tellico/ChangeLog,v 1.127 2014/06/25 17:24:54 kensington Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-misc/tellico/ChangeLog,v 1.128 2014/07/17 13:11:58 kensington Exp $
+
+ 17 Jul 2014; Michael Palimaka <kensington@gentoo.org> tellico-2.3.9.ebuild:
+ Remove workaround now handled in the eclass.
*tellico-2.3.9 (25 Jun 2014)
diff --git a/kde-misc/tellico/tellico-2.3.9.ebuild b/kde-misc/tellico/tellico-2.3.9.ebuild
index 4423de3decf8..626a5fc2f11f 100644
--- a/kde-misc/tellico/tellico-2.3.9.ebuild
+++ b/kde-misc/tellico/tellico-2.3.9.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/kde-misc/tellico/tellico-2.3.9.ebuild,v 1.1 2014/06/25 17:24:54 kensington Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-misc/tellico/tellico-2.3.9.ebuild,v 1.2 2014/07/17 13:11:58 kensington Exp $
EAPI=5
@@ -44,16 +44,6 @@ RESTRICT="test"
DOCS=( AUTHORS ChangeLog README )
-src_prepare() {
- # KDE_LINGUAS is also used to install appropriate handbooks
- # since there is no en_US 'translation', it cannot be added
- # hence making this impossible to install
- mv doc/en_US doc/en || die "doc move failed"
- sed -i -e 's/en_US/en/' doc/CMakeLists.txt || die "sed failed"
-
- kde4-base_src_prepare
-}
-
src_configure() {
local mycmakeargs=(
$(cmake-utils_use_enable v4l WEBCAM)