summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlin Năstac <mrness@gentoo.org>2006-09-17 13:27:16 +0000
committerAlin Năstac <mrness@gentoo.org>2006-09-17 13:27:16 +0000
commitfdddb002267e038b0864cfe03931b72a3ce2d2da (patch)
tree50f109c8984a741d514469103e7c232ba788ada0 /app-mobilephone/wammu
parent Remove obsolete version. Stable on x86. (diff)
downloadgentoo-2-fdddb002267e038b0864cfe03931b72a3ce2d2da.tar.gz
gentoo-2-fdddb002267e038b0864cfe03931b72a3ce2d2da.tar.bz2
gentoo-2-fdddb002267e038b0864cfe03931b72a3ce2d2da.zip
Version bump.
(Portage version: 2.1.1)
Diffstat (limited to 'app-mobilephone/wammu')
-rw-r--r--app-mobilephone/wammu/ChangeLog7
-rw-r--r--app-mobilephone/wammu/files/digest-wammu-0.153
-rw-r--r--app-mobilephone/wammu/wammu-0.15.ebuild36
3 files changed, 45 insertions, 1 deletions
diff --git a/app-mobilephone/wammu/ChangeLog b/app-mobilephone/wammu/ChangeLog
index 09f1683cf207..c1eac7c92e29 100644
--- a/app-mobilephone/wammu/ChangeLog
+++ b/app-mobilephone/wammu/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for app-mobilephone/wammu
# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-mobilephone/wammu/ChangeLog,v 1.11 2006/07/12 21:16:27 mrness Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-mobilephone/wammu/ChangeLog,v 1.12 2006/09/17 13:27:16 mrness Exp $
+
+*wammu-0.15 (17 Sep 2006)
+
+ 17 Sep 2006; Alin Nastac <mrness@gentoo.org> +wammu-0.15.ebuild:
+ Version bump.
12 Jul 2006; Alin Nastac <mrness@gentoo.org> -wammu-0.12.ebuild:
Remove old version.
diff --git a/app-mobilephone/wammu/files/digest-wammu-0.15 b/app-mobilephone/wammu/files/digest-wammu-0.15
new file mode 100644
index 000000000000..01a8b3dea041
--- /dev/null
+++ b/app-mobilephone/wammu/files/digest-wammu-0.15
@@ -0,0 +1,3 @@
+MD5 da7c119b6116221f3c7c72468f058082 wammu-0.15.tar.bz2 209653
+RMD160 cdbc4b5d0b6f13543b31f7bb8f26a449126ee977 wammu-0.15.tar.bz2 209653
+SHA256 f8ccdf95811a24a6cb756b9110d9d9e1b8e001090a0e1f3fd160b7a48afa6194 wammu-0.15.tar.bz2 209653
diff --git a/app-mobilephone/wammu/wammu-0.15.ebuild b/app-mobilephone/wammu/wammu-0.15.ebuild
new file mode 100644
index 000000000000..51fc428999eb
--- /dev/null
+++ b/app-mobilephone/wammu/wammu-0.15.ebuild
@@ -0,0 +1,36 @@
+# 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.15.ebuild,v 1.1 2006/09/17 13:27:16 mrness Exp $
+
+inherit distutils
+
+DESCRIPTION="front-end for gammu (Nokia and other mobiles)"
+HOMEPAGE="http://www.cihar.com/gammu/wammu/"
+SRC_URI="http://dl.cihar.com/wammu/v0/${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
+ !amd64? ( dev-python/pybluez )
+ )"
+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
+}