From: "Aaron Bauman" <bman@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/album/
Date: Sun, 10 Nov 2019 01:47:48 +0000 (UTC) [thread overview]
Message-ID: <1573350461.1abe9bb4f3f06b10a53feb42e8cc0d973bb5bab1.bman@gentoo> (raw)
commit: 1abe9bb4f3f06b10a53feb42e8cc0d973bb5bab1
Author: Aaron Bauman <bman <AT> gentoo <DOT> org>
AuthorDate: Sun Nov 10 01:34:19 2019 +0000
Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Sun Nov 10 01:47:41 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1abe9bb4
media-gfx/album: drop EAPI=4
Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>
media-gfx/album/Manifest | 1 -
media-gfx/album/album-4.07.ebuild | 39 ---------------------------------------
2 files changed, 40 deletions(-)
diff --git a/media-gfx/album/Manifest b/media-gfx/album/Manifest
index 9b4d6d84389..7423083915f 100644
--- a/media-gfx/album/Manifest
+++ b/media-gfx/album/Manifest
@@ -1,4 +1,3 @@
-DIST album-4.07.tar.gz 619238 BLAKE2B 2d3ddfc08fbc5852f9d49ef687fb5360f832588de919250ab5901837b1ee87a2d84974cff5308dc0c17f79c67ab0a1e9bb7bad585ad837d470c4235122d89872 SHA512 dde914a8a0f0dd5896d069ad22c47db645f1acefc9c2d1a7047862185e3b96b0c4fb2c9681d8838eaf3de40b49082b9c06d848340aa92ecb8f398d9fd31273ba
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.07.ebuild b/media-gfx/album/album-4.07.ebuild
deleted file mode 100644
index ad085a0788f..00000000000
--- a/media-gfx/album/album-4.07.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=4
-
-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/imagemagick
- media-gfx/jhead
- ffmpeg? ( virtual/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/"
-}
next reply other threads:[~2019-11-10 11:15 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-11-10 1:47 Aaron Bauman [this message]
-- strict thread matches above, loose matches on Subject: below --
2021-07-18 4:02 [gentoo-commits] repo/gentoo:master commit in: media-gfx/album/ Sam James
2021-07-18 4:02 Sam James
2021-03-02 1:57 Sam James
2021-02-28 21:35 Sam James
2020-05-28 11:21 Andreas K. Hüttel
2020-04-26 10:35 David Seifert
2019-09-25 15:43 Thomas Deutschmann
2019-06-10 19:50 Thomas Deutschmann
2019-04-08 19:21 Aaron Bauman
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1573350461.1abe9bb4f3f06b10a53feb42e8cc0d973bb5bab1.bman@gentoo \
--to=bman@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox