From: "Andreas Sturmlechner" <asturm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/pysmssend/
Date: Wed, 24 Jan 2018 21:48:44 +0000 (UTC) [thread overview]
Message-ID: <1516830508.df39b79b5b970ad77cce30808bb1640085225ff3.asturm@gentoo> (raw)
commit: df39b79b5b970ad77cce30808bb1640085225ff3
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Wed Jan 24 21:46:01 2018 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Wed Jan 24 21:48:28 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=df39b79b
app-misc/pysmssend: EAPI 6, drop USE qt4
Package-Manager: Portage-2.3.20, Repoman-2.3.6
app-misc/pysmssend/pysmssend-1.48-r2.ebuild | 34 +++++++++++++++++++++++++++++
1 file changed, 34 insertions(+)
diff --git a/app-misc/pysmssend/pysmssend-1.48-r2.ebuild b/app-misc/pysmssend/pysmssend-1.48-r2.ebuild
new file mode 100644
index 00000000000..a3cb6c3d0b3
--- /dev/null
+++ b/app-misc/pysmssend/pysmssend-1.48-r2.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PYTHON_COMPAT=( python2_7 )
+
+inherit distutils-r1
+
+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=""
+
+DEPEND=">dev-python/mechanize-0.1.7b[${PYTHON_USEDEP}]"
+RDEPEND="${DEPEND}"
+
+S="${WORKDIR}"
+
+python_install() {
+ distutils-r1_python_install
+ python_doscript pysmssendcmd
+ ln -s pysmssendcmd "${D}$(python_get_scriptdir)"/pysmssend || die
+}
+
+src_install() {
+ distutils-r1_src_install
+ dosym pysmssendcmd /usr/bin/pysmssend
+ einstalldocs
+}
next reply other threads:[~2018-01-24 21:48 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-01-24 21:48 Andreas Sturmlechner [this message]
-- strict thread matches above, loose matches on Subject: below --
2018-02-28 22:21 [gentoo-commits] repo/gentoo:master commit in: app-misc/pysmssend/ Andreas Sturmlechner
2018-01-26 0:08 Mikle Kolyada
2018-01-26 0:07 Mikle Kolyada
2017-10-04 7:47 Michał Górny
2017-07-30 8:47 Michał Górny
2016-06-25 8:26 Michał Górny
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=1516830508.df39b79b5b970ad77cce30808bb1640085225ff3.asturm@gentoo \
--to=asturm@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