summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2004-04-10 09:27:08 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2004-04-10 09:27:08 +0000
commit4e9bae495e39ab8185a7a364ba0389a8e0d613b7 (patch)
tree31faa0d6eebc16b68ca03686b845bf63cd0fc44d
parentdon't assign default to S; IUSE; tidy (diff)
downloadhistorical-4e9bae495e39ab8185a7a364ba0389a8e0d613b7.tar.gz
historical-4e9bae495e39ab8185a7a364ba0389a8e0d613b7.tar.bz2
historical-4e9bae495e39ab8185a7a364ba0389a8e0d613b7.zip
don't assign default to S; IUSE; error check/messages; tidy
-rw-r--r--app-misc/calendar/ChangeLog5
-rw-r--r--app-misc/calendar/Manifest4
-rw-r--r--app-misc/calendar/calendar-0.9.1.ebuild15
-rw-r--r--app-misc/cdspeed/Manifest4
4 files changed, 14 insertions, 14 deletions
diff --git a/app-misc/calendar/ChangeLog b/app-misc/calendar/ChangeLog
index c82077252979..54fd58e0a34c 100644
--- a/app-misc/calendar/ChangeLog
+++ b/app-misc/calendar/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-misc/calendar
# Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/calendar/ChangeLog,v 1.3 2004/01/20 06:41:18 avenj Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/calendar/ChangeLog,v 1.4 2004/04/10 09:27:08 mr_bones_ Exp $
+
+ 10 Apr 2004; Michael Sterrett <mr_bones_@gentoo.org> calendar-0.9.1.ebuild:
+ don't assign default to S; IUSE; error check/messages; tidy
15 Jan 2004; Jon Portnoy <avenj@gentoo.org> calendar-0.9.1.ebuild :
AMD64 keywords.
diff --git a/app-misc/calendar/Manifest b/app-misc/calendar/Manifest
index d07c7bbef137..429b86c9c71a 100644
--- a/app-misc/calendar/Manifest
+++ b/app-misc/calendar/Manifest
@@ -1,3 +1,3 @@
-MD5 921dee45adb2dbc6e161a6f3a2ea984c ChangeLog 645
-MD5 919d096b8146a0ebb65657d5cc33e26d calendar-0.9.1.ebuild 702
+MD5 480389316158624b11af82ab1d3cd0a0 ChangeLog 790
+MD5 1389b05eb3d030a9481439bfe947afa6 calendar-0.9.1.ebuild 729
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
index 32ffa64167b0..15fb3b711ba6 100644
--- a/app-misc/calendar/calendar-0.9.1.ebuild
+++ b/app-misc/calendar/calendar-0.9.1.ebuild
@@ -1,25 +1,24 @@
# Copyright 1999-2004 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.7 2004/02/22 06:41:15 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/calendar/calendar-0.9.1.ebuild,v 1.8 2004/04/10 09:27:08 mr_bones_ 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"
+SLOT="0"
KEYWORDS="x86 ~ppc ~sparc alpha ~mips ~hppa ~amd64"
+IUSE=""
DEPEND="virtual/glibc"
src_compile() {
- emake || die
+ emake || die "emake failed"
}
src_install() {
- dodoc README TODO
- cp -R ${S}/calendars ${D}/usr/share/calendar
- exeinto /usr/bin
- doexe calendar
+ dodoc README
+ cp -R "${S}/calendars" "${D}/usr/share/calendar" || die "cp failed"
+ dobin calendar || die "dobin failed"
doman calendar.1
}
diff --git a/app-misc/cdspeed/Manifest b/app-misc/cdspeed/Manifest
index c9d5f58c9513..63f0c3c21776 100644
--- a/app-misc/cdspeed/Manifest
+++ b/app-misc/cdspeed/Manifest
@@ -1,5 +1,3 @@
+MD5 41fbf7550899f2dd7b1188a2fdcac187 ChangeLog 582
MD5 5d2e417c3f8b2e757b778470548cdf4e cdspeed-0.3.ebuild 719
-MD5 2ab4c885c0d73b6fc7ff35afb5d42699 cdspeed-0.2.ebuild 733
-MD5 b82f608ef8f13c203fea84478429ebb6 ChangeLog 480
-MD5 e852c236c5a8faac1c6c2d0a4e7ec486 files/digest-cdspeed-0.2 61
MD5 acc15f5059a345c17e4f3d5a39426826 files/digest-cdspeed-0.3 61