diff options
author | Seth Chandler <sethbc@gentoo.org> | 2002-12-08 21:38:58 +0000 |
---|---|---|
committer | Seth Chandler <sethbc@gentoo.org> | 2002-12-08 21:38:58 +0000 |
commit | 63f54fba1324cda247b7526bdb28bdb733eaca12 (patch) | |
tree | de512ae63615bb31d21b3d8ff6e35efce60a035b /app-misc/birthday | |
parent | New ICC license for version 7.0. (diff) | |
download | historical-63f54fba1324cda247b7526bdb28bdb733eaca12.tar.gz historical-63f54fba1324cda247b7526bdb28bdb733eaca12.tar.bz2 historical-63f54fba1324cda247b7526bdb28bdb733eaca12.zip |
initial import of birthday into portage
Diffstat (limited to 'app-misc/birthday')
-rw-r--r-- | app-misc/birthday/ChangeLog | 8 | ||||
-rw-r--r-- | app-misc/birthday/birthday-1.5.ebuild | 24 | ||||
-rw-r--r-- | app-misc/birthday/files/digest-birthday-1.5 | 1 |
3 files changed, 33 insertions, 0 deletions
diff --git a/app-misc/birthday/ChangeLog b/app-misc/birthday/ChangeLog new file mode 100644 index 000000000000..f00e61ebaa1a --- /dev/null +++ b/app-misc/birthday/ChangeLog @@ -0,0 +1,8 @@ +# ChangeLog for app-misc/birthday +# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-misc/birthday/ChangeLog,v 1.1 2002/12/08 21:38:58 sethbc Exp $ + +*Birthday-1.5 (08 Dec 2002) + + 08 Dec 2002; Seth Chandler <sethbc@gentoo.org> birthday-1.5.ebuild : + ebuild submitted by Ryan Shaw <ryan.shaw@stanfordalumni.org> diff --git a/app-misc/birthday/birthday-1.5.ebuild b/app-misc/birthday/birthday-1.5.ebuild new file mode 100644 index 000000000000..600e3c469739 --- /dev/null +++ b/app-misc/birthday/birthday-1.5.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2002 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-misc/birthday/birthday-1.5.ebuild,v 1.1 2002/12/08 21:38:58 sethbc Exp $ + +DESCRIPTION="Displays a list of events happening in the near future" +HOMEPAGE="http://users.zetnet.co.uk/mortia/source/" +SRC_URI="http://users.zetnet.co.uk/mortia/source/${P}.tar.gz" +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~x86" +IUSE="" +DEPEND="sys-libs/glibc" +RDEPEND="${DEPEND}" +S=${WORKDIR}/${P} + +src_compile() { + emake || die +} + +src_install() { + make DESTDIR=${D} install || die +} + + diff --git a/app-misc/birthday/files/digest-birthday-1.5 b/app-misc/birthday/files/digest-birthday-1.5 new file mode 100644 index 000000000000..d34422fcfe86 --- /dev/null +++ b/app-misc/birthday/files/digest-birthday-1.5 @@ -0,0 +1 @@ +MD5 d2ceb7ca58d998645a4bdc04d986139c birthday-1.5.tar.gz 35689 |