summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2022-12-21 22:18:29 +0000
committerSam James <sam@gentoo.org>2022-12-21 22:25:44 +0000
commitc7f670beb0c056208277c7303c697f819a762569 (patch)
tree51833da66f64c637f7f2e0259743de562d3d0123 /media-gfx
parentapp-text/dictd: drop 1.13.0-r3 (diff)
downloadgentoo-c7f670beb0c056208277c7303c697f819a762569.tar.gz
gentoo-c7f670beb0c056208277c7303c697f819a762569.tar.bz2
gentoo-c7f670beb0c056208277c7303c697f819a762569.zip
media-gfx/igal: drop 2.0-r1
Bug: https://bugs.gentoo.org/886729 Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'media-gfx')
-rw-r--r--media-gfx/igal/Manifest1
-rw-r--r--media-gfx/igal/igal-2.0-r1.ebuild42
2 files changed, 0 insertions, 43 deletions
diff --git a/media-gfx/igal/Manifest b/media-gfx/igal/Manifest
index 69d88eb11a25..90630bfa10bb 100644
--- a/media-gfx/igal/Manifest
+++ b/media-gfx/igal/Manifest
@@ -1,2 +1 @@
DIST igal-3.1.tar.gz 29372 BLAKE2B bb83a13b082d4d94b0ff186ef34e9c670b5a49ba74ccd40675db6820931132697b886e58db9da7e620322fdb29a59437acd817d6ef69ea4cebdaa408d1fbe567 SHA512 28f036a5450d05c2d795355f52e0e3f5720d94e5e9d82d4b6bd53ff8ce5ea08352e3ec85ddbcca754e986a06fd205b1667b102981484c783add4496c50c102fe
-DIST igal2-2.0.tar.gz 27206 BLAKE2B 64683d32d0fc3c16d4e27f6dcd1acb3d1e1b55de8e4362065bda9b9b27e6d54409e115af46da2505dfe79f00e5004ebfb395dc4fe71d91b557c43a0c4d4f01e1 SHA512 663bc4f05fbb226c55c3304126ceb480f050715499a2849567ad1d33da568ed02f85b64ad176f6e1cb1c99c8f50650676a7323f0d0497880802a245274a77a0f
diff --git a/media-gfx/igal/igal-2.0-r1.ebuild b/media-gfx/igal/igal-2.0-r1.ebuild
deleted file mode 100644
index 233dd6c64dce..000000000000
--- a/media-gfx/igal/igal-2.0-r1.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-MY_P=${PN}2-${PV}
-
-DESCRIPTION="Static HTML image gallery generator"
-HOMEPAGE="https://igal.trexler.at"
-SRC_URI="https://${PN}.trexler.at/${MY_P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha amd64 ppc ppc64 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos"
-IUSE=""
-
-RDEPEND="
- dev-lang/perl
- virtual/imagemagick-tools
- virtual/jpeg"
-DEPEND=""
-
-S="${WORKDIR}/${MY_P}"
-
-src_prepare() {
- default
- sed -e "s:/usr/local/lib/igal2:/usr/share/igal2:g" \
- -i igal2 -i igal2.1 || die
- sed -i -e "s:/usr/local/bin/igal2:/usr/bin/igal2:" \
- utilities/igal2.sh || die
-}
-
-src_compile() { :; }
-
-src_install() {
- dobin igal2 utilities/igal2.sh
- dosym igal2 /usr/bin/igal
- doman igal2.1
- dodoc ChangeLog README
- insinto /usr/share/igal2
- doins *.html tile.png igal2.css
-}