diff options
author | Sascha Schwabbauer <cybersystem@gentoo.org> | 2002-10-31 15:23:43 +0000 |
---|---|---|
committer | Sascha Schwabbauer <cybersystem@gentoo.org> | 2002-10-31 15:23:43 +0000 |
commit | 25d3bc23e129ddaf5d930f50989963cc32dc7ab2 (patch) | |
tree | af14c9726581fe8c5ce7dd5baa6d9ed1273a42f5 /x11-misc | |
parent | moved alsa-xmms from media-sound to media-plugins (diff) | |
download | historical-25d3bc23e129ddaf5d930f50989963cc32dc7ab2.tar.gz historical-25d3bc23e129ddaf5d930f50989963cc32dc7ab2.tar.bz2 historical-25d3bc23e129ddaf5d930f50989963cc32dc7ab2.zip |
version bump
Diffstat (limited to 'x11-misc')
-rw-r--r-- | x11-misc/fluxconf/ChangeLog | 8 | ||||
-rw-r--r-- | x11-misc/fluxconf/files/digest-fluxconf-0.9.0 | 1 | ||||
-rw-r--r-- | x11-misc/fluxconf/fluxconf-0.9.0.ebuild | 35 |
3 files changed, 43 insertions, 1 deletions
diff --git a/x11-misc/fluxconf/ChangeLog b/x11-misc/fluxconf/ChangeLog index c92e3bab1770..fdb27e2df51a 100644 --- a/x11-misc/fluxconf/ChangeLog +++ b/x11-misc/fluxconf/ChangeLog @@ -1,6 +1,12 @@ # 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.3 2002/08/23 09:04:58 cybersystem Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/fluxconf/ChangeLog,v 1.4 2002/10/31 15:23:43 cybersystem Exp $ + +*fluxconf-0.9.0 (31 October 2002) + + 31 October 2002; Sascha Schwabbauer <cybersystem@gentoo.org> fluxconf-0.9.0.ebuild : + + Version bump. Fluxconf supports localisation now. *fluxconf-0.8.5 (23 August 2002) diff --git a/x11-misc/fluxconf/files/digest-fluxconf-0.9.0 b/x11-misc/fluxconf/files/digest-fluxconf-0.9.0 new file mode 100644 index 000000000000..e625c729e4bd --- /dev/null +++ b/x11-misc/fluxconf/files/digest-fluxconf-0.9.0 @@ -0,0 +1 @@ +MD5 9802771daa22013301b71bdd082be130 fluxconf-0.9.0.tar.gz 190477 diff --git a/x11-misc/fluxconf/fluxconf-0.9.0.ebuild b/x11-misc/fluxconf/fluxconf-0.9.0.ebuild new file mode 100644 index 000000000000..c3ccee49226b --- /dev/null +++ b/x11-misc/fluxconf/fluxconf-0.9.0.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.0.ebuild,v 1.1 2002/10/31 15:23:43 cybersystem 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 +} |