* [gentoo-commits] gentoo-x86 commit in net-misc/electrum: electrum-1.7.3.ebuild ChangeLog
@ 2013-04-14 10:03 Anthony G. Basile (blueness)
0 siblings, 0 replies; only message in thread
From: Anthony G. Basile (blueness) @ 2013-04-14 10:03 UTC (permalink / raw
To: gentoo-commits
blueness 13/04/14 10:03:21
Modified: ChangeLog
Added: electrum-1.7.3.ebuild
Log:
Version bump
(Portage version: 2.1.11.55/cvs/Linux x86_64, signed Manifest commit with key 0xF52D4BBA)
Revision Changes Path
1.7 net-misc/electrum/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/electrum/ChangeLog?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/electrum/ChangeLog?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/electrum/ChangeLog?r1=1.6&r2=1.7
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/electrum/ChangeLog,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- ChangeLog 25 Mar 2013 07:45:57 -0000 1.6
+++ ChangeLog 14 Apr 2013 10:03:20 -0000 1.7
@@ -1,6 +1,11 @@
# ChangeLog for net-misc/electrum
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/electrum/ChangeLog,v 1.6 2013/03/25 07:45:57 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/electrum/ChangeLog,v 1.7 2013/04/14 10:03:20 blueness Exp $
+
+*electrum-1.7.3 (14 Apr 2013)
+
+ 14 Apr 2013; Anthony G. Basile <blueness@gentoo.org> +electrum-1.7.3.ebuild:
+ Version bump
*electrum-1.7.2 (25 Mar 2013)
1.1 net-misc/electrum/electrum-1.7.3.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/electrum/electrum-1.7.3.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/electrum/electrum-1.7.3.ebuild?rev=1.1&content-type=text/plain
Index: electrum-1.7.3.ebuild
===================================================================
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-misc/electrum/electrum-1.7.3.ebuild,v 1.1 2013/04/14 10:03:20 blueness Exp $
EAPI="5"
PYTHON_COMPAT=( python{2_6,2_7} )
inherit eutils distutils-r1 gnome2-utils
MY_P=Electrum-${PV}
DESCRIPTION="User friendly Bitcoin client"
HOMEPAGE="http://electrum.org/"
SRC_URI="http://download.electrum.org/download/${MY_P}.tar.gz"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="gtk qt4"
REQUIRED_USE="|| ( gtk qt4 )"
LANGS="br cs de eo es fr it lv nl ru sl vi zh"
for X in ${LANGS}; do
IUSE+=" linguas_${X}"
done
unset X
RDEPEND="
dev-python/setuptools
dev-python/ecdsa
dev-python/slowaes
gtk? ( dev-python/pygtk:2 )
qt4? ( dev-python/PyQt4 )"
S=${WORKDIR}/${MY_P}
DOCS="RELEASE-NOTES"
src_prepare() {
# Prevent icon from being installed in the wrong location:
sed -i '/electrum\.png/ d' setup.py || die
sed -i "s:^Icon=.*:Icon=${PN}:" "${PN}.desktop" || die
# Remove unrequested localization files:
local lang
for lang in ${LANGS#en}; do
if use linguas_$lang; then
test -f "locale/$lang/LC_MESSAGES/${PN}.mo" || die
else
rm -r "locale/$lang" || die
fi
done
# Remove unrequested GUI implementations:
if use !gtk; then
rm gui/gui_gtk.py || die
fi
if use !qt4; then
rm gui/gui_{classic,lite}.py || die
sed -i "/config.get('gui','classic')/s/classic/gtk/" electrum \
|| die
fi
distutils-r1_src_prepare
}
src_install() {
doicon -s 64 icons/${PN}.png
distutils-r1_src_install
}
pkg_preinst() {
gnome2_icon_savelist
}
pkg_postinst() {
gnome2_icon_cache_update
}
pkg_postrm() {
gnome2_icon_cache_update
}
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2013-04-14 10:03 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-04-14 10:03 [gentoo-commits] gentoo-x86 commit in net-misc/electrum: electrum-1.7.3.ebuild ChangeLog Anthony G. Basile (blueness)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox