diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2004-07-03 05:24:44 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2004-07-03 05:24:44 +0000 |
commit | 70080554ffd6604899de8d176a957815084943ba (patch) | |
tree | bb2db639e0cbf1441847904cc2b400318f3dc740 /x11-terms | |
parent | security update (Manifest recommit) (diff) | |
download | gentoo-2-70080554ffd6604899de8d176a957815084943ba.tar.gz gentoo-2-70080554ffd6604899de8d176a957815084943ba.tar.bz2 gentoo-2-70080554ffd6604899de8d176a957815084943ba.zip |
Clean old ebuild
Diffstat (limited to 'x11-terms')
-rw-r--r-- | x11-terms/root-tail/ChangeLog | 6 | ||||
-rw-r--r-- | x11-terms/root-tail/files/digest-root-tail-0.0.10 | 1 | ||||
-rw-r--r-- | x11-terms/root-tail/root-tail-0.0.10.ebuild | 22 |
3 files changed, 5 insertions, 24 deletions
diff --git a/x11-terms/root-tail/ChangeLog b/x11-terms/root-tail/ChangeLog index c0f2aba08725..330776f47cca 100644 --- a/x11-terms/root-tail/ChangeLog +++ b/x11-terms/root-tail/ChangeLog @@ -1,6 +1,10 @@ # 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.15 2004/06/28 22:04:21 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-terms/root-tail/ChangeLog,v 1.16 2004/07/03 05:24:44 mr_bones_ Exp $ + + 02 Jul 2004; Michael Sterrett <mr_bones_@gentoo.org> + -root-tail-0.0.10.ebuild: + Clean old ebuild 28 Jun 2004; Aron Griffis <agriffis@gentoo.org> root-tail-0.0.10.ebuild: sync IUSE diff --git a/x11-terms/root-tail/files/digest-root-tail-0.0.10 b/x11-terms/root-tail/files/digest-root-tail-0.0.10 deleted file mode 100644 index 98dd78fa971a..000000000000 --- a/x11-terms/root-tail/files/digest-root-tail-0.0.10 +++ /dev/null @@ -1 +0,0 @@ -MD5 ab335fdadbe51f093a911728e54ae95d root-tail-0.0.10.tar.gz 7816 diff --git a/x11-terms/root-tail/root-tail-0.0.10.ebuild b/x11-terms/root-tail/root-tail-0.0.10.ebuild deleted file mode 100644 index 9700bcea0163..000000000000 --- a/x11-terms/root-tail/root-tail-0.0.10.ebuild +++ /dev/null @@ -1,22 +0,0 @@ -# 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-0.0.10.ebuild,v 1.16 2004/06/28 22:04:21 agriffis Exp $ - -DESCRIPTION="Terminal to display (multiple) log files on the root window" -SRC_URI="http://www.goof.com/pcg/marc/data/${P}.tar.gz" -HOMEPAGE="http://www.var.cx/root-tail/" -SLOT="0" -KEYWORDS="x86 ppc" -IUSE="" -LICENSE="GPL-2" - -DEPEND="virtual/x11" - -src_compile() { - xmkmf -a || die - make || die -} - -src_install() { - make DESTDIR=${D} install install.man || die -} |