Gentoo Archives: gentoo-commits

From: Bernard Cafarelli <voyageur@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-plugins/wmcalendar/
Date: Tue, 11 Dec 2018 14:29:50
Message-Id: 1544538481.aa4e2d576b8f114ab7d88f5e7e792bfd151e293f.voyageur@gentoo
1 commit: aa4e2d576b8f114ab7d88f5e7e792bfd151e293f
2 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Sat Dec 8 19:58:52 2018 +0000
4 Commit: Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
5 CommitDate: Tue Dec 11 14:28:01 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aa4e2d57
7
8 x11-plugins/wmcalendar: drop old
9
10 Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail.com>
11 Signed-off-by: Bernard Cafarelli <voyageur <AT> gentoo.org>
12
13 x11-plugins/wmcalendar/wmcalendar-0.5.2-r1.ebuild | 37 ---------------------
14 x11-plugins/wmcalendar/wmcalendar-0.5.2.ebuild | 40 -----------------------
15 2 files changed, 77 deletions(-)
16
17 diff --git a/x11-plugins/wmcalendar/wmcalendar-0.5.2-r1.ebuild b/x11-plugins/wmcalendar/wmcalendar-0.5.2-r1.ebuild
18 deleted file mode 100644
19 index cd799c5c829..00000000000
20 --- a/x11-plugins/wmcalendar/wmcalendar-0.5.2-r1.ebuild
21 +++ /dev/null
22 @@ -1,37 +0,0 @@
23 -# Copyright 1999-2013 Gentoo Foundation
24 -# Distributed under the terms of the GNU General Public License v2
25 -
26 -EAPI=5
27 -inherit eutils toolchain-funcs
28 -
29 -DESCRIPTION="a calendar dockapp"
30 -HOMEPAGE="http://wmcalendar.sourceforge.net"
31 -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
32 -
33 -LICENSE="GPL-2"
34 -SLOT="0"
35 -KEYWORDS="~amd64 ppc sparc x86"
36 -IUSE=""
37 -
38 -RDEPEND="
39 - dev-libs/libical
40 - x11-libs/gtk+:2
41 - x11-libs/libX11
42 - x11-libs/libXext
43 - x11-libs/libXpm
44 -"
45 -DEPEND="
46 - ${RDEPEND}
47 - virtual/pkgconfig
48 -"
49 -
50 -DOCS=( ../{BUGS,CHANGES,HINTS,README,TODO} )
51 -
52 -S=${WORKDIR}/${P}/Src
53 -
54 -src_prepare() {
55 - epatch "${FILESDIR}"/${P}-exit-sin-and-cos.patch
56 - epatch "${FILESDIR}"/${P}-rename_kill_func.patch
57 - epatch "${FILESDIR}"/${P}-ical.patch
58 - tc-export CC PKG_CONFIG
59 -}
60
61 diff --git a/x11-plugins/wmcalendar/wmcalendar-0.5.2.ebuild b/x11-plugins/wmcalendar/wmcalendar-0.5.2.ebuild
62 deleted file mode 100644
63 index 3d5e5002d6f..00000000000
64 --- a/x11-plugins/wmcalendar/wmcalendar-0.5.2.ebuild
65 +++ /dev/null
66 @@ -1,40 +0,0 @@
67 -# Copyright 1999-2014 Gentoo Foundation
68 -# Distributed under the terms of the GNU General Public License v2
69 -
70 -EAPI=5
71 -inherit eutils toolchain-funcs
72 -
73 -DESCRIPTION="a calendar dockapp"
74 -HOMEPAGE="http://wmcalendar.sourceforge.net"
75 -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
76 -
77 -LICENSE="GPL-2"
78 -SLOT="0"
79 -KEYWORDS="~amd64 ppc sparc x86"
80 -IUSE=""
81 -
82 -RDEPEND="dev-libs/libical
83 - x11-libs/gtk+:2
84 - x11-libs/libXpm
85 - x11-libs/libXext
86 - x11-libs/libX11"
87 -DEPEND="${RDEPEND}
88 - virtual/pkgconfig"
89 -
90 -S=${WORKDIR}/${P}/Src
91 -
92 -src_prepare() {
93 - epatch \
94 - "${FILESDIR}"/${P}-exit-sin-and-cos.patch \
95 - "${FILESDIR}"/${P}-rename_kill_func.patch
96 -}
97 -
98 -src_compile() {
99 - tc-export CC
100 - emake
101 -}
102 -
103 -src_install() {
104 - emake DESTDIR="${D}" install
105 - dodoc ../{BUGS,CHANGES,HINTS,README,TODO}
106 -}