diff options
author | Daniel Ahlberg <aliz@gentoo.org> | 2004-03-30 09:50:45 +0000 |
---|---|---|
committer | Daniel Ahlberg <aliz@gentoo.org> | 2004-03-30 09:50:45 +0000 |
commit | 0dfc25754c9ebee2c997ff6c8bb1424cfaaed0b7 (patch) | |
tree | aa9928c62d0b86145d829da0e03dafdb41084de4 /dev-util | |
parent | don't assign default to S (diff) | |
download | historical-0dfc25754c9ebee2c997ff6c8bb1424cfaaed0b7.tar.gz historical-0dfc25754c9ebee2c997ff6c8bb1424cfaaed0b7.tar.bz2 historical-0dfc25754c9ebee2c997ff6c8bb1424cfaaed0b7.zip |
Closing #44958.
Diffstat (limited to 'dev-util')
-rw-r--r-- | dev-util/weblint/ChangeLog | 7 | ||||
-rw-r--r-- | dev-util/weblint/Manifest | 4 | ||||
-rw-r--r-- | dev-util/weblint/weblint-1.020.ebuild | 6 |
3 files changed, 10 insertions, 7 deletions
diff --git a/dev-util/weblint/ChangeLog b/dev-util/weblint/ChangeLog index eb5768ea36e2..88233929a28c 100644 --- a/dev-util/weblint/ChangeLog +++ b/dev-util/weblint/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-util/weblint -# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/weblint/ChangeLog,v 1.4 2003/02/12 06:47:34 vapier Exp $ +# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-util/weblint/ChangeLog,v 1.5 2004/03/30 09:50:45 aliz Exp $ + + 30 Mar 2004; Daniel Ahlberg <aliz@gentoo.org> weblint-1.020.ebuild: + Adding amd64 keyword. Closing #44958. 06 Dec 2002; Rodney Rees <manson@gentoo.org> : changed sparc ~sparc keywords diff --git a/dev-util/weblint/Manifest b/dev-util/weblint/Manifest index 691ed0a61197..4ae1d7503d0f 100644 --- a/dev-util/weblint/Manifest +++ b/dev-util/weblint/Manifest @@ -1,3 +1,3 @@ +MD5 353fa5f83b34907646635f4883c5cf66 weblint-1.020.ebuild 569 +MD5 47b462c02001373df83137bdace0222e ChangeLog 608 MD5 400c9d03b648247a27fbaf7ea6d2dd37 files/digest-weblint-1.020 64 -MD5 4c4f28ce7a738048bf07c347d093ed67 weblint-1.020.ebuild 562 -MD5 bb77db79df48f37c133032b4f3aae2b9 ChangeLog 499 diff --git a/dev-util/weblint/weblint-1.020.ebuild b/dev-util/weblint/weblint-1.020.ebuild index 14600e60677c..7ad178e63cbc 100644 --- a/dev-util/weblint/weblint-1.020.ebuild +++ b/dev-util/weblint/weblint-1.020.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/weblint/weblint-1.020.ebuild,v 1.7 2003/07/12 14:28:13 aliz Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/weblint/weblint-1.020.ebuild,v 1.8 2004/03/30 09:50:45 aliz Exp $ DESCRIPTION="syntax and minimal style checker for HTML by Neil Bowers" SRC_URI="mirror://gentoo/${P}.tar.gz" @@ -8,7 +8,7 @@ HOMEPAGE="http://www.w3.org/Tools/weblint.html" SLOT="0" LICENSE="GPL-2" -KEYWORDS="x86 ~ppc ~sparc ~alpha" +KEYWORDS="x86 ~ppc ~sparc ~alpha ~amd64" DEPEND="" RDEPEND="dev-lang/perl" |