diff options
author | Nick Hadaway <raker@gentoo.org> | 2002-10-08 13:18:45 +0000 |
---|---|---|
committer | Nick Hadaway <raker@gentoo.org> | 2002-10-08 13:18:45 +0000 |
commit | 81620aeccb7e8876710158dbda581a067c4f46f6 (patch) | |
tree | 798e47ee5cad436703534de724720885c3506278 /x11-plugins/wmSun | |
parent | New ebuild. See bug #5035 (diff) | |
download | historical-81620aeccb7e8876710158dbda581a067c4f46f6.tar.gz historical-81620aeccb7e8876710158dbda581a067c4f46f6.tar.bz2 historical-81620aeccb7e8876710158dbda581a067c4f46f6.zip |
New ebuild. See bug #5036
Diffstat (limited to 'x11-plugins/wmSun')
-rw-r--r-- | x11-plugins/wmSun/ChangeLog | 9 | ||||
-rw-r--r-- | x11-plugins/wmSun/files/digest-wmSun-1.03 | 1 | ||||
-rw-r--r-- | x11-plugins/wmSun/wmSun-1.03.ebuild | 38 |
3 files changed, 48 insertions, 0 deletions
diff --git a/x11-plugins/wmSun/ChangeLog b/x11-plugins/wmSun/ChangeLog new file mode 100644 index 000000000000..80d2dbf17f73 --- /dev/null +++ b/x11-plugins/wmSun/ChangeLog @@ -0,0 +1,9 @@ +# ChangeLog for x11-plugins/wmSun +# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmSun/ChangeLog,v 1.1 2002/10/08 13:18:45 raker Exp $ + +*wmSun-1.03 (08 Oct 2002) + + 08 Oct 2002; Nick Hadaway <raker@gentoo.org> wmSun-1.03.ebuid, + files/digest-wmSun-1.03 : + New ebuild. See bug #5036 diff --git a/x11-plugins/wmSun/files/digest-wmSun-1.03 b/x11-plugins/wmSun/files/digest-wmSun-1.03 new file mode 100644 index 000000000000..d7d0ddf8b3a7 --- /dev/null +++ b/x11-plugins/wmSun/files/digest-wmSun-1.03 @@ -0,0 +1 @@ +MD5 defc6747ebdb64b5d3afe91f916d3acc wmSun-1.03.tar.gz 49744 diff --git a/x11-plugins/wmSun/wmSun-1.03.ebuild b/x11-plugins/wmSun/wmSun-1.03.ebuild new file mode 100644 index 000000000000..0e8d5f736b0b --- /dev/null +++ b/x11-plugins/wmSun/wmSun-1.03.ebuild @@ -0,0 +1,38 @@ +# Copyright 1999-2002 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmSun/wmSun-1.03.ebuild,v 1.1 2002/10/08 13:18:45 raker Exp $ + +IUSE="" + +S="${WORKDIR}/${P}" + +DESCRIPTION="dockapp which displays the rise/set time of the sun" +HOMEPAGE="http://nis-www.lanl.gov/~mgh/WindowMaker/DockApps.shtml" +SRC_URI="http://nis-www.lanl.gov/~mgh/WindowMaker/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="x86" + +DEPEND="virtual/glibc + virtual/x11 + x11-wm/WindowMaker" +RDEPEND="${DEPEND}" + +src_compile() { + + emake -C wmSun clean || die "make clean failed" + + COPTS=${CFLAGS} emake -C wmSun || die "parallel make failed" + +} + +src_install() { + + dobin wmSun/wmSun + + doman wmSun/wmSun.1 + + dodoc BUGS TODO wmSun/README + +} |