Gentoo Archives: gentoo-commits

From: Joonas Niilola <juippis@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-office/plan/, profiles/
Date: Fri, 10 Sep 2021 05:43:03
Message-Id: 1631252431.4c89c26c8268e2e6c6807b8ae5e31bd5ba95a20d.juippis@gentoo
1 commit: 4c89c26c8268e2e6c6807b8ae5e31bd5ba95a20d
2 Author: Joonas Niilola <juippis <AT> gentoo <DOT> org>
3 AuthorDate: Fri Sep 10 05:40:01 2021 +0000
4 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
5 CommitDate: Fri Sep 10 05:40:31 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4c89c26c
7
8 app-office/plan: treeclean
9
10 Closes: https://bugs.gentoo.org/739904
11 Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
12
13 app-office/plan/Manifest | 2 --
14 app-office/plan/metadata.xml | 5 ----
15 app-office/plan/plan-1.10.ebuild | 65 ----------------------------------------
16 profiles/package.mask | 5 ----
17 4 files changed, 77 deletions(-)
18
19 diff --git a/app-office/plan/Manifest b/app-office/plan/Manifest
20 deleted file mode 100644
21 index 1b53f3c15fb..00000000000
22 --- a/app-office/plan/Manifest
23 +++ /dev/null
24 @@ -1,2 +0,0 @@
25 -DIST plan-1.10-patches.txz 6132 BLAKE2B 617c68a012e4757f7ef039557cfe15e04706129501f044005e554a50aa9ebbe9e33e2e406ec5647060a7b67efb81b671c35eb6846d426a26c517c38b10e7eabb SHA512 c0802f12e935d7ab18d89b6c4e8ae8373ca620b8149520b8bc9d9fb8e871ad4c2b0bc0e7ca84c34e72d0a25cb406af51fac1fc1907844867f4fd7fdff8a06d54
26 -DIST plan-1.10.tar.gz 460150 BLAKE2B a44c79537ff6aae8fa5c65c8b6514f0f37d1417522f4e54823ad14cf6306bb88223377de13f22c365516e2861fa561902e31245c9729786f425140bed30b320d SHA512 fde17ef17f25412cbe69427364f4130564f46a940859066c25d837d14eca6920752b843211192a6c1cdc83be05de9ac57c88424ca555928b67eb219fa8564fe8
27
28 diff --git a/app-office/plan/metadata.xml b/app-office/plan/metadata.xml
29 deleted file mode 100644
30 index 7a38bb90096..00000000000
31 --- a/app-office/plan/metadata.xml
32 +++ /dev/null
33 @@ -1,5 +0,0 @@
34 -<?xml version="1.0" encoding="UTF-8"?>
35 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
36 -<pkgmetadata>
37 - <!-- maintainer-needed -->
38 -</pkgmetadata>
39
40 diff --git a/app-office/plan/plan-1.10.ebuild b/app-office/plan/plan-1.10.ebuild
41 deleted file mode 100644
42 index e16129ffdb1..00000000000
43 --- a/app-office/plan/plan-1.10.ebuild
44 +++ /dev/null
45 @@ -1,65 +0,0 @@
46 -# Copyright 1999-2020 Gentoo Authors
47 -# Distributed under the terms of the GNU General Public License v2
48 -
49 -EAPI=7
50 -
51 -inherit toolchain-funcs
52 -
53 -DESCRIPTION="Motif based schedule planner"
54 -HOMEPAGE="https://www.bitrot.de/plan.html"
55 -SRC_URI="
56 - ftp://ftp.fu-berlin.de/unix/X11/apps/plan/${P}.tar.gz
57 - https://dev.gentoo.org/~soap/distfiles/${P}-patches.txz"
58 -
59 -LICENSE="GPL-2+" #448646
60 -SLOT="0"
61 -KEYWORDS="~amd64 ~hppa ~ppc ~sparc ~x86"
62 -
63 -RDEPEND="
64 - x11-libs/libX11
65 - x11-libs/libXt
66 - x11-libs/motif:0"
67 -DEPEND="${RDEPEND}"
68 -BDEPEND="
69 - sys-devel/bison
70 - sys-devel/flex"
71 -
72 -PATCHES=( "${WORKDIR}"/patches )
73 -
74 -src_compile() {
75 - emake -C src CC="$(tc-getCC)" SHARE=/usr/share/plan linux
76 -}
77 -
78 -src_install() {
79 - emake -C src \
80 - DESTDIR="${ED}" \
81 - SHARE=/usr/share/plan \
82 - install
83 - keepdir /usr/share/plan/netplan.dir
84 -
85 - dodoc HISTORY README
86 -
87 - pushd misc >/dev/null || die
88 - doman netplan.1 plan.1 plan.4
89 - insinto /usr/share/${PN}/misc
90 - doins netplan.boot BlackWhite Monochrome plan.fti Plan.xpm plan.xpm
91 - exeinto /usr/share/${PN}/misc
92 - doexe Killpland cvs vsc msschedule2plan plan2vcs
93 - popd >/dev/null || die
94 -
95 - pushd web >/dev/null || die
96 - insinto /usr/share/${PN}/web
97 - doins help.html bottom.html cgi-lib.pl common.pl holiday_webplan rtsban.jpg
98 - exeinto /usr/share/${PN}/web
99 - doexe *.cgi
100 - popd >/dev/null || die
101 -}
102 -
103 -pkg_postinst() {
104 - elog
105 - elog " Check /usr/share/${PN}/holiday for examples to set your"
106 - elog " ~/.holiday according to your country."
107 - elog
108 - elog " WebPlan ${PV} can be found in /usr/share/${PN}/web."
109 - elog
110 -}
111
112 diff --git a/profiles/package.mask b/profiles/package.mask
113 index 76df766f24b..882bea8c5e2 100644
114 --- a/profiles/package.mask
115 +++ b/profiles/package.mask
116 @@ -206,11 +206,6 @@ dev-util/emilpro
117 # is still active. Removal in ~30 days. #774147
118 dev-libs/caliper
119
120 -# Joonas Niilola <juippis@g.o> (2021-08-11)
121 -# Broken with gcc >=10, even the latest upstream release fails with
122 -# gcc-11. Unmaintained. Removal in ~30 days. #739904
123 -app-office/plan
124 -
125 # Andreas Sturmlechner <asturm@g.o> (2021-08-10)
126 # EAPI-5, dead, unused; last consumer dropped in bug #352952
127 # Removal on 2021-09-09.