Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 179467 - net-im/amsn-0.97RC1 version bump
Summary: net-im/amsn-0.97RC1 version bump
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Gentoo Net-im project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-05-22 21:55 UTC by Boris Faure
Modified: 2007-07-13 23:07 UTC (History)
3 users (show)

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


Attachments
ebuild for amsn-0.97RC1 (amsn-0.97_rc1.ebuild,1.42 KB, text/plain)
2007-05-22 21:56 UTC, Boris Faure
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Boris Faure 2007-05-22 21:55:11 UTC
amsn 0.97RC1 is out.
Here's an ebuild that should work on amd64, ppc, and x86 (only tested on amd64 and x86).
This version needs snack-2.2.10 for one of its feature, but amsn can run without it.

Greets

Reproducible: Always
Comment 1 Boris Faure 2007-05-22 21:56:20 UTC
Created attachment 120032 [details]
ebuild for amsn-0.97RC1
Comment 2 Linus Färnstrand 2007-05-29 19:57:57 UTC
Thanks for the ebuild.
works great on my x86 system (P4 compiled as march=prescott)
Comment 3 Andri Möll 2007-05-31 20:42:24 UTC
The icons seem to be moved into desktop-icons/*x*/apps, therefor the -e fails.

Quick fix:
--- amsn-0.97_rc1.ebuild~       2007-05-31 23:37:42.000000000 +0300
+++ amsn-0.97_rc1.ebuild        2007-05-31 23:37:56.000000000 +0300
@@ -38,9 +38,9 @@
 
        cd desktop-icons
        for i in *; do
-               if [ -e ${i}/amsn.png ]; then
+               if [ -e ${i}/apps/amsn.png ]; then
                        insinto /usr/share/icons/hicolor/${i}/apps
-                       doins  ${i}/amsn.png
+                       doins  ${i}/apps/amsn.png
                fi
        done
 
Comment 4 Dustin Koupal 2007-06-12 09:22:57 UTC
ebuild + quickfix worked perfect on x86.  Thanks!
Comment 5 liv3d 2007-06-30 21:04:54 UTC
Okay, can you tell me what I've done wrong here...

I saved the ebuild (above) as amsn-0.97RC1.ebuild

BugsBunny amsn # emerge -av =net-im/amsn-0.97RC1

These are the packages that would be merged, in order:

Calculating dependencies |

!!! '=net-im/amsn-0.97RC1' is not a valid package atom.
!!! Please check ebuild(5) for full details.
!!! (Did you specify a version but forget to prefix with '='?)
BugsBunny amsn # 

Comment 6 Olivier Crete (RETIRED) gentoo-dev 2007-07-02 23:55:13 UTC
It should be 0.97_rc1 .. please read http://www.gentoo.org/proj/en/devrel/handbook/handbook.xml?part=2&chap=1#doc_chap3 for more details
Comment 7 Boris Faure 2007-07-03 14:58:57 UTC
(In reply to comment #6)
> It should be 0.97_rc1 .. please read
> http://www.gentoo.org/proj/en/devrel/handbook/handbook.xml?part=2&chap=1#doc_chap3
> for more details
> 

You're right, the ebuild should be called amsn-0.97_rc1
The ebuild works with that name.
Comment 8 liv3d 2007-07-03 15:02:54 UTC
(In reply to comment #6)
> It should be 0.97_rc1 .. please read
> http://www.gentoo.org/proj/en/devrel/handbook/handbook.xml?part=2&chap=1#doc_chap3
> for more details
> 


Thank you, it compiles fine for me now :)
Comment 9 Tony Vroon (RETIRED) gentoo-dev 2007-07-13 23:07:27 UTC
+*amsn-0.97_rc1 (13 Jul 2007)
+
+  13 Jul 2007; Tony Vroon <chainsaw@gentoo.org>
+  +files/amsn-0.97_rc1-autoconf-logic.patch,
+  +files/amsn-0.97_rc1-nostrip.patch, +amsn-0.97_rc1.ebuild:
+  Version bump, closes bug #179467. Suggested ebuild not used as I had to tame
+  a wild build system that was pre-stripping binaries and not listening to
+  --enable flags. Thanks to Edge <edge87@gmail.com> for help with a test
+  account.

This is in portage. Sorry for the delay, not every Gentoo developer has an MSN account (and some just don't want one...).