diff options
author | Michael Palimaka <kensington@gentoo.org> | 2014-07-17 13:19:34 +0000 |
---|---|---|
committer | Michael Palimaka <kensington@gentoo.org> | 2014-07-17 13:19:34 +0000 |
commit | e55f2f086aefeb0b1ccd30b4667154bffc8534f2 (patch) | |
tree | 76d6cf3ef1a87488b0d367d6c5f5b015e1e2346a /www-client/rekonq | |
parent | Remove workaround now handled in the eclass. (diff) | |
download | gentoo-2-e55f2f086aefeb0b1ccd30b4667154bffc8534f2.tar.gz gentoo-2-e55f2f086aefeb0b1ccd30b4667154bffc8534f2.tar.bz2 gentoo-2-e55f2f086aefeb0b1ccd30b4667154bffc8534f2.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 'www-client/rekonq')
-rw-r--r-- | www-client/rekonq/ChangeLog | 5 | ||||
-rw-r--r-- | www-client/rekonq/rekonq-2.4.2-r1.ebuild | 11 |
2 files changed, 5 insertions, 11 deletions
diff --git a/www-client/rekonq/ChangeLog b/www-client/rekonq/ChangeLog index 0a29a69e0420..3fc208b2f16e 100644 --- a/www-client/rekonq/ChangeLog +++ b/www-client/rekonq/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for www-client/rekonq # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/www-client/rekonq/ChangeLog,v 1.86 2014/05/13 18:22:13 johu Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-client/rekonq/ChangeLog,v 1.87 2014/07/17 13:19:34 kensington Exp $ + + 17 Jul 2014; Michael Palimaka <kensington@gentoo.org> rekonq-2.4.2-r1.ebuild: + Remove workaround now handled in the eclass. *rekonq-2.4.2-r1 (13 May 2014) diff --git a/www-client/rekonq/rekonq-2.4.2-r1.ebuild b/www-client/rekonq/rekonq-2.4.2-r1.ebuild index c55bd666abc2..5d7168efeddf 100644 --- a/www-client/rekonq/rekonq-2.4.2-r1.ebuild +++ b/www-client/rekonq/rekonq-2.4.2-r1.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/www-client/rekonq/rekonq-2.4.2-r1.ebuild,v 1.1 2014/05/13 18:22:13 johu Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-client/rekonq/rekonq-2.4.2-r1.ebuild,v 1.2 2014/07/17 13:19:34 kensington Exp $ EAPI=5 @@ -37,15 +37,6 @@ RDEPEND=" $(add_kdebase_dep keditbookmarks) " -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_with kde KActivities) |