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/wmcliphist/
Date: Tue, 11 Dec 2018 14:29:48
Message-Id: 1544538480.8f1e117985a344ccdf8d4bf1d6dc8bbb13928228.voyageur@gentoo
1 commit: 8f1e117985a344ccdf8d4bf1d6dc8bbb13928228
2 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Sat Dec 8 19:56:39 2018 +0000
4 Commit: Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
5 CommitDate: Tue Dec 11 14:28:00 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8f1e1179
7
8 x11-plugins/wmcliphist: 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/wmcliphist/wmcliphist-2.1-r1.ebuild | 33 -------------------------
14 x11-plugins/wmcliphist/wmcliphist-2.1.ebuild | 32 ------------------------
15 2 files changed, 65 deletions(-)
16
17 diff --git a/x11-plugins/wmcliphist/wmcliphist-2.1-r1.ebuild b/x11-plugins/wmcliphist/wmcliphist-2.1-r1.ebuild
18 deleted file mode 100644
19 index 37e71fb2d44..00000000000
20 --- a/x11-plugins/wmcliphist/wmcliphist-2.1-r1.ebuild
21 +++ /dev/null
22 @@ -1,33 +0,0 @@
23 -# Copyright 1999-2018 Gentoo Foundation
24 -# Distributed under the terms of the GNU General Public License v2
25 -
26 -EAPI=5
27 -inherit toolchain-funcs
28 -
29 -DESCRIPTION="Dockable clipboard history application for Window Maker"
30 -HOMEPAGE="https://www.dockapps.net/wmcliphist"
31 -SRC_URI="https://dev.gentoo.org/~voyageur/distfiles/${P}.tar.gz"
32 -
33 -LICENSE="GPL-2"
34 -SLOT="0"
35 -KEYWORDS="~amd64 ~ppc ~sparc ~x86"
36 -IUSE=""
37 -
38 -RDEPEND="x11-libs/gtk+:3"
39 -DEPEND="${RDEPEND}
40 - virtual/pkgconfig"
41 -
42 -S=${WORKDIR}/dockapps
43 -
44 -src_prepare() {
45 - sed -e '/^PREFIX/s:=.*:=/usr:' \
46 - -i Makefile || die
47 - tc-export CC
48 -}
49 -
50 -src_install() {
51 - default
52 -
53 - dodoc ChangeLog README
54 - newdoc ${PN}rc ${PN}rc.sample
55 -}
56
57 diff --git a/x11-plugins/wmcliphist/wmcliphist-2.1.ebuild b/x11-plugins/wmcliphist/wmcliphist-2.1.ebuild
58 deleted file mode 100644
59 index 6a94c485a30..00000000000
60 --- a/x11-plugins/wmcliphist/wmcliphist-2.1.ebuild
61 +++ /dev/null
62 @@ -1,32 +0,0 @@
63 -# Copyright 1999-2018 Gentoo Foundation
64 -# Distributed under the terms of the GNU General Public License v2
65 -
66 -EAPI=5
67 -inherit toolchain-funcs
68 -
69 -DESCRIPTION="Dockable clipboard history application for Window Maker"
70 -HOMEPAGE="https://www.dockapps.net/wmcliphist"
71 -SRC_URI="https://dev.gentoo.org/~voyageur/distfiles/${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+:3"
79 -DEPEND="${RDEPEND}
80 - virtual/pkgconfig"
81 -
82 -S=${WORKDIR}/dockapps
83 -
84 -src_compile() {
85 - tc-export CC
86 - emake
87 -}
88 -
89 -src_install() {
90 - emake DESTDIR="${D}" PREFIX=/usr install
91 -
92 - dodoc ChangeLog README
93 - newdoc ${PN}rc ${PN}rc.sample
94 -}