Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 13044 - Ebuild for gscmxx
Summary: Ebuild for gscmxx
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Lars Weiler (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-01-01 14:02 UTC by Janne Johansson
Modified: 2003-03-21 23:30 UTC (History)
0 users

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


Attachments
Ebuild for gscmxx (gscmxx-0.4.1.ebuild,633 bytes, text/plain)
2003-01-01 14:03 UTC, Janne Johansson
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Janne Johansson 2003-01-01 14:02:16 UTC
Created an ebuild for gscmxx, a front-end for scmxx for easy access to Siemens
mobile phones.
Comment 1 Janne Johansson 2003-01-01 14:03:49 UTC
Created attachment 6891 [details]
Ebuild for gscmxx
Comment 2 Reik Keutterling 2003-01-30 07:24:58 UTC
when will this ebuild available with rsync? 
btw.. this one did not work for me... but if you just keep it simple it will work fine: 
 
 
--------------------------------------------------------------------- 
# Copyright 1999-2002 Gentoo Technologies, Inc. 
# Distributed under the terms of the GNU General Public License v2 
# $Header: $ 
 
DESCRIPTION="GUI for SCMxx." 
HOMEPAGE="http://gscmxx.sourceforge.net/" 
SRC_URI="http://unc.dl.sourceforge.net/sourceforge/gscmxx/${P}.tar.gz" 
 
SLOT="0" 
LICENSE="GPL-2" 
KEYWORDS="x86" 
IUSE="" 
 
DEPEND=" 
        >=app-misc/scmxx-0.6.0 
        >=sys-devel/perl-5.005 
        >=dev-perl/gtk-perl-0.7008 
        >=x11-libs/gtk+-1.2.8 
        >=dev-perl/ImageSize-2.92 
        >=media-gfx/imagemagick-5.4.9.1" 
--------------------------------------------------------------------- 
Comment 3 Reik Keutterling 2003-01-30 07:37:37 UTC
sorry i forgot one line X-)

here is the correct ebuild

--------------------------------------------------------------------- 
# Copyright 1999-2002 Gentoo Technologies, Inc. 
# Distributed under the terms of the GNU General Public License v2 
# $Header: $ 

inherit perl-module
 
DESCRIPTION="GUI for SCMxx." 
HOMEPAGE="http://gscmxx.sourceforge.net/" 
SRC_URI="http://unc.dl.sourceforge.net/sourceforge/gscmxx/${P}.tar.gz" 
 
SLOT="0" 
LICENSE="GPL-2" 
KEYWORDS="x86" 
IUSE="" 
 
DEPEND=" 
        >=app-misc/scmxx-0.6.0 
        >=sys-devel/perl-5.005 
        >=dev-perl/gtk-perl-0.7008 
        >=x11-libs/gtk+-1.2.8 
        >=dev-perl/ImageSize-2.92 
        >=media-gfx/imagemagick-5.4.9.1" 
--------------------------------------------------------------------- 
Comment 4 Lars Weiler (RETIRED) gentoo-dev 2003-03-12 00:40:15 UTC
Hmm, wrote some minutes ago a similar ebuild and found out, that there's one here on bugzilla yet.

Time to put it in CVS ;-)
Comment 5 Lars Weiler (RETIRED) gentoo-dev 2003-03-12 11:55:41 UTC
Talked with cybersystem.  He can't test this ebuild at the moment.  So I assigned the bug to me and will check the ebuild in as soon as I have cvs write permissions.
Comment 6 Lars Weiler (RETIRED) gentoo-dev 2003-03-21 23:30:53 UTC
Submitted to CVS (it took long enough ;-) ).

It's marked x86, because it runs fine on my machine.