diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2004-08-30 09:13:14 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2004-08-30 09:13:14 +0000 |
commit | 39c8df15f888e2d303e40628883b2159f3bcfe01 (patch) | |
tree | 6bf233a28d6ca8282c2c91aba6f9db9f48c55a05 /x11-terms/root-tail | |
parent | Version bumped. Marked 0.1.0 stable on x86. (Manifest recommit) (diff) | |
download | gentoo-2-39c8df15f888e2d303e40628883b2159f3bcfe01.tar.gz gentoo-2-39c8df15f888e2d303e40628883b2159f3bcfe01.tar.bz2 gentoo-2-39c8df15f888e2d303e40628883b2159f3bcfe01.zip |
version bump
Diffstat (limited to 'x11-terms/root-tail')
-rw-r--r-- | x11-terms/root-tail/ChangeLog | 7 | ||||
-rw-r--r-- | x11-terms/root-tail/Manifest | 2 | ||||
-rw-r--r-- | x11-terms/root-tail/files/digest-root-tail-1.2 | 1 | ||||
-rw-r--r-- | x11-terms/root-tail/root-tail-1.2.ebuild | 24 |
4 files changed, 33 insertions, 1 deletions
diff --git a/x11-terms/root-tail/ChangeLog b/x11-terms/root-tail/ChangeLog index 1b6cfbd257b6..e0cc27b39504 100644 --- a/x11-terms/root-tail/ChangeLog +++ b/x11-terms/root-tail/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for x11-terms/root-tail # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-terms/root-tail/ChangeLog,v 1.17 2004/08/09 02:51:20 tgall Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-terms/root-tail/ChangeLog,v 1.18 2004/08/30 09:13:14 mr_bones_ Exp $ + +*root-tail-1.2 (30 Aug 2004) + + 30 Aug 2004; Michael Sterrett <mr_bones_@gentoo.org> +root-tail-1.2.ebuild: + version bump 08 Aug 2004; Tom Gall <tgall@gentoo.org> root-tail-1.1.ebuild: stable on ppc64, bug #57659 diff --git a/x11-terms/root-tail/Manifest b/x11-terms/root-tail/Manifest index 6fce9e20d417..813d332bb6aa 100644 --- a/x11-terms/root-tail/Manifest +++ b/x11-terms/root-tail/Manifest @@ -1,7 +1,9 @@ MD5 2b1a68d43640548d0a2bbaa9715a07ca ChangeLog 2345 +MD5 ca911f8da6996f6841274096ff54ec88 root-tail-1.2.ebuild 672 MD5 d079a405d595f4984e050b6d2e09ae29 root-tail-0.2.ebuild 613 MD5 915a55dd5e8e1b46d9434995f1a93f91 root-tail-0.9.ebuild 621 MD5 ca911f8da6996f6841274096ff54ec88 root-tail-1.1.ebuild 672 +MD5 f8b36716748f19ede695042176e3648b files/digest-root-tail-1.2 64 MD5 29251dd105016051f656f7af73169ce4 files/digest-root-tail-0.2 64 MD5 89af3bbe182fdf122d8fa620ed3cd5b5 files/digest-root-tail-0.9 64 MD5 bc94057d9203dc8c6a01efb2172f5a15 files/digest-root-tail-1.1 64 diff --git a/x11-terms/root-tail/files/digest-root-tail-1.2 b/x11-terms/root-tail/files/digest-root-tail-1.2 new file mode 100644 index 000000000000..c2b467691268 --- /dev/null +++ b/x11-terms/root-tail/files/digest-root-tail-1.2 @@ -0,0 +1 @@ +MD5 5a4b3c4c7ab3bed1f4575e9688aac5de root-tail-1.2.tar.gz 20805 diff --git a/x11-terms/root-tail/root-tail-1.2.ebuild b/x11-terms/root-tail/root-tail-1.2.ebuild new file mode 100644 index 000000000000..9b1fc738ab0d --- /dev/null +++ b/x11-terms/root-tail/root-tail-1.2.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2004 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-terms/root-tail/root-tail-1.2.ebuild,v 1.1 2004/08/30 09:13:14 mr_bones_ Exp $ + +DESCRIPTION="Terminal to display (multiple) log files on the root window" +HOMEPAGE="http://www.goof.com/pcg/marc/root-tail.html" +SRC_URI="http://www.goof.com/pcg/marc/data/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~x86 ~sparc ~amd64 ~ppc ~ppc64" +IUSE="" + +DEPEND="virtual/x11" + +src_compile() { + xmkmf -a + emake || die "emake failed" +} + +src_install() { + make DESTDIR="${D}" install install.man || die "make install failed" + dodoc Changes README +} |