diff options
Diffstat (limited to 'app-misc/pysmssend/pysmssend-9999.ebuild')
-rw-r--r-- | app-misc/pysmssend/pysmssend-9999.ebuild | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/app-misc/pysmssend/pysmssend-9999.ebuild b/app-misc/pysmssend/pysmssend-9999.ebuild index 742aabb5d3e2..69da537ac8b1 100644 --- a/app-misc/pysmssend/pysmssend-9999.ebuild +++ b/app-misc/pysmssend/pysmssend-9999.ebuild @@ -1,17 +1,18 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-misc/pysmssend/pysmssend-9999.ebuild,v 1.3 2011/05/17 19:54:37 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/pysmssend/pysmssend-9999.ebuild,v 1.4 2011/06/25 08:58:50 hwoarang Exp $ EAPI="3" PYTHON_DEPEND="2:2.5" SUPPORT_PYTHON_ABIS="1" RESTRICT_PYTHON_ABIS="2.4 3.*" +EGIT_REPO_URI="git://github.com/hwoarang/${PN}.git + http://github.com/hwoarang/${PN}.git" -inherit distutils eutils git +inherit distutils eutils git-2 DESCRIPTION="Python Application for sending sms over multiple ISPs" HOMEPAGE="http://pysmssend.silverarrow.org/" -EGIT_REPO_URI="git://github.com/hwoarang/pysmssend.git" LICENSE="GPL-3" SLOT="0" |