First Last Prev Next    No search results available      Search page      Enter new bug
Bug#: 202523
Alias:
Product:
Component:
Status: NEW
Resolution:
Assigned To: Default Assignee for New Packages <maintainer-wanted@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: Alessandro Candini <canduc17@tiscalinet.it>
Add CC:
CC:
Remove selected CCs
URL:
Summary:
Status Whiteboard:
Keywords:

Filename Description Type Creator Created Size Actions
moiosms-2.13.ebuild moiosms-2.13.ebuild text/plain Alessandro Candini 2007-12-16 21:38 0000 976 bytes Details
moiosms-2.13-r1.ebuild moiosms-2.13-r1.ebuild text/plain Alessandro Candini 2007-12-17 10:41 0000 964 bytes Details
moiosms-2.13-r2.ebuild app-mobilephone/moiosms-2.13-r2.ebuild text/plain Frittella Laurento 2007-12-18 14:54 0000 1.30 KB Details
moiosms-2.13.ebuild moiosms-2.13.ebuild text/plain Davide Cendron 2007-12-19 20:50 0000 1.29 KB Details
moiosms-2.14_beta6.ebuild moiosms-2.14_beta6.ebuild text/plain Fabio Rossi 2008-02-22 17:21 0000 1.34 KB Details
moiosms-2.14.ebuild app-mobilephone/moiosms-2.14.ebuild text/plain Frittella Laurento 2008-02-26 08:16 0000 1.47 KB Details
moiosms-2.15.ebuild moiosms-2.15.ebuild text/plain Frittella Laurento 2008-05-19 10:08 0000 1.57 KB Details
graphicsmagick.patch files/graphicsmagick.patch text/plain Frittella Laurento 2008-05-19 10:09 0000 1.13 KB Details
moiosms-2.15.ebuild moiosms-2.15.ebuild text/plain Frittella Laurento 2008-06-17 07:15 0000 1.54 KB Details
moiosms-2.16.ebuild app-mobilephone/moiosms-2.16.ebuild text/plain Alessandro Candini 2008-07-24 23:26 0000 1.55 KB Details
moiosms-2.17.ebuild moiosms-2.17 text/plain Alessandro Candini 2008-11-13 11:20 0000 1.55 KB Details
moiosms-2.18.ebuild moiosms-2.18 text/plain Alessandro Candini 2008-12-17 12:31 0000 1.55 KB Details
moiosms-2.18.ebuild moiosms-2.18.ebuild text/plain Frittella Laurento 2009-08-24 08:55 0000 1.66 KB Details
moiosms-2.18.ebuild moiosms-2.18.ebuild text/plain Frittella Laurento 2009-08-24 08:59 0000 1.62 KB Details
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 202523 depends on: 190372 Show dependency tree
Bug 202523 blocks:
Votes: 20    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-12-16 21:33 0000
Hi,
I have created an ebuild for MoioSMS-2.13.
MoioSMS is a python application (with GUI) that allows you to send free sms
through several italian sites: Vodafone, Rossoalice, Tim, Tin, Smshosting,
Callwave, Enel.

It works fine on my gentoo-box.

I'll attach the ebuild...

Canduc

Reproducible: Always

------- Comment #1 From Alessandro Candini 2007-12-16 21:38:39 0000 -------
Created an attachment (id=138658) [details]
moiosms-2.14.ebuild

------- Comment #2 From Alessandro Candini 2007-12-17 10:41:23 0000 -------
Created an attachment (id=138721) [details]
moiosms-2.13-r1.ebuild

Adjusted DEPEND/RDEPEND variables.

------- Comment #3 From Frittella Laurento 2007-12-18 14:54:32 0000 -------
Created an attachment (id=138830) [details]
app-mobilephone/moiosms-2.13-r2.ebuild

. Package cleanup (the ebuild removes orphan .pyc, and *~ files)
. python_mod_optimize and python_mod_cleanup
. Added desktop icon
. >=x11-libs/wxGTK-2.6 >=dev-python/wxpython-2.6 instead of 2.8 series actually
hardmasked. The 2.6 isn't supported upstream but the app seems to work well
with this version too ;)
. some little changes

------- Comment #4 From Davide Cendron 2007-12-19 20:50:40 0000 -------
Created an attachment (id=138908) [details]
moiosms-2.13.ebuild

- Some minor fixes (thanks to Repoman :) )
- Removed unnecessary wxGTK dependency (already pulled in by wxpython)
- Added "captcha" USE FLAG: it enables conditional dependencies for CAPTCHA
recognition support
- dos2unix on txt docs

FYI: revision bumps (-r*) for Bugzilla submitted ebuilds is not required,
because they aren't yet in the tree ;) Marking the old ebuilds as "obsolete" is
sufficient.

------- Comment #5 From Fabio Rossi 2008-02-22 17:21:30 0000 -------
Created an attachment (id=144359) [details]
moiosms/moiosms-2.14_beta6.ebuild

------- Comment #6 From Frittella Laurento 2008-02-26 08:16:51 0000 -------
Created an attachment (id=144659) [details]
app-mobilephone/moiosms-2.14.ebuild

Here is the ebuild for the latest version (with some minor change)

@Fabio: I think we don't need to use "dev-python/wxpython:2.6" as dep because
upstream only support wxpython-2.8 and actually the 2.8 is marked stable in the
tree; I kept >=dev-python/wxpython-2.6 because moiosms seems to work well with
the 2.6 version too

------- Comment #7 From Fabio Rossi 2008-02-26 13:40:32 0000 -------
(In reply to comment #6)
> @Fabio: I think we don't need to use "dev-python/wxpython:2.6" as dep because
> upstream only support wxpython-2.8 and actually the 2.8 is marked stable in the
> tree; I kept >=dev-python/wxpython-2.6 because moiosms seems to work well with
> the 2.6 version too

On my system I had installed only wxpython-2.8 and moiosms GUI didn't work :(
There has been an API upgrade between 2.6 and 2.8 versions.

------- Comment #8 From Frittella Laurento 2008-05-19 10:08:23 0000 -------
Created an attachment (id=153649) [details]
moiosms-2.15_beta2.ebuild

This is the ebuild for the upcoming 2.15 version, upstream chose to use
graphicsmagick instead of imagemagick due to a bug that affects linux
platforms.

graphicsmagick isn't in portage yet but a working ebuild is available on the
bugzilla #190372 (simple rename it for the latest 1.2.1 version)

------- Comment #9 From Frittella Laurento 2008-05-19 10:09:16 0000 -------
Created an attachment (id=153651) [details]
files/graphicsmagick.patch

Use this patch with moiosms-2.15_beta2.ebuild

------- Comment #10 From Frittella Laurento 2008-05-24 14:35:36 0000 -------
I renamed the attached ebuild because the 2.15 stable has been released

------- Comment #11 From mambro 2008-06-16 19:57:17 0000 -------
>>> Emerging (1 of 1) net-misc/moiosms-2.15 to /
 * MoioSMS2.15-src.zip RMD160 SHA1 SHA256 size ;-) ...                         
                                                                       [ ok ]
 * checking ebuild checksums ;-) ...                                           
                                                                       [ ok ]
 * checking auxfile checksums ;-) ...                                          
                                                                       [ ok ]
 * checking miscfile checksums ;-) ...                                         
                                                                       [ ok ]
 * checking MoioSMS2.15-src.zip ;-) ...                                        
                                                                       [ ok ]
>>> Unpacking source...
>>> Unpacking MoioSMS2.15-src.zip to /var/tmp/portage/net-misc/moiosms-2.15/work
 * Applying graphicsmagick.patch ...                                           
                                                                       [ ok ]
 * 
 * ERROR: net-misc/moiosms-2.15 failed.
 * Call stack:
 *               ebuild.sh, line   49:  Called src_unpack
 *             environment, line 2457:  Called python_mod_cleanup 'src_unpack'
 *             environment, line 2251:  Called die
 * The specific snippet of code:
 *       [[ ${EBUILD_PHASE} != postrm ]] && die "${FUNCNAME} should only be run
in pkg_postrm()";
 *  The die message:
 *   python_mod_cleanup should only be run in pkg_postrm()
 * 
 * If you need support, post the topmost build error, and the call stack if
relevant.
 * A complete build log is located at
'/var/tmp/portage/net-misc/moiosms-2.15/temp/build.log'.
 * The ebuild environment file is located at
'/var/tmp/portage/net-misc/moiosms-2.15/temp/environment'.
 * 

------- Comment #12 From Frittella Laurento 2008-06-17 07:15:47 0000 -------
Created an attachment (id=157205) [details]
moiosms-2.15.ebuild

Latest portage version doesn't allow python_mod_cleanup outside of
pkg_postrm(), anyway .py{o,c} files are now removed upstream so we can simply
remove the offending call from the ebuild ;)

------- Comment #13 From Alessandro Candini 2008-07-24 23:26:54 0000 -------
Created an attachment (id=161321) [details]
app-mobilephone/moiosms-2.16.ebuild

------- Comment #14 From Alessandro Candini 2008-11-13 11:20:53 0000 -------
Created an attachment (id=171624) [details]
moiosms-2.17

You have to change the first line in /usr/bin/moiosms from
#!/usr/bin/python2.4
to
#!/usr/bin/python2.5
to get moiosms working.

Enjoy!

------- Comment #15 From Alessandro Candini 2008-12-17 12:31:47 0000 -------
Created an attachment (id=175605) [details]
moiosms-2.18

As in 2.17 release, you have to change the first line in /usr/bin/moiosms from
#!/usr/bin/python2.4
to
#!/usr/bin/python2.5
to get moiosms working.

Enjoy!

------- Comment #16 From Patrizio Bassi 2008-12-24 10:52:20 0000 -------
we want this in portage asap!

------- Comment #17 From Frittella Laurento 2009-08-24 08:55:38 0000 -------
Created an attachment (id=202129) [details]
moiosms-2.18.ebuild

* Added a fix for the bad interpreter issue
* My graphicsmagick patch isn't necessary anymore because the problem has been
solved upstream

------- Comment #18 From Frittella Laurento 2009-08-24 08:59:24 0000 -------
Created an attachment (id=202130) [details]
moiosms-2.18.ebuild

oops... this one :)

First Last Prev Next    No search results available      Search page      Enter new bug