diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2004-07-14 06:41:08 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2004-07-14 06:41:08 +0000 |
commit | 6ccdacdaa019bbd48c260dc818f9989357ee558a (patch) | |
tree | fbc29bb5e632f1bef33d624b627a52977b0584a9 /net-misc/urlview | |
parent | don't assign default to S (Manifest recommit) (diff) | |
download | gentoo-2-6ccdacdaa019bbd48c260dc818f9989357ee558a.tar.gz gentoo-2-6ccdacdaa019bbd48c260dc818f9989357ee558a.tar.bz2 gentoo-2-6ccdacdaa019bbd48c260dc818f9989357ee558a.zip |
don't assign default to S; IUSE
Diffstat (limited to 'net-misc/urlview')
-rw-r--r-- | net-misc/urlview/urlview-0.9.ebuild | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/net-misc/urlview/urlview-0.9.ebuild b/net-misc/urlview/urlview-0.9.ebuild index 060f3d5abe34..18b18124f2f1 100644 --- a/net-misc/urlview/urlview-0.9.ebuild +++ b/net-misc/urlview/urlview-0.9.ebuild @@ -1,18 +1,19 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/urlview/urlview-0.9.ebuild,v 1.16 2004/06/25 00:17:55 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/urlview/urlview-0.9.ebuild,v 1.17 2004/07/14 06:41:08 mr_bones_ Exp $ inherit eutils -S=${WORKDIR}/${P} DESCRIPTION="extracts urls from text and will send them to another app" -SRC_URI="ftp://gd.tuwien.ac.at/infosys/mail/mutt/contrib/${P}.tar.gz" HOMEPAGE="http://www.mutt.org" -DEPEND=">=sys-libs/ncurses-5.2" -RDEPEND=">=sys-libs/ncurses-5.2" -KEYWORDS="x86 ppc sparc alpha s390" +SRC_URI="ftp://gd.tuwien.ac.at/infosys/mail/mutt/contrib/${P}.tar.gz" + LICENSE="GPL-2" SLOT="0" +KEYWORDS="x86 ppc sparc alpha s390" +IUSE="" + +DEPEND=">=sys-libs/ncurses-5.2" src_compile() { epatch ${FILESDIR}/no-trailing-newline.patch |