summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIonen Wolkens <ionen@gentoo.org>2023-03-28 07:33:12 -0400
committerIonen Wolkens <ionen@gentoo.org>2023-03-28 07:34:19 -0400
commit5fad9fdf669acbb9b5715f6d3c02c532df4f90a5 (patch)
tree81efbae380e19f00139a821a03e281552e2d250c /media-gfx/scrot/scrot-1.8-r1.ebuild
parentmedia-gfx/scrot: depend on imlib2[filters(+)] (diff)
downloadgentoo-5fad9fdf669acbb9b5715f6d3c02c532df4f90a5.tar.gz
gentoo-5fad9fdf669acbb9b5715f6d3c02c532df4f90a5.tar.bz2
gentoo-5fad9fdf669acbb9b5715f6d3c02c532df4f90a5.zip
media-gfx/scrot: drop 1.7-r3, 1.8-r1
Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
Diffstat (limited to 'media-gfx/scrot/scrot-1.8-r1.ebuild')
-rw-r--r--media-gfx/scrot/scrot-1.8-r1.ebuild61
1 files changed, 0 insertions, 61 deletions
diff --git a/media-gfx/scrot/scrot-1.8-r1.ebuild b/media-gfx/scrot/scrot-1.8-r1.ebuild
deleted file mode 100644
index 858ee4b9038c..000000000000
--- a/media-gfx/scrot/scrot-1.8-r1.ebuild
+++ /dev/null
@@ -1,61 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit bash-completion-r1
-
-DESCRIPTION="Screen capture utility using imlib2 library"
-HOMEPAGE="https://github.com/resurrecting-open-source-projects/scrot"
-if [[ ${PV} == *9999* ]] ; then
- EGIT_REPO_URI="https://github.com/resurrecting-open-source-projects/${PN}"
- inherit autotools git-r3
-else
- SRC_URI="https://github.com/resurrecting-open-source-projects/${PN}/releases/download/${PV}/${P}.tar.gz"
- KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc ~x86"
-fi
-
-LICENSE="feh LGPL-2+"
-SLOT="0"
-
-# imlib2[X] needed for imlib_create_image_from_drawable, bug #835582
-RDEPEND="
- dev-libs/libbsd
- media-libs/imlib2[X]
- x11-libs/libXext
- x11-libs/libX11
- x11-libs/libXcomposite
- x11-libs/libXfixes
- x11-libs/libXinerama
- || (
- media-libs/imlib2[gif]
- media-libs/imlib2[jpeg]
- media-libs/imlib2[png]
- media-libs/imlib2[tiff]
- )
-"
-DEPEND="
- ${RDEPEND}
- x11-base/xorg-proto
- elibc_musl? ( sys-libs/queue-standalone )
-"
-BDEPEND="
- sys-devel/autoconf-archive
- virtual/pkgconfig
-"
-
-DOCS=(
- AUTHORS ChangeLog README.md
-)
-
-src_prepare() {
- default
-
- [[ ${PV} == *9999* ]] && eautoreconf
-}
-
-src_install() {
- default
-
- newbashcomp "${FILESDIR}"/${PN}-1.7.bash-completion ${PN}
-}