diff options
author | Matt Keadle <mkeadle@gentoo.org> | 2003-06-19 17:34:09 +0000 |
---|---|---|
committer | Matt Keadle <mkeadle@gentoo.org> | 2003-06-19 17:34:09 +0000 |
commit | 33bb077846ff027caf847892055185b76411f17a (patch) | |
tree | 769953680a8651e75c187459a752f495f9b36b59 /x11-misc/bbdate | |
parent | Added alpha to KEYWORDS as appropriate (diff) | |
download | historical-33bb077846ff027caf847892055185b76411f17a.tar.gz historical-33bb077846ff027caf847892055185b76411f17a.tar.bz2 historical-33bb077846ff027caf847892055185b76411f17a.zip |
bump to latest stable
Diffstat (limited to 'x11-misc/bbdate')
-rw-r--r-- | x11-misc/bbdate/ChangeLog | 5 | ||||
-rw-r--r-- | x11-misc/bbdate/Manifest | 4 | ||||
-rw-r--r-- | x11-misc/bbdate/bbdate-0.2.4.ebuild | 23 | ||||
-rw-r--r-- | x11-misc/bbdate/files/digest-bbdate-0.2.4 | 1 |
4 files changed, 32 insertions, 1 deletions
diff --git a/x11-misc/bbdate/ChangeLog b/x11-misc/bbdate/ChangeLog index 641328410ee7..517d5bc9c48a 100644 --- a/x11-misc/bbdate/ChangeLog +++ b/x11-misc/bbdate/ChangeLog @@ -2,6 +2,11 @@ # Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 # $Header +*bbdate-0.2.4 (19 Jun 2003) + + 19 Jun 2003; mkeadle <mkeadle@gentoo.org> bbdate-0.2.4.ebuild: + bump to latest upstream stable + *bbdate-0.2.3 (12 Dec 2002) 12 Dec 2002; Matt Keadle <mkeadle@gentoo.org> bbdate-0.2.3.ebuild diff --git a/x11-misc/bbdate/Manifest b/x11-misc/bbdate/Manifest index 72c3460d3d2d..f8dadb32eace 100644 --- a/x11-misc/bbdate/Manifest +++ b/x11-misc/bbdate/Manifest @@ -1,3 +1,5 @@ -MD5 fd4f029df08eea8910af6d0698dbe410 ChangeLog 348 MD5 77e8c7aecbb063c1eb121a8406c8b77e bbdate-0.2.3.ebuild 659 +MD5 22e38992954bb77f1136da6600b9d420 ChangeLog 476 +MD5 b6654add6c212a9a67fc89e8ea260d3e bbdate-0.2.4.ebuild 662 MD5 49a1de247dbd7485cb382dadbc3dc783 files/digest-bbdate-0.2.3 63 +MD5 f977ccef24f99dd5d0b956db746e6e26 files/digest-bbdate-0.2.4 63 diff --git a/x11-misc/bbdate/bbdate-0.2.4.ebuild b/x11-misc/bbdate/bbdate-0.2.4.ebuild new file mode 100644 index 000000000000..2959c3ff68ea --- /dev/null +++ b/x11-misc/bbdate/bbdate-0.2.4.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2003 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/bbdate/bbdate-0.2.4.ebuild,v 1.1 2003/06/19 17:34:01 mkeadle Exp $ + +S=${WORKDIR}/${P} +DESCRIPTION="blackbox date display" +SRC_URI="http://bbtools.windsofstorm.net/sources/${P}.tar.gz" +HOMEPAGE="http://bbtools.windsofstorm.net/available.phtml" +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~x86 ~sparc" + +DEPEND="virtual/blackbox" + +src_compile() { + econf || die + emake || die +} + +src_install () { + make DESTDIR=${D} install || die + dodoc README COPYING AUTHORS BUGS INSTALL ChangeLog NEWS TODO data/README.bbsload +} diff --git a/x11-misc/bbdate/files/digest-bbdate-0.2.4 b/x11-misc/bbdate/files/digest-bbdate-0.2.4 new file mode 100644 index 000000000000..d2b6bc112acb --- /dev/null +++ b/x11-misc/bbdate/files/digest-bbdate-0.2.4 @@ -0,0 +1 @@ +MD5 c2813cb16a179f206303612585f3b00b bbdate-0.2.4.tar.gz 60644 |