* [gentoo-commits] gentoo-x86 commit in app-misc/pysmssend: ChangeLog pysmssend-1.44.ebuild
@ 2010-05-06 14:57 Markos Chandras (hwoarang)
0 siblings, 0 replies; only message in thread
From: Markos Chandras (hwoarang) @ 2010-05-06 14:57 UTC (permalink / raw
To: gentoo-commits
hwoarang 10/05/06 14:57:43
Modified: ChangeLog
Added: pysmssend-1.44.ebuild
Log:
Version bump
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Revision Changes Path
1.11 app-misc/pysmssend/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-misc/pysmssend/ChangeLog?rev=1.11&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-misc/pysmssend/ChangeLog?rev=1.11&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-misc/pysmssend/ChangeLog?r1=1.10&r2=1.11
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-misc/pysmssend/ChangeLog,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- ChangeLog 29 Mar 2010 15:54:10 -0000 1.10
+++ ChangeLog 6 May 2010 14:57:43 -0000 1.11
@@ -1,6 +1,11 @@
# ChangeLog for app-misc/pysmssend
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/pysmssend/ChangeLog,v 1.10 2010/03/29 15:54:10 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/pysmssend/ChangeLog,v 1.11 2010/05/06 14:57:43 hwoarang Exp $
+
+*pysmssend-1.44 (06 May 2010)
+
+ 06 May 2010; Markos Chandras <hwoarang@gentoo.org> +pysmssend-1.44.ebuild:
+ Version bump
*pysmssend-1.42-r1 (29 Mar 2010)
1.1 app-misc/pysmssend/pysmssend-1.44.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-misc/pysmssend/pysmssend-1.44.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-misc/pysmssend/pysmssend-1.44.ebuild?rev=1.1&content-type=text/plain
Index: pysmssend-1.44.ebuild
===================================================================
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-misc/pysmssend/pysmssend-1.44.ebuild,v 1.1 2010/05/06 14:57:43 hwoarang Exp $
PYTHON_DEPEND="2:2.5"
EAPI="2"
inherit distutils eutils multilib
DESCRIPTION="Python Application for sending sms over multiple ISPs"
HOMEPAGE="http://pysmssend.silverarrow.org/"
SRC_URI="http://pysmssend.silverarrow.org/files/${P}.tar.gz"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="qt4"
RDEPEND=">dev-python/mechanize-0.1.7b
qt4? ( dev-python/PyQt4[X] )"
src_prepare() {
python_convert_shebangs -r 2 .
}
src_install() {
distutils_src_install
if use qt4; then
insinto /usr/share/${PN}/Icons || die "insinto failed"
doins Icons/* || die "doins failed"
doicon Icons/pysmssend.png || die "doicon failed"
dobin pysmssend pysmssendcmd || die "failed to create executables"
make_desktop_entry pysmssend pySMSsend pysmssend \
"Applications;Network" || die "make_desktop_entry failed"
else
dobin pysmssendcmd || die "failed to create executable"
dosym pysmssendcmd /usr/bin/pysmssend || die "dosym failed"
fi
dodoc README AUTHORS TODO || die "dodoc failed"
}
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2010-05-06 14:57 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-05-06 14:57 [gentoo-commits] gentoo-x86 commit in app-misc/pysmssend: ChangeLog pysmssend-1.44.ebuild Markos Chandras (hwoarang)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox