diff options
author | Michele Noberasco <s4t4n@gentoo.org> | 2004-12-27 23:24:57 +0000 |
---|---|---|
committer | Michele Noberasco <s4t4n@gentoo.org> | 2004-12-27 23:24:57 +0000 |
commit | 86e3ee8729e75280aea1201ab3cfd3fbd2f63be5 (patch) | |
tree | aecc419d21ab32e57b97e62557f6caaadee17f56 /x11-plugins/wmnd | |
parent | fix parallel build (bug #75608); tidy (diff) | |
download | historical-86e3ee8729e75280aea1201ab3cfd3fbd2f63be5.tar.gz historical-86e3ee8729e75280aea1201ab3cfd3fbd2f63be5.tar.bz2 historical-86e3ee8729e75280aea1201ab3cfd3fbd2f63be5.zip |
Version bump.
Diffstat (limited to 'x11-plugins/wmnd')
-rw-r--r-- | x11-plugins/wmnd/ChangeLog | 7 | ||||
-rw-r--r-- | x11-plugins/wmnd/Manifest | 10 | ||||
-rw-r--r-- | x11-plugins/wmnd/files/digest-wmnd-0.4.11 | 1 | ||||
-rw-r--r-- | x11-plugins/wmnd/wmnd-0.4.11.ebuild | 28 |
4 files changed, 41 insertions, 5 deletions
diff --git a/x11-plugins/wmnd/ChangeLog b/x11-plugins/wmnd/ChangeLog index d2b71f87c772..b178a725c2a5 100644 --- a/x11-plugins/wmnd/ChangeLog +++ b/x11-plugins/wmnd/ChangeLog @@ -1,6 +1,11 @@ # 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.24 2004/11/01 20:19:31 gustavoz Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmnd/ChangeLog,v 1.25 2004/12/27 23:24:57 s4t4n Exp $ + +*wmnd-0.4.11 (28 Dec 2004) + + 28 Dec 2004; Michele Noberasco <s4t4n@gentoo.org> wmnd-0.4.11.ebuild: + Version bump. 01 Nov 2004; Gustavo Zacarias <gustavoz@gentoo.org> wmnd-0.4.10.ebuild: Stable on sparc diff --git a/x11-plugins/wmnd/Manifest b/x11-plugins/wmnd/Manifest index 5a13e6186507..aea0d1f896b3 100644 --- a/x11-plugins/wmnd/Manifest +++ b/x11-plugins/wmnd/Manifest @@ -1,6 +1,8 @@ -MD5 2253501c7dbdfc0e0466a88d76b5865e ChangeLog 2643 -MD5 35b06c646b51979b2022449f31d7a7ee metadata.xml 448 -MD5 7372b6cd57808529afc28b6b19c69ace wmnd-0.4.10.ebuild 759 +MD5 5c4a658607b3e4aa66e2c78aca9c3ae4 wmnd-0.4.11.ebuild 759 MD5 96dece0edbb5d8da52b67f2604cd29e5 wmnd-0.4.9.ebuild 754 -MD5 333d99d446e3bd3795da5bdb2422a299 files/digest-wmnd-0.4.10 63 +MD5 7372b6cd57808529afc28b6b19c69ace wmnd-0.4.10.ebuild 759 +MD5 2d87b7439a6e8ed211dbb394dbd1fefb ChangeLog 2757 +MD5 35b06c646b51979b2022449f31d7a7ee metadata.xml 448 MD5 56841c10775892442b56de81c10828b1 files/digest-wmnd-0.4.9 62 +MD5 333d99d446e3bd3795da5bdb2422a299 files/digest-wmnd-0.4.10 63 +MD5 8a1fa932715cb4c1c287aabf20d0d276 files/digest-wmnd-0.4.11 63 diff --git a/x11-plugins/wmnd/files/digest-wmnd-0.4.11 b/x11-plugins/wmnd/files/digest-wmnd-0.4.11 new file mode 100644 index 000000000000..298453ba33e6 --- /dev/null +++ b/x11-plugins/wmnd/files/digest-wmnd-0.4.11 @@ -0,0 +1 @@ +MD5 f7a57fa5b610373326007b43e341a85c wmnd-0.4.11.tar.gz 258131 diff --git a/x11-plugins/wmnd/wmnd-0.4.11.ebuild b/x11-plugins/wmnd/wmnd-0.4.11.ebuild new file mode 100644 index 000000000000..1d90d4017ac1 --- /dev/null +++ b/x11-plugins/wmnd/wmnd-0.4.11.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.11.ebuild,v 1.1 2004/12/27 23:24:57 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 +} |