summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkus Nigbur <pyrania@gentoo.org>2004-01-04 02:58:20 +0000
committerMarkus Nigbur <pyrania@gentoo.org>2004-01-04 02:58:20 +0000
commit563b086b1678f4de49e95576faa213c6822d19d1 (patch)
tree90499fbd9515eb94947d49e48255b9922e8b5f15 /x11-plugins
parentAdd -sysconfdir to the configure; Move SYSCONF into ${D} to potentially stop ... (diff)
downloadhistorical-563b086b1678f4de49e95576faa213c6822d19d1.tar.gz
historical-563b086b1678f4de49e95576faa213c6822d19d1.tar.bz2
historical-563b086b1678f4de49e95576faa213c6822d19d1.zip
ebuild fixes
Diffstat (limited to 'x11-plugins')
-rw-r--r--x11-plugins/wmbio/ChangeLog7
-rw-r--r--x11-plugins/wmbio/Manifest4
-rw-r--r--x11-plugins/wmbio/wmbio-1.01.ebuild12
3 files changed, 14 insertions, 9 deletions
diff --git a/x11-plugins/wmbio/ChangeLog b/x11-plugins/wmbio/ChangeLog
index dbdb0a8c041c..3f31001c087d 100644
--- a/x11-plugins/wmbio/ChangeLog
+++ b/x11-plugins/wmbio/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for x11-plugins/wmbio
-# Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmbio/ChangeLog,v 1.1 2003/11/02 03:04:52 pyrania Exp $
+# Copyright 2001-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmbio/ChangeLog,v 1.2 2004/01/04 02:58:09 pyrania Exp $
+
+ 04 Jan 2004; Markus Nigbur <pyrania@gentoo.org> wmbio-1.01.ebuild:
+ ebuild fixes
*wmbio-1.0 (02 Nov 2003)
diff --git a/x11-plugins/wmbio/Manifest b/x11-plugins/wmbio/Manifest
index 1dfa8ddaedaa..bd7f042f5af4 100644
--- a/x11-plugins/wmbio/Manifest
+++ b/x11-plugins/wmbio/Manifest
@@ -1,4 +1,4 @@
-MD5 5ed991823915d3cb4bab49fa64a81214 ChangeLog 351
+MD5 c93378ec08ddacfa3585d92abd440f83 wmbio-1.01.ebuild 656
+MD5 5c67df100ea0077b39065b96eae1255e ChangeLog 436
MD5 4c5c351347637833b44c37c9c107a6b4 metadata.xml 439
-MD5 a8c54349ad6dc76f1ba752fcaeeb096f wmbio-1.01.ebuild 596
MD5 c2544808b27c1597b05b975e7cb6ea96 files/digest-wmbio-1.01 61
diff --git a/x11-plugins/wmbio/wmbio-1.01.ebuild b/x11-plugins/wmbio/wmbio-1.01.ebuild
index 1563b169dce3..6aecc59a40ff 100644
--- a/x11-plugins/wmbio/wmbio-1.01.ebuild
+++ b/x11-plugins/wmbio/wmbio-1.01.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2003 Gentoo Technologies, Inc.
+# Copyright 1999-2004 Gentoo Technologies, Inc.
# 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.1 2003/11/02 03:04:52 pyrania Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmbio/wmbio-1.01.ebuild,v 1.2 2004/01/04 02:58:09 pyrania Exp $
S=${WORKDIR}/wmbio/src
DESCRIPTION="a Window Maker applet that shows your biorhythm"
-SRC_URI="http://wmbio.sourceforge.net/${P}.tar.gz"
+SRC_URI="mirror://wmbio/${P}.tar.gz"
HOMEPAGE="http://sourceforge.net/projects/wmbio/"
DEPEND="virtual/x11"
@@ -14,7 +14,9 @@ LICENSE="GPL-2"
KEYWORDS="~x86"
src_compile() {
- rm wmbio
+ cp Makefile Makefile_
+ sed -e 's:cc:cc ${CFLAGS}:' Makefile_ > Makefile
+
emake || die
}
@@ -22,5 +24,5 @@ src_install ()
{
dobin wmbio
cd ..
- dodoc README INSTALL COPYING NEWS
+ dodoc README INSTALL COPYING NEWS Changelog
}