diff options
author | Preston A. Elder <prez@gentoo.org> | 2003-05-04 05:49:56 +0000 |
---|---|---|
committer | Preston A. Elder <prez@gentoo.org> | 2003-05-04 05:49:56 +0000 |
commit | ca3a3f641004e1de3789df2bc5e4df6b2b64543a (patch) | |
tree | acf6f781c4fe66416228d62bcd65576380eb013c /x11-plugins/karamba-time | |
parent | Added test utils. (diff) | |
download | gentoo-2-ca3a3f641004e1de3789df2bc5e4df6b2b64543a.tar.gz gentoo-2-ca3a3f641004e1de3789df2bc5e4df6b2b64543a.tar.bz2 gentoo-2-ca3a3f641004e1de3789df2bc5e4df6b2b64543a.zip |
Added karamba time utility
Diffstat (limited to 'x11-plugins/karamba-time')
-rw-r--r-- | x11-plugins/karamba-time/ChangeLog | 9 | ||||
-rw-r--r-- | x11-plugins/karamba-time/files/digest-karamba-time-0.17 | 1 | ||||
-rw-r--r-- | x11-plugins/karamba-time/karamba-time-0.17.ebuild | 27 |
3 files changed, 37 insertions, 0 deletions
diff --git a/x11-plugins/karamba-time/ChangeLog b/x11-plugins/karamba-time/ChangeLog new file mode 100644 index 000000000000..a8c3ad14e6a0 --- /dev/null +++ b/x11-plugins/karamba-time/ChangeLog @@ -0,0 +1,9 @@ +# ChangeLog for x11-plugins/karamba-time +# Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/karamba-time/ChangeLog,v 1.1 2003/05/04 05:49:56 prez Exp $ + +*karamba-time-0.17 (03 May 2003) + + 03 May 2003; Preston A. Elder <prez@gentoo.org> karamba-time-0.17.ebuild: + Initial import. + diff --git a/x11-plugins/karamba-time/files/digest-karamba-time-0.17 b/x11-plugins/karamba-time/files/digest-karamba-time-0.17 new file mode 100644 index 000000000000..6e875fa1b242 --- /dev/null +++ b/x11-plugins/karamba-time/files/digest-karamba-time-0.17 @@ -0,0 +1 @@ +MD5 3af42a29e12b5e74d58ec77184a02209 karamba_time.tar.gz 6908 diff --git a/x11-plugins/karamba-time/karamba-time-0.17.ebuild b/x11-plugins/karamba-time/karamba-time-0.17.ebuild new file mode 100644 index 000000000000..f0aad4bea508 --- /dev/null +++ b/x11-plugins/karamba-time/karamba-time-0.17.ebuild @@ -0,0 +1,27 @@ +# Copyright 1999-2003 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/karamba-time/karamba-time-0.17.ebuild,v 1.1 2003/05/04 05:49:56 prez Exp $ + +DESCRIPTION="Samba status plugin for Karamba" +HOMEPAGE="http://www.efd.lth.se/~d98hk/karamba/" +SRC_URI="http://www.efd.lth.se/~d98hk/karamba/karamba_time.tar.gz" +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~x86" + +RDEPEND="|| ( >=x11-misc/karamba-0.17 >=x11-misc/superkaramba-0.21 )" + +src_unpack () { + unpack ${A} + mv karamba_time ${P} +} + +src_compile () { + echo -n "" +} + +src_install () { + dodir /usr/share/karamba/themes/time + cp -r * ${D}/usr/share/karamba/themes/time/ + chmod -R go=u,go-w ${D}/usr/share/karamba/themes/time +} |