blob: 9c9e9a72ab5a9e3b25fd47bc3fb9e395ecaf13d0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
# Author Francisco Gimeno <kikov@fco-gimeno.com>
# Manteiner Jos� Alberto Su�rez L�pez <bass@gentoo.org>
EBOOKNAME="pygtk"
EBOOKVERSION="2.0"
NOVERSION="1"
SRC="pygtk"
EBOOKDESTDIR="pygtk-2.0"
. /usr/portage/eclass/inherit.eclass || die
inherit ebook
|