diff options
author | Tod Neidt <tod@gentoo.org> | 2002-02-08 15:29:54 +0000 |
---|---|---|
committer | Tod Neidt <tod@gentoo.org> | 2002-02-08 15:29:54 +0000 |
commit | 663fd831f7357fc3acd1965e1de1701c94ebfc03 (patch) | |
tree | 0db7043fbb9a19e2b07962417ca9da0799003746 /dev-python/anygui | |
parent | another step futher, still unusable (diff) | |
download | gentoo-2-663fd831f7357fc3acd1965e1de1701c94ebfc03.tar.gz gentoo-2-663fd831f7357fc3acd1965e1de1701c94ebfc03.tar.bz2 gentoo-2-663fd831f7357fc3acd1965e1de1701c94ebfc03.zip |
Bug fix release, package masking version 0.1
see http://www.geocrawler.com/lists/3/SourceForge/18000/0/7776642
Diffstat (limited to 'dev-python/anygui')
-rw-r--r-- | dev-python/anygui/ChangeLog | 13 | ||||
-rw-r--r-- | dev-python/anygui/anygui-0.1.1.ebuild | 36 | ||||
-rw-r--r-- | dev-python/anygui/files/digest-anygui-0.1.1 | 1 |
3 files changed, 49 insertions, 1 deletions
diff --git a/dev-python/anygui/ChangeLog b/dev-python/anygui/ChangeLog index 2db84e983a03..51ac56ce4943 100644 --- a/dev-python/anygui/ChangeLog +++ b/dev-python/anygui/ChangeLog @@ -1,9 +1,20 @@ # ChangeLog for dev-python/anygui # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL -# $Header: /var/cvsroot/gentoo-x86/dev-python/anygui/ChangeLog,v 1.2 2002/02/06 17:59:23 tod Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/anygui/ChangeLog,v 1.3 2002/02/08 15:29:54 tod Exp $ + +*anygui-0.1.1 (8 Feb 2002) + + 8 Feb 2002; T.Neidt <tod@gentoo.org> ChangeLog : + + Bug fix release, + see http://www.geocrawler.com/lists/3/SourceForge/18000/0/7776642/ *anygui-0.1 (6 Feb 2002) + 8 Feb 2002; T.Neidt <tod@gentoo.org> ChangeLog : + + Bug found in 0.1 use 0.1.1 instead, package masking this version + 6 Feb 2002; T.Neidt <tod@gentoo.org> ChangeLog : Updated version, anygui-0.1 released, Yay! Proposed USE variable diff --git a/dev-python/anygui/anygui-0.1.1.ebuild b/dev-python/anygui/anygui-0.1.1.ebuild new file mode 100644 index 000000000000..af583f2e0d63 --- /dev/null +++ b/dev-python/anygui/anygui-0.1.1.ebuild @@ -0,0 +1,36 @@ +# Copyright 1999-2002 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License, v2 or later +# Author Tod Neidt <tneidt@fidnet.com> +#$Header $ + +S=${WORKDIR}/${P} +DESCRIPTION="Generic GUI Module for Python" +SRC_URI="http://prdownloads.sourceforge.net/anygui/${P}.tar.gz" +HOMEPAGE="http://anygui.sourceforge.net/" + +DEPEND=">=dev-lang/python-2.0 + sys-libs/ncurses + qt? ( dev-python/PyQt ) + gtk? ( dev-python/pygtk ) + tcltk? ( dev-lang/tk-8.3.3 ) + wxwin? ( dev-python/wxPython )" + +# Propsed wxwin use variable for wxGTK for wxWindows? ( dev-python/wxPython ) *NOT* official +#future: +# also use variable fltk for fltk? ( dev-python/PyFLTK ) no ebuild for PyFLTK yet +# java? ( dev-python/jython ) Java Swing (javagui) http://www.jython.org + +src_compile() { + + python setup.py build || die "Python Build Failed" + +} + +src_install() { + + python setup.py install --prefix=${D}/usr || die "Python Install Failed" + + dodoc CHANGELOG.txt INSTALL.txt KNOWN_BUGS.txt LICENSE.txt \ + MAINTAINERS.txt PKG-INFO README.txt TODO.txt VERSION.txt + +} diff --git a/dev-python/anygui/files/digest-anygui-0.1.1 b/dev-python/anygui/files/digest-anygui-0.1.1 new file mode 100644 index 000000000000..d29a4c5cb7fb --- /dev/null +++ b/dev-python/anygui/files/digest-anygui-0.1.1 @@ -0,0 +1 @@ +MD5 fd628ef008ef3139aae85a3d954e4653 anygui-0.1.1.tar.gz 716254 |