diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2023-04-07 14:36:28 +0200 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2023-04-07 14:36:28 +0200 |
commit | 9fceaf2a9da27bc153a88c26a17ab13dd98e8d23 (patch) | |
tree | 8a4084f3f7bd2c50891437a80da25f166a10c48b /media-gfx/jhead | |
parent | app-backup/tsm: require xz extra-filters for unpacking (diff) | |
download | gentoo-9fceaf2a9da27bc153a88c26a17ab13dd98e8d23.tar.gz gentoo-9fceaf2a9da27bc153a88c26a17ab13dd98e8d23.tar.bz2 gentoo-9fceaf2a9da27bc153a88c26a17ab13dd98e8d23.zip |
media-gfx/jhead: drop 3.04
Bug: https://bugs.gentoo.org/876247
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
Diffstat (limited to 'media-gfx/jhead')
-rw-r--r-- | media-gfx/jhead/Manifest | 1 | ||||
-rw-r--r-- | media-gfx/jhead/jhead-3.04.ebuild | 24 |
2 files changed, 0 insertions, 25 deletions
diff --git a/media-gfx/jhead/Manifest b/media-gfx/jhead/Manifest index 85a8dee9132a..088685d71f13 100644 --- a/media-gfx/jhead/Manifest +++ b/media-gfx/jhead/Manifest @@ -1,2 +1 @@ -DIST jhead-3.04.tar.gz 67754 BLAKE2B 4b81927fe3db58bf10b6e42c7e045a9d8a2f50df152faf886bb28238ef74e73371d37902c3c13e6edb74a89347b2c6f698f18dd91b51797e1882cb1d3bf5461f SHA512 d783b02059ebcb01845d346e7c48bdc9d9f12fb7b0fd47bf8aff0a85a03f3523fbc536ddab0912f1c56ddb315b6cf31f16d4c7a4f81112d9a4c76a4a57ec1aed DIST jhead-3.06.0.1.tgz 1144608 BLAKE2B 100eaddd8585e8845e83c3eb24aefb0a0a2d477f0ee818c212cc39ad88f39cbac5532979dbe7ee8c4d7b9475fdf4cce4257679d996e4fae14ef1902ef2f8e5a2 SHA512 7804f4bab1b07eb08ed981364b3634b1c25e0657d57651871aede640254c33f9d2307ba7c9fb3bc81eb06b71ba5d27437275a3fe53859e9e9457e37e12545db9 diff --git a/media-gfx/jhead/jhead-3.04.ebuild b/media-gfx/jhead/jhead-3.04.ebuild deleted file mode 100644 index 4cddaa652eab..000000000000 --- a/media-gfx/jhead/jhead-3.04.ebuild +++ /dev/null @@ -1,24 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -DESCRIPTION="Exif Jpeg camera setting parser and thumbnail remover" -HOMEPAGE="http://www.sentex.net/~mwandel/jhead" -SRC_URI="http://www.sentex.net/~mwandel/${PN}/${P}.tar.gz" - -LICENSE="public-domain" -SLOT="0" -KEYWORDS="~alpha amd64 ~ia64 ppc ppc64 sparc x86" - -PATCHES=( "${FILESDIR}/${P}-mkstemp-fix-makefile.patch" ) - -src_install() { - dobin ${PN} - dodoc *.txt - docinto html - dodoc *.html - doman ${PN}.1 - doheader ${PN}.h - dolib.so lib${PN}.so* -} |