diff options
author | Alin Năstac <mrness@gentoo.org> | 2006-04-06 12:32:13 +0000 |
---|---|---|
committer | Alin Năstac <mrness@gentoo.org> | 2006-04-06 12:32:13 +0000 |
commit | 80bb5533c676dbb48f388f4a5ec9e405289dd001 (patch) | |
tree | d9f813c4d3fae79f2585e5f73c227bc7458a627f /app-mobilephone/wammu/wammu-0.13.ebuild | |
parent | Init script works with stable baselayout #125099 (diff) | |
download | gentoo-2-80bb5533c676dbb48f388f4a5ec9e405289dd001.tar.gz gentoo-2-80bb5533c676dbb48f388f4a5ec9e405289dd001.tar.bz2 gentoo-2-80bb5533c676dbb48f388f4a5ec9e405289dd001.zip |
Remove old version. Mark version 0.12 stable on x86. Version bump.
(Portage version: 2.0.54)
Diffstat (limited to 'app-mobilephone/wammu/wammu-0.13.ebuild')
-rw-r--r-- | app-mobilephone/wammu/wammu-0.13.ebuild | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/app-mobilephone/wammu/wammu-0.13.ebuild b/app-mobilephone/wammu/wammu-0.13.ebuild new file mode 100644 index 000000000000..6f177eb8e426 --- /dev/null +++ b/app-mobilephone/wammu/wammu-0.13.ebuild @@ -0,0 +1,33 @@ +# Copyright 1999-2006 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-mobilephone/wammu/wammu-0.13.ebuild,v 1.1 2006/04/06 12:32:13 mrness Exp $ + +inherit distutils + +DESCRIPTION="front-end for gammu (Nokia and other mobiles)" +HOMEPAGE="http://www.cihar.com/gammu/wammu/" +SRC_URI="http://www.cihar.com/gammu/wammu/${P}.tar.bz2" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~ppc ~x86" +IUSE="bluetooth" + +#gnome-bluetooth is used for additional functionality - see bug #101067 +RDEPEND=">=dev-python/wxpython-2.4.1.2 + >=dev-python/python-gammu-0.12 + >=app-mobilephone/gammu-1.05 + bluetooth? ( net-wireless/gnome-bluetooth )" +DEPEND="dev-util/pkgconfig + ${RDEPEND}" + +src_compile() { + # SKIPWXCHECK: else 'import wx' results in + # Xlib: connection to ":0.0" refused by server + SKIPWXCHECK=yes distutils_src_compile +} + +src_install() { + DOCS="AUTHORS FAQ NEWS" + SKIPWXCHECK=yes distutils_src_install +} |