diff options
Diffstat (limited to 'x11-plugins/wmbio')
-rw-r--r-- | x11-plugins/wmbio/ChangeLog | 9 | ||||
-rw-r--r-- | x11-plugins/wmbio/Manifest | 7 | ||||
-rw-r--r-- | x11-plugins/wmbio/files/digest-wmbio-1.02 | 1 | ||||
-rw-r--r-- | x11-plugins/wmbio/files/wmbio-Makefile.patch | 17 | ||||
-rw-r--r-- | x11-plugins/wmbio/wmbio-1.01.ebuild | 6 | ||||
-rw-r--r-- | x11-plugins/wmbio/wmbio-1.02.ebuild | 37 |
6 files changed, 71 insertions, 6 deletions
diff --git a/x11-plugins/wmbio/ChangeLog b/x11-plugins/wmbio/ChangeLog index 674c2244ba99..95fc3354a399 100644 --- a/x11-plugins/wmbio/ChangeLog +++ b/x11-plugins/wmbio/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for x11-plugins/wmbio # Copyright 2001-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmbio/ChangeLog,v 1.5 2004/06/24 23:05:46 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmbio/ChangeLog,v 1.6 2004/08/23 19:36:44 s4t4n Exp $ + +*wmbio-1.02 (23 Aug 2004) + + 23 Aug 2004; Michele Noberasc <s4t4n@gentoo.org> wmbio-1.02.ebuild: + Version Bump. General ebuild cleanup. Closes #61309 + wmbio-1.01.ebuild: + Fox HOMEPAGE and SRC_URI... 25 Jan 2004; Markus Nigbur <pyrania@gentoo.org> wmbio-1.01.ebuild: Marked stable on x86. diff --git a/x11-plugins/wmbio/Manifest b/x11-plugins/wmbio/Manifest index b405c282420b..333fa37e6c3e 100644 --- a/x11-plugins/wmbio/Manifest +++ b/x11-plugins/wmbio/Manifest @@ -1,4 +1,7 @@ -MD5 833f22268ed827f57ce90dde2522f27a wmbio-1.01.ebuild 671 -MD5 d102e1d7ac1830e30517f1544ec37f8a ChangeLog 548 +MD5 63ba0abf159ebb8466ebfdc3c7f8a04d wmbio-1.02.ebuild 626 +MD5 c7f51133e73566e605a831dc536b8a66 wmbio-1.01.ebuild 664 +MD5 1c05a687be8617472d6658c3756a5e99 ChangeLog 751 MD5 4c5c351347637833b44c37c9c107a6b4 metadata.xml 439 +MD5 b446e616b6e3d2bbd614a3d3bdb2c5d1 files/wmbio-Makefile.patch 371 MD5 c2544808b27c1597b05b975e7cb6ea96 files/digest-wmbio-1.01 61 +MD5 899f53e66e6978985dc03d46a5002194 files/digest-wmbio-1.02 61 diff --git a/x11-plugins/wmbio/files/digest-wmbio-1.02 b/x11-plugins/wmbio/files/digest-wmbio-1.02 new file mode 100644 index 000000000000..17bb12545b0c --- /dev/null +++ b/x11-plugins/wmbio/files/digest-wmbio-1.02 @@ -0,0 +1 @@ +MD5 f9f8ca60c90d9fc1002d0bb2f42038ab wmbio-1.02.tar.gz 21799 diff --git a/x11-plugins/wmbio/files/wmbio-Makefile.patch b/x11-plugins/wmbio/files/wmbio-Makefile.patch new file mode 100644 index 000000000000..a2ad498fb8f3 --- /dev/null +++ b/x11-plugins/wmbio/files/wmbio-Makefile.patch @@ -0,0 +1,17 @@ +--- Makefile 2004-08-23 21:27:12.839943656 +0200 ++++ Makefile 2004-08-23 21:27:44.224172528 +0200 +@@ -3,12 +3,12 @@ + OBJS = wmbio.o wmgeneral.o + + .c.o: +- cc -c -g -O2 -Wall $< -o $*.o ++ cc -c ${CFLAGS} -Wall $< -o $*.o + + all: wmbio + + wmbio: $(OBJS) +- cc -o wmbio $^ $(LIBDIR) $(LIBS) ++ cc -o wmbio $^ ${CFLAGS} $(LIBDIR) $(LIBS) + + clean: + for i in $(OBJS) ; do \ diff --git a/x11-plugins/wmbio/wmbio-1.01.ebuild b/x11-plugins/wmbio/wmbio-1.01.ebuild index 978833eab9f4..5ee35334ce5a 100644 --- a/x11-plugins/wmbio/wmbio-1.01.ebuild +++ b/x11-plugins/wmbio/wmbio-1.01.ebuild @@ -1,12 +1,12 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmbio/wmbio-1.01.ebuild,v 1.6 2004/06/24 23:05:46 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmbio/wmbio-1.01.ebuild,v 1.7 2004/08/23 19:36:44 s4t4n Exp $ IUSE="" S=${WORKDIR}/wmbio/src DESCRIPTION="a Window Maker applet that shows your biorhythm" -SRC_URI="mirror://sourceforge/wmbio/${P}.tar.gz" -HOMEPAGE="http://sourceforge.net/projects/wmbio/" +SRC_URI="http://wmbio.sourceforge.net/${P}.tar.gz" +HOMEPAGE="http://wmbio.sourceforge.net/" DEPEND="virtual/x11" diff --git a/x11-plugins/wmbio/wmbio-1.02.ebuild b/x11-plugins/wmbio/wmbio-1.02.ebuild new file mode 100644 index 000000000000..45832de781d9 --- /dev/null +++ b/x11-plugins/wmbio/wmbio-1.02.ebuild @@ -0,0 +1,37 @@ +# Copyright 1999-2004 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmbio/wmbio-1.02.ebuild,v 1.1 2004/08/23 19:36:44 s4t4n Exp $ + +inherit eutils + +IUSE="" +S=${WORKDIR}/${P}/src +DESCRIPTION="a Window Maker applet that shows your biorhythm" +SRC_URI="http://wmbio.sourceforge.net/${P}.tar.gz" +HOMEPAGE="http://wmbio.sourceforge.net/" + +DEPEND="virtual/x11" + +SLOT="0" +LICENSE="GPL-2" +KEYWORDS="~x86 ~ppc" + +src_unpack() +{ + unpack ${A} + cd ${S} + # Honour Gentoo CFLAGS + epatch ${FILESDIR}/${PN}-Makefile.patch +} + +src_compile() +{ + emake || die "Compilation failed" +} + +src_install () +{ + dobin wmbio + cd .. + dodoc AUTHORS README NEWS Changelog +} |