diff options
author | Daniel Ahlberg <aliz@gentoo.org> | 2004-03-31 12:31:13 +0000 |
---|---|---|
committer | Daniel Ahlberg <aliz@gentoo.org> | 2004-03-31 12:31:13 +0000 |
commit | 38312ff822c37eabeee84f855f9c7edcf1dd234f (patch) | |
tree | 81a188bc988aca794bd19f8febb9f710b63536ee /x11-terms/root-tail | |
parent | Closing #46276. (diff) | |
download | historical-38312ff822c37eabeee84f855f9c7edcf1dd234f.tar.gz historical-38312ff822c37eabeee84f855f9c7edcf1dd234f.tar.bz2 historical-38312ff822c37eabeee84f855f9c7edcf1dd234f.zip |
Closing #46276.
Diffstat (limited to 'x11-terms/root-tail')
-rw-r--r-- | x11-terms/root-tail/ChangeLog | 5 | ||||
-rw-r--r-- | x11-terms/root-tail/Manifest | 6 | ||||
-rw-r--r-- | x11-terms/root-tail/root-tail-0.9.ebuild | 4 |
3 files changed, 9 insertions, 6 deletions
diff --git a/x11-terms/root-tail/ChangeLog b/x11-terms/root-tail/ChangeLog index 59b1a189dfe3..63259593c40a 100644 --- a/x11-terms/root-tail/ChangeLog +++ b/x11-terms/root-tail/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-terms/root-tail # Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-terms/root-tail/ChangeLog,v 1.9 2004/03/28 04:48:26 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-terms/root-tail/ChangeLog,v 1.10 2004/03/31 12:31:13 aliz Exp $ + + 31 Mar 2004; Daniel Ahlberg <aliz@gentoo.org> root-tail-0.9.ebuild: + Adding amd64 keyword, closing #46276. 27 Mar 2004; Michael Sterrett <mr_bones_@gentoo.org> root-tail-0.9.ebuild: don't assign default to S diff --git a/x11-terms/root-tail/Manifest b/x11-terms/root-tail/Manifest index bcd35d27d8f9..22f047ef4ec2 100644 --- a/x11-terms/root-tail/Manifest +++ b/x11-terms/root-tail/Manifest @@ -1,7 +1,7 @@ -MD5 59a8126db7b6db750e636974260eab23 ChangeLog 1603 -MD5 b4760a7eebc689ea735e6f12bda8c5eb root-tail-0.0.10.ebuild 589 MD5 a4b8aed01c9053aa1261463b7d57c9db root-tail-0.2.ebuild 619 -MD5 804a2c4a614d8a479bb040e550167e8a root-tail-0.9.ebuild 620 +MD5 68d0e49a244f7b5fad6b543d2b4d5ebb root-tail-0.9.ebuild 622 +MD5 b4760a7eebc689ea735e6f12bda8c5eb root-tail-0.0.10.ebuild 589 +MD5 842a71a0602c270c6ff360503897bb4c ChangeLog 1710 MD5 12063c0bf3fb11eaeb56a3f8c19d8736 files/digest-root-tail-0.0.10 66 MD5 29251dd105016051f656f7af73169ce4 files/digest-root-tail-0.2 64 MD5 89af3bbe182fdf122d8fa620ed3cd5b5 files/digest-root-tail-0.9 64 diff --git a/x11-terms/root-tail/root-tail-0.9.ebuild b/x11-terms/root-tail/root-tail-0.9.ebuild index 6cc162207f56..f2f574f493a8 100644 --- a/x11-terms/root-tail/root-tail-0.9.ebuild +++ b/x11-terms/root-tail/root-tail-0.9.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-terms/root-tail/root-tail-0.9.ebuild,v 1.2 2004/03/28 04:48:26 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-terms/root-tail/root-tail-0.9.ebuild,v 1.3 2004/03/31 12:31:13 aliz Exp $ DESCRIPTION="Terminal to display (multiple) log files on the root window" HOMEPAGE="http://www.goof.com/pcg/marc/root-tail.html" @@ -8,7 +8,7 @@ SRC_URI="http://www.goof.com/pcg/marc/data/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~x86 ~sparc" +KEYWORDS="~x86 ~sparc ~amd64" IUSE="" DEPEND="virtual/x11" |