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 | 46bd9c2941fa958ab7f309155b53d0f4d0999f32 (patch) | |
tree | e9f130b002399ad3c80e21e1ab45f3eafda03c42 /x11-plugins/mountapp | |
parent | Version bumped to 1.4.1, marking 1.4.0 stable on x86 and amd64, and closing b... (diff) | |
download | historical-46bd9c2941fa958ab7f309155b53d0f4d0999f32.tar.gz historical-46bd9c2941fa958ab7f309155b53d0f4d0999f32.tar.bz2 historical-46bd9c2941fa958ab7f309155b53d0f4d0999f32.zip |
Added gtk+ dependancy, closing bug #91578. Added missing metadata.xml...
Package-Manager: portage-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 | 15 | ||||
-rw-r--r-- | x11-plugins/mountapp/metadata.xml | 11 | ||||
-rw-r--r-- | x11-plugins/mountapp/mountapp-3.0.ebuild | 3 |
4 files changed, 20 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..7eeaf51de410 100644 --- a/x11-plugins/mountapp/Manifest +++ b/x11-plugins/mountapp/Manifest @@ -1,13 +1,4 @@ ------BEGIN PGP SIGNED MESSAGE----- -Hash: SHA1 - -MD5 ee9c7ae818e0127ea0810c4129f73a5d mountapp-3.0.ebuild 728 -MD5 e2c7ec47252b438e7d9b62220ff31794 ChangeLog 550 +MD5 d660c729ac974f123478067ab724ee64 mountapp-3.0.ebuild 749 +MD5 437e3e2ac3d0b0aa789b1726761bbe3c ChangeLog 671 +MD5 e4a837b9af84bef3c70c3974bc982d71 metadata.xml 519 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() { |