summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <ssuominen@gentoo.org>2012-02-04 15:47:58 +0000
committerSamuli Suominen <ssuominen@gentoo.org>2012-02-04 15:47:58 +0000
commitb80d736504c8d4f2ab53be407bbf8b1245675098 (patch)
tree9b5958109141315bf7d2fa7e1c6609b284b7193c /x11-misc/xcalendar
parentFix maintainer's email in metadata (diff)
downloadgentoo-2-b80d736504c8d4f2ab53be407bbf8b1245675098.tar.gz
gentoo-2-b80d736504c8d4f2ab53be407bbf8b1245675098.tar.bz2
gentoo-2-b80d736504c8d4f2ab53be407bbf8b1245675098.zip
Change to correct X11 app-defaults directory.
(Portage version: 2.2.0_alpha84/cvs/Linux x86_64)
Diffstat (limited to 'x11-misc/xcalendar')
-rw-r--r--x11-misc/xcalendar/ChangeLog5
-rw-r--r--x11-misc/xcalendar/xcalendar-4.0-r1.ebuild21
2 files changed, 13 insertions, 13 deletions
diff --git a/x11-misc/xcalendar/ChangeLog b/x11-misc/xcalendar/ChangeLog
index 771395bb49fd..d5876d081811 100644
--- a/x11-misc/xcalendar/ChangeLog
+++ b/x11-misc/xcalendar/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for x11-misc/xcalendar
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/xcalendar/ChangeLog,v 1.27 2012/02/02 16:02:25 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/xcalendar/ChangeLog,v 1.28 2012/02/04 15:47:58 ssuominen Exp $
+
+ 04 Feb 2012; Samuli Suominen <ssuominen@gentoo.org> xcalendar-4.0-r1.ebuild:
+ Change to correct X11 app-defaults directory.
02 Feb 2012; Samuli Suominen <ssuominen@gentoo.org> xcalendar-4.0-r1.ebuild:
ppc64 stable wrt #391577
diff --git a/x11-misc/xcalendar/xcalendar-4.0-r1.ebuild b/x11-misc/xcalendar/xcalendar-4.0-r1.ebuild
index 87fa29fcc474..02297c522658 100644
--- a/x11-misc/xcalendar/xcalendar-4.0-r1.ebuild
+++ b/x11-misc/xcalendar/xcalendar-4.0-r1.ebuild
@@ -1,9 +1,8 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/xcalendar/xcalendar-4.0-r1.ebuild,v 1.6 2012/02/02 16:02:25 ssuominen Exp $
-
-EAPI=2
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/xcalendar/xcalendar-4.0-r1.ebuild,v 1.7 2012/02/04 15:47:58 ssuominen Exp $
+EAPI=4
inherit eutils multilib
DESCRIPTION="A simple interactive calendar program with a notebook capability"
@@ -38,20 +37,18 @@ src_prepare() {
src_compile() {
xmkmf -a
- emake CC="$(tc-getCC)" CDEBUGFLAGS="${CFLAGS}" \
- EXTRA_LDOPTIONS="${LDFLAGS}" || die
+ emake CC="$(tc-getCC)" CDEBUGFLAGS="${CFLAGS}" EXTRA_LDOPTIONS="${LDFLAGS}"
}
src_install() {
- dobin xcalendar || die
- newman xcalendar.man xcalendar.1 || die
+ dobin xcalendar
+ newman xcalendar.man xcalendar.1
- dodir /etc/X11/app-defaults
- insinto /etc/X11/app-defaults
- newins XCalendar.sed XCalendar || die
+ insinto /usr/share/X11/app-defaults
+ newins XCalendar.sed XCalendar
insinto /usr/$(get_libdir)/xcalendar
- doins *.xbm *.hlp || die
+ doins *.xbm *.hlp
- dodoc README || die
+ dodoc README
}