summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlin Năstac <mrness@gentoo.org>2008-06-07 12:54:56 +0000
committerAlin Năstac <mrness@gentoo.org>2008-06-07 12:54:56 +0000
commit53a657134b87344fc77959a65ed45b855fdd8805 (patch)
tree6c2f85accd4d045f848300e54d16e1491ddc5ba2 /app-mobilephone
parentVersion bump (bug #210993): Currently installs a copy of SQLAlchemy-0.3, this... (diff)
downloadhistorical-53a657134b87344fc77959a65ed45b855fdd8805.tar.gz
historical-53a657134b87344fc77959a65ed45b855fdd8805.tar.bz2
historical-53a657134b87344fc77959a65ed45b855fdd8805.zip
Remove old versions. Version bump.
Package-Manager: portage-2.1.4.4
Diffstat (limited to 'app-mobilephone')
-rw-r--r--app-mobilephone/wammu/ChangeLog9
-rw-r--r--app-mobilephone/wammu/wammu-0.20.ebuild35
-rw-r--r--app-mobilephone/wammu/wammu-0.21-r2.ebuild76
-rw-r--r--app-mobilephone/wammu/wammu-0.21.ebuild51
-rw-r--r--app-mobilephone/wammu/wammu-0.23.ebuild76
-rw-r--r--app-mobilephone/wammu/wammu-0.27.ebuild (renamed from app-mobilephone/wammu/wammu-0.24.ebuild)26
6 files changed, 26 insertions, 247 deletions
diff --git a/app-mobilephone/wammu/ChangeLog b/app-mobilephone/wammu/ChangeLog
index dbc8f0160c83..dc87b4d41f74 100644
--- a/app-mobilephone/wammu/ChangeLog
+++ b/app-mobilephone/wammu/ChangeLog
@@ -1,6 +1,13 @@
# 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.30 2008/04/27 19:53:12 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-mobilephone/wammu/ChangeLog,v 1.31 2008/06/07 12:54:56 mrness Exp $
+
+*wammu-0.27 (07 Jun 2008)
+
+ 07 Jun 2008; Alin Năstac <mrness@gentoo.org> -wammu-0.20.ebuild,
+ -wammu-0.21.ebuild, -wammu-0.21-r2.ebuild, -wammu-0.23.ebuild,
+ -wammu-0.24.ebuild, +wammu-0.27.ebuild:
+ Remove old versions. Version bump.
27 Apr 2008; Markus Meier <maekke@gentoo.org> wammu-0.25.ebuild:
amd64 stable, bug #210013
diff --git a/app-mobilephone/wammu/wammu-0.20.ebuild b/app-mobilephone/wammu/wammu-0.20.ebuild
deleted file mode 100644
index d00012883f53..000000000000
--- a/app-mobilephone/wammu/wammu-0.20.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# 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.20.ebuild,v 1.4 2007/10/03 04:56:58 dirtyepic 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.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
-}
diff --git a/app-mobilephone/wammu/wammu-0.21-r2.ebuild b/app-mobilephone/wammu/wammu-0.21-r2.ebuild
deleted file mode 100644
index b9183442313f..000000000000
--- a/app-mobilephone/wammu/wammu-0.21-r2.ebuild
+++ /dev/null
@@ -1,76 +0,0 @@
-# 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-r2.ebuild,v 1.2 2007/10/03 04:56:58 dirtyepic 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.22
- 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
-}
diff --git a/app-mobilephone/wammu/wammu-0.21.ebuild b/app-mobilephone/wammu/wammu-0.21.ebuild
deleted file mode 100644
index 16b3f3d0304e..000000000000
--- a/app-mobilephone/wammu/wammu-0.21.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# 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/10/03 04:56:58 dirtyepic 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.6*
- >=dev-python/python-gammu-0.20
- 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}
-
- cd "${S}/locale"
- 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
-}
diff --git a/app-mobilephone/wammu/wammu-0.23.ebuild b/app-mobilephone/wammu/wammu-0.23.ebuild
deleted file mode 100644
index 97542c2aacf9..000000000000
--- a/app-mobilephone/wammu/wammu-0.23.ebuild
+++ /dev/null
@@ -1,76 +0,0 @@
-# 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.23.ebuild,v 1.1 2007/10/11 08:54:06 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.22
- 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
-}
diff --git a/app-mobilephone/wammu/wammu-0.24.ebuild b/app-mobilephone/wammu/wammu-0.27.ebuild
index 819f217bbe9f..bffdb8b7c5dc 100644
--- a/app-mobilephone/wammu/wammu-0.24.ebuild
+++ b/app-mobilephone/wammu/wammu-0.27.ebuild
@@ -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.24.ebuild,v 1.1 2007/12/01 10:03:48 mrness Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-mobilephone/wammu/wammu-0.27.ebuild,v 1.1 2008/06/07 12:54:56 mrness Exp $
inherit distutils eutils versionator
@@ -14,7 +14,7 @@ KEYWORDS="~amd64 ~ppc ~x86"
IUSE="bluetooth"
RDEPEND="=dev-python/wxpython-2.6*
- >=dev-python/python-gammu-0.23
+ >=dev-python/python-gammu-0.24
bluetooth? (
|| (
dev-python/pybluez
@@ -25,7 +25,7 @@ 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"
+MY_AVAILABLE_LINGUAS=" af ca cs de es et fi fr gl he hu it ko nl pl pt_BR ru sk sv zh_CN zh_TW"
IUSE="${IUSE} ${MY_AVAILABLE_LINGUAS// / linguas_}"
src_unpack() {
@@ -55,13 +55,23 @@ src_unpack() {
> "${T}"/${PN}-wxversion.patch
epatch "${T}"/${PN}-wxversion.patch
- cd locale || die "locale directory not found"
- local lang
+ pushd locale || die "locale directory not found"
+ local lang support_linguas=no
for lang in ${MY_AVAILABLE_LINGUAS} ; do
- if ! use linguas_${lang} ; then
- rm -r ${lang}
+ if use linguas_${lang} ; then
+ support_linguas=yes
+ break
fi
done
+ # install all languages when all selected LINGUAS aren't supported
+ if [ "${support_linguas}" = "yes" ]; then
+ for lang in ${MY_AVAILABLE_LINGUAS} ; do
+ if ! use linguas_${lang} ; then
+ rm -r ${lang}
+ fi
+ done
+ fi
+ popd
}
src_compile() {