diff options
author | Michele Noberasco <s4t4n@gentoo.org> | 2005-05-10 14:27:33 +0000 |
---|---|---|
committer | Michele Noberasco <s4t4n@gentoo.org> | 2005-05-10 14:27:33 +0000 |
commit | eef4e445f7f498ca83793c4ed75d54b3782327a1 (patch) | |
tree | f32364a62abf2f1ea7094410364fe86cf0be6a37 /x11-plugins/mountapp | |
parent | Version bumped to 1.4.1, marking 1.4.0 stable on x86 and amd64, and closing b... (diff) | |
download | gentoo-2-eef4e445f7f498ca83793c4ed75d54b3782327a1.tar.gz gentoo-2-eef4e445f7f498ca83793c4ed75d54b3782327a1.tar.bz2 gentoo-2-eef4e445f7f498ca83793c4ed75d54b3782327a1.zip |
Added gtk+ dependancy, closing bug #91578. Added missing metadata.xml...
(Portage version: 2.0.51.19)
Diffstat (limited to 'x11-plugins/mountapp')
-rw-r--r-- | x11-plugins/mountapp/ChangeLog | 5 | ||||
-rw-r--r-- | x11-plugins/mountapp/Manifest | 14 | ||||
-rw-r--r-- | x11-plugins/mountapp/metadata.xml | 11 | ||||
-rw-r--r-- | x11-plugins/mountapp/mountapp-3.0.ebuild | 3 |
4 files changed, 19 insertions, 14 deletions
diff --git a/x11-plugins/mountapp/ChangeLog b/x11-plugins/mountapp/ChangeLog index 0012cc6b0ee8..5e33edadba53 100644 --- a/x11-plugins/mountapp/ChangeLog +++ b/x11-plugins/mountapp/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-plugins/mountapp # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/mountapp/ChangeLog,v 1.5 2005/04/07 22:02:58 cryos Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/mountapp/ChangeLog,v 1.6 2005/05/10 14:27:33 s4t4n Exp $ + + 10 May 2005; Michele Noberasco <s4t4n@gentoo.org> mountapp-3.0.ebuild: + Added gtk+ dependancy, closing bug #91578... 07 Apr 2005; Marcus D. Hanwell <cryos@gentoo.org> mountapp-3.0.ebuild: Marked ~amd64, closes bug 83853. diff --git a/x11-plugins/mountapp/Manifest b/x11-plugins/mountapp/Manifest index e9f1fff4ee2f..ff1d62cfb3a7 100644 --- a/x11-plugins/mountapp/Manifest +++ b/x11-plugins/mountapp/Manifest @@ -1,13 +1,3 @@ ------BEGIN PGP SIGNED MESSAGE----- -Hash: SHA1 - -MD5 ee9c7ae818e0127ea0810c4129f73a5d mountapp-3.0.ebuild 728 -MD5 e2c7ec47252b438e7d9b62220ff31794 ChangeLog 550 +MD5 c5c7424cab2d4fa0f9e2aebff0a91d1f mountapp-3.0.ebuild 749 +MD5 c9b10241a03837eaf2c28ea39ae2ef6e ChangeLog 671 MD5 0d1607c39526de2638a27876059ab40d files/digest-mountapp-3.0 64 ------BEGIN PGP SIGNATURE----- -Version: GnuPG v1.4.1 (GNU/Linux) - -iD8DBQFCVa4ZntT9W3vfTuoRAgeVAJ97cPKWHz1f8mXqm9mAXH6flyiARwCfdg7s -h1XBpndb/gVSz16HD3k0ETA= -=pGr2 ------END PGP SIGNATURE----- diff --git a/x11-plugins/mountapp/metadata.xml b/x11-plugins/mountapp/metadata.xml new file mode 100644 index 000000000000..5f9bac0c26dc --- /dev/null +++ b/x11-plugins/mountapp/metadata.xml @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<herd>desktop-dock</herd> +<longdescription> +wmpower is a Window Maker dock application +allowing the user to graphically see (and set) the power management status of his laptop. +It works with both APM and ACPI enabled kernels, has special support for Toshiba, Compal +and Dell hardware, and allows you to dinamically set the frequency of your CPU(s) via CPUfreq. +</longdescription> +</pkgmetadata> diff --git a/x11-plugins/mountapp/mountapp-3.0.ebuild b/x11-plugins/mountapp/mountapp-3.0.ebuild index 0d28fbd19bc5..da3fa2807dd3 100644 --- a/x11-plugins/mountapp/mountapp-3.0.ebuild +++ b/x11-plugins/mountapp/mountapp-3.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/mountapp/mountapp-3.0.ebuild,v 1.8 2005/04/07 22:02:58 cryos Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/mountapp/mountapp-3.0.ebuild,v 1.9 2005/05/10 14:27:33 s4t4n Exp $ DESCRIPTION="mount filesystems via an easy-to-use windowmaker applet" HOMEPAGE="http://mountapp.sourceforge.net" @@ -13,6 +13,7 @@ KEYWORDS="x86 ppc ~amd64" IUSE="" DEPEND="virtual/libc + =x11-libs/gtk+-1.2* >=x11-wm/windowmaker-0.80" src_compile() { |