summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHarri Nieminen <moikkis@gmail.com>2017-04-11 14:46:40 +0300
committerPatrice Clement <monsieurp@gentoo.org>2017-04-13 21:27:56 +0200
commit5f00cf1f883760d07d7fc9742b5d645ac7765590 (patch)
tree1b589884990445b0e19c9bc922640cf2f9fe8834 /x11-misc/xcalendar
parentx11-misc/wdm: remove old. (diff)
downloadgentoo-5f00cf1f883760d07d7fc9742b5d645ac7765590.tar.gz
gentoo-5f00cf1f883760d07d7fc9742b5d645ac7765590.tar.bz2
gentoo-5f00cf1f883760d07d7fc9742b5d645ac7765590.zip
x11-misc/xcalendar: remove old.
Package-Manager: Portage-2.3.5, Repoman-2.3.2 Closes: https://github.com/gentoo/gentoo/pull/4408
Diffstat (limited to 'x11-misc/xcalendar')
-rw-r--r--x11-misc/xcalendar/xcalendar-4.0-r1.ebuild53
1 files changed, 0 insertions, 53 deletions
diff --git a/x11-misc/xcalendar/xcalendar-4.0-r1.ebuild b/x11-misc/xcalendar/xcalendar-4.0-r1.ebuild
deleted file mode 100644
index 192bae284cc5..000000000000
--- a/x11-misc/xcalendar/xcalendar-4.0-r1.ebuild
+++ /dev/null
@@ -1,53 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=4
-inherit eutils multilib
-
-DESCRIPTION="A simple interactive calendar program with a notebook capability"
-HOMEPAGE="http://www.freebsd.org/"
-SRC_URI="ftp://daemon.jp.FreeBSD.org/pub/FreeBSD-jp/ports-jp/LOCAL_PORTS/${P}+i18n.tar.gz"
-
-LICENSE="HPND"
-SLOT="0"
-KEYWORDS="alpha amd64 ppc ppc64 x86 ~x86-fbsd"
-IUSE="motif"
-
-RDEPEND="x11-libs/libX11
- x11-libs/libXmu
- x11-libs/libXt
- x11-libs/libXaw
- x11-libs/libXext"
-DEPEND="${RDEPEND}
- x11-misc/imake
- x11-proto/xproto
- x11-misc/gccmakedep
- motif? ( >=x11-libs/motif-2.3:0 )"
-
-S=${WORKDIR}/${PN}
-
-src_prepare() {
- use motif && epatch "${FILESDIR}"/${P}-motif-gentoo.diff
- epatch "${FILESDIR}"/${P}-implicits.patch
- sed -e "s:%%XCALENDAR_LIBDIR%%:/usr/$(get_libdir)/xcalendar:" \
- -e "s:/usr/local/X11R5/lib/X11/:/usr/$(get_libdir)/:" \
- -i XCalendar.sed || die
-}
-
-src_compile() {
- xmkmf -a
- emake CC="$(tc-getCC)" CDEBUGFLAGS="${CFLAGS}" EXTRA_LDOPTIONS="${LDFLAGS}"
-}
-
-src_install() {
- dobin xcalendar
- newman xcalendar.man xcalendar.1
-
- insinto /usr/share/X11/app-defaults
- newins XCalendar.sed XCalendar
-
- insinto /usr/$(get_libdir)/xcalendar
- doins *.xbm *.hlp
-
- dodoc README
-}