diff options
author | Matt Keadle <mkeadle@gentoo.org> | 2002-11-19 20:13:10 +0000 |
---|---|---|
committer | Matt Keadle <mkeadle@gentoo.org> | 2002-11-19 20:13:10 +0000 |
commit | 87113f251c9d09b62ec734be168f06d104599565 (patch) | |
tree | 9ae1a79f8a53382ebd92487dee5895e3f8e7ffa4 /x11-misc/fluxconf | |
parent | Added mozilla-plugin compatibility. (diff) | |
download | gentoo-2-87113f251c9d09b62ec734be168f06d104599565.tar.gz gentoo-2-87113f251c9d09b62ec734be168f06d104599565.tar.bz2 gentoo-2-87113f251c9d09b62ec734be168f06d104599565.zip |
Bumping to latest stable
Diffstat (limited to 'x11-misc/fluxconf')
-rw-r--r-- | x11-misc/fluxconf/ChangeLog | 10 | ||||
-rw-r--r-- | x11-misc/fluxconf/files/digest-fluxconf-0.9.2 | 1 | ||||
-rw-r--r-- | x11-misc/fluxconf/fluxconf-0.9.2.ebuild | 35 |
3 files changed, 45 insertions, 1 deletions
diff --git a/x11-misc/fluxconf/ChangeLog b/x11-misc/fluxconf/ChangeLog index fdb27e2df51a..262e991cc957 100644 --- a/x11-misc/fluxconf/ChangeLog +++ b/x11-misc/fluxconf/ChangeLog @@ -1,6 +1,14 @@ # ChangeLog for x11-misc/fluxconf # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL -# $Header: /var/cvsroot/gentoo-x86/x11-misc/fluxconf/ChangeLog,v 1.4 2002/10/31 15:23:43 cybersystem Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/fluxconf/ChangeLog,v 1.5 2002/11/19 20:13:10 mkeadle Exp $ + +*fluxconf-0.9.2 (19 Nov 2002) + + 19 Nov 2002; Matt Keadle <mkeadle@gentoo.org> fluxconf-0.9.2.ebuild + files/digest-fluxconf-0.9.2 ChangeLog + + Version bump to lates stable. Unmasking for x86, ~keywork masked for + all other archs. *fluxconf-0.9.0 (31 October 2002) diff --git a/x11-misc/fluxconf/files/digest-fluxconf-0.9.2 b/x11-misc/fluxconf/files/digest-fluxconf-0.9.2 new file mode 100644 index 000000000000..e7511835aa25 --- /dev/null +++ b/x11-misc/fluxconf/files/digest-fluxconf-0.9.2 @@ -0,0 +1 @@ +MD5 64b980359a8ca244e5e703dfd914fdde fluxconf-0.9.2.tar.gz 192873 diff --git a/x11-misc/fluxconf/fluxconf-0.9.2.ebuild b/x11-misc/fluxconf/fluxconf-0.9.2.ebuild new file mode 100644 index 000000000000..d05c297351e9 --- /dev/null +++ b/x11-misc/fluxconf/fluxconf-0.9.2.ebuild @@ -0,0 +1,35 @@ +# Copyright 2002 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/fluxconf/fluxconf-0.9.2.ebuild,v 1.1 2002/11/19 20:13:10 mkeadle Exp $ + +IUSE="" + +S=${WORKDIR}/${P} +DESCRIPTION="Configuration editor for fluxbox" +SRC_URI="http://devaux.fabien.free.fr/flux/${P}.tar.gz" +HOMEPAGE="http://devaux.fabien.free.fr/flux/" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="x86 ~ppc ~sparc ~sparc64" + +DEPEND="=x11-libs/gtk+-1.2*" + +src_compile() { + + econf || die + emake || die +} + +src_install () { + + einstall || die + + + rm ${D}/usr/bin/fluxkeys ${D}/usr/bin/fluxmenu + + dosym /usr/bin/fluxconf /usr/bin/fluxkeys + dosym /usr/bin/fluxconf /usr/bin/fluxmenu + + dodoc AUTHORS COPYING ChangeLog NEWS README +} |