summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2003-09-05 23:18:22 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2003-09-05 23:18:22 +0000
commitb2c247e65f90ea689d3df4dc8b4f6d8050d299bc (patch)
treedb85c497c7351e555ccd5cd56605f3d6600f79a4 /x11-misc/xcalendar
parentheader fix (diff)
downloadhistorical-b2c247e65f90ea689d3df4dc8b4f6d8050d299bc.tar.gz
historical-b2c247e65f90ea689d3df4dc8b4f6d8050d299bc.tar.bz2
historical-b2c247e65f90ea689d3df4dc8b4f6d8050d299bc.zip
whitespace cleanup
Diffstat (limited to 'x11-misc/xcalendar')
-rw-r--r--x11-misc/xcalendar/Manifest4
-rw-r--r--x11-misc/xcalendar/xcalendar-4.0.ebuild6
2 files changed, 7 insertions, 3 deletions
diff --git a/x11-misc/xcalendar/Manifest b/x11-misc/xcalendar/Manifest
index e69de29bb2d1..692d42f18323 100644
--- a/x11-misc/xcalendar/Manifest
+++ b/x11-misc/xcalendar/Manifest
@@ -0,0 +1,4 @@
+MD5 3fc982315923e1d96d77d8bffdf843ea ChangeLog 523
+MD5 d58742c21ada39eda8e1fccd291b7cbb xcalendar-4.0.ebuild 1025
+MD5 2ee59797b69df684e9303f8d171c0f86 files/digest-xcalendar-4.0 69
+MD5 b0dec6ead29d9994bcc47ad702aa16f8 files/xcalendar-4.0-motif-gentoo.diff 1104
diff --git a/x11-misc/xcalendar/xcalendar-4.0.ebuild b/x11-misc/xcalendar/xcalendar-4.0.ebuild
index b06125ab28dc..6da382bd5d93 100644
--- a/x11-misc/xcalendar/xcalendar-4.0.ebuild
+++ b/x11-misc/xcalendar/xcalendar-4.0.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/xcalendar/xcalendar-4.0.ebuild,v 1.2 2003/02/13 17:19:42 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/xcalendar/xcalendar-4.0.ebuild,v 1.3 2003/09/05 23:18:18 msterret Exp $
S=${WORKDIR}/${PN}
DESCRIPTION="A simple interactive calendar program with a notebook capability"
@@ -28,10 +28,10 @@ src_compile() {
src_install () {
dobin xcalendar
- newman xcalendar.man xcalendar.1
+ newman xcalendar.man xcalendar.1
dodir /etc/X11/app-defaults
- sed 's;%%XCALENDAR_LIBDIR%%;/usr/lib/xcalendar;
+ sed 's;%%XCALENDAR_LIBDIR%%;/usr/lib/xcalendar;
s;/usr/local/X11R5/lib/X11/;/usr/lib/;' \
< XCalendar.sed > ${D}/etc/X11/app-defaults/XCalendar || die