diff options
author | Tilman Klar <phoenix@gentoo.org> | 2002-07-09 11:25:07 +0000 |
---|---|---|
committer | Tilman Klar <phoenix@gentoo.org> | 2002-07-09 11:25:07 +0000 |
commit | c115864e1664372ca34bd5d5d985c6606eeaddc4 (patch) | |
tree | 376098ed4d91baa8bb9c5a27c411b0cc3cfbf394 /net-misc/urlview | |
parent | repoman QA issues (diff) | |
download | gentoo-2-c115864e1664372ca34bd5d5d985c6606eeaddc4.tar.gz gentoo-2-c115864e1664372ca34bd5d5d985c6606eeaddc4.tar.bz2 gentoo-2-c115864e1664372ca34bd5d5d985c6606eeaddc4.zip |
repoman QA issues
Diffstat (limited to 'net-misc/urlview')
-rw-r--r-- | net-misc/urlview/ChangeLog | 10 | ||||
-rw-r--r-- | net-misc/urlview/urlview-0.9.ebuild | 7 |
2 files changed, 9 insertions, 8 deletions
diff --git a/net-misc/urlview/ChangeLog b/net-misc/urlview/ChangeLog index 3e20ac63b668..b455ffe76aad 100644 --- a/net-misc/urlview/ChangeLog +++ b/net-misc/urlview/ChangeLog @@ -1,17 +1,17 @@ # ChangeLog for net-misc/urlview # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL -# $Header: /var/cvsroot/gentoo-x86/net-misc/urlview/ChangeLog,v 1.2 2002/04/26 05:34:23 tod Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/urlview/ChangeLog,v 1.3 2002/07/09 11:25:07 phoenix Exp $ -*urlview-0.9 (25 Apr 2002) +*urlview-0.9 (1 Feb 2002) - 25 Apr 2002; Tod Neidt <tod@gentoo.org> urlview-0.9.ebuild : + 09 Jul 2002; phoen][x <phoenix@gentoo.org> urlview-0.9.ebuild : + Added KEYWORDS, LICENSE, SLOT. + 25 Apr 2002; Tod Neidt <tod@gentoo.org> urlview-0.9.ebuild : Fixed sandbox violation. Updated syntax. -*urlview-0.9 (1 Feb 2002) 1 Feb 2002; G.Bevin <gbevin@gentoo.org> ChangeLog : - Added initial ChangeLog which should be updated whenever the package is updated in any way. This changelog is targetted to users. This means that the comments should well explained and written in clean English. The details about diff --git a/net-misc/urlview/urlview-0.9.ebuild b/net-misc/urlview/urlview-0.9.ebuild index 2b432b47b8e4..c9ebc7ceb06d 100644 --- a/net-misc/urlview/urlview-0.9.ebuild +++ b/net-misc/urlview/urlview-0.9.ebuild @@ -1,15 +1,16 @@ # Copyright 1999-2001 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Ben Lutgens <lamer@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/net-misc/urlview/urlview-0.9.ebuild,v 1.2 2002/04/26 05:34:23 tod Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/urlview/urlview-0.9.ebuild,v 1.3 2002/07/09 11:25:07 phoenix Exp $ 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="" +KEYWORDS="x86" +LICENSE="GPL-2" +SLOT="0" src_compile() { |