summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHarri Nieminen <moikkis@gmail.com>2017-03-28 21:35:15 +0300
committerDavid Seifert <soap@gentoo.org>2017-04-01 12:23:45 +0200
commitdd8de19811cf28ec5a903fc79ab9aad696917115 (patch)
tree2a1a4c335e03565df396d95b98971ee221828c2a /x11-misc/xsnap
parentx11-misc/xsel: Remove old (diff)
downloadgentoo-dd8de19811cf28ec5a903fc79ab9aad696917115.tar.gz
gentoo-dd8de19811cf28ec5a903fc79ab9aad696917115.tar.bz2
gentoo-dd8de19811cf28ec5a903fc79ab9aad696917115.zip
x11-misc/xsnap: Remove old
Package-Manager: Portage-2.3.5, Repoman-2.3.2 Closes: https://github.com/gentoo/gentoo/pull/4319
Diffstat (limited to 'x11-misc/xsnap')
-rw-r--r--x11-misc/xsnap/Manifest1
-rw-r--r--x11-misc/xsnap/xsnap-1.5.10.ebuild54
2 files changed, 0 insertions, 55 deletions
diff --git a/x11-misc/xsnap/Manifest b/x11-misc/xsnap/Manifest
index 8a73edf15198..287e0e29417e 100644
--- a/x11-misc/xsnap/Manifest
+++ b/x11-misc/xsnap/Manifest
@@ -1,2 +1 @@
-DIST xsnap-1.5.10.tar.bz2 54172 SHA256 6839586dd3bdcef8c4fcc1e11d52716fb6a92b3a1d7613801f880da3b5ce332f SHA512 d82414d1d5a99eba692b32b30b434119b60567eb89b62b1ea3cb3dfbc9e71e2196ee6ca667a02bfdb8d27fd3ec6df3589fe97702fff9758d3139881b32697b55 WHIRLPOOL 6c7137f2544cf9cef566e5e269967d15562578c0010ba20db596b0581971142fe375c4f0b59a7fc6dcb6b3440e0e584eaf2784e7dfbcad3b67ae2f59f3c26706
DIST xsnap-1.5.15.tar.bz2 46574 SHA256 e83cd5dc98fb682effd15db5a7423392236cf88f73fc98ca3972a2555c080fb9 SHA512 898914dd0bfec93b641815cc07522d4ea6168266a7f5efe75715cf68555e8959a72b40b0a02e75244348afc6aa77d267fbe7ee60670da5f33e6db2f6c4476dac WHIRLPOOL aeb8a26e92af4b6cb602d4d33293bca511c502443215b5cddb4f2185663481e3fd540df5d6ed73b6a640526e040129cb4c8698879f342faf38e03b173385d53c
diff --git a/x11-misc/xsnap/xsnap-1.5.10.ebuild b/x11-misc/xsnap/xsnap-1.5.10.ebuild
deleted file mode 100644
index b072ea808707..000000000000
--- a/x11-misc/xsnap/xsnap-1.5.10.ebuild
+++ /dev/null
@@ -1,54 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=4
-inherit eutils toolchain-funcs
-
-DESCRIPTION="Program to interactively take a 'snapshot' of a region of the screen"
-HOMEPAGE="ftp://ftp.ac-grenoble.fr/ge/Xutils/"
-SRC_URI="ftp://ftp.ac-grenoble.fr/ge/Xutils/${P}.tar.bz2"
-
-LICENSE="GPL-3+"
-SLOT="0"
-KEYWORDS="amd64 ppc x86 ~amd64-linux"
-IUSE=""
-
-COMMON_DEPEND="
- media-libs/libpng:0
- virtual/jpeg:0
- x11-libs/libX11
- x11-libs/libXft
- x11-libs/libXpm
-"
-RDEPEND="${COMMON_DEPEND}
- media-fonts/font-misc-misc"
-DEPEND="${COMMON_DEPEND}
- app-text/rman
- dev-lang/perl
- x11-misc/imake
- x11-proto/xproto"
-
-DOCS=( AUTHORS Changelog README )
-
-src_prepare() {
- epatch "${FILESDIR}"/${P}-prefix.patch
-
- xmkmf || die
- sed -i \
- -e '/ CC = /d' \
- -e '/ LD = /d' \
- -e '/ CDEBUGFLAGS = /d' \
- -e '/ CCOPTIONS = /d' \
- -e 's|CPP = cpp|CPP = $(CC)|g' \
- Makefile || die
-}
-
-src_compile() {
- tc-export CC
- emake CCOPTIONS="${CFLAGS}" EXTRA_LDOPTIONS="${LDFLAGS}"
-}
-
-src_install() {
- dodir /usr/share/man/man1
- default
-}