From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 629E1138335 for ; Sun, 15 Dec 2019 08:06:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 858BCE088D; Sun, 15 Dec 2019 08:06:14 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 6FAD4E088D for ; Sun, 15 Dec 2019 08:06:14 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 6219834D8B4 for ; Sun, 15 Dec 2019 08:06:13 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 01701906 for ; Sun, 15 Dec 2019 08:06:11 +0000 (UTC) From: "Joonas Niilola" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Joonas Niilola" Message-ID: <1576397158.a169607b755a0635ce481de2ae499b416fcc54c5.juippis@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-pda/jpilot/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-pda/jpilot/jpilot-1.8.2.ebuild X-VCS-Directories: app-pda/jpilot/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: a169607b755a0635ce481de2ae499b416fcc54c5 X-VCS-Branch: master Date: Sun, 15 Dec 2019 08:06:11 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: ec3b0b70-22a2-456c-9b0d-82f6797c1698 X-Archives-Hash: 46d872ffb0e6fdcabae7802460d1a58c commit: a169607b755a0635ce481de2ae499b416fcc54c5 Author: Joonas Niilola gentoo org> AuthorDate: Sun Dec 15 08:02:15 2019 +0000 Commit: Joonas Niilola gentoo org> CommitDate: Sun Dec 15 08:05:58 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a169607b app-pda/jpilot: clean old 1.8.2-r0 Signed-off-by: Joonas Niilola gentoo.org> app-pda/jpilot/jpilot-1.8.2.ebuild | 49 -------------------------------------- 1 file changed, 49 deletions(-) diff --git a/app-pda/jpilot/jpilot-1.8.2.ebuild b/app-pda/jpilot/jpilot-1.8.2.ebuild deleted file mode 100644 index 7d10a5cc641..00000000000 --- a/app-pda/jpilot/jpilot-1.8.2.ebuild +++ /dev/null @@ -1,49 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit autotools - -DESCRIPTION="Desktop Organizer Software for the Palm Pilot" -HOMEPAGE="http://www.jpilot.org/" -SRC_URI="http://jpilot.org/tarballs/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="alpha amd64 ~arm ia64 ppc ppc64 x86" -IUSE="nls" - -RDEPEND=" - app-pda/pilot-link - dev-libs/libgcrypt:0= - x11-libs/gtk+:2" -DEPEND="${RDEPEND} - nls? ( - dev-util/intltool - sys-devel/gettext - ) - virtual/pkgconfig" - -PATCHES=( - "${FILESDIR}"/${PN}-1.8.2-qa-desktop-file.patch - "${FILESDIR}"/${PN}-1.8.2-fix-paths.patch -) - -src_prepare() { - default - mv configure.{in,ac} || die - eautoreconf -} - -src_configure() { - econf $(use_enable nls) -} - -src_install() { - default - docompress -x /usr/share/doc/${PF}/icons - - # .la files for plugins are useless - find "${D}" -name '*.la' -delete || die -}