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/wmmsg/
Date: Mon, 27 Nov 2017 12:30:02
Message-Id: 1511785731.b41a75cdecf85a90a61ccc74adb8a778371fa8f4.voyageur@gentoo
1 commit: b41a75cdecf85a90a61ccc74adb8a778371fa8f4
2 Author: Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
3 AuthorDate: Mon Nov 27 11:33:59 2017 +0000
4 Commit: Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
5 CommitDate: Mon Nov 27 12:28:51 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b41a75cd
7
8 x11-plugins/wmmsg: drop old
9
10 Package-Manager: Portage-2.3.16, Repoman-2.3.6
11
12 x11-plugins/wmmsg/wmmsg-1.0.1-r1.ebuild | 34 ---------------------------------
13 x11-plugins/wmmsg/wmmsg-1.0.1.ebuild | 31 ------------------------------
14 2 files changed, 65 deletions(-)
15
16 diff --git a/x11-plugins/wmmsg/wmmsg-1.0.1-r1.ebuild b/x11-plugins/wmmsg/wmmsg-1.0.1-r1.ebuild
17 deleted file mode 100644
18 index ad4fa1fe380..00000000000
19 --- a/x11-plugins/wmmsg/wmmsg-1.0.1-r1.ebuild
20 +++ /dev/null
21 @@ -1,34 +0,0 @@
22 -# Copyright 1999-2016 Gentoo Foundation
23 -# Distributed under the terms of the GNU General Public License v2
24 -
25 -EAPI=5
26 -inherit autotools eutils
27 -
28 -DESCRIPTION="universal visual notification dockapp"
29 -HOMEPAGE="http://swapspace.net/~matt/wmmsg"
30 -SRC_URI="http://swapspace.net/~matt/wmmsg/${P}.tar.gz"
31 -
32 -LICENSE="GPL-2"
33 -SLOT="0"
34 -KEYWORDS="amd64 ~ppc ~sparc x86"
35 -IUSE=""
36 -
37 -RDEPEND="x11-libs/gtk+:2
38 - media-libs/imlib2
39 - x11-libs/libXpm
40 - x11-libs/libXext
41 - x11-libs/libX11"
42 -DEPEND="${RDEPEND}
43 - virtual/pkgconfig
44 - x11-libs/libXt"
45 -
46 -DOCS="AUTHORS ChangeLog README wmmsgrc"
47 -
48 -src_prepare() {
49 - epatch \
50 - "${FILESDIR}"/${P}-use_gtk2.patch \
51 - "${FILESDIR}"/${P}-alt-desktop.patch \
52 - "${FILESDIR}"/${P}-list.patch
53 -
54 - eautoreconf
55 -}
56
57 diff --git a/x11-plugins/wmmsg/wmmsg-1.0.1.ebuild b/x11-plugins/wmmsg/wmmsg-1.0.1.ebuild
58 deleted file mode 100644
59 index 7d2b2096b4d..00000000000
60 --- a/x11-plugins/wmmsg/wmmsg-1.0.1.ebuild
61 +++ /dev/null
62 @@ -1,31 +0,0 @@
63 -# Copyright 1999-2016 Gentoo Foundation
64 -# Distributed under the terms of the GNU General Public License v2
65 -
66 -EAPI=5
67 -inherit autotools eutils
68 -
69 -DESCRIPTION="universal visual notification dockapp"
70 -HOMEPAGE="http://swapspace.net/~matt/wmmsg"
71 -SRC_URI="http://swapspace.net/~matt/wmmsg/${P}.tar.gz"
72 -
73 -LICENSE="GPL-2"
74 -SLOT="0"
75 -KEYWORDS="amd64 ppc ~sparc x86"
76 -IUSE=""
77 -
78 -RDEPEND="x11-libs/gtk+:2
79 - media-libs/imlib2
80 - x11-libs/libXpm
81 - x11-libs/libXext
82 - x11-libs/libX11"
83 -DEPEND="${RDEPEND}
84 - virtual/pkgconfig
85 - x11-libs/libXt"
86 -
87 -DOCS="AUTHORS ChangeLog README wmmsgrc"
88 -
89 -src_prepare() {
90 - epatch "${FILESDIR}"/${P}-use_gtk2.patch
91 -
92 - eautoreconf
93 -}