Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 27301 - New ebuild for gwine 0.6.2 (a wine cellar manager)
Summary: New ebuild for gwine 0.6.2 (a wine cellar manager)
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Gentoo Perl team
URL: http://gwine.tuxfamily.org
Whiteboard:
Keywords: EBUILD
Depends on:
Blocks:
 
Reported: 2003-08-25 09:18 UTC by Arnaud Launay
Modified: 2004-03-06 04:06 UTC (History)
1 user (show)

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


Attachments
Ebuidl for gwine 0.6.2 (gwine-0.6.2.ebuild,779 bytes, application/octet-stream)
2003-08-25 09:19 UTC, Arnaud Launay
Details
Ebuild for gwine 0.6.2 (gwine-0.6.2.ebuild,779 bytes, text/plain)
2003-08-25 09:19 UTC, Arnaud Launay
Details
gwine-0.6.2.tar.bz2 (gwine-0.6.2.tar.bz2,1.08 KB, application/octet-stream)
2003-09-21 11:08 UTC, SpanKY
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Arnaud Launay 2003-08-25 09:18:46 UTC
Ebuild for gwine 0.6.2, a perl gnome app to manage wine cellar
Comment 1 Arnaud Launay 2003-08-25 09:19:17 UTC
Created attachment 16604 [details]
Ebuidl for gwine 0.6.2
Comment 2 Arnaud Launay 2003-08-25 09:19:37 UTC
Created attachment 16605 [details]
Ebuild for gwine 0.6.2
Comment 3 Arnaud Launay 2003-08-27 06:37:12 UTC
This has nothing to do with wine...
Comment 4 Mr. Bones. (RETIRED) gentoo-dev 2003-08-28 03:45:46 UTC
... and it is not a game.

From the home page:

"Gwine is a little application to manage your wine cellar."
Comment 5 Sergey Kuleshov (RETIRED) gentoo-dev 2003-08-28 06:17:28 UTC
This has nothing to do with games either, so I'm giving it back to bug wranglers.
Comment 6 Arnaud Launay 2003-09-15 03:06:45 UTC
Nobody to commit this, say, in app-misc ?
Comment 7 SpanKY gentoo-dev 2003-09-19 05:26:34 UTC
jesus people i'll do the damned thing
Comment 8 SpanKY gentoo-dev 2003-09-21 11:08:55 UTC
Created attachment 18083 [details]
gwine-0.6.2.tar.bz2

root@vapier 0 app-misc # tar -jvcf gwine-0.6.2.tar.bz2 gwine/
gwine/
gwine/files/
gwine/files/digest-gwine-0.6.2
gwine/Manifest
gwine/gwine-0.6.2.ebuild
gwine/ChangeLog
Comment 9 SpanKY gentoo-dev 2003-09-21 11:09:28 UTC
perl guys: could you give this a look over and make sure it's perl happy ?

current ebuild emerges fine and works for me
Comment 10 Michael Cummings (RETIRED) gentoo-dev 2004-02-27 07:27:31 UTC
I'm trying to clear out bugs that have gone stale when I found this one. I have a proposed changed to the ebuild, but unfortunately tuxfamily.org appears to be having issues with their projects pages. Here's the modified ebuild that is untested but should work should they come back up. Basically I'd like to see the work shifted to the perl module eclass as it is better suited for handling the variations on perl installs.

inherit perl-module

DESCRIPTION="Gnome application to manage your wine cellar"
HOMEPAGE="http://gwine.tuxfamily.org"
SRC_URI="http://gwine.tuxfamily.org/dl/${PN}-${PV}.tar.gz"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~x86"

DEPEND=">=dev-lang/perl-5.8.0
                >=dev-perl/glib-perl-0.90
                >=dev-perl/gtk2-perl-0.90
                >=dev-perl/gnome2-perl-0.28"

src_compile() {
        cp Makefile.PL Makefile.PL.old
        sed -e 's#. "$path" .#. "/usr/share/pixmaps" .#' Makefile.PL.old >Makefile.PL
    perl-module_src_compile
}
Comment 11 Michael Cummings (RETIRED) gentoo-dev 2004-03-04 05:51:22 UTC
0.7.1 is now in portage, marked ~x86.
Comment 12 Arnaud Launay 2004-03-05 09:23:32 UTC
ebuild for 0.7.1 works just fine for me. Could probably be marked as stable.
Comment 13 Michael Cummings (RETIRED) gentoo-dev 2004-03-06 04:06:53 UTC
done