summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSeemant Kulleen <seemant@gentoo.org>2003-06-08 06:31:42 +0000
committerSeemant Kulleen <seemant@gentoo.org>2003-06-08 06:31:42 +0000
commitf36a7872e6105f700daf916bd0d47c541fb1135f (patch)
treeebdac510720c4b6e5243ae5616002a2540526ba7 /app-misc/calendar
parentnew calendar package (diff)
downloadgentoo-2-f36a7872e6105f700daf916bd0d47c541fb1135f.tar.gz
gentoo-2-f36a7872e6105f700daf916bd0d47c541fb1135f.tar.bz2
gentoo-2-f36a7872e6105f700daf916bd0d47c541fb1135f.zip
new calendar package
Diffstat (limited to 'app-misc/calendar')
-rw-r--r--app-misc/calendar/ChangeLog9
-rw-r--r--app-misc/calendar/Manifest3
-rw-r--r--app-misc/calendar/calendar-0.9.1.ebuild25
-rw-r--r--app-misc/calendar/files/digest-calendar-0.9.11
4 files changed, 37 insertions, 1 deletions
diff --git a/app-misc/calendar/ChangeLog b/app-misc/calendar/ChangeLog
new file mode 100644
index 000000000000..5cc988e834a4
--- /dev/null
+++ b/app-misc/calendar/ChangeLog
@@ -0,0 +1,9 @@
+# ChangeLog for app-misc/calendar
+# Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-misc/calendar/ChangeLog,v 1.1 2003/06/08 06:31:39 seemant Exp $
+
+*calendar-0.9.1 (07 Jun 2003)
+
+ 07 Jun 2003; Seemant Kulleen <seemant@gentoo.org> calendar-0.9.1.ebuild:
+ new package -- standard unix calendar, as found on OpenBSD and FreeBSD. ebuild
+ submitted by: Andrey Ulanov <drey@rt.mipt.ru> in bug #11417
diff --git a/app-misc/calendar/Manifest b/app-misc/calendar/Manifest
index 9d5ce0683a23..9fc13e896575 100644
--- a/app-misc/calendar/Manifest
+++ b/app-misc/calendar/Manifest
@@ -1,2 +1,3 @@
-MD5 fd4a670989ce4c6c5d872bacbef4066d calendar-0.9.1.ebuild 561
+MD5 3671952c1245d722c57c159316e9c004 calendar-0.9.1.ebuild 659
+MD5 750175203e4e6cde5ca48c53dc82891c ChangeLog 466
MD5 68ff6998b7f5f5091c9a285da704e0f8 files/digest-calendar-0.9.1 66
diff --git a/app-misc/calendar/calendar-0.9.1.ebuild b/app-misc/calendar/calendar-0.9.1.ebuild
new file mode 100644
index 000000000000..a6bdff82ecd2
--- /dev/null
+++ b/app-misc/calendar/calendar-0.9.1.ebuild
@@ -0,0 +1,25 @@
+# Copyright 2003 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-misc/calendar/calendar-0.9.1.ebuild,v 1.1 2003/06/08 06:31:39 seemant Exp $
+
+S=${WORKDIR}/${P}
+DESCRIPTION="Standard unix calendar program for Linux, ported from OpenBSD."
+HOMEPAGE="http://bsdcalendar.sourceforge.net/"
+SRC_URI="http://bsdcalendar.sourceforge.net/${P}.tar.bz2"
+
+SLOT="0"
+LICENSE="BSD"
+KEYWORDS="~x86"
+
+DEPEND="virtual/glibc"
+
+src_compile() {
+ emake || die
+}
+src_install() {
+ dodoc README TODO
+ cp -R ${S}/calendars ${D}/usr/share/calendar
+ exeinto /usr/bin
+ doexe calendar
+ doman calendar.1
+}
diff --git a/app-misc/calendar/files/digest-calendar-0.9.1 b/app-misc/calendar/files/digest-calendar-0.9.1
new file mode 100644
index 000000000000..3ede32b84816
--- /dev/null
+++ b/app-misc/calendar/files/digest-calendar-0.9.1
@@ -0,0 +1 @@
+MD5 a6c02f6da557456f9029aa593c25469e calendar-0.9.1.tar.bz2 65225