Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 183123 - app-mobilephone/wammu-0.21 version bump
Summary: app-mobilephone/wammu-0.21 version bump
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Gentoo Mobile Phone Developers (INACTIVE)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-06-25 10:12 UTC by Steffen 'j0inty' Stollfuß
Modified: 2007-07-01 10:42 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
wammu-0.21.ebuild (wammu-0.21.ebuild,956 bytes, text/plain)
2007-06-25 10:53 UTC, Steffen 'j0inty' Stollfuß
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Steffen 'j0inty' Stollfuß 2007-06-25 10:12:43 UTC
The lastest wammu version.

[code]
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-mobilephone/wammu/wammu-0.21.ebuild,v 1.3 2007/06/23 18:50:44 j0inty 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/latest/${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.6
        >=dev-python/python-gammu-0.20
        bluetooth? (
                net-wireless/gnome-bluetooth
                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
}
[/code]

Reproducible: Always
Comment 1 Steffen 'j0inty' Stollfuß 2007-06-25 10:53:26 UTC
Created attachment 123033 [details]
wammu-0.21.ebuild
Comment 2 Alin Năstac (RETIRED) gentoo-dev 2007-07-01 10:42:09 UTC
Fixed in cvs.
Please don't attach unmodified ebuilds in the future.