diff options
author | Jose Alberto Suarez Lopez <bass@gentoo.org> | 2002-05-28 13:24:09 +0000 |
---|---|---|
committer | Jose Alberto Suarez Lopez <bass@gentoo.org> | 2002-05-28 13:24:09 +0000 |
commit | 0e362428f04b7093269072176d06c81f50e4f5fd (patch) | |
tree | cb6944e3b2ac3bd96c97d64c38d4411681d5eccc /x11-misc/xrootconsole | |
parent | small fixes (diff) | |
download | historical-0e362428f04b7093269072176d06c81f50e4f5fd.tar.gz historical-0e362428f04b7093269072176d06c81f50e4f5fd.tar.bz2 historical-0e362428f04b7093269072176d06c81f50e4f5fd.zip |
first realse
Diffstat (limited to 'x11-misc/xrootconsole')
-rw-r--r-- | x11-misc/xrootconsole/Changelog | 9 | ||||
-rw-r--r-- | x11-misc/xrootconsole/files/digest-xrootconsole-0.4 | 1 | ||||
-rw-r--r-- | x11-misc/xrootconsole/xrootconsole-0.4.ebuild | 26 |
3 files changed, 36 insertions, 0 deletions
diff --git a/x11-misc/xrootconsole/Changelog b/x11-misc/xrootconsole/Changelog new file mode 100644 index 000000000000..bd9ace052ae8 --- /dev/null +++ b/x11-misc/xrootconsole/Changelog @@ -0,0 +1,9 @@ +# ChangeLog for x11-misc/xrootconsole +# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xrootconsole/Changelog,v 1.1 2002/05/28 13:24:09 bass Exp $ + +*xrootconsole-0.4 (28 May 2002) + + 28 May 2002; J.Alberto S.L. <bass@gentoo.org> xrootconsole-0.4.ebuild: + First relase. + diff --git a/x11-misc/xrootconsole/files/digest-xrootconsole-0.4 b/x11-misc/xrootconsole/files/digest-xrootconsole-0.4 new file mode 100644 index 000000000000..461eaa33aea4 --- /dev/null +++ b/x11-misc/xrootconsole/files/digest-xrootconsole-0.4 @@ -0,0 +1 @@ +MD5 528feb9dd856712fd022ba0a5b586129 xrootconsole-0.4.tar.gz 15397 diff --git a/x11-misc/xrootconsole/xrootconsole-0.4.ebuild b/x11-misc/xrootconsole/xrootconsole-0.4.ebuild new file mode 100644 index 000000000000..cfcaa41c36cf --- /dev/null +++ b/x11-misc/xrootconsole/xrootconsole-0.4.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2002 Gentoo Technologies, Inc. +# 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.1 2002/05/28 13:24:09 bass Exp $ + +S=${WORKDIR}/${P} + +DESCRIPTION="An utillity that displays its input in a text box on your root window" +SRC_URI="http://de-fac.to/bob/xrootconsole/${P}.tar.gz" + +HOMEPAGE="http://de-fac.to/bob/xrootconsole/" + +LICENSE="GPL" + +DEPEND="x11-base/xfree" +RDEPEMD="${DEPEND}" +SLOT="0" + +src_compile() { + emake || die "emake failed" +} +src_install () { + + dodir /usr + dodir /usr/bin + make BINDIR=${D}usr/bin/ install || die "install failed" +} |