diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-02-22 08:43:59 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-02-22 08:43:59 +0000 |
commit | 9f46a936616fb4d31ed7b56322c2934aacdd74f3 (patch) | |
tree | f5f24bd57c568feaf97bc62e6e01b2177375a751 /dev-tcltk | |
parent | hppa repoman (diff) | |
download | historical-9f46a936616fb4d31ed7b56322c2934aacdd74f3.tar.gz historical-9f46a936616fb4d31ed7b56322c2934aacdd74f3.tar.bz2 historical-9f46a936616fb4d31ed7b56322c2934aacdd74f3.zip |
hppa repoman
Diffstat (limited to 'dev-tcltk')
-rw-r--r-- | dev-tcltk/expect/expect-5.37.1-r1.ebuild | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/dev-tcltk/expect/expect-5.37.1-r1.ebuild b/dev-tcltk/expect/expect-5.37.1-r1.ebuild index 2cdf66fa2939..acdcab8bfadd 100644 --- a/dev-tcltk/expect/expect-5.37.1-r1.ebuild +++ b/dev-tcltk/expect/expect-5.37.1-r1.ebuild @@ -1,17 +1,17 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/expect/expect-5.37.1-r1.ebuild,v 1.15 2004/02/22 01:04:18 brad_mssw Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/expect/expect-5.37.1-r1.ebuild,v 1.16 2004/02/22 08:43:59 vapier Exp $ #remove the trailing ".0" from the tarball version S=${WORKDIR}/${P%.1} DESCRIPTION="tool for automating interactive applications" -SRC_URI="http://expect.nist.gov/src/${P}.tar.gz" HOMEPAGE="http://expect.nist.gov/" +SRC_URI="http://expect.nist.gov/src/${P}.tar.gz" -SLOT="0" -KEYWORDS="x86 ppc sparc alpha ~mips amd64" LICENSE="BSD" +SLOT="0" +KEYWORDS="x86 ppc sparc alpha ~mips ~hppa amd64" IUSE="X doc" DEPEND=">=dev-lang/tcl-8.2 @@ -43,11 +43,9 @@ src_compile() { econf $myconf --enable-shared || die emake || die - } src_install () { - einstall || die #docs @@ -60,4 +58,3 @@ src_install () { cp example/* ${D}/usr/share/doc/${PF}/examples/ fi } - |