* [gentoo-commits] gentoo-x86 commit in www-client/arora: ChangeLog arora-0.5.ebuild arora-0.3.ebuild
@ 2009-02-21 10:35 Ben de Groot (yngwin)
0 siblings, 0 replies; only message in thread
From: Ben de Groot (yngwin) @ 2009-02-21 10:35 UTC (permalink / raw
To: gentoo-commits
yngwin 09/02/21 10:35:32
Modified: ChangeLog
Added: arora-0.5.ebuild
Removed: arora-0.3.ebuild
Log:
Version bump. Bring linguas up to date. Remove old.
(Portage version: 2.2_rc23/cvs/Linux i686)
Revision Changes Path
1.9 www-client/arora/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-client/arora/ChangeLog?rev=1.9&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-client/arora/ChangeLog?rev=1.9&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-client/arora/ChangeLog?r1=1.8&r2=1.9
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/www-client/arora/ChangeLog,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- ChangeLog 6 Nov 2008 00:58:12 -0000 1.8
+++ ChangeLog 21 Feb 2009 10:35:32 -0000 1.9
@@ -1,6 +1,12 @@
# ChangeLog for www-client/arora
-# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-client/arora/ChangeLog,v 1.8 2008/11/06 00:58:12 yngwin Exp $
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/www-client/arora/ChangeLog,v 1.9 2009/02/21 10:35:32 yngwin Exp $
+
+*arora-0.5 (21 Feb 2009)
+
+ 21 Feb 2009; Ben de Groot <yngwin@gentoo.org> -arora-0.3.ebuild,
+ +arora-0.5.ebuild:
+ Version bump. Bring linguas up to date. Remove old.
06 Nov 2008; Ben de Groot <yngwin@gentoo.org> arora-0.4.ebuild:
Die when make install fails, fixes bug 245454. And not allowing parallel
1.1 www-client/arora/arora-0.5.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-client/arora/arora-0.5.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-client/arora/arora-0.5.ebuild?rev=1.1&content-type=text/plain
Index: arora-0.5.ebuild
===================================================================
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/www-client/arora/arora-0.5.ebuild,v 1.1 2009/02/21 10:35:32 yngwin Exp $
EAPI=2
inherit eutils qt4
DESCRIPTION="A cross-platform Qt4 WebKit browser"
HOMEPAGE="http://arora.googlecode.com/"
SRC_URI="http://arora.googlecode.com/files/${P}.tar.gz"
LICENSE="|| ( GPL-3 GPL-2 )"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="debug"
RDEPEND="x11-libs/qt-webkit:4"
DEPEND="$RDEPEND"
ARORA_LANGS="en_US es es_CR et_EE fr_CA gl ms nb_NO uk zh_CN"
ARORA_NOLONGLANGS="cs_CZ da_DK de_DE fr_FR he_IL hu_HU it_IT ja_JP nl_NL pl_PL
ru_RU sk_SK tr_TR"
for L in $ARORA_LANGS; do
IUSE="$IUSE linguas_$L"
done
for L in $ARORA_NOLONGLANGS; do
IUSE="$IUSE linguas_${L%_*}"
done
src_prepare() {
# process linguas
local langs=
for lingua in $LINGUAS; do
if has $lingua $ARORA_LANGS; then
langs="$langs ${lingua}.ts"
else
for a in $ARORA_NOLONGLANGS; do
if [[ $lingua == ${a%_*} ]]; then
langs="$langs ${a}.ts"
fi
done
fi
done
# remove all translations, then add only the ones we want
sed -i '/ts/d' src/locale/locale.pri || die 'sed failed'
sed -i "/^TRANSLATIONS/s:\\\:${langs}:" src/locale/locale.pri \
|| die 'sed failed'
}
src_configure() {
eqmake4 arora.pro PREFIX="${D}/usr"
}
src_compile() {
emake || die "make failed"
# don't pre-strip
sed -i "/strip/d" src/Makefile || die 'sed failed'
}
src_install() {
emake -j1 DESTDIR="${D}" install || die 'make install failed'
dodoc AUTHORS ChangeLog README
}
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2009-02-21 10:35 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-02-21 10:35 [gentoo-commits] gentoo-x86 commit in www-client/arora: ChangeLog arora-0.5.ebuild arora-0.3.ebuild Ben de Groot (yngwin)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox