Gentoo Archives: gentoo-commits

From: Patrice Clement <monsieurp@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/xcalendar/
Date: Thu, 13 Apr 2017 19:28:46
Message-Id: 1492111676.5f00cf1f883760d07d7fc9742b5d645ac7765590.monsieurp@gentoo
1 commit: 5f00cf1f883760d07d7fc9742b5d645ac7765590
2 Author: Harri Nieminen <moikkis <AT> gmail <DOT> com>
3 AuthorDate: Tue Apr 11 11:46:40 2017 +0000
4 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
5 CommitDate: Thu Apr 13 19:27:56 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5f00cf1f
7
8 x11-misc/xcalendar: remove old.
9
10 Package-Manager: Portage-2.3.5, Repoman-2.3.2
11 Closes: https://github.com/gentoo/gentoo/pull/4408
12
13 x11-misc/xcalendar/xcalendar-4.0-r1.ebuild | 53 ------------------------------
14 1 file changed, 53 deletions(-)
15
16 diff --git a/x11-misc/xcalendar/xcalendar-4.0-r1.ebuild b/x11-misc/xcalendar/xcalendar-4.0-r1.ebuild
17 deleted file mode 100644
18 index 192bae284cc..00000000000
19 --- a/x11-misc/xcalendar/xcalendar-4.0-r1.ebuild
20 +++ /dev/null
21 @@ -1,53 +0,0 @@
22 -# Copyright 1999-2012 Gentoo Foundation
23 -# Distributed under the terms of the GNU General Public License v2
24 -
25 -EAPI=4
26 -inherit eutils multilib
27 -
28 -DESCRIPTION="A simple interactive calendar program with a notebook capability"
29 -HOMEPAGE="http://www.freebsd.org/"
30 -SRC_URI="ftp://daemon.jp.FreeBSD.org/pub/FreeBSD-jp/ports-jp/LOCAL_PORTS/${P}+i18n.tar.gz"
31 -
32 -LICENSE="HPND"
33 -SLOT="0"
34 -KEYWORDS="alpha amd64 ppc ppc64 x86 ~x86-fbsd"
35 -IUSE="motif"
36 -
37 -RDEPEND="x11-libs/libX11
38 - x11-libs/libXmu
39 - x11-libs/libXt
40 - x11-libs/libXaw
41 - x11-libs/libXext"
42 -DEPEND="${RDEPEND}
43 - x11-misc/imake
44 - x11-proto/xproto
45 - x11-misc/gccmakedep
46 - motif? ( >=x11-libs/motif-2.3:0 )"
47 -
48 -S=${WORKDIR}/${PN}
49 -
50 -src_prepare() {
51 - use motif && epatch "${FILESDIR}"/${P}-motif-gentoo.diff
52 - epatch "${FILESDIR}"/${P}-implicits.patch
53 - sed -e "s:%%XCALENDAR_LIBDIR%%:/usr/$(get_libdir)/xcalendar:" \
54 - -e "s:/usr/local/X11R5/lib/X11/:/usr/$(get_libdir)/:" \
55 - -i XCalendar.sed || die
56 -}
57 -
58 -src_compile() {
59 - xmkmf -a
60 - emake CC="$(tc-getCC)" CDEBUGFLAGS="${CFLAGS}" EXTRA_LDOPTIONS="${LDFLAGS}"
61 -}
62 -
63 -src_install() {
64 - dobin xcalendar
65 - newman xcalendar.man xcalendar.1
66 -
67 - insinto /usr/share/X11/app-defaults
68 - newins XCalendar.sed XCalendar
69 -
70 - insinto /usr/$(get_libdir)/xcalendar
71 - doins *.xbm *.hlp
72 -
73 - dodoc README
74 -}