diff options
author | 2009-10-24 16:23:29 +0000 | |
---|---|---|
committer | 2009-10-24 16:23:29 +0000 | |
commit | 75b7834c53fd24e6b15f61bf4cb965e59e3e57bf (patch) | |
tree | 6035ddaaac164d362dc9799c70d97ad64c6f8293 /app-mobilephone | |
parent | ppc stable #281427 (diff) | |
download | gentoo-2-75b7834c53fd24e6b15f61bf4cb965e59e3e57bf.tar.gz gentoo-2-75b7834c53fd24e6b15f61bf4cb965e59e3e57bf.tar.bz2 gentoo-2-75b7834c53fd24e6b15f61bf4cb965e59e3e57bf.zip |
Delete older ebuild.
Diffstat (limited to 'app-mobilephone')
-rw-r--r-- | app-mobilephone/wammu/Manifest | 3 | ||||
-rw-r--r-- | app-mobilephone/wammu/files/wammu-wxversion.patch | 11 | ||||
-rw-r--r-- | app-mobilephone/wammu/wammu-0.29.ebuild | 62 |
3 files changed, 0 insertions, 76 deletions
diff --git a/app-mobilephone/wammu/Manifest b/app-mobilephone/wammu/Manifest index 5015a004e4da..d028f3b6d0c5 100644 --- a/app-mobilephone/wammu/Manifest +++ b/app-mobilephone/wammu/Manifest @@ -1,7 +1,4 @@ -AUX wammu-wxversion.patch 275 RMD160 a5da815607895c453a792a1d96c4b498d8d39adb SHA1 2e8808e352d9ec9c1fcf32910655e3ab33212c5b SHA256 6c3d6f1a3b50a9a6b9e5863dccbd421e8c50898aa1f88bc2c4ad58361bc8571b -DIST wammu-0.29.tar.bz2 400153 RMD160 aa2816cbb3faa7e169abb5e2af5617a037faae0f SHA1 3e0f0a6cda0de9f6793675fd1817226e45e8584c SHA256 6fce26f481f81bdd7d1f37499fac85e6b2d33f524d45901c49f6663399edcef3 DIST wammu-0.30.1.tar.bz2 436344 RMD160 9035991a0a86f63ca52b7ac44dead802f786b68f SHA1 4f8ee935418c52315d92a112e90fae68fa9e892c SHA256 944eab6d76345449d51744562e67b81c92f936e0321da7a4f5557dddecb8d77e -EBUILD wammu-0.29.ebuild 1591 RMD160 643df8c8a74b1ed66b2468130ef58382d4f979b2 SHA1 63af91110ddcce2ba637d422967708139ea32e98 SHA256 048cbf5351229120d84c24084b4a5532699245732e3e0dc4e29cd9b2af0a28e8 EBUILD wammu-0.30.1.ebuild 1560 RMD160 401f0e3530519bc23ae38dbc31adfb8fead6b8b3 SHA1 505b8b9023c86d051cfaf7442393f49029796c81 SHA256 ae05345b7cc71dcfe0afdbd9e8873daa28dde015a2838097b66efb4f8af5d9e1 MISC ChangeLog 6133 RMD160 9c4f4f957edc1977e2f0aba019e284d269a03597 SHA1 d93f98a895372e48d49515d110730c36a4f39674 SHA256 5bb827123dae570ab4d6e59f0e7a1a6d98a7bf0bcb98939ca89cabf643aebc8e MISC metadata.xml 165 RMD160 1bf9089beacb19ba770d553d02356566ecd76892 SHA1 866903a1177187bfcc803fb62e0e3be2a2674481 SHA256 576ea680ccc744a6279987ce542f52f215515a2b4e95bd08c61a66bba9af1c57 diff --git a/app-mobilephone/wammu/files/wammu-wxversion.patch b/app-mobilephone/wammu/files/wammu-wxversion.patch deleted file mode 100644 index 3f9265e9234c..000000000000 --- a/app-mobilephone/wammu/files/wammu-wxversion.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- wammu.py.old 2007-09-04 22:45:00.000000000 +0200 -+++ wammu.py 2007-09-04 22:45:25.000000000 +0200 -@@ -24,6 +24,8 @@ - 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA - ''' - -+import wxversion -+wxversion.select([WXPYTHON_VER]) - import os - import sys - import getopt diff --git a/app-mobilephone/wammu/wammu-0.29.ebuild b/app-mobilephone/wammu/wammu-0.29.ebuild deleted file mode 100644 index bd30fe661559..000000000000 --- a/app-mobilephone/wammu/wammu-0.29.ebuild +++ /dev/null @@ -1,62 +0,0 @@ -# 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.29.ebuild,v 1.3 2009/03/08 16:17:02 maekke 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" - SKIPWXCHECK=yes distutils_src_install -} |