blob: 2f8c0dbe43a2e01db064f20d5d8f51d1464fdf2b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# Copyright 2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
# $Header: /var/cvsroot/gentoo-x86/dev-python/rlcompleter2/rlcompleter2-0.95.ebuild,v 1.3 2003/06/21 22:30:25 drobbins Exp $
inherit distutils
DESCRIPTION="Python command line completion."
HOMEPAGE="http://codespeak.net/rlcompleter2/"
SRC_URI="${HOMEPAGE}download/${P}.tar.gz"
SLOT="0"
KEYWORDS="x86 amd64 ~ppc"
LICENSE="PSF-2.2"
IUSE=""
mydoc="PKG-INFO ${mydoc}"
pkg_postinst()
{
ewarn "Please read the README, and follow instructions in order to"
ewarn "execute and configure rlcompleter2."
}
|