Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/xsnap/
Date: Sat, 01 Apr 2017 10:24:55
Message-Id: 1491042225.dd8de19811cf28ec5a903fc79ab9aad696917115.soap@gentoo
1 commit: dd8de19811cf28ec5a903fc79ab9aad696917115
2 Author: Harri Nieminen <moikkis <AT> gmail <DOT> com>
3 AuthorDate: Tue Mar 28 18:35:15 2017 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Sat Apr 1 10:23:45 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dd8de198
7
8 x11-misc/xsnap: Remove old
9
10 Package-Manager: Portage-2.3.5, Repoman-2.3.2
11 Closes: https://github.com/gentoo/gentoo/pull/4319
12
13 x11-misc/xsnap/Manifest | 1 -
14 x11-misc/xsnap/xsnap-1.5.10.ebuild | 54 --------------------------------------
15 2 files changed, 55 deletions(-)
16
17 diff --git a/x11-misc/xsnap/Manifest b/x11-misc/xsnap/Manifest
18 index 8a73edf1519..287e0e29417 100644
19 --- a/x11-misc/xsnap/Manifest
20 +++ b/x11-misc/xsnap/Manifest
21 @@ -1,2 +1 @@
22 -DIST xsnap-1.5.10.tar.bz2 54172 SHA256 6839586dd3bdcef8c4fcc1e11d52716fb6a92b3a1d7613801f880da3b5ce332f SHA512 d82414d1d5a99eba692b32b30b434119b60567eb89b62b1ea3cb3dfbc9e71e2196ee6ca667a02bfdb8d27fd3ec6df3589fe97702fff9758d3139881b32697b55 WHIRLPOOL 6c7137f2544cf9cef566e5e269967d15562578c0010ba20db596b0581971142fe375c4f0b59a7fc6dcb6b3440e0e584eaf2784e7dfbcad3b67ae2f59f3c26706
23 DIST xsnap-1.5.15.tar.bz2 46574 SHA256 e83cd5dc98fb682effd15db5a7423392236cf88f73fc98ca3972a2555c080fb9 SHA512 898914dd0bfec93b641815cc07522d4ea6168266a7f5efe75715cf68555e8959a72b40b0a02e75244348afc6aa77d267fbe7ee60670da5f33e6db2f6c4476dac WHIRLPOOL aeb8a26e92af4b6cb602d4d33293bca511c502443215b5cddb4f2185663481e3fd540df5d6ed73b6a640526e040129cb4c8698879f342faf38e03b173385d53c
24
25 diff --git a/x11-misc/xsnap/xsnap-1.5.10.ebuild b/x11-misc/xsnap/xsnap-1.5.10.ebuild
26 deleted file mode 100644
27 index b072ea80870..00000000000
28 --- a/x11-misc/xsnap/xsnap-1.5.10.ebuild
29 +++ /dev/null
30 @@ -1,54 +0,0 @@
31 -# Copyright 1999-2014 Gentoo Foundation
32 -# Distributed under the terms of the GNU General Public License v2
33 -
34 -EAPI=4
35 -inherit eutils toolchain-funcs
36 -
37 -DESCRIPTION="Program to interactively take a 'snapshot' of a region of the screen"
38 -HOMEPAGE="ftp://ftp.ac-grenoble.fr/ge/Xutils/"
39 -SRC_URI="ftp://ftp.ac-grenoble.fr/ge/Xutils/${P}.tar.bz2"
40 -
41 -LICENSE="GPL-3+"
42 -SLOT="0"
43 -KEYWORDS="amd64 ppc x86 ~amd64-linux"
44 -IUSE=""
45 -
46 -COMMON_DEPEND="
47 - media-libs/libpng:0
48 - virtual/jpeg:0
49 - x11-libs/libX11
50 - x11-libs/libXft
51 - x11-libs/libXpm
52 -"
53 -RDEPEND="${COMMON_DEPEND}
54 - media-fonts/font-misc-misc"
55 -DEPEND="${COMMON_DEPEND}
56 - app-text/rman
57 - dev-lang/perl
58 - x11-misc/imake
59 - x11-proto/xproto"
60 -
61 -DOCS=( AUTHORS Changelog README )
62 -
63 -src_prepare() {
64 - epatch "${FILESDIR}"/${P}-prefix.patch
65 -
66 - xmkmf || die
67 - sed -i \
68 - -e '/ CC = /d' \
69 - -e '/ LD = /d' \
70 - -e '/ CDEBUGFLAGS = /d' \
71 - -e '/ CCOPTIONS = /d' \
72 - -e 's|CPP = cpp|CPP = $(CC)|g' \
73 - Makefile || die
74 -}
75 -
76 -src_compile() {
77 - tc-export CC
78 - emake CCOPTIONS="${CFLAGS}" EXTRA_LDOPTIONS="${LDFLAGS}"
79 -}
80 -
81 -src_install() {
82 - dodir /usr/share/man/man1
83 - default
84 -}