diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2004-05-08 06:11:18 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2004-05-08 06:11:18 +0000 |
commit | c7392fe68bcb95a49ef3fe5ee9cd853ca3c20242 (patch) | |
tree | cb8f73d08b7d21d2cfc29b20dfa93c0b15c7d371 /x11-terms/root-tail | |
parent | Fix syntax (diff) | |
download | historical-c7392fe68bcb95a49ef3fe5ee9cd853ca3c20242.tar.gz historical-c7392fe68bcb95a49ef3fe5ee9cd853ca3c20242.tar.bz2 historical-c7392fe68bcb95a49ef3fe5ee9cd853ca3c20242.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 | 6 | ||||
-rw-r--r-- | x11-terms/root-tail/files/digest-root-tail-1.1 | 1 | ||||
-rw-r--r-- | x11-terms/root-tail/root-tail-1.1.ebuild | 24 |
4 files changed, 35 insertions, 3 deletions
diff --git a/x11-terms/root-tail/ChangeLog b/x11-terms/root-tail/ChangeLog index 63259593c40a..723ffa710d3d 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 Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-terms/root-tail/ChangeLog,v 1.10 2004/03/31 12:31:13 aliz Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-terms/root-tail/ChangeLog,v 1.11 2004/05/08 06:11:18 mr_bones_ Exp $ + +*root-tail-1.1 (07 May 2004) + + 07 May 2004; Michael Sterrett <mr_bones_@gentoo.org> root-tail-1.1.ebuild: + version bump 31 Mar 2004; Daniel Ahlberg <aliz@gentoo.org> root-tail-0.9.ebuild: Adding amd64 keyword, closing #46276. diff --git a/x11-terms/root-tail/Manifest b/x11-terms/root-tail/Manifest index 22f047ef4ec2..5c0480a7863a 100644 --- a/x11-terms/root-tail/Manifest +++ b/x11-terms/root-tail/Manifest @@ -1,7 +1,9 @@ +MD5 f0ae828c267ea8912e6fa0f4bd094671 ChangeLog 1838 +MD5 b4760a7eebc689ea735e6f12bda8c5eb root-tail-0.0.10.ebuild 589 MD5 a4b8aed01c9053aa1261463b7d57c9db root-tail-0.2.ebuild 619 MD5 68d0e49a244f7b5fad6b543d2b4d5ebb root-tail-0.9.ebuild 622 -MD5 b4760a7eebc689ea735e6f12bda8c5eb root-tail-0.0.10.ebuild 589 -MD5 842a71a0602c270c6ff360503897bb4c ChangeLog 1710 +MD5 2112dfe0051a5120edc44bd186421b08 root-tail-1.1.ebuild 675 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 +MD5 bc94057d9203dc8c6a01efb2172f5a15 files/digest-root-tail-1.1 64 diff --git a/x11-terms/root-tail/files/digest-root-tail-1.1 b/x11-terms/root-tail/files/digest-root-tail-1.1 new file mode 100644 index 000000000000..7677f8e2581b --- /dev/null +++ b/x11-terms/root-tail/files/digest-root-tail-1.1 @@ -0,0 +1 @@ +MD5 adb925c2781892bb5dcbdf9d5e579032 root-tail-1.1.tar.gz 20124 diff --git a/x11-terms/root-tail/root-tail-1.1.ebuild b/x11-terms/root-tail/root-tail-1.1.ebuild new file mode 100644 index 000000000000..c2279a78d610 --- /dev/null +++ b/x11-terms/root-tail/root-tail-1.1.ebuild @@ -0,0 +1,24 @@ +# 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-1.1.ebuild,v 1.1 2004/05/08 06:11:18 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" +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 +} |