summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkos Chandras <hwoarang@gentoo.org>2009-02-06 12:05:38 +0000
committerMarkos Chandras <hwoarang@gentoo.org>2009-02-06 12:05:38 +0000
commit4b23f1fceeb7c3bf309c62e2a9d7ce40c6bbb5fb (patch)
tree14b3a99812682edd86baca0a4695cbb7b9f65314 /app-misc/pysmssend/pysmssend-1.39.ebuild
parentnet-p2p/fms: In gentoo-x86 (diff)
downloadsunrise-4b23f1fceeb7c3bf309c62e2a9d7ce40c6bbb5fb.tar.gz
sunrise-4b23f1fceeb7c3bf309c62e2a9d7ce40c6bbb5fb.tar.bz2
sunrise-4b23f1fceeb7c3bf309c62e2a9d7ce40c6bbb5fb.zip
app-misc/pysmssend: Removing since I added it to the tree
svn path=/sunrise/; revision=7864
Diffstat (limited to 'app-misc/pysmssend/pysmssend-1.39.ebuild')
-rw-r--r--app-misc/pysmssend/pysmssend-1.39.ebuild34
1 files changed, 0 insertions, 34 deletions
diff --git a/app-misc/pysmssend/pysmssend-1.39.ebuild b/app-misc/pysmssend/pysmssend-1.39.ebuild
deleted file mode 100644
index 3ec2ce31c..000000000
--- a/app-misc/pysmssend/pysmssend-1.39.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2008 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-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
- doins Icons/*
- doicon Icons/pysmssend.png
- dobin pysmssend pysmssendcmd || die "failed to create executables"
- make_desktop_entry pysmssend pySMSsend pysmssend.png "Applications;Network"
- else
- dobin pysmssendcmd || die "failed to create executable"
- dosym pysmssendcmd /usr/bin/pysmssend
- fi
- dodoc README AUTHORS TODO || die "dodoc failed"
-}