diff options
author | Caleb Tennis <caleb@gentoo.org> | 2004-09-03 19:26:23 +0000 |
---|---|---|
committer | Caleb Tennis <caleb@gentoo.org> | 2004-09-03 19:26:23 +0000 |
commit | 7c13b1150c9e6e022f260984623dc10d387f1f77 (patch) | |
tree | f30c8c0e12baa25b695e7120d83b865032c91f62 /dev-python | |
parent | remove old version that was packge.masked (diff) | |
download | historical-7c13b1150c9e6e022f260984623dc10d387f1f77.tar.gz historical-7c13b1150c9e6e022f260984623dc10d387f1f77.tar.bz2 historical-7c13b1150c9e6e022f260984623dc10d387f1f77.zip |
seems to be unmaintained upstream and is package.masked - removing
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/anygui/ChangeLog | 61 | ||||
-rw-r--r-- | dev-python/anygui/Manifest | 4 | ||||
-rw-r--r-- | dev-python/anygui/anygui-0.1.1-r1.ebuild | 49 | ||||
-rw-r--r-- | dev-python/anygui/files/digest-anygui-0.1.1-r1 | 1 | ||||
-rw-r--r-- | dev-python/anygui/metadata.xml | 5 |
5 files changed, 0 insertions, 120 deletions
diff --git a/dev-python/anygui/ChangeLog b/dev-python/anygui/ChangeLog deleted file mode 100644 index a054c57e4dbc..000000000000 --- a/dev-python/anygui/ChangeLog +++ /dev/null @@ -1,61 +0,0 @@ -# ChangeLog for dev-python/anygui -# Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/anygui/ChangeLog,v 1.11 2004/07/03 12:25:27 kloeri Exp $ - - 03 Jul 2004; Bryan Østergaard <kloeri@gentoo.org> anygui-0.1.1-r1.ebuild: - Change wxPython to wxpython. - - 06 Dec 2002; Rodney Rees <manson@gentoo.org> : changed sparc ~sparc keywords - -*anygui-0.1.1-r1 (15 Mar 2002) - - 26 Jul 2002; George Shapovalov <george@gentoo.org> anygui-0.1.1-r1.ebuild, anygui-0.1.1.ebuild, anygui-0.1_beta1-r1.ebuild : - - 15 Mar 2002; T.Neidt <tod@gentoo.org> ChangeLog, anygui-0.1.1-r1.ebuild : - - Added installation of manual and tutorial docs in various formats. - This fixes Bug #977. - -*anygui-0.1.1 (8 Feb 2002) - - 15 Mar 2002; T.Neidt <tod@gentoo.org> ChangeLog, anygui-0.1.1.ebuild : - - Formatting cleanup, i.e. spaces and tabs. - - 22 Feb 2002; T.Neidt <tod@gentoo.org> ChangeLog, anygui-0.1.1.ebuild : - - Fixed PyQt dependency to avoid masked version PyQt-3.0 - - 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) - - 22 Feb 2002; T.Neidt <tod@gentoo.org> ChangeLog, anygui-0.1.ebuild, files/digest-anygui-0.1 : - - Removed this version as the upstream package is broken. - - 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 - wxwin (for wxWindows) used in DEPENDS, *not* Official. - -*anygui-0.1_beta1-r1 (1 Feb 2002) - - 22 Feb 2002; T.Neidt <tod@gentoo.org> ChangeLog, anygui-0.1_beta1-r1.ebuild : - - Fixed PyQt dependency to avoid masked version PyQt-3.0 - - 1 Feb 2002; G.Bevin <gbevin@gentoo.org> ChangeLog : - - Added initial ChangeLog which should be updated whenever the package is - updated in any way. This changelog is targetted to users. This means that the - comments should well explained and written in clean English. The details about - writing correct changelogs are explained in the skel.ChangeLog file which you - can find in the root directory of the portage repository. diff --git a/dev-python/anygui/Manifest b/dev-python/anygui/Manifest deleted file mode 100644 index db93eb69efe4..000000000000 --- a/dev-python/anygui/Manifest +++ /dev/null @@ -1,4 +0,0 @@ -MD5 c8f0da4f96837e4d4b339527482b646c anygui-0.1.1-r1.ebuild 1313 -MD5 c391267450f08ba67423e17240a5fd33 ChangeLog 2247 -MD5 71c4638c9c88af75b58e5f5cb54fe008 metadata.xml 159 -MD5 34a1a3cad7680348fff9e221fa554c09 files/digest-anygui-0.1.1-r1 64 diff --git a/dev-python/anygui/anygui-0.1.1-r1.ebuild b/dev-python/anygui/anygui-0.1.1-r1.ebuild deleted file mode 100644 index 81d2eee07875..000000000000 --- a/dev-python/anygui/anygui-0.1.1-r1.ebuild +++ /dev/null @@ -1,49 +0,0 @@ -# Copyright 1999-2004 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/anygui/anygui-0.1.1-r1.ebuild,v 1.20 2004/07/03 12:25:27 kloeri Exp $ - -IUSE="wxwin gtk qt tcltk" - -DESCRIPTION="Generic GUI Module for Python" -SRC_URI="mirror://sourceforge/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 ) - 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 - -SLOT="0" -KEYWORDS="x86 sparc alpha" -LICENSE="MIT" - -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 \ - doc/anygui.txt doc/tutorial.txt - - dohtml doc/anygui.html - - insinto /usr/share/doc/${PF}/pdf - doins doc/anygui.pdf - - insinto /usr/share/doc/${PF}/ps - doins doc/anygui.ps - -} diff --git a/dev-python/anygui/files/digest-anygui-0.1.1-r1 b/dev-python/anygui/files/digest-anygui-0.1.1-r1 deleted file mode 100644 index d29a4c5cb7fb..000000000000 --- a/dev-python/anygui/files/digest-anygui-0.1.1-r1 +++ /dev/null @@ -1 +0,0 @@ -MD5 fd628ef008ef3139aae85a3d954e4653 anygui-0.1.1.tar.gz 716254 diff --git a/dev-python/anygui/metadata.xml b/dev-python/anygui/metadata.xml deleted file mode 100644 index de483c53568f..000000000000 --- a/dev-python/anygui/metadata.xml +++ /dev/null @@ -1,5 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> -<herd>python</herd> -</pkgmetadata> |