diff options
author | Marinus Schraal <foser@gentoo.org> | 2002-10-24 16:11:18 +0000 |
---|---|---|
committer | Marinus Schraal <foser@gentoo.org> | 2002-10-24 16:11:18 +0000 |
commit | 68824fb3cc31a694d1b076123cdcd1b9a72a3c72 (patch) | |
tree | e7f742617ebb687bfb2740aec461f46518676c98 /dev-python/pygtk | |
parent | Fix for bug #9272 in links2 svga support (diff) | |
download | historical-68824fb3cc31a694d1b076123cdcd1b9a72a3c72.tar.gz historical-68824fb3cc31a694d1b076123cdcd1b9a72a3c72.tar.bz2 historical-68824fb3cc31a694d1b076123cdcd1b9a72a3c72.zip |
small ebuild fix
Diffstat (limited to 'dev-python/pygtk')
-rw-r--r-- | dev-python/pygtk/ChangeLog | 11 | ||||
-rw-r--r-- | dev-python/pygtk/files/digest-pygtk-1.99.10 | 1 | ||||
-rw-r--r-- | dev-python/pygtk/files/digest-pygtk-1.99.9 | 1 | ||||
-rw-r--r-- | dev-python/pygtk/pygtk-1.99.10.ebuild | 36 | ||||
-rw-r--r-- | dev-python/pygtk/pygtk-1.99.13.ebuild | 1 | ||||
-rw-r--r-- | dev-python/pygtk/pygtk-1.99.9.ebuild | 36 |
6 files changed, 5 insertions, 81 deletions
diff --git a/dev-python/pygtk/ChangeLog b/dev-python/pygtk/ChangeLog index 305178396067..fb60e1979a24 100644 --- a/dev-python/pygtk/ChangeLog +++ b/dev-python/pygtk/ChangeLog @@ -1,15 +1,14 @@ # ChangeLog for dev-python/pygtk # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL -# $Header: /var/cvsroot/gentoo-x86/dev-python/pygtk/ChangeLog,v 1.7 2002/10/23 16:24:51 spider Exp $ - +# $Header: /var/cvsroot/gentoo-x86/dev-python/pygtk/ChangeLog,v 1.8 2002/10/24 16:11:18 foser Exp $ *pygtk-1.99.13 (23 Oct 2002) - - 23 Oct 2002; Spider <spider@gentoo.org> pygtk-1.99.13.ebuild : - finally got this in, closing bug #3700. thanks foser@gentoo.org for the actual work - + 24 Oct 2002; foser <foser@gentoo.org> pygtk-1.99.13.ebuild : + removed the author line, it made emerge ignore the ebuild + 23 Oct 2002; Spider <spider@gentoo.org> pygtk-1.99.13.ebuild : + finally got this in, closing bug #3700. thanks foser@gentoo.org for the actual work *pygtk-0.6.9 (19 Jun 2002) diff --git a/dev-python/pygtk/files/digest-pygtk-1.99.10 b/dev-python/pygtk/files/digest-pygtk-1.99.10 deleted file mode 100644 index 0f8c059daa63..000000000000 --- a/dev-python/pygtk/files/digest-pygtk-1.99.10 +++ /dev/null @@ -1 +0,0 @@ -MD5 8c3baa8e47a6be8a11805750551a8a6a pygtk-1.99.10.tar.gz 494925 diff --git a/dev-python/pygtk/files/digest-pygtk-1.99.9 b/dev-python/pygtk/files/digest-pygtk-1.99.9 deleted file mode 100644 index 3f7c30a5bb81..000000000000 --- a/dev-python/pygtk/files/digest-pygtk-1.99.9 +++ /dev/null @@ -1 +0,0 @@ -MD5 763a008938e8e578d6a412a56d86765a pygtk-1.99.9.tar.gz 489951 diff --git a/dev-python/pygtk/pygtk-1.99.10.ebuild b/dev-python/pygtk/pygtk-1.99.10.ebuild deleted file mode 100644 index 8d0e6d087d39..000000000000 --- a/dev-python/pygtk/pygtk-1.99.10.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 1999-2002 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pygtk/pygtk-1.99.10.ebuild,v 1.8 2002/10/20 18:47:32 vapier Exp $ - -S=${WORKDIR}/${P} -DESCRIPTION="GTK+2 bindings for Python" -SRC_URI="ftp://ftp.gtk.org/pub/gtk/python/v2.0/${P}.tar.gz" -HOMEPAGE="http://www.daa.com.au/~james/pygtk/" - -DEPEND="virtual/python - >=x11-libs/gtk+-2.0.0 - >=dev-libs/glib-2.0.0 - >=x11-libs/pango-1.0.0 - >=dev-libs/atk-1.0.0 - >=gnome-base/libglade-1.99.10" - -SLOT="2.0" -KEYWORDS="x86 ppc sparc sparc64 alpha" -LICENSE="LGPL-2.1" - -src_compile() { - - ./configure --infodir=/usr/share/info \ - --mandir=/usr/share/man \ - --prefix=/usr \ - --with-libglade-config=/usr/bin/libglade-config \ - --host=${CHOST} || die - emake || die -} - -src_install () { - make prefix=${D}/usr install || die - dodoc AUTHORS COPYING ChangeLog INSTALL MAPPING NEWS README THREADS TODO -# make DESTDIR=${D} install || die -} - diff --git a/dev-python/pygtk/pygtk-1.99.13.ebuild b/dev-python/pygtk/pygtk-1.99.13.ebuild index f762d7072ba1..ae904c8ef82a 100644 --- a/dev-python/pygtk/pygtk-1.99.13.ebuild +++ b/dev-python/pygtk/pygtk-1.99.13.ebuild @@ -1,6 +1,5 @@ # Copyright 1999-2001 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# Author Karl Trygve Kalleberg <karltk@gentoo.org> # /space/gentoo/cvsroot/gentoo-x86/dev-python/pygtk/pygtk-1.99.10.ebuild,v 1.1 2002/06/13 16:17:12 spider Exp # since its a development version diff --git a/dev-python/pygtk/pygtk-1.99.9.ebuild b/dev-python/pygtk/pygtk-1.99.9.ebuild deleted file mode 100644 index 26a68a940a7a..000000000000 --- a/dev-python/pygtk/pygtk-1.99.9.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 1999-2002 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pygtk/pygtk-1.99.9.ebuild,v 1.7 2002/10/20 18:47:32 vapier Exp $ - -S=${WORKDIR}/${P} -DESCRIPTION="GTK+2 bindings for Python" -SRC_URI="ftp://ftp.gtk.org/pub/gtk/python/v2.0/${P}.tar.gz" -HOMEPAGE="http://www.daa.com.au/~james/pygtk/" - -DEPEND="virtual/python - >=x11-libs/gtk+-2.0.0 - >=dev-libs/glib-2.0.0 - >=x11-libs/pango-1.0.0 - >=dev-libs/atk-1.0.0 - >=gnome-base/libglade-1.99.10" - -SLOT="2.0" -KEYWORDS="x86 sparc sparc64 alpha" -LICENSE="LGPL-2.1" - -src_compile() { - - ./configure --infodir=/usr/share/info \ - --mandir=/usr/share/man \ - --prefix=/usr \ - --with-libglade-config=/usr/bin/libglade-config \ - --host=${CHOST} || die - emake || die -} - -src_install () { - make prefix=${D}/usr install || die - dodoc AUTHORS COPYING ChangeLog INSTALL MAPPING NEWS README THREADS TODO -# make DESTDIR=${D} install || die -} - |