Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 976 - New ebuild: mountapp 2.7
Summary: New ebuild: mountapp 2.7
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: Lowest enhancement (vote)
Assignee: Nick Hadaway
URL:
Whiteboard:
Keywords:
: 2605 5794 9418 (view as bug list)
Depends on:
Blocks:
 
Reported: 2002-03-05 14:29 UTC by Nathaniel Pinckney
Modified: 2003-02-04 19:42 UTC (History)
3 users (show)

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Nathaniel Pinckney 2002-03-05 14:29:54 UTC
Mount.app (mountapp.sourceforge.net) is a dockapp to assist in mounting drives.

First package, hope I did it ok...

************** mountapp-2.7.ebuild:

# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
# Maintainer: Nathaniel Pinckney <nathaniel37@yahoo.com>
# /space/gentoo/cvsroot/gentoo-x86/skel.ebuild,v 1.3 2002/02/04 15:46:51 gbevin Exp

S=${WORKDIR}/${P}
# Short one-line description of this package.
DESCRIPTION="Filesystem mounter dockapp."
SRC_URI="http://mountapp.sourceforge.net/${P}.tar.gz"
HOMEPAGE="http://mountapp.sourceforge.net"

DEPEND="x11-base/xfree x11-libs/libPropList"

src_compile() {
    ./configure \
        --host=${CHOST} \
        --prefix=/usr \
        --infodir=/usr/share/info \
        --mandir=/usr/share/man || die "./configure failed"

    emake || die
}

src_install () {
    make DESTDIR=${D} install-strip || die
}

************* ChangeLog:


# ChangeLog for x11-misc/mountapp
# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL
# /space/gentoo/cvsroot/gentoo-x86/skel.ChangeLog,v 1.2 2002/02/05 00:57:47 gbevin Exp

*mountapp-2.7 ( 5 March 2002 )

  5 March 2002; Nathaniel Pinckney <nathaniel37@yahoo.com> ChangeLog mountapp-2.7.ebuild files/digest-mountapp-2.7 :

  Mount.app is a dockapp to assist in mounting drives.  It is based upon
  wmmount and includes a GTK configuration tool and some other improvements.

  Ebuild submitted by Nathaniel Pinckney <nathaniel37@yahoo.com>
Comment 1 Hanno Böck gentoo-dev 2002-08-28 14:35:12 UTC
*** Bug 2605 has been marked as a duplicate of this bug. ***
Comment 2 Nick Hadaway 2002-10-03 09:52:13 UTC
There are a couple of patches that need to be made for this ebuild to work with 
the latest WindowMaker.  libPropList is no longer needed or installed.  I have 
already modified the configure script and some of the files but I am getting an 
error on the format of PLSave... As I get more worked out, I will let you know.
Comment 3 SpanKY gentoo-dev 2002-10-21 11:51:11 UTC
*** Bug 9418 has been marked as a duplicate of this bug. ***
Comment 4 Nick Hadaway 2002-10-23 02:09:20 UTC
Subject: Re: PropList
From: Steve Borho <steve@borho.org>   
Date: Tue, October 22, 2002 21:53   
To: raker@gentoo.org   
Priority:  Normal  
Mailer:  Ximian Evolution 1.0.8 (1.0.8-10)   
 
On Tue, 2002-10-22 at 16:52, Nick Hadaway wrote:
> Hi, my name is Nick Hadaway and I am a developer for Gentoo Linux.
> (http://www.gentoo.org)
> 
> I am in charge of WindowMaker Applets and I have been trying to get your
> applet to work with the newest build of WindowMaker.  Built into
> WindowMaker now is all the former libPropList stuff... but mount.app is
> still depending on the old libPropList... have you reworked the source for
> using the new PropList built into WindowMaker?
> 
> I started to work on the changes but I started to do a LOT of work and
> wanted to check with you before I make any significant diffs...
> 
> Please let me know the status of it's development and what you plan on
> doing in the future.

I haven't compiled mount.app myself in about three years.  Feel free to
make any changes you need to it to get it to work with the modern
WindowMaker code.  In fact, I wouldn't mind if you or someone else took
over maintenance of the project.  I just don't have time for it anymore,
unfortunately.

The code base should be basically stable... the fact that it hasn't
needed an update in three years attests to that.  I'm glad to hear
people are still using it.

Cheers,

-- 
Steve Borho                       Voice:  508-305-7223
Member of Technical Staff         email:  steve@celoxnetworks.com
Celox Networks Inc                http://www.ietf.org/rfc/rfc1925.txt

 
Well... it looks like I am traveling down the road of updating the code... I've 
gotta give it another go.  I don't want to fall back to using the old 
libPropList code...
Comment 5 Nick Hadaway 2002-11-25 09:44:11 UTC
The original author has contacted me and said he has some free time and will be
working on this.
Comment 6 Nick Hadaway 2002-11-26 14:59:45 UTC
*** Bug 5794 has been marked as a duplicate of this bug. ***
Comment 7 Nick Hadaway 2002-12-07 19:06:46 UTC
Subject: Re: PropList
From: Steve Borho <steve@borho.org>   
Date: Fri, December 6, 2002 10:30   
To: raker@gentoo.org   
Priority:  Normal  
Mailer:  Ximian Evolution 1.0.8 (1.0.8-10)   

Another developer (L J Bayuk <lbayuk@mindspring.com>) has contributed
patches to make mount.app compile with the new Window Maker.  They've
been checked into the cvs repository at sourceforge.net.

A 3.0 release will be cut soon, probably this weekend.

Coming soon...
Comment 8 Nick Hadaway 2002-12-09 01:52:04 UTC
mountapp 3.0 is now available and is currently being added to portage.  It 
sould be available very soon on rsync mirrors.  Please test this package and 
let me know how it goes.

It will be located in x11-plugins/mountapp
Comment 9 Nick Hadaway 2002-12-09 02:08:40 UTC
x11-plugins/mountapp has been added to portage.