From f06a6948bcad7618e46a448d5af6b26dcd7752d2 Mon Sep 17 00:00:00 2001 From: Alin Năstac Date: Sun, 10 May 2009 10:18:59 +0000 Subject: Version bump (#260303). Migrate to EAPI 2. Package-Manager: portage-2.1.6.7/cvs/Linux x86_64 --- app-mobilephone/gammu/ChangeLog | 8 ++- app-mobilephone/gammu/gammu-1.20.0-r1.ebuild | 65 --------------------- app-mobilephone/gammu/gammu-1.21.0.ebuild | 65 --------------------- app-mobilephone/gammu/gammu-1.24.0.ebuild | 77 +++++++++++++++++++++++++ app-mobilephone/wammu/ChangeLog | 8 ++- app-mobilephone/wammu/wammu-0.27.ebuild | 86 ---------------------------- app-mobilephone/wammu/wammu-0.28.ebuild | 62 -------------------- app-mobilephone/wammu/wammu-0.30.1.ebuild | 60 +++++++++++++++++++ 8 files changed, 151 insertions(+), 280 deletions(-) delete mode 100644 app-mobilephone/gammu/gammu-1.20.0-r1.ebuild delete mode 100644 app-mobilephone/gammu/gammu-1.21.0.ebuild create mode 100644 app-mobilephone/gammu/gammu-1.24.0.ebuild delete mode 100644 app-mobilephone/wammu/wammu-0.27.ebuild delete mode 100644 app-mobilephone/wammu/wammu-0.28.ebuild create mode 100644 app-mobilephone/wammu/wammu-0.30.1.ebuild (limited to 'app-mobilephone') diff --git a/app-mobilephone/gammu/ChangeLog b/app-mobilephone/gammu/ChangeLog index 50f497371c26..9a3d7340bc5c 100644 --- a/app-mobilephone/gammu/ChangeLog +++ b/app-mobilephone/gammu/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for app-mobilephone/gammu # Copyright 2000-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-mobilephone/gammu/ChangeLog,v 1.66 2009/03/08 16:16:21 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-mobilephone/gammu/ChangeLog,v 1.67 2009/05/10 10:16:48 mrness Exp $ + +*gammu-1.24.0 (10 May 2009) + + 10 May 2009; Alin Năstac -gammu-1.20.0-r1.ebuild, + -gammu-1.21.0.ebuild, +gammu-1.24.0.ebuild: + Version bump (#260303). Migrate to EAPI 2. 08 Mar 2009; Markus Meier gammu-1.22.1-r2.ebuild: amd64/x86 stable, bug #259521 diff --git a/app-mobilephone/gammu/gammu-1.20.0-r1.ebuild b/app-mobilephone/gammu/gammu-1.20.0-r1.ebuild deleted file mode 100644 index affe8f9d95b4..000000000000 --- a/app-mobilephone/gammu/gammu-1.20.0-r1.ebuild +++ /dev/null @@ -1,65 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-mobilephone/gammu/gammu-1.20.0-r1.ebuild,v 1.3 2008/11/08 13:16:28 nixnut Exp $ - -inherit cmake-utils - -DESCRIPTION="a fork of the gnokii project, a tool to handle your cellular phone" -HOMEPAGE="http://www.gammu.org" -SRC_URI="ftp://dl.cihar.com/gammu/releases/${P}.tar.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 ppc x86" -IUSE="debug bluetooth irda mysql postgres nls" - -RDEPEND="bluetooth? ( net-wireless/bluez-libs ) - mysql? ( virtual/mysql ) - postgres? ( virtual/postgresql-server ) - dev-util/dialog" -DEPEND="${RDEPEND} - irda? ( virtual/os-headers ) - nls? ( sys-devel/gettext ) - dev-util/cmake" - -# sys-devel/gettext is needed for creating .mo files -# Supported languages and translated documentation -# Be sure all languages are prefixed with a single space! -MY_AVAILABLE_LINGUAS=" cs de es it pl ru" -IUSE="${IUSE} ${MY_AVAILABLE_LINGUAS// / linguas_}" - -src_unpack() { - unpack ${A} - - pushd "${S}"/locale || die "locale directory not found" - local lang support_linguas=no - for lang in ${MY_AVAILABLE_LINGUAS} ; do - 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 - sed -i -e "/^[[:space:]]*${lang}[[:space:]]*$/d" CMakeLists.txt - fi - done - fi - popd -} - -src_compile() { - # debug flag is used inside cmake-utils.eclass - local mycmakeargs="$(cmake-utils_use_with bluetooth Bluez) \ - $(cmake-utils_use_with irda IrDA) \ - $(cmake-utils_use_with mysql MySQL) \ - $(cmake-utils_use_with postgres Postgres) \ - -DENABLE_SHARED=ON" - cmake-utils_src_compile -} - -src_test() { - LD_LIBRARY_PATH="${WORKDIR}"/${PN}_build/common cmake-utils_src_test -} diff --git a/app-mobilephone/gammu/gammu-1.21.0.ebuild b/app-mobilephone/gammu/gammu-1.21.0.ebuild deleted file mode 100644 index f0e058e37b33..000000000000 --- a/app-mobilephone/gammu/gammu-1.21.0.ebuild +++ /dev/null @@ -1,65 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-mobilephone/gammu/gammu-1.21.0.ebuild,v 1.1 2008/11/02 12:46:58 mrness Exp $ - -inherit cmake-utils - -DESCRIPTION="a fork of the gnokii project, a tool to handle your cellular phone" -HOMEPAGE="http://www.gammu.org" -SRC_URI="ftp://dl.cihar.com/gammu/releases/${P}.tar.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86" -IUSE="debug bluetooth irda mysql postgres nls" - -RDEPEND="bluetooth? ( net-wireless/bluez-libs ) - mysql? ( virtual/mysql ) - postgres? ( virtual/postgresql-server ) - dev-util/dialog" -DEPEND="${RDEPEND} - irda? ( virtual/os-headers ) - nls? ( sys-devel/gettext ) - dev-util/cmake" - -# sys-devel/gettext is needed for creating .mo files -# Supported languages and translated documentation -# Be sure all languages are prefixed with a single space! -MY_AVAILABLE_LINGUAS=" cs de es id it pl ru" -IUSE="${IUSE} ${MY_AVAILABLE_LINGUAS// / linguas_}" - -src_unpack() { - unpack ${A} - - pushd "${S}"/locale || die "locale directory not found" - local lang support_linguas=no - for lang in ${MY_AVAILABLE_LINGUAS} ; do - 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 - sed -i -e "/^[[:space:]]*${lang}[[:space:]]*$/d" CMakeLists.txt - fi - done - fi - popd -} - -src_compile() { - # debug flag is used inside cmake-utils.eclass - local mycmakeargs="$(cmake-utils_use_with bluetooth Bluez) \ - $(cmake-utils_use_with irda IrDA) \ - $(cmake-utils_use_with mysql MySQL) \ - $(cmake-utils_use_with postgres Postgres) \ - -DENABLE_SHARED=ON" - cmake-utils_src_compile -} - -src_test() { - LD_LIBRARY_PATH="${WORKDIR}"/${PN}_build/common cmake-utils_src_test -} diff --git a/app-mobilephone/gammu/gammu-1.24.0.ebuild b/app-mobilephone/gammu/gammu-1.24.0.ebuild new file mode 100644 index 000000000000..659e4f2b3d81 --- /dev/null +++ b/app-mobilephone/gammu/gammu-1.24.0.ebuild @@ -0,0 +1,77 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-mobilephone/gammu/gammu-1.24.0.ebuild,v 1.1 2009/05/10 10:16:48 mrness Exp $ + +EAPI="2" + +inherit cmake-utils distutils + +DESCRIPTION="a fork of the gnokii project, a tool to handle your cellular phone" +HOMEPAGE="http://www.gammu.org" +SRC_URI="http://dl.cihar.com/gammu/releases/${P}.tar.bz2" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~ppc ~x86" +IUSE="debug bluetooth irda mysql postgres nls" + +# TODO after bug 247687 gets solved: usb? ( >=dev-libs/libusb-1.0.0 ) +RDEPEND="bluetooth? ( || ( net-wireless/bluez net-wireless/bluez-libs ) ) + mysql? ( virtual/mysql ) + postgres? ( virtual/postgresql-server ) + dev-util/dialog + dev-lang/python + !dev-python/python-gammu" # needs to be removed from the tree +DEPEND="${RDEPEND} + irda? ( virtual/os-headers ) + nls? ( sys-devel/gettext ) + dev-util/cmake" + +# sys-devel/gettext is needed for creating .mo files +# Supported languages and translated documentation +# Be sure all languages are prefixed with a single space! +MY_AVAILABLE_LINGUAS=" af bg ca cs da de el es et fi fr gl he hu id it ko nl pl pt_BR ru sk sv zh_CN zh_TW" +IUSE="${IUSE} ${MY_AVAILABLE_LINGUAS// / linguas_}" + +src_prepare() { + local lang support_linguas=no + for lang in ${MY_AVAILABLE_LINGUAS} ; do + 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 -rf locale/${lang} || die + fi + done + fi +} + +src_configure() { + # debug flag is used inside cmake-utils.eclass + # TODO $(cmake-utils_use_with usb USB) \ + local mycmakeargs="$(cmake-utils_use_with bluetooth Bluez) \ + $(cmake-utils_use_with irda IrDA) \ + $(cmake-utils_use_with mysql MySQL) \ + $(cmake-utils_use_with postgres Postgres) \ + -DBUILD_SHARED_LIBS=ON -DINSTALL_DOC_DIR=share/doc/${PF} \ + -DBUILD_PYTHON=/usr/bin/python" + cmake-utils_src_configure +} + +src_compile() { + cmake-utils_src_compile +} + +src_test() { + LD_LIBRARY_PATH="${WORKDIR}"/${PN}_build/common cmake-utils_src_test +} + +src_install() { + cmake-utils_src_install +} + diff --git a/app-mobilephone/wammu/ChangeLog b/app-mobilephone/wammu/ChangeLog index df6adf1bf1fa..2effd4cf6e55 100644 --- a/app-mobilephone/wammu/ChangeLog +++ b/app-mobilephone/wammu/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for app-mobilephone/wammu # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-mobilephone/wammu/ChangeLog,v 1.37 2009/03/08 16:17:02 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-mobilephone/wammu/ChangeLog,v 1.38 2009/05/10 10:18:59 mrness Exp $ + +*wammu-0.30.1 (10 May 2009) + + 10 May 2009; Alin Năstac -wammu-0.27.ebuild, + -wammu-0.28.ebuild, +wammu-0.30.1.ebuild: + Version bump (#260303). Migrate to EAPI 2. 08 Mar 2009; Markus Meier wammu-0.29.ebuild: amd64/x86 stable, bug #259521 diff --git a/app-mobilephone/wammu/wammu-0.27.ebuild b/app-mobilephone/wammu/wammu-0.27.ebuild deleted file mode 100644 index a0585b26fb9f..000000000000 --- a/app-mobilephone/wammu/wammu-0.27.ebuild +++ /dev/null @@ -1,86 +0,0 @@ -# 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.27.ebuild,v 1.2 2008/11/05 19:57:09 maekke 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 gl he hu it ko nl pl pt_BR ru sk sv zh_CN zh_TW" -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 - - pushd locale || die "locale directory not found" - local lang support_linguas=no - for lang in ${MY_AVAILABLE_LINGUAS} ; do - 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() { - # 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.28.ebuild b/app-mobilephone/wammu/wammu-0.28.ebuild deleted file mode 100644 index 8e0b64e4c50f..000000000000 --- a/app-mobilephone/wammu/wammu-0.28.ebuild +++ /dev/null @@ -1,62 +0,0 @@ -# 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.28.ebuild,v 1.1 2008/08/19 19:24:47 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" - -RDEPEND=">=dev-python/wxpython-2.8 - >=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 gl he hu it ko nl pl pt_BR ru sk sv zh_CN zh_TW" -IUSE="${IUSE} ${MY_AVAILABLE_LINGUAS// / linguas_}" - -src_unpack() { - unpack ${A} - - pushd "${S}"/locale || die "locale directory not found" - local lang support_linguas=no - for lang in ${MY_AVAILABLE_LINGUAS} ; do - 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() { - # 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.30.1.ebuild b/app-mobilephone/wammu/wammu-0.30.1.ebuild new file mode 100644 index 000000000000..fe5ccf72c09c --- /dev/null +++ b/app-mobilephone/wammu/wammu-0.30.1.ebuild @@ -0,0 +1,60 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-mobilephone/wammu/wammu-0.30.1.ebuild,v 1.1 2009/05/10 10:18:59 mrness Exp $ + +EAPI="2" + +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" + +RDEPEND=">=app-mobilephone/gammu-1.24.0 + >=dev-python/wxpython-2.8 + 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 bg ca cs da de el es et fi fr gl he hu id it ko nl pl pt_BR ru sk sv zh_CN zh_TW" +IUSE="${IUSE} ${MY_AVAILABLE_LINGUAS// / linguas_}" + +src_prepare() { + local lang support_linguas=no + for lang in ${MY_AVAILABLE_LINGUAS} ; do + 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 locale/${lang} || die + fi + done + fi +} + +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" + SKIPWXCHECK=yes distutils_src_install +} -- cgit v1.2.3-65-gdbad