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-pda/jpilot/
Date: Sun, 15 Dec 2019 08:06:15
Message-Id: 1576397158.a169607b755a0635ce481de2ae499b416fcc54c5.juippis@gentoo
1 commit: a169607b755a0635ce481de2ae499b416fcc54c5
2 Author: Joonas Niilola <juippis <AT> gentoo <DOT> org>
3 AuthorDate: Sun Dec 15 08:02:15 2019 +0000
4 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
5 CommitDate: Sun Dec 15 08:05:58 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a169607b
7
8 app-pda/jpilot: clean old 1.8.2-r0
9
10 Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
11
12 app-pda/jpilot/jpilot-1.8.2.ebuild | 49 --------------------------------------
13 1 file changed, 49 deletions(-)
14
15 diff --git a/app-pda/jpilot/jpilot-1.8.2.ebuild b/app-pda/jpilot/jpilot-1.8.2.ebuild
16 deleted file mode 100644
17 index 7d10a5cc641..00000000000
18 --- a/app-pda/jpilot/jpilot-1.8.2.ebuild
19 +++ /dev/null
20 @@ -1,49 +0,0 @@
21 -# Copyright 1999-2017 Gentoo Foundation
22 -# Distributed under the terms of the GNU General Public License v2
23 -
24 -EAPI=6
25 -
26 -inherit autotools
27 -
28 -DESCRIPTION="Desktop Organizer Software for the Palm Pilot"
29 -HOMEPAGE="http://www.jpilot.org/"
30 -SRC_URI="http://jpilot.org/tarballs/${P}.tar.gz"
31 -
32 -LICENSE="GPL-2"
33 -SLOT="0"
34 -KEYWORDS="alpha amd64 ~arm ia64 ppc ppc64 x86"
35 -IUSE="nls"
36 -
37 -RDEPEND="
38 - app-pda/pilot-link
39 - dev-libs/libgcrypt:0=
40 - x11-libs/gtk+:2"
41 -DEPEND="${RDEPEND}
42 - nls? (
43 - dev-util/intltool
44 - sys-devel/gettext
45 - )
46 - virtual/pkgconfig"
47 -
48 -PATCHES=(
49 - "${FILESDIR}"/${PN}-1.8.2-qa-desktop-file.patch
50 - "${FILESDIR}"/${PN}-1.8.2-fix-paths.patch
51 -)
52 -
53 -src_prepare() {
54 - default
55 - mv configure.{in,ac} || die
56 - eautoreconf
57 -}
58 -
59 -src_configure() {
60 - econf $(use_enable nls)
61 -}
62 -
63 -src_install() {
64 - default
65 - docompress -x /usr/share/doc/${PF}/icons
66 -
67 - # .la files for plugins are useless
68 - find "${D}" -name '*.la' -delete || die
69 -}