diff options
author | Michele Noberasco <s4t4n@gentoo.org> | 2004-07-03 02:17:56 +0000 |
---|---|---|
committer | Michele Noberasco <s4t4n@gentoo.org> | 2004-07-03 02:17:56 +0000 |
commit | 2bed7f19aa97b9443baaa3794b57202b396c6c57 (patch) | |
tree | 43610243a389bbd9268b435e34aaf155a5ecc360 /x11-plugins | |
parent | don't mess with MAKEOPTS; unpack in unpack; use games eclass functions; tidy (diff) | |
download | historical-2bed7f19aa97b9443baaa3794b57202b396c6c57.tar.gz historical-2bed7f19aa97b9443baaa3794b57202b396c6c57.tar.bz2 historical-2bed7f19aa97b9443baaa3794b57202b396c6c57.zip |
x11-plugins/wmdiskmon-0.0.1 stable for x86.
Diffstat (limited to 'x11-plugins')
-rw-r--r-- | x11-plugins/wmdiskmon/ChangeLog | 7 | ||||
-rw-r--r-- | x11-plugins/wmdiskmon/Manifest | 4 | ||||
-rw-r--r-- | x11-plugins/wmdiskmon/wmdiskmon-0.0.1.ebuild | 4 |
3 files changed, 9 insertions, 6 deletions
diff --git a/x11-plugins/wmdiskmon/ChangeLog b/x11-plugins/wmdiskmon/ChangeLog index 2547653e97c5..11b5d6efed0a 100644 --- a/x11-plugins/wmdiskmon/ChangeLog +++ b/x11-plugins/wmdiskmon/ChangeLog @@ -1,12 +1,15 @@ # ChangeLog for x11-plugins/wmdiskmon # Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmdiskmon/ChangeLog,v 1.4 2004/06/24 23:08:16 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmdiskmon/ChangeLog,v 1.5 2004/07/03 02:17:56 s4t4n Exp $ + + 03 Jul 2004; Michele Noberasco <s4t4n@gentoo.org> wmdiskmon-0.0.1.ebuild: + Stable for x86. 23 Jun 2004; David Holm <dholm@gentoo.org> wmdiskmon-0.0.1.ebuild: Added to ~ppc. *wmdiskmon-0.0.1 (22 Jun 2004) - 02 Jun 2004; Michele Noberasco <s4t4n@gentoo.org> wmdiskmon-0.0.1.ebuild: + 22 Jun 2004; Michele Noberasco <s4t4n@gentoo.org> wmdiskmon-0.0.1.ebuild: Initial import. Closes bug #44612. diff --git a/x11-plugins/wmdiskmon/Manifest b/x11-plugins/wmdiskmon/Manifest index 99abeac9373a..dbae5fb3ca0b 100644 --- a/x11-plugins/wmdiskmon/Manifest +++ b/x11-plugins/wmdiskmon/Manifest @@ -1,4 +1,4 @@ -MD5 bf6bfa975fb5039c2967086e32737ead wmdiskmon-0.0.1.ebuild 624 -MD5 488e84d99432baebfcaaa5eeca3ac946 ChangeLog 450 +MD5 8270241a460e52ad19fb786810b4e33f wmdiskmon-0.0.1.ebuild 620 +MD5 7c3379b784a1eb9387e88bab778ce862 ChangeLog 542 MD5 5a911acf5f3d1a8e9877487700a830de metadata.xml 251 MD5 630236cddf69bb537e5b04c4cc34406c files/digest-wmdiskmon-0.0.1 66 diff --git a/x11-plugins/wmdiskmon/wmdiskmon-0.0.1.ebuild b/x11-plugins/wmdiskmon/wmdiskmon-0.0.1.ebuild index 7ed6a92434f7..21ea3706e7ac 100644 --- a/x11-plugins/wmdiskmon/wmdiskmon-0.0.1.ebuild +++ b/x11-plugins/wmdiskmon/wmdiskmon-0.0.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmdiskmon/wmdiskmon-0.0.1.ebuild,v 1.3 2004/06/24 23:08:16 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmdiskmon/wmdiskmon-0.0.1.ebuild,v 1.4 2004/07/03 02:17:56 s4t4n Exp $ inherit eutils @@ -11,7 +11,7 @@ SRC_URI="http://tnemeth.free.fr/projets/programmes/${P}.tar.gz" HOMEPAGE="http://tnemeth.free.fr/projets/dockapps.html" SLOT="0" -KEYWORDS="~x86 ~ppc" +KEYWORDS="x86 ~ppc" LICENSE="GPL-2" DEPEND="virtual/x11" |