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/fsviewer/
Date: Mon, 27 Nov 2017 12:29:58
Message-Id: 1511785729.9f581980d928dffa18af3ea90485939b947cd9f6.voyageur@gentoo
1 commit: 9f581980d928dffa18af3ea90485939b947cd9f6
2 Author: Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
3 AuthorDate: Mon Nov 27 11:08:42 2017 +0000
4 Commit: Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
5 CommitDate: Mon Nov 27 12:28:49 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9f581980
7
8 x11-plugins/fsviewer: drop old
9
10 Package-Manager: Portage-2.3.16, Repoman-2.3.6
11
12 x11-plugins/fsviewer/fsviewer-0.2.6-r1.ebuild | 46 ---------------------------
13 x11-plugins/fsviewer/fsviewer-0.2.6.ebuild | 44 -------------------------
14 2 files changed, 90 deletions(-)
15
16 diff --git a/x11-plugins/fsviewer/fsviewer-0.2.6-r1.ebuild b/x11-plugins/fsviewer/fsviewer-0.2.6-r1.ebuild
17 deleted file mode 100644
18 index 31bd54604bf..00000000000
19 --- a/x11-plugins/fsviewer/fsviewer-0.2.6-r1.ebuild
20 +++ /dev/null
21 @@ -1,46 +0,0 @@
22 -# Copyright 1999-2015 Gentoo Foundation
23 -# Distributed under the terms of the GNU General Public License v2
24 -
25 -EAPI=5
26 -inherit autotools eutils multilib
27 -
28 -MY_P=${PN}-app-${PV}
29 -
30 -DESCRIPTION="A file system viewer for Window Maker"
31 -HOMEPAGE="http://www.bayernline.de/~gscholz/linux/fsviewer/"
32 -SRC_URI="http://www.bayernline.de/~gscholz/linux/${PN}/${MY_P}.tar.bz2"
33 -
34 -LICENSE="GPL-2"
35 -SLOT="0"
36 -KEYWORDS="~amd64 ~ppc ~x86"
37 -IUSE="nls"
38 -
39 -RDEPEND=">=x11-wm/windowmaker-0.95.2
40 - x11-libs/libXft
41 - x11-libs/libXpm
42 - x11-libs/libX11"
43 -DEPEND="${RDEPEND}
44 - x11-proto/xproto
45 - nls? ( sys-devel/gettext )"
46 -
47 -S=${WORKDIR}/${MY_P}
48 -
49 -DOCS="AUTHORS ChangeLog NEWS README"
50 -
51 -src_prepare() {
52 - epatch "${FILESDIR}"/${P}-configure.patch
53 - epatch "${FILESDIR}"/${P}-wmaker-0.95_support.patch
54 - epatch "${FILESDIR}"/${P}-fix_title_bar.patch
55 - eautoreconf
56 -}
57 -
58 -src_configure() {
59 - econf \
60 - $(use_enable nls) \
61 - --with-appspath=/usr/$(get_libdir)/GNUstep
62 -}
63 -
64 -src_install() {
65 - default
66 - dosym /usr/$(get_libdir)/GNUstep/FSViewer.app/FSViewer /usr/bin/FSViewer
67 -}
68
69 diff --git a/x11-plugins/fsviewer/fsviewer-0.2.6.ebuild b/x11-plugins/fsviewer/fsviewer-0.2.6.ebuild
70 deleted file mode 100644
71 index a7a568e3820..00000000000
72 --- a/x11-plugins/fsviewer/fsviewer-0.2.6.ebuild
73 +++ /dev/null
74 @@ -1,44 +0,0 @@
75 -# Copyright 1999-2015 Gentoo Foundation
76 -# Distributed under the terms of the GNU General Public License v2
77 -
78 -EAPI=5
79 -inherit autotools eutils multilib
80 -
81 -MY_P=${PN}-app-${PV}
82 -
83 -DESCRIPTION="A file system viewer for Window Maker"
84 -HOMEPAGE="http://www.bayernline.de/~gscholz/linux/fsviewer/"
85 -SRC_URI="http://www.bayernline.de/~gscholz/linux/${PN}/${MY_P}.tar.bz2"
86 -
87 -LICENSE="GPL-2"
88 -SLOT="0"
89 -KEYWORDS="amd64 ppc x86"
90 -IUSE="nls"
91 -
92 -RDEPEND=">=x11-wm/windowmaker-0.95.2
93 - x11-libs/libXft
94 - x11-libs/libXpm
95 - x11-libs/libX11"
96 -DEPEND="${RDEPEND}
97 - x11-proto/xproto
98 - nls? ( sys-devel/gettext )"
99 -
100 -S=${WORKDIR}/${MY_P}
101 -
102 -DOCS="AUTHORS ChangeLog NEWS README"
103 -
104 -src_prepare() {
105 - epatch "${FILESDIR}"/${P}-wmaker-0.95_support.patch
106 - eautoreconf
107 -}
108 -
109 -src_configure() {
110 - econf \
111 - $(use_enable nls) \
112 - --with-appspath=/usr/$(get_libdir)/GNUstep
113 -}
114 -
115 -src_install() {
116 - default
117 - dosym /usr/$(get_libdir)/GNUstep/FSViewer.app/FSViewer /usr/bin/FSViewer
118 -}