Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 123307 - ebuild for monto-1.0 (WM dock app)
Summary: ebuild for monto-1.0 (WM dock app)
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High enhancement
Assignee: Default Assignee for New Packages
URL:
Whiteboard: sunrise suggested
Keywords: EBUILD
Depends on:
Blocks:
 
Reported: 2006-02-18 11:17 UTC by Chris Arndt
Modified: 2010-09-06 09:40 UTC (History)
0 users

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


Attachments
monto-0.1.1.ebuild (monto-0.1.1.ebuild,616 bytes, text/plain)
2006-02-18 11:18 UTC, Chris Arndt
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Chris Arndt 2006-02-18 11:17:51 UTC
ebuild for monto

MONTO
======

This WindowMaker dockapp is a simple manual device mounter (up to four devices).
Mounting/unmounting operations are performed by LMB (left mouse button)
click on the region associated with mount point alias.

Configuration options can be changed by manual editing ~/.clay/monto file
(It's necessary when monto is run for the first time - autoconfig based on /etc/fstab
is currently unavailable) using text editor.

Meaning of led colors as follows:

* blue - when device is mounting
* green - when device is mounted

Suggestions, comments and patches are welcome.



# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2

inherit eutils

DESCRIPTION="This WindowMaker dockapp is a simple manual device mounter (up to
four devices)."
HOMEPAGE="http://dockapps.org/file.php/id/274"
SRC_URI="http://www.tigr.net/afterstep/download/asmon/${P}.tar.gz"
SRC_URI="http://dockapps.org/download.php/id/588/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
IUSE=""
KEYWORDS="x86"
DEPEND="virtual/x11"

src_unpack() {
    unpack ${A}
    cd ${S}
}

src_compile() {
    make clean
    emake || die
}

src_install() {
    dodoc AUTHORS COPYING NEWS README
    dobin ${PN}
}
Comment 1 Chris Arndt 2006-02-18 11:18:53 UTC
Created attachment 80118 [details]
monto-0.1.1.ebuild

Ebuild file.
Comment 2 adam 2006-10-09 10:54:16 UTC
This should hit the portage tree. This is one nice app!
Comment 3 Jeremy Olexa (darkside) (RETIRED) archtester gentoo-dev Security 2009-03-03 21:12:28 UTC
(this is an automated message based on filtering criteria that matched this bug)
'EBUILD' is in the KEYWORDS which should mean that there is a ebuild attached 
to this bug.
This bug is assigned to maintainer-wanted which means that it is not in the 
main tree.
Heuristics show that no Gentoo developer has commented on your ebuild.

Hello, The Gentoo Team would like to firstly thank you for your ebuild 
submission. We also apologize for not being able to accommodate you in a timely
manner. There are simply too many new packages.

Allow me to use this opportunity to introduce you to Gentoo Sunrise. The 
sunrise overlay[1] is a overlay for Gentoo which we allow trusted users to 
commit to and all users can have ebuilds reviewed by Gentoo devs for entry 
into the overlay. So, the sunrise team is suggesting that you look into this 
and submit your ebuild to the overlay where even *you* can commit to. =)

Because this is a mass message, we are also asking you to be patient with us. 
We anticipate a large number of requests in a short time. 

Thanks,
On behalf of the Gentoo Sunrise Team,
Jeremy.

[1]: http://www.gentoo.org/proj/en/sunrise/
[2]: http://overlays.gentoo.org/proj/sunrise/wiki/SunriseFaq
Comment 4 Michele Noberasco (RETIRED) gentoo-dev 2010-09-06 09:40:52 UTC
In Portage. Thanks for the submission...