Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 341659 - android-notifier-desktop: suggested new ebuild
Summary: android-notifier-desktop: suggested new ebuild
Status: RESOLVED OBSOLETE
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Default Assignee for New Packages
URL:
Whiteboard: sunrise-suggested
Keywords: EBUILD
Depends on:
Blocks:
 
Reported: 2010-10-18 16:58 UTC by Stefan G. Weichinger
Modified: 2015-09-20 08:50 UTC (History)
3 users (show)

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


Attachments
first draft (android-notifier-0.5.1.ebuild,1.12 KB, text/plain)
2010-10-18 16:58 UTC, Stefan G. Weichinger
Details
LICENSE corrected (android-notifier-0.5.1.ebuild,1.12 KB, text/plain)
2010-10-18 17:14 UTC, Stefan G. Weichinger
Details
renamed and updated ebuild (android-notifier-desktop-0.5.1.ebuild,969 bytes, text/plain)
2010-10-18 19:51 UTC, Stefan G. Weichinger
Details
android-notifier-desktop-bin-0.5.1.ebuild (android-notifier-desktop-bin-0.5.1.ebuild,1.02 KB, text/plain)
2010-11-15 10:49 UTC, Florian Schmaus
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Stefan G. Weichinger 2010-10-18 16:58:16 UTC
Wrote a draft for an ebuild installing the software from

http://code.google.com/p/android-notifier-desktop/

Reproducible: Always




It works but I am sure that there are some things missing (DEPEND ...) and/or wrong. Pls advise how to improve it.
Comment 1 Stefan G. Weichinger 2010-10-18 16:58:49 UTC
Created attachment 251137 [details]
first draft
Comment 2 Stefan G. Weichinger 2010-10-18 17:13:57 UTC
first update:

LICENSE="GPL-3"

sorry
Comment 3 Stefan G. Weichinger 2010-10-18 17:14:48 UTC
Created attachment 251143 [details]
LICENSE corrected
Comment 4 Justin Lecher (RETIRED) gentoo-dev 2010-10-18 17:27:29 UTC
Hello, The Gentoo Team would like to firstly thank you for your ebuild 
submission. We also apologize for not being able to accommodate you in a timely
manner. There are simply too many new packages.

Allow me to use this opportunity to introduce you to Gentoo Sunrise. The 
sunrise overlay[1] is a overlay for Gentoo which we allow trusted users to 
commit to and all users can have ebuilds reviewed by Gentoo devs for entry 
into the overlay. So, the sunrise team is suggesting that you look into this 
and submit your ebuild to the overlay where even *you* can commit to. =)

Thanks,
On behalf of the Gentoo Sunrise Team,
Justin.

[1]: http://www.gentoo.org/proj/en/sunrise/
[2]: http://overlays.gentoo.org/proj/sunrise/wiki/SunriseFaq

Comment 5 Stefan G. Weichinger 2010-10-18 19:50:28 UTC
(In reply to comment #4)

> Allow me to use this opportunity to introduce you to Gentoo Sunrise. The 
> sunrise overlay[1] is a overlay for Gentoo which we allow trusted users to 
> commit to and all users can have ebuilds reviewed by Gentoo devs for entry 
> into the overlay. So, the sunrise team is suggesting that you look into this 
> and submit your ebuild to the overlay where even *you* can commit to. =)

I will look into this, thanks.

For now let me add my updated ebuild, just for the records and others to find it.
Comment 6 Stefan G. Weichinger 2010-10-18 19:51:44 UTC
Created attachment 251161 [details]
renamed and updated ebuild

Renamed it to /usr/local/portage/dev-util/android-notifier-desktop/android-notifier-desktop-0.5.1.ebuild ... and did some improvements as suggested by justin@j-schmitz.net on the gentoo-users-ml.
Comment 7 Neil Bothwick 2010-10-19 09:33:45 UTC
The starter script didn't work here. First it failed with

/usr/bin/android-notifier: line 2: cd: android-notifier-desktop: No such file or directory

Changing line 2 to 

cd "/usr/share/android-notifier-desktop"

fixed that but then it failed with 

/usr/bin/android-notifier: line 10: /usr/share/android-notifier-desktop/run.sh: Permission denied

which was fixed with

chmod +x /usr/share/android-notifier-desktop/run.sh

The ebuild needs to take care of these steps.
Comment 8 Stefan G. Weichinger 2010-10-22 12:30:59 UTC
(In reply to comment #7)

> The ebuild needs to take care of these steps.

Thanks for testing. Was offline for a few days (internet provider problem), will take care of this soon. I remember editing that file now ... 


Comment 9 Florian Schmaus gentoo-dev 2010-11-15 10:49:10 UTC
Created attachment 254373 [details]
android-notifier-desktop-bin-0.5.1.ebuild

fixed file permissions and insinto part
marked as binary ebuild
Comment 10 Stefan G. Weichinger 2010-11-15 11:45:25 UTC
(In reply to comment #9)

Thanks for taking over.
Works OK here.
Comment 11 Tianon 2011-02-05 06:33:23 UTC
By the way, the project appears to have moved to http://code.google.com/p/android-notifier/ (sans -desktop)
Comment 12 n4cer 2015-05-18 05:54:03 UTC
The project seems to be dead. There is no activity since 2011.
Comment 13 Stefan G. Weichinger 2015-09-20 08:50:12 UTC
-