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 | e404f6b225b9ccbd1290e7dda3ff18c5842c0497 (patch) | |
tree | c8ba8680f4b553cdf3e7783242497fe14fba9754 /x11-plugins/wmweather | |
parent | moved WindowMaker dockapps from x11-misc to x11-plugins (diff) | |
download | historical-e404f6b225b9ccbd1290e7dda3ff18c5842c0497.tar.gz historical-e404f6b225b9ccbd1290e7dda3ff18c5842c0497.tar.bz2 historical-e404f6b225b9ccbd1290e7dda3ff18c5842c0497.zip |
moved WindowMaker dockapps from x11-misc to x11-plugins
Diffstat (limited to 'x11-plugins/wmweather')
-rw-r--r-- | x11-plugins/wmweather/ChangeLog | 25 | ||||
-rw-r--r-- | x11-plugins/wmweather/files/digest-wmweather-1.31 | 1 | ||||
-rw-r--r-- | x11-plugins/wmweather/files/digest-wmweather-1.31-r1 | 1 | ||||
-rw-r--r-- | x11-plugins/wmweather/wmweather-1.31-r1.ebuild | 25 | ||||
-rw-r--r-- | x11-plugins/wmweather/wmweather-1.31.ebuild | 25 |
5 files changed, 77 insertions, 0 deletions
diff --git a/x11-plugins/wmweather/ChangeLog b/x11-plugins/wmweather/ChangeLog new file mode 100644 index 000000000000..20a1b4de1177 --- /dev/null +++ b/x11-plugins/wmweather/ChangeLog @@ -0,0 +1,25 @@ +# ChangeLog for x11-plugins/wmweather +# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmweather/ChangeLog,v 1.1 2002/08/30 07:44:13 seemant Exp $ + +*wmweather-1.31-r1 (25 Apr 2002) + + 30 Aug 2002; Seemant Kulleen <seemant@gentoo.org> * : + + Relocated to x11-plugins + + 25 Apr 2002; Seemant Kulleen <seemant@gentoo.org> wmweather-1.31-r1.ebuild + files/digest-wmweather-1.31-r1 : + + WindowMaker is not a requirement for this app. So it was removed from the + DEPEND list. Thanks to gayeski@cae.wisc.edu (Michael Gayeski) in bug #2091 + +*wmweather-1.31 (9-Feb-2002) + + 9 Feb 2002; Arcady Genkin <agenkin@thpoon.com> wmweather-1.31.ebuild : + + Fixed to make use of CFLAGS. + + 7 Feb 2002; Arcady Genkin <agenkin@thpoon.com> wmweather-1.31.ebuild : + + First version of the package. diff --git a/x11-plugins/wmweather/files/digest-wmweather-1.31 b/x11-plugins/wmweather/files/digest-wmweather-1.31 new file mode 100644 index 000000000000..1972abfbd675 --- /dev/null +++ b/x11-plugins/wmweather/files/digest-wmweather-1.31 @@ -0,0 +1 @@ +MD5 f04693aa86d22099162cff3d0b5c9275 wmWeather-1.31.tar.gz 28639 diff --git a/x11-plugins/wmweather/files/digest-wmweather-1.31-r1 b/x11-plugins/wmweather/files/digest-wmweather-1.31-r1 new file mode 100644 index 000000000000..1972abfbd675 --- /dev/null +++ b/x11-plugins/wmweather/files/digest-wmweather-1.31-r1 @@ -0,0 +1 @@ +MD5 f04693aa86d22099162cff3d0b5c9275 wmWeather-1.31.tar.gz 28639 diff --git a/x11-plugins/wmweather/wmweather-1.31-r1.ebuild b/x11-plugins/wmweather/wmweather-1.31-r1.ebuild new file mode 100644 index 000000000000..deb266bf0059 --- /dev/null +++ b/x11-plugins/wmweather/wmweather-1.31-r1.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2002 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License, v2 or later +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmweather/wmweather-1.31-r1.ebuild,v 1.1 2002/08/30 07:44:13 seemant Exp $ + +MY_P=${P/wmw/wmW} +S=${WORKDIR}/${MY_P} +DESCRIPTION="Dockable applette for WindowMaker that shows weather." +SRC_URI="http://nis-www.lanl.gov/~mgh/WindowMaker/${MY_P}.tar.gz" +HOMEPAGE="http://nis-www.lanl.gov/~mgh/WindowMaker/DockApps.shtml" + +DEPEND="x11-base/xfree + sys-devel/perl" + +SLOT="0" +LICENSE="GPL-2" +KEYWORDS="x86 sparc sparc64" + +src_compile() { + emake CFLAGS="$CFLAGS" -C Src || die +} + +src_install () { + dobin Src/wmWeather Src/GrabWeather + dodoc BUGS CHANGES COPYING HINTS INSTALL +} diff --git a/x11-plugins/wmweather/wmweather-1.31.ebuild b/x11-plugins/wmweather/wmweather-1.31.ebuild new file mode 100644 index 000000000000..19ae6fda08df --- /dev/null +++ b/x11-plugins/wmweather/wmweather-1.31.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2002 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License, v2 or later +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmweather/wmweather-1.31.ebuild,v 1.1 2002/08/30 07:44:13 seemant Exp $ + +MY_P=${P/wmw/wmW} +S=${WORKDIR}/${MY_P} +DESCRIPTION="Dockable applette for WindowMaker that shows weather." +SRC_URI="http://nis-www.lanl.gov/~mgh/WindowMaker/${MY_P}.tar.gz" +HOMEPAGE="http://nis-www.lanl.gov/~mgh/WindowMaker/DockApps.shtml" + +DEPEND="virtual/x11 + sys-devel/perl" + +SLOT="0" +LICENSE="GPL-2" +KEYWORDS="x86 sparc sparc64" + +src_compile() { + emake CFLAGS="$CFLAGS" -C Src || die +} + +src_install () { + dobin Src/wmWeather Src/GrabWeather + dodoc BUGS CHANGES COPYING HINTS INSTALL +} |