diff options
author | Sam James <sam@gentoo.org> | 2021-07-18 04:53:03 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-07-18 05:02:12 +0100 |
commit | ec4952b81140a548db7ca3483a367662342cd7d2 (patch) | |
tree | 4313957a2cb849beaf1b2f08a43d82a6f9411dec /media-gfx | |
parent | net-p2p/litecoind: fix UnusedLocalUse (diff) | |
download | gentoo-ec4952b81140a548db7ca3483a367662342cd7d2.tar.gz gentoo-ec4952b81140a548db7ca3483a367662342cd7d2.tar.bz2 gentoo-ec4952b81140a548db7ca3483a367662342cd7d2.zip |
media-gfx/album: drop 4.13-r2 (EAPI 5)
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'media-gfx')
-rw-r--r-- | media-gfx/album/Manifest | 1 | ||||
-rw-r--r-- | media-gfx/album/album-4.13-r2.ebuild | 39 |
2 files changed, 0 insertions, 40 deletions
diff --git a/media-gfx/album/Manifest b/media-gfx/album/Manifest index 7423083915fe..df241c618d06 100644 --- a/media-gfx/album/Manifest +++ b/media-gfx/album/Manifest @@ -1,3 +1,2 @@ -DIST album-4.13.tar.gz 667760 BLAKE2B fa4bd75147d708c18f183787fb62d55a068956204dab249ca2652583421fd444ff6fbbce54e16f02072534050c52c67dabe3c4e6fc977c6aff7317a0df9357d4 SHA512 c22bbc5ad154f35d50d28e5331911d0fd32c5e7f25b659e48274baa1ccc9e3e8b9f771a1bfdf39078c9e959c3fd84b3ccd8528f20f7a80baa7c59bc579579756 DIST album-4.15.tar.gz 651380 BLAKE2B da6728f65586b242297bb7c8d8ae676de636177539e5c1337e05cdb3f60e39b4135294c5709a92ae670821b1e5cb39f22567e2188c18671681db52f667789c6d SHA512 3e075efd81c829817f42fbe2163269581aa6ac972ec8f14e04237598e08722cdda78cc702e8628a6f77e6c2181ab7bc438f56975f5ed883f5ed9c53ca13edf9a DIST data-4.05.tar.gz 6468036 BLAKE2B 3e11911dabcf024934653f5fb5c3c3b65bd2ad5e6607c67ee1dade392540bb0b7c90de521effa5d72d2f40dc6c02016e23d373f714a3b62c15af53ebb4d438d3 SHA512 a7c577df6d10dc2db53fa6d469d2cf9c5115de99df47e79f31ecc0b009bd12e654e4ca7b9e6e78abe90a8a87d5f52ca9946a2d632e3f219d9bcb5ab7838ce42e diff --git a/media-gfx/album/album-4.13-r2.ebuild b/media-gfx/album/album-4.13-r2.ebuild deleted file mode 100644 index a590351eb9fa..000000000000 --- a/media-gfx/album/album-4.13-r2.ebuild +++ /dev/null @@ -1,39 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -DESCRIPTION="HTML photo album generator" -HOMEPAGE="http://MarginalHacks.com/Hacks/album/" -SRC_URI="http://marginalhacks.com/bin/album.versions/${P}.tar.gz - http://marginalhacks.com/bin/album.versions/data-4.05.tar.gz" - -LICENSE="marginalhacks" -SLOT="0" -KEYWORDS="amd64 ~ppc ~ppc64 x86" -IUSE="doc ffmpeg plugins themes" - -DEPEND="" -RDEPEND="dev-lang/perl - media-gfx/jhead - virtual/imagemagick-tools - ffmpeg? ( media-video/ffmpeg )" - -src_install() { - dobin album - doman album.1 - dodoc License.txt CHANGELOG - use doc && dohtml -r Docs/* - - dodir /usr/share/album - insinto /usr/share/album - cd .. - doins -r lang - use themes && doins -r Themes - use plugins && doins -r plugins -} - -pkg_postinst() { - elog "For some optional tools please browse:" - elog "http://MarginalHacks.com/Hacks/album/tools/" -} |