diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2002-08-30 07:44:13 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2002-08-30 07:44:13 +0000 |
commit | 425e3f458fe1a5cfdf3c6a3428215f4483307747 (patch) | |
tree | 0eee246ccba7098070d351136796036965dff197 /x11-plugins/wmCalClock | |
parent | Security update. (diff) | |
download | gentoo-2-425e3f458fe1a5cfdf3c6a3428215f4483307747.tar.gz gentoo-2-425e3f458fe1a5cfdf3c6a3428215f4483307747.tar.bz2 gentoo-2-425e3f458fe1a5cfdf3c6a3428215f4483307747.zip |
moved WindowMaker dockapps from x11-misc to x11-plugins
Diffstat (limited to 'x11-plugins/wmCalClock')
-rw-r--r-- | x11-plugins/wmCalClock/ChangeLog | 17 | ||||
-rw-r--r-- | x11-plugins/wmCalClock/files/digest-wmCalClock-1.25 | 1 | ||||
-rw-r--r-- | x11-plugins/wmCalClock/wmCalClock-1.25.ebuild | 24 |
3 files changed, 42 insertions, 0 deletions
diff --git a/x11-plugins/wmCalClock/ChangeLog b/x11-plugins/wmCalClock/ChangeLog new file mode 100644 index 000000000000..f9113d60f291 --- /dev/null +++ b/x11-plugins/wmCalClock/ChangeLog @@ -0,0 +1,17 @@ +# ChangeLog for x11-plugins/wmCalClock +# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmCalClock/ChangeLog,v 1.1 2002/08/30 07:44:13 seemant Exp $ + +*wmCalClock-1.25 (1 Feb 2002) + + 29 Aug 2002; Seemant Kulleen <seemant@gentoo.org> * : + + Relocated to x11-plugins + + 1 Feb 2002; G.Bevin <gbevin@gentoo.org> ChangeLog : + + Added initial ChangeLog which should be updated whenever the package is + updated in any way. This changelog is targetted to users. This means that the + comments should well explained and written in clean English. The details about + writing correct changelogs are explained in the skel.ChangeLog file which you + can find in the root directory of the portage repository. diff --git a/x11-plugins/wmCalClock/files/digest-wmCalClock-1.25 b/x11-plugins/wmCalClock/files/digest-wmCalClock-1.25 new file mode 100644 index 000000000000..c83f0cf528b3 --- /dev/null +++ b/x11-plugins/wmCalClock/files/digest-wmCalClock-1.25 @@ -0,0 +1 @@ +MD5 a401ded0e1fee4bcc4623076159bca41 wmCalClock-1.25.tar.gz 71574 diff --git a/x11-plugins/wmCalClock/wmCalClock-1.25.ebuild b/x11-plugins/wmCalClock/wmCalClock-1.25.ebuild new file mode 100644 index 000000000000..520b7e49b060 --- /dev/null +++ b/x11-plugins/wmCalClock/wmCalClock-1.25.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2001 Vitaly Kushneriuk +# Distributed under the terms of the GNU General Public License, v2. +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmCalClock/wmCalClock-1.25.ebuild,v 1.1 2002/08/30 07:44:13 seemant Exp $ + +S=${WORKDIR}/${P}/Src +DESCRIPTION="WMaker DockApp: A Calendar clock with antialiased text." +SRC_URI="http://nis-www.lanl.gov/~mgh/WindowMaker/${P}.tar.gz" +HOMEPAGE="http://nis-www.lanl.gov/~mgh/WindowMaker/DockApps.shtml" + +DEPEND="virtual/x11" + +SLOT="0" +LICENSE="GPL-2" +KEYWORDS="x86 sparc sparc64" + +src_compile() { + emake || die +} + +src_install () { + mkdir -p ${D}/usr/bin + mkdir -p ${D}/usr/man/man1 + make DESTDIR=${D}/usr install || die +} |