diff options
author | Michele Noberasco <s4t4n@gentoo.org> | 2004-10-16 11:12:04 +0000 |
---|---|---|
committer | Michele Noberasco <s4t4n@gentoo.org> | 2004-10-16 11:12:04 +0000 |
commit | 2b6c99d98036226d5b6ead7b4febf8334e522eb8 (patch) | |
tree | 5b31290da303cb4144b0efa9acbf3fb5a8d63012 /x11-plugins/wmnd | |
parent | x86 stable. bug #64485 (Manifest recommit) (diff) | |
download | gentoo-2-2b6c99d98036226d5b6ead7b4febf8334e522eb8.tar.gz gentoo-2-2b6c99d98036226d5b6ead7b4febf8334e522eb8.tar.bz2 gentoo-2-2b6c99d98036226d5b6ead7b4febf8334e522eb8.zip |
Bump x11-plugins/wmnd to version 0.4.10...
Diffstat (limited to 'x11-plugins/wmnd')
-rw-r--r-- | x11-plugins/wmnd/ChangeLog | 9 | ||||
-rw-r--r-- | x11-plugins/wmnd/Manifest | 6 | ||||
-rw-r--r-- | x11-plugins/wmnd/files/digest-wmnd-0.4.10 | 1 | ||||
-rw-r--r-- | x11-plugins/wmnd/wmnd-0.4.10.ebuild | 28 | ||||
-rw-r--r-- | x11-plugins/wmnd/wmnd-0.4.9.ebuild | 4 |
5 files changed, 42 insertions, 6 deletions
diff --git a/x11-plugins/wmnd/ChangeLog b/x11-plugins/wmnd/ChangeLog index a9655a12374b..41b395d207e2 100644 --- a/x11-plugins/wmnd/ChangeLog +++ b/x11-plugins/wmnd/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for x11-plugins/wmnd # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmnd/ChangeLog,v 1.20 2004/09/13 07:27:24 s4t4n Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmnd/ChangeLog,v 1.21 2004/10/16 11:12:04 s4t4n Exp $ + +*wmnd-0.4.10 (16 Oct 2004) + + 16 Oct 2004; Michele Noberasco <s4t4n@gentoo.org> wmnd-0.4.10.ebuild: + Version bump. + wmnd-0.4.9.ebuild: + Remove unnecessary eutils inheritance from ebuild... 13 Sep 2004; Michele Noberasco <s4t4n@gentoo.org> wmnd-0.4.7.ebuild: Remove older ebuilds... diff --git a/x11-plugins/wmnd/Manifest b/x11-plugins/wmnd/Manifest index da4d4de082e9..fc48d41c9871 100644 --- a/x11-plugins/wmnd/Manifest +++ b/x11-plugins/wmnd/Manifest @@ -1,4 +1,6 @@ -MD5 d060d55f8d14d8d96b3aa561da1c3b0c wmnd-0.4.9.ebuild 771 -MD5 75406c728d2701761c296af93adebad9 ChangeLog 2170 +MD5 b256f73f6d9cbb341c1102c06cd31563 wmnd-0.4.9.ebuild 755 +MD5 ef28b9aa61dd25fbd12e793f15d437de wmnd-0.4.10.ebuild 663 +MD5 c62d312bc7c0e074e29d7607adf7a8ff ChangeLog 2363 MD5 35b06c646b51979b2022449f31d7a7ee metadata.xml 448 MD5 56841c10775892442b56de81c10828b1 files/digest-wmnd-0.4.9 62 +MD5 333d99d446e3bd3795da5bdb2422a299 files/digest-wmnd-0.4.10 63 diff --git a/x11-plugins/wmnd/files/digest-wmnd-0.4.10 b/x11-plugins/wmnd/files/digest-wmnd-0.4.10 new file mode 100644 index 000000000000..1342340689a2 --- /dev/null +++ b/x11-plugins/wmnd/files/digest-wmnd-0.4.10 @@ -0,0 +1 @@ +MD5 f68d28f3922a933cb8376644159bb3a0 wmnd-0.4.10.tar.gz 256515 diff --git a/x11-plugins/wmnd/wmnd-0.4.10.ebuild b/x11-plugins/wmnd/wmnd-0.4.10.ebuild new file mode 100644 index 000000000000..a1beb40133f2 --- /dev/null +++ b/x11-plugins/wmnd/wmnd-0.4.10.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2004 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmnd/wmnd-0.4.10.ebuild,v 1.1 2004/10/16 11:12:04 s4t4n Exp $ + +IUSE="" +DESCRIPTION="WindowMaker Network Devices (dockapp)" +HOMEPAGE="http://www.yuv.info/wmnd/" +SRC_URI="ftp://ftp.yuv.info/pub/wmnd/releases/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~x86 ~ppc ~sparc ~amd64" + +DEPEND="virtual/x11" + +src_compile() { + econf || die "configure failed" + emake || die "parallel make failed" +} + +src_install() { + einstall || die "make install failed" + + dodoc README AUTHORS COPYING ChangeLog INSTALL NEWS TODO + + # gpl.info is no valid .info file. Causes errors with install-info. + rm -r ${D}/usr/share/info +} diff --git a/x11-plugins/wmnd/wmnd-0.4.9.ebuild b/x11-plugins/wmnd/wmnd-0.4.9.ebuild index 7840970fc626..808da7918e6c 100644 --- a/x11-plugins/wmnd/wmnd-0.4.9.ebuild +++ b/x11-plugins/wmnd/wmnd-0.4.9.ebuild @@ -1,8 +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/wmnd/wmnd-0.4.9.ebuild,v 1.7 2004/09/11 16:41:57 slarti Exp $ - -inherit eutils +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmnd/wmnd-0.4.9.ebuild,v 1.8 2004/10/16 11:12:04 s4t4n Exp $ IUSE="" DESCRIPTION="WindowMaker Network Devices (dockapp)" |