Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 189309 - app-mobilephone/pysms-0.9.4 version bump and new SRC_URI/HOMEPAGE
Summary: app-mobilephone/pysms-0.9.4 version bump and new SRC_URI/HOMEPAGE
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Mobile Phone Developers (INACTIVE)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-08-18 07:17 UTC by Tiziano Müller (RETIRED)
Modified: 2007-08-18 08:03 UTC (History)
0 users

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Tiziano Müller (RETIRED) gentoo-dev 2007-08-18 07:17:43 UTC
And some minor changes:

--- /var/repositories/portage/app-mobilephone/pysms/pysms-0.9.2.ebuild  2007-04-23 22:05:29.000000000 +0200
+++ pysms-0.9.4.ebuild  2007-08-18 09:15:01.000000000 +0200
@@ -2,11 +2,13 @@
 # Distributed under the terms of the GNU General Public License v2
 # $Header: /var/cvsroot/gentoo-x86/app-mobilephone/pysms/pysms-0.9.2.ebuild,v 1.2 2007/04/23 19:36:37 swegener Exp $

+NEED_PYTHON=2.4
+
 inherit distutils

 DESCRIPTION="Tool for sending text messages for various Swiss providers"
-HOMEPAGE="http://people.ee.ethz.ch/~maandrea/pySms"
-SRC_URI="http://people.ee.ethz.ch/~maandrea/pySms/${P}.tar.gz"
+HOMEPAGE="http://pysms.sourceforge.net/"
+SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"

 LICENSE="GPL-2"
 SLOT="0"
@@ -14,10 +16,9 @@
 IUSE=""

 DEPEND="dev-python/pygtk"
+RDEPEND="${DEPEND}"

-RESTRICT="test"
+DOCS="AUTHORS"

-src_install() {
-       distutils_src_install
-       dodoc AUTHORS PKG-INFO README
-}
+# There's a useless makefile
+RESTRICT="test"
Comment 1 Alin Năstac (RETIRED) gentoo-dev 2007-08-18 08:03:08 UTC
Fixed in cvs.

The only additional change I made was removal of MANIFEST.in file in src_unpack(). This file is useless.