summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichele Noberasco <s4t4n@gentoo.org>2004-08-01 08:00:25 +0000
committerMichele Noberasco <s4t4n@gentoo.org>2004-08-01 08:00:25 +0000
commit1ae051129a58f2fe7c72e5f651cde911b4c06ea4 (patch)
tree9e06be6f7851aac92004a26f5dd6d398c53da664 /x11-plugins/wmfrog
parentdev-java/saxon -> dev-java/saxon-bin (Manifest recommit) (diff)
downloadgentoo-2-1ae051129a58f2fe7c72e5f651cde911b4c06ea4.tar.gz
gentoo-2-1ae051129a58f2fe7c72e5f651cde911b4c06ea4.tar.bz2
gentoo-2-1ae051129a58f2fe7c72e5f651cde911b4c06ea4.zip
Marking x11-plugins/wmfrog-0.16 stable on x86. Fixed dodoc, allowed use of Gentoo CFLAGS.
Diffstat (limited to 'x11-plugins/wmfrog')
-rw-r--r--x11-plugins/wmfrog/ChangeLog5
-rw-r--r--x11-plugins/wmfrog/wmfrog-0.1.6.ebuild13
2 files changed, 11 insertions, 7 deletions
diff --git a/x11-plugins/wmfrog/ChangeLog b/x11-plugins/wmfrog/ChangeLog
index 133ef199e56b..d641d997cd04 100644
--- a/x11-plugins/wmfrog/ChangeLog
+++ b/x11-plugins/wmfrog/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for x11-plugins/wmfrog
# Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmfrog/ChangeLog,v 1.2 2004/06/24 23:09:43 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmfrog/ChangeLog,v 1.3 2004/08/01 08:00:25 s4t4n Exp $
+
+ 01 Aug 2004; Michele Noberasco <s4t4n@gentoo.org> , wmfrog-0.1.6.ebuild:
+ Fix ebuild to make use of Gentoo CFLAGS, fix dodoc. Stable on x86.
*wmfrog-0.1.6 (25 Dec 2003)
diff --git a/x11-plugins/wmfrog/wmfrog-0.1.6.ebuild b/x11-plugins/wmfrog/wmfrog-0.1.6.ebuild
index ff23e78c102d..31c6d0344e64 100644
--- a/x11-plugins/wmfrog/wmfrog-0.1.6.ebuild
+++ b/x11-plugins/wmfrog/wmfrog-0.1.6.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/wmfrog/wmfrog-0.1.6.ebuild,v 1.4 2004/06/24 23:09:43 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmfrog/wmfrog-0.1.6.ebuild,v 1.5 2004/08/01 08:00:25 s4t4n Exp $
IUSE=""
DESCRIPTION="This is a weather application, it shows the weather in a graphical way."
@@ -13,15 +13,16 @@ DEPEND="virtual/x11
SLOT="0"
LICENSE="GPL-2"
-KEYWORDS="~x86 ppc"
+KEYWORDS="x86 ppc"
+
+S=${WORKDIR}/wmFrog/Src
src_compile() {
- cd ${WORKDIR}/wmFrog/Src
- emake || die
+ emake CFLAGS="${CFLAGS}" || die
}
src_install () {
- dodoc CHANGES COPYING README
- cd ${WORKDIR}/wmFrog/Src
make DESTDIR=${D} install || die
+ cd ..
+ dodoc CHANGES COPYING HINTS
}