Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 53229 - (New package) gnome-ppp-0.2.1.ebuild
Summary: (New package) gnome-ppp-0.2.1.ebuild
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All All
: High enhancement (vote)
Assignee: Brian Harring (RETIRED)
URL: http://www.gnome-ppp.org/
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-06-07 08:37 UTC by Tom Martin (RETIRED)
Modified: 2004-07-13 07:57 UTC (History)
3 users (show)

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


Attachments
gnome-ppp-0.3.0.ebuild (gnome-ppp-0.3.0.ebuild,629 bytes, text/plain)
2004-06-07 08:38 UTC, Tom Martin (RETIRED)
Details
gnome-ppp-0.3.0.ebuild (gnome-ppp-0.3.0.ebuild,585 bytes, text/plain)
2004-06-09 21:17 UTC, carlitos
Details
gnome-ppp-0.3.0.ebuild (gnome-ppp-0.3.0.ebuild,783 bytes, text/plain)
2004-06-10 14:24 UTC, carlitos
Details
gnome-ppp-0.3.0.ebuild (gnome-ppp-0.2.1.ebuild,590 bytes, text/plain)
2004-06-14 11:00 UTC, Tom Martin (RETIRED)
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Tom Martin (RETIRED) gentoo-dev 2004-06-07 08:37:32 UTC
Attached is gnome-ppp-0.2.1, a GNOME 2 frontend for WvDial 1.5x. From the author's homepage:

"GNOME PPP is a modem dialup tool designed to integrate nicely into GNOME 2 Desktop Environment. It is very similar to GPPP dialup utility created for GNOME 1 and KDE equivalent, KPPP. Since it is a graphical frontend for excellent WvDial, very little knowledge is needed to setup dialup connection using GNOME PPP. It features ease of use, auto detection of your modem and connection monitoring. It is distributed under GPL, version 2, so you can download it and use it for free."

net-dialup seems like the no-brainer ;)

I'm afraid this sounds a bit nuts, but I'm not on dialup. A few people requested this package for Portage in #gentoo, so I ebuilded it. I've reports that the ebuild works from others on that channel, but I've no way of checking myself. It should be fine though.

Thanks very much.

-- Tom
Comment 1 Tom Martin (RETIRED) gentoo-dev 2004-06-07 08:38:09 UTC
Created attachment 32871 [details]
gnome-ppp-0.3.0.ebuild
Comment 2 carlitos 2004-06-09 21:17:33 UTC
Created attachment 33006 [details]
gnome-ppp-0.3.0.ebuild
Comment 3 Tom Martin (RETIRED) gentoo-dev 2004-06-10 08:14:53 UTC
Why bother? Mine revbumps fine with no changes.

Also, your ebuild lacks... a lot of things. It doesn't work.
Comment 4 carlitos 2004-06-10 14:20:19 UTC
Comment on attachment 33006 [details]
gnome-ppp-0.3.0.ebuild

># Copyright 1999-2004 Gentoo Technologies, Inc.
># Distributed under the terms of the GNU General Public License v2
># $Header: /var/cvsroot/gentoo-x86/net-dialup/gnome-ppp/gnome-ppp-0.3.0.ebuild,v 1.1 2004/04/27 11:54:38 obz Exp $
>
>DESCRIPTION="GTK+ Frontend for WvDial"
>SRC_URI="http://www.gnome-ppp.org/download/0.3/${P}.tar.bz2"
>HOMEPAGE="http://www.gnome-ppp.org"
>LICENSE="GPL-2"
>
>SLOT="0"
>IUSE=""
>KEYWORDS="~x86 ~ppc ~sparc ~amd64 ~alpha"
>
>RDEPEND=">=net-dialup/wvdial-1.53-r1
>	>=net-dialup/ppp-2.4.1
>	>=x11-libs/gtk+-2.2
>	>=gnome-base/libgnomeui-2.2
>	>=gnome-base/libglade-2.4.0"

S=${WORKDIR}/${PN}

src_compile() {
	econf || die "econf failed"
	emake || die "emake failed"
}

src_install() {
	make DESTDIR=${D} install || die
	dodoc ChangeLog AUTHORS COPYING README INSTALL
}
Comment 5 carlitos 2004-06-10 14:24:22 UTC
Created attachment 33051 [details]
gnome-ppp-0.3.0.ebuild
Comment 6 foser (RETIRED) gentoo-dev 2004-06-13 10:04:31 UTC
ebuild should use the gnome2 eclass
Comment 7 Tom Martin (RETIRED) gentoo-dev 2004-06-14 11:00:49 UTC
Created attachment 33238 [details]
gnome-ppp-0.3.0.ebuild

Now with added gnome2.eclass goodness. Hope it does the trick.

Patch was nearly as big as the ebuild and just more time consuming for whoever
commits.
Comment 8 Nguyen Thai Ngoc Duy (RETIRED) gentoo-dev 2004-07-11 21:13:00 UTC
Can i take care of this bug? I'm a dialup user. I use gnome-ppp day by day :)
Martin, gnome-ppp is 0.3.5 already. Could you make a new ebuild for it?
Comment 9 Spider (RETIRED) gentoo-dev 2004-07-11 23:22:13 UTC
for all I see, pclouds, go ahead.  We are low on manpower, ping me if you want a review of it before it goes in, but the last build looks quite good.

 (will balk on repoman due to Gentoo Technologies -> Gentoo Foundation )
Comment 10 Nguyen Thai Ngoc Duy (RETIRED) gentoo-dev 2004-07-13 07:57:27 UTC
Added 0.3.7 to portage (it's basically this ebuild)