summaryrefslogtreecommitdiff
path: root/app-office/plan/plan-1.10.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'app-office/plan/plan-1.10.ebuild')
-rw-r--r--app-office/plan/plan-1.10.ebuild72
1 files changed, 0 insertions, 72 deletions
diff --git a/app-office/plan/plan-1.10.ebuild b/app-office/plan/plan-1.10.ebuild
deleted file mode 100644
index 642152f24661..000000000000
--- a/app-office/plan/plan-1.10.ebuild
+++ /dev/null
@@ -1,72 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit eutils
-
-DESCRIPTION="Motif based schedule planner"
-HOMEPAGE="https://www.bitrot.de/plan.html"
-SRC_URI="ftp://ftp.fu-berlin.de/unix/X11/apps/plan/${P}.tar.gz
- mirror://gentoo/${P}-gentoo.tar.xz"
-
-LICENSE="GPL-2+" #448646
-SLOT="0"
-KEYWORDS="~amd64 ~hppa ~ppc ~sparc ~x86"
-IUSE=""
-
-DEPEND="
- x11-libs/libXpm
- >=x11-libs/motif-2.3:0
-"
-RDEPEND="${DEPEND}"
-
-QA_PRESTRIPPED="
-/usr/bin/netplan
-/usr/bin/plan
-"
-src_prepare() {
- epatch "${WORKDIR}"/${P}-patches/*.patch
-}
-
-src_compile() {
- pushd src
- emake CC=$(tc-getCC) SHARE=/usr/share/plan linux
- popd
-}
-
-src_install() {
- pushd src
- emake \
- DESTDIR="${D}" \
- SHARE=/usr/share/plan \
- install
- keepdir /usr/share/plan/netplan.dir
- popd
-
- dodoc HISTORY README
-
- pushd misc
- doman netplan.1 plan.1 plan.4
- insinto /usr/share/${PN}/misc
- doins netplan.boot BlackWhite Monochrome plan.fti Plan.xpm plan.xpm
- exeinto /usr/share/${PN}/misc
- doexe Killpland cvs vsc msschedule2plan plan2vcs
- popd
-
- pushd web
- insinto /usr/share/${PN}/web
- doins help.html bottom.html cgi-lib.pl common.pl holiday_webplan rtsban.jpg
- exeinto /usr/share/${PN}/web
- doexe *.cgi
- popd
-}
-
-pkg_postinst() {
- elog
- elog " Check /usr/share/${PN}/holiday for examples to set your"
- elog " ~/.holiday according to your country."
- elog
- elog " WebPlan ${PV} can be found in /usr/share/${PN}/web."
- elog
-}