kensington 14/07/17 13:11:58 Modified: tellico-2.3.9.ebuild ChangeLog Log: Remove workaround now handled in the eclass. (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 0x06B1F38DCA45A1EC!)
Revision Changes Path 1.2 kde-misc/tellico/tellico-2.3.9.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-misc/tellico/tellico-2.3.9.ebuild?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-misc/tellico/tellico-2.3.9.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-misc/tellico/tellico-2.3.9.ebuild?r1=1.1&r2=1.2 Index: tellico-2.3.9.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/kde-misc/tellico/tellico-2.3.9.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- tellico-2.3.9.ebuild 25 Jun 2014 17:24:54 -0000 1.1 +++ tellico-2.3.9.ebuild 17 Jul 2014 13:11:58 -0000 1.2 @@ -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 @@ 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) 1.128 kde-misc/tellico/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-misc/tellico/ChangeLog?rev=1.128&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-misc/tellico/ChangeLog?rev=1.128&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-misc/tellico/ChangeLog?r1=1.127&r2=1.128 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/kde-misc/tellico/ChangeLog,v retrieving revision 1.127 retrieving revision 1.128 diff -u -r1.127 -r1.128 --- ChangeLog 25 Jun 2014 17:24:54 -0000 1.127 +++ ChangeLog 17 Jul 2014 13:11:58 -0000 1.128 @@ -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 <kensing...@gentoo.org> tellico-2.3.9.ebuild: + Remove workaround now handled in the eclass. *tellico-2.3.9 (25 Jun 2014)