Bug List: (This bug is not in your last search results)   Show last search results      Search page      Enter new bug
Bug#: 189309
Alias:
Product:
Component:
Status: RESOLVED
Resolution: FIXED
Assigned To: Gentoo Mobile Phone Developers <mobile-phone@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: Tiziano Müller <dev-zero@gentoo.org>
Add CC:
CC:
URL:
Summary:
Status Whiteboard:
Keywords:

Filename Description Type Creator Created Size Actions
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 189309 depends on: Show dependency tree
Bug 189309 blocks:
Votes: 0    Show votes for this bug    Vote for this bug

Additional Comments: (this is where you put emerge --info)


Not eligible to see or edit group visibility for this bug.






View Bug Activity   |   Format For Printing   |   XML   |   Clone This Bug


Description:   Opened: 2007-08-18 07:17 0000
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 From Alin Năstac 2007-08-18 08:03:08 0000 -------
Fixed in cvs.

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

Bug List: (This bug is not in your last search results)   Show last search results      Search page      Enter new bug