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/wmpasman/
Date: Mon, 03 Apr 2017 18:18:58
Message-Id: 1491243530.9669cf95241c9eaab497909b431f73373de08ba7.voyageur@gentoo
1 commit: 9669cf95241c9eaab497909b431f73373de08ba7
2 Author: Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
3 AuthorDate: Mon Apr 3 18:18:13 2017 +0000
4 Commit: Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
5 CommitDate: Mon Apr 3 18:18:50 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9669cf95
7
8 x11-plugins/wmpasman: drop old
9
10 Package-Manager: Portage-2.3.5, Repoman-2.3.2
11
12 x11-plugins/wmpasman/Manifest | 1 -
13 x11-plugins/wmpasman/wmpasman-0.8.4.1.ebuild | 31 ----------------------------
14 2 files changed, 32 deletions(-)
15
16 diff --git a/x11-plugins/wmpasman/Manifest b/x11-plugins/wmpasman/Manifest
17 index 1999aa7c825..335314f3976 100644
18 --- a/x11-plugins/wmpasman/Manifest
19 +++ b/x11-plugins/wmpasman/Manifest
20 @@ -1,3 +1,2 @@
21 -DIST wmpasman-0.8.4.1.tar.gz 226277 SHA256 79be58cad5d4e6c5e15969e3d5a4fa1dfe59687b59e81c5802426c900aecd733 SHA512 59c811ad998a522c255c52bed656e2b5eb9cfbe01913d8fc0d686c82df22543bbe776104f2c141152bd0925990cf590216452e4e3cfe78c85e4ee4d67e69e4c8 WHIRLPOOL 51f51f2c92b9067cab2bedd814a0067daa9af72411a46a6f5b3980253f22a241c74ada6cef31e8ed82b05a2c515974024a5545dfd96e6cfb14be1c7dc9a75254
22 DIST wmpasman-0.8.5.3.tar.gz 198779 SHA256 7db784891a73d80e5c386911142fd66b3bee3bd5dcdc35da3355b87aff5ce4b6 SHA512 d47bae993b1ea47ef2cf4cce0dc8d8f1e8e055650dbfc7854612176a0933a0a5079ad29bc85ba8e0370843e9be189d7e4d0b349590981d3eac4c3f01fe69ec87 WHIRLPOOL 8e9fce9faba17d03a2454c0fc8904206d6a2ec566f86e1c8538194aa313be4411c94e8d0d0d2bc26dacc2539305f21a5fbfbb87e8566c39d6f3f6451375cecb7
23 DIST wmpasman-2.0.tar.gz 154433 SHA256 967cc6670fbf6787b915785a85b2e668a9dcbb7882e96556a2ffc09b5b16aba8 SHA512 32ab415d7b87f5277c96f1253b25a9d5002d2bf188d8635d96c169ff51ab7949e0cd2c05df43136eed4e5d9c4f037affb30ee4a45977d0a6e74bc9e332b9e8be WHIRLPOOL cd633b8003f3b61267a84c6fcb0f367145a0b0a1398de1e4e89d828b979fc626ed8c87f85571e234cc79d6aacf940d77af282fca2760f0c5c6f294ece5149b9d
24
25 diff --git a/x11-plugins/wmpasman/wmpasman-0.8.4.1.ebuild b/x11-plugins/wmpasman/wmpasman-0.8.4.1.ebuild
26 deleted file mode 100644
27 index 4effc063c48..00000000000
28 --- a/x11-plugins/wmpasman/wmpasman-0.8.4.1.ebuild
29 +++ /dev/null
30 @@ -1,31 +0,0 @@
31 -# Copyright 1999-2014 Gentoo Foundation
32 -# Distributed under the terms of the GNU General Public License v2
33 -
34 -EAPI=5
35 -
36 -DESCRIPTION="Password storage/retrieval in a dockapp"
37 -HOMEPAGE="https://sourceforge.net/projects/wmpasman/"
38 -SRC_URI="mirror://sourceforge/wmpasman/${P}.tar.gz"
39 -
40 -LICENSE="GPL-2"
41 -SLOT="0"
42 -KEYWORDS="amd64 ppc ~sparc x86"
43 -IUSE=""
44 -
45 -RDEPEND=">=x11-libs/gtk+-2.4.1:2
46 - >=app-crypt/mhash-0.9.1
47 - >=app-crypt/mcrypt-2.6.4"
48 -DEPEND="${RDEPEND}
49 - >=sys-apps/sed-4
50 - virtual/pkgconfig
51 - >=x11-libs/libXpm-3.5.5"
52 -
53 -src_prepare() {
54 - # Solves compile error about undefined exit - Bug 140857
55 - sed -i -e '/#include <stdio.h>/ { p ; s/stdio/stdlib/ }' wmgeneral/wmgeneral-gtk.c || die
56 -}
57 -
58 -src_install() {
59 - emake DESTDIR="${D}" install
60 - dodoc BUGS ChangeLog README TODO WARNINGS
61 -}