summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2021-03-15 21:31:17 +0000
committerSam James <sam@gentoo.org>2021-03-15 21:38:34 +0000
commit958dde8163ba88fe55bac15db1fd2f3a110d019f (patch)
tree747e29b18a35f2714f762a41ef2f0dff7f946e11 /x11-misc/xsnap
parentx11-misc/xdesktopwaves: drop 1.3-r2 (diff)
downloadgentoo-958dde8163ba88fe55bac15db1fd2f3a110d019f.tar.gz
gentoo-958dde8163ba88fe55bac15db1fd2f3a110d019f.tar.bz2
gentoo-958dde8163ba88fe55bac15db1fd2f3a110d019f.zip
x11-misc/xsnap: drop 1.5.15-r1
Bug: https://bugs.gentoo.org/776490 Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'x11-misc/xsnap')
-rw-r--r--x11-misc/xsnap/xsnap-1.5.15-r1.ebuild65
1 files changed, 0 insertions, 65 deletions
diff --git a/x11-misc/xsnap/xsnap-1.5.15-r1.ebuild b/x11-misc/xsnap/xsnap-1.5.15-r1.ebuild
deleted file mode 100644
index f8f3dd11c404..000000000000
--- a/x11-misc/xsnap/xsnap-1.5.15-r1.ebuild
+++ /dev/null
@@ -1,65 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-inherit 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-base/xorg-proto
- x11-misc/imake
-"
-
-DOCS=( AUTHORS Changelog README )
-PATCHES=( "${FILESDIR}"/${P}-root_name.patch )
-
-src_prepare() {
- default
-
- sed -i \
- -e 's|/usr/share/locale|$(LOCALEDIR)|g' \
- -e 's|/usr/share/man/man1|$(MANDIR)|g' \
- -e '/cd po.*install/s|cd.*|$(MAKE) -C po LOCALEDIR=$(LOCALEDIR) install|' \
- -e '21s|.*|LOCALEDIR = /usr/share/locale|' \
- Imakefile || die
- sed -i \
- -e '/^LOCALEDIR=/d' \
- po/Makefile || die
-
- 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}"
-}