diff options
author | Jonathan Smith <smithj@gentoo.org> | 2005-06-16 23:55:59 +0000 |
---|---|---|
committer | Jonathan Smith <smithj@gentoo.org> | 2005-06-16 23:55:59 +0000 |
commit | 8213cca5aea0c9a760b2d68469e86d338f18c970 (patch) | |
tree | ffad03693ce059712c8454028afa64be9332c641 /x11-misc/xrootconsole/xrootconsole-0.4.ebuild | |
parent | Version bump. (diff) | |
download | historical-8213cca5aea0c9a760b2d68469e86d338f18c970.tar.gz historical-8213cca5aea0c9a760b2d68469e86d338f18c970.tar.bz2 historical-8213cca5aea0c9a760b2d68469e86d338f18c970.zip |
version bump for #84271
Package-Manager: portage-2.0.51.22-r1
Diffstat (limited to 'x11-misc/xrootconsole/xrootconsole-0.4.ebuild')
-rw-r--r-- | x11-misc/xrootconsole/xrootconsole-0.4.ebuild | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/x11-misc/xrootconsole/xrootconsole-0.4.ebuild b/x11-misc/xrootconsole/xrootconsole-0.4.ebuild deleted file mode 100644 index 8b851247f9ae..000000000000 --- a/x11-misc/xrootconsole/xrootconsole-0.4.ebuild +++ /dev/null @@ -1,23 +0,0 @@ -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/xrootconsole/xrootconsole-0.4.ebuild,v 1.14 2005/01/21 22:08:01 pylon Exp $ - -DESCRIPTION="A utility that displays its input in a text box on your root window" -HOMEPAGE="http://de-fac.to/bob/xrootconsole/" -SRC_URI="http://de-fac.to/bob/xrootconsole/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="x86 sparc " -IUSE="" - -DEPEND="virtual/x11" - -src_compile() { - emake || die "emake failed" -} - -src_install() { - dodir /usr/bin - make BINDIR=${D}usr/bin/ install || die "install failed" -} |