public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Markos Chandras (hwoarang)" <hwoarang@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in app-misc/pysmssend: ChangeLog pysmssend-1.40.ebuild
Date: Tue, 17 Feb 2009 16:27:18 +0000	[thread overview]
Message-ID: <E1LZSn0-0000Qy-8A@stork.gentoo.org> (raw)

hwoarang    09/02/17 16:27:18

  Modified:             ChangeLog
  Added:                pysmssend-1.40.ebuild
  Log:
  version bump
  (Portage version: 2.2_rc23/cvs/Linux x86_64)

Revision  Changes    Path
1.2                  app-misc/pysmssend/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-misc/pysmssend/ChangeLog?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-misc/pysmssend/ChangeLog?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-misc/pysmssend/ChangeLog?r1=1.1&r2=1.2

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-misc/pysmssend/ChangeLog,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ChangeLog	6 Feb 2009 12:01:49 -0000	1.1
+++ ChangeLog	17 Feb 2009 16:27:18 -0000	1.2
@@ -1,6 +1,11 @@
 # ChangeLog for app-misc/pysmssend
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/pysmssend/ChangeLog,v 1.1 2009/02/06 12:01:49 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/pysmssend/ChangeLog,v 1.2 2009/02/17 16:27:18 hwoarang Exp $
+
+*pysmssend-1.40 (17 Feb 2009)
+
+  17 Feb 2009; Markos Chandras <hwoarang@gentoo.org> +pysmssend-1.40.ebuild:
+  version bump
 
 *pysmssend-1.39 (06 Feb 2009)
 



1.1                  app-misc/pysmssend/pysmssend-1.40.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-misc/pysmssend/pysmssend-1.40.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-misc/pysmssend/pysmssend-1.40.ebuild?rev=1.1&content-type=text/plain

Index: pysmssend-1.40.ebuild
===================================================================
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-misc/pysmssend/pysmssend-1.40.ebuild,v 1.1 2009/02/17 16:27:18 hwoarang Exp $

NEED_PYTHON=2.5

inherit distutils eutils multilib

DESCRIPTION="Python Application for sending sms over multiple ISPs"
HOMEPAGE="http://pysmssend.sourceforge.net/"
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"

LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="qt4"

RDEPEND=">dev-python/mechanize-0.1.7b
	qt4? ( dev-python/PyQt4 )"

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.png \
			"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"
}






             reply	other threads:[~2009-02-17 16:27 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-02-17 16:27 Markos Chandras (hwoarang) [this message]
  -- strict thread matches above, loose matches on Subject: below --
2009-05-14 19:34 [gentoo-commits] gentoo-x86 commit in app-misc/pysmssend: ChangeLog pysmssend-1.40.ebuild Markus Meier (maekke)

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=E1LZSn0-0000Qy-8A@stork.gentoo.org \
    --to=hwoarang@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox