public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in app-mobilephone/wammu: ChangeLog wammu-0.25.ebuild
@ 2007-12-20  6:43 Alin Nastac (mrness)
  0 siblings, 0 replies; 4+ messages in thread
From: Alin Nastac (mrness) @ 2007-12-20  6:43 UTC (permalink / raw
  To: gentoo-commits

mrness      07/12/20 06:43:47

  Modified:             ChangeLog
  Added:                wammu-0.25.ebuild
  Log:
  Version bump (#202149)
  (Portage version: 2.1.3.19)

Revision  Changes    Path
1.28                 app-mobilephone/wammu/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-mobilephone/wammu/ChangeLog?rev=1.28&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-mobilephone/wammu/ChangeLog?rev=1.28&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-mobilephone/wammu/ChangeLog?r1=1.27&r2=1.28

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-mobilephone/wammu/ChangeLog,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -r1.27 -r1.28
--- ChangeLog	1 Dec 2007 10:03:48 -0000	1.27
+++ ChangeLog	20 Dec 2007 06:43:46 -0000	1.28
@@ -1,6 +1,11 @@
 # ChangeLog for app-mobilephone/wammu
 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-mobilephone/wammu/ChangeLog,v 1.27 2007/12/01 10:03:48 mrness Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-mobilephone/wammu/ChangeLog,v 1.28 2007/12/20 06:43:46 mrness Exp $
+
+*wammu-0.25 (20 Dec 2007)
+
+  20 Dec 2007; Alin Năstac <mrness@gentoo.org> +wammu-0.25.ebuild:
+  Version bump (#202149).
 
 *wammu-0.24 (01 Dec 2007)
 



1.1                  app-mobilephone/wammu/wammu-0.25.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-mobilephone/wammu/wammu-0.25.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-mobilephone/wammu/wammu-0.25.ebuild?rev=1.1&content-type=text/plain

Index: wammu-0.25.ebuild
===================================================================
# 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.25.ebuild,v 1.1 2007/12/20 06:43:46 mrness Exp $

inherit distutils eutils versionator

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"

RDEPEND="=dev-python/wxpython-2.6*
	>=dev-python/python-gammu-0.24
	bluetooth? (
		|| (
			dev-python/pybluez
			net-wireless/gnome-bluetooth
		)
	)"
DEPEND="${RDEPEND}"

# Supported languages and translated documentation
# Be sure all languages are prefixed with a single space!
MY_AVAILABLE_LINGUAS=" af ca cs de es et fi fr hu it ko nl pl pt_BR ru sk sv zh_CN"
IUSE="${IUSE} ${MY_AVAILABLE_LINGUAS// / linguas_}"

src_unpack() {
	unpack ${A}

	# Select the suitable wxpython versions
	local wxpy_pkg wxpy_slot MY_WXPYTHON_SLOTS
	for wxpy_pkg in $(portageq match "${ROOT}" '=dev-python/wxpython-2.6*'); do
		if built_with_use --hidden --missing false =${wxpy_pkg} unicode ; then
			wxpy_slot=$(get_version_component_range 1-2 ${wxpy_pkg#*/*-})
			if [ -z "${MY_WXPYTHON_SLOTS}" ]; then
				MY_WXPYTHON_SLOTS="'${wxpy_slot}'"
			else
				MY_WXPYTHON_SLOTS="${MY_WXPYTHON_SLOTS}, '${wxpy_slot}'"
			fi
		fi
	done
	if [ -z "${MY_WXPYTHON_SLOTS}" ]; then
		eerror "None of the dev-python/wxpython installed versions have been built with Unicode support."
		eerror "Install wxpython with unicode USE flag enabled and try again."
		die "dev-python/wxpython is missing Unicode support"
	fi

	cd "${S}"
	sed -e "s/WXPYTHON_VER/${MY_WXPYTHON_SLOTS}/" \
		"${FILESDIR}"/${PN}-wxversion.patch \
		> "${T}"/${PN}-wxversion.patch
	epatch "${T}"/${PN}-wxversion.patch

	cd locale || die "locale directory not found"
	local lang
	for lang in ${MY_AVAILABLE_LINGUAS} ; do
		if ! use linguas_${lang} ; then
			rm -r ${lang}
		fi
	done
}

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
}



-- 
gentoo-commits@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 4+ messages in thread

* [gentoo-commits] gentoo-x86 commit in app-mobilephone/wammu: ChangeLog wammu-0.25.ebuild
@ 2008-02-24 19:01 Markus Meier (maekke)
  0 siblings, 0 replies; 4+ messages in thread
From: Markus Meier (maekke) @ 2008-02-24 19:01 UTC (permalink / raw
  To: gentoo-commits

maekke      08/02/24 19:01:15

  Modified:             ChangeLog wammu-0.25.ebuild
  Log:
  x86 stable, bug #210013
  (Portage version: 2.1.4.4)

Revision  Changes    Path
1.29                 app-mobilephone/wammu/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-mobilephone/wammu/ChangeLog?rev=1.29&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-mobilephone/wammu/ChangeLog?rev=1.29&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-mobilephone/wammu/ChangeLog?r1=1.28&r2=1.29

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-mobilephone/wammu/ChangeLog,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -r1.28 -r1.29
--- ChangeLog	20 Dec 2007 06:43:46 -0000	1.28
+++ ChangeLog	24 Feb 2008 19:01:14 -0000	1.29
@@ -1,6 +1,9 @@
 # ChangeLog for app-mobilephone/wammu
-# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-mobilephone/wammu/ChangeLog,v 1.28 2007/12/20 06:43:46 mrness Exp $
+# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-mobilephone/wammu/ChangeLog,v 1.29 2008/02/24 19:01:14 maekke Exp $
+
+  24 Feb 2008; Markus Meier <maekke@gentoo.org> wammu-0.25.ebuild:
+  x86 stable, bug #210013
 
 *wammu-0.25 (20 Dec 2007)
 



1.2                  app-mobilephone/wammu/wammu-0.25.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-mobilephone/wammu/wammu-0.25.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-mobilephone/wammu/wammu-0.25.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-mobilephone/wammu/wammu-0.25.ebuild?r1=1.1&r2=1.2

Index: wammu-0.25.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-mobilephone/wammu/wammu-0.25.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- wammu-0.25.ebuild	20 Dec 2007 06:43:46 -0000	1.1
+++ wammu-0.25.ebuild	24 Feb 2008 19:01:14 -0000	1.2
@@ -1,6 +1,6 @@
-# Copyright 1999-2007 Gentoo Foundation
+# Copyright 1999-2008 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-mobilephone/wammu/wammu-0.25.ebuild,v 1.1 2007/12/20 06:43:46 mrness Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-mobilephone/wammu/wammu-0.25.ebuild,v 1.2 2008/02/24 19:01:14 maekke Exp $
 
 inherit distutils eutils versionator
 
@@ -10,7 +10,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
+KEYWORDS="~amd64 ~ppc x86"
 IUSE="bluetooth"
 
 RDEPEND="=dev-python/wxpython-2.6*



-- 
gentoo-commits@lists.gentoo.org mailing list



^ permalink raw reply	[flat|nested] 4+ messages in thread

* [gentoo-commits] gentoo-x86 commit in app-mobilephone/wammu: ChangeLog wammu-0.25.ebuild
@ 2008-04-27 19:53 Markus Meier (maekke)
  0 siblings, 0 replies; 4+ messages in thread
From: Markus Meier (maekke) @ 2008-04-27 19:53 UTC (permalink / raw
  To: gentoo-commits

maekke      08/04/27 19:53:13

  Modified:             ChangeLog wammu-0.25.ebuild
  Log:
  amd64 stable, bug #210013
  (Portage version: 2.1.5_rc6)

Revision  Changes    Path
1.30                 app-mobilephone/wammu/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-mobilephone/wammu/ChangeLog?rev=1.30&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-mobilephone/wammu/ChangeLog?rev=1.30&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-mobilephone/wammu/ChangeLog?r1=1.29&r2=1.30

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-mobilephone/wammu/ChangeLog,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -r1.29 -r1.30
--- ChangeLog	24 Feb 2008 19:01:14 -0000	1.29
+++ ChangeLog	27 Apr 2008 19:53:12 -0000	1.30
@@ -1,6 +1,9 @@
 # ChangeLog for app-mobilephone/wammu
 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-mobilephone/wammu/ChangeLog,v 1.29 2008/02/24 19:01:14 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-mobilephone/wammu/ChangeLog,v 1.30 2008/04/27 19:53:12 maekke Exp $
+
+  27 Apr 2008; Markus Meier <maekke@gentoo.org> wammu-0.25.ebuild:
+  amd64 stable, bug #210013
 
   24 Feb 2008; Markus Meier <maekke@gentoo.org> wammu-0.25.ebuild:
   x86 stable, bug #210013



1.3                  app-mobilephone/wammu/wammu-0.25.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-mobilephone/wammu/wammu-0.25.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-mobilephone/wammu/wammu-0.25.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-mobilephone/wammu/wammu-0.25.ebuild?r1=1.2&r2=1.3

Index: wammu-0.25.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-mobilephone/wammu/wammu-0.25.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- wammu-0.25.ebuild	24 Feb 2008 19:01:14 -0000	1.2
+++ wammu-0.25.ebuild	27 Apr 2008 19:53:12 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2008 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-mobilephone/wammu/wammu-0.25.ebuild,v 1.2 2008/02/24 19:01:14 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-mobilephone/wammu/wammu-0.25.ebuild,v 1.3 2008/04/27 19:53:12 maekke Exp $
 
 inherit distutils eutils versionator
 
@@ -10,7 +10,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc x86"
+KEYWORDS="amd64 ~ppc x86"
 IUSE="bluetooth"
 
 RDEPEND="=dev-python/wxpython-2.6*



-- 
gentoo-commits@lists.gentoo.org mailing list



^ permalink raw reply	[flat|nested] 4+ messages in thread

* [gentoo-commits] gentoo-x86 commit in app-mobilephone/wammu: ChangeLog wammu-0.25.ebuild
@ 2009-01-17 14:27 Alin Nastac (mrness)
  0 siblings, 0 replies; 4+ messages in thread
From: Alin Nastac (mrness) @ 2009-01-17 14:27 UTC (permalink / raw
  To: gentoo-commits

mrness      09/01/17 14:27:14

  Modified:             ChangeLog
  Removed:              wammu-0.25.ebuild
  Log:
  Remove obsolete version.
  (Portage version: 2.1.4.5)

Revision  Changes    Path
1.35                 app-mobilephone/wammu/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-mobilephone/wammu/ChangeLog?rev=1.35&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-mobilephone/wammu/ChangeLog?rev=1.35&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-mobilephone/wammu/ChangeLog?r1=1.34&r2=1.35

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-mobilephone/wammu/ChangeLog,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -r1.34 -r1.35
--- ChangeLog	5 Nov 2008 19:57:09 -0000	1.34
+++ ChangeLog	17 Jan 2009 14:27:14 -0000	1.35
@@ -1,6 +1,9 @@
 # ChangeLog for app-mobilephone/wammu
-# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-mobilephone/wammu/ChangeLog,v 1.34 2008/11/05 19:57:09 maekke Exp $
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-mobilephone/wammu/ChangeLog,v 1.35 2009/01/17 14:27:14 mrness Exp $
+
+  17 Jan 2009; Alin Năstac <mrness@gentoo.org> -wammu-0.25.ebuild:
+  Remove obsolete version.
 
   05 Nov 2008; Markus Meier <maekke@gentoo.org> wammu-0.27.ebuild:
   amd64/x86 stable, bug #231597






^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2009-01-17 14:27 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-04-27 19:53 [gentoo-commits] gentoo-x86 commit in app-mobilephone/wammu: ChangeLog wammu-0.25.ebuild Markus Meier (maekke)
  -- strict thread matches above, loose matches on Subject: below --
2009-01-17 14:27 Alin Nastac (mrness)
2008-02-24 19:01 Markus Meier (maekke)
2007-12-20  6:43 Alin Nastac (mrness)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox