From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 189AA158008 for ; Mon, 12 Jun 2023 20:24:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 52F8BE086A; Mon, 12 Jun 2023 20:24:56 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 3A3DDE086A for ; Mon, 12 Jun 2023 20:24:56 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 6653F341369 for ; Mon, 12 Jun 2023 20:24:55 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 04255A80 for ; Mon, 12 Jun 2023 20:24:54 +0000 (UTC) From: "Andreas K. Hüttel" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas K. Hüttel" Message-ID: <1686601482.9a81351bea8eb7fe6943ee48bf4388d23402b769.dilfridge@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/jhead/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-gfx/jhead/jhead-3.06.0.1.ebuild X-VCS-Directories: media-gfx/jhead/ X-VCS-Committer: dilfridge X-VCS-Committer-Name: Andreas K. Hüttel X-VCS-Revision: 9a81351bea8eb7fe6943ee48bf4388d23402b769 X-VCS-Branch: master Date: Mon, 12 Jun 2023 20:24:54 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 17d26eb3-ce35-41cb-8b1d-9c28b63563c7 X-Archives-Hash: 830505f9880737f8e57b1fcb105bc108 commit: 9a81351bea8eb7fe6943ee48bf4388d23402b769 Author: Andreas K. Hüttel gentoo org> AuthorDate: Mon Jun 12 20:24:19 2023 +0000 Commit: Andreas K. Hüttel gentoo org> CommitDate: Mon Jun 12 20:24:42 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9a81351b media-gfx/jhead: drop 3.06.0.1 Signed-off-by: Andreas K. Hüttel gentoo.org> media-gfx/jhead/jhead-3.06.0.1.ebuild | 24 ------------------------ 1 file changed, 24 deletions(-) diff --git a/media-gfx/jhead/jhead-3.06.0.1.ebuild b/media-gfx/jhead/jhead-3.06.0.1.ebuild deleted file mode 100644 index e691cde1cc18..000000000000 --- a/media-gfx/jhead/jhead-3.06.0.1.ebuild +++ /dev/null @@ -1,24 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DESCRIPTION="Exif Jpeg camera setting parser and thumbnail remover" -HOMEPAGE="http://www.sentex.net/~mwandel/jhead" -SRC_URI="https://github.com/Matthias-Wandel/jhead/archive/refs/tags/${PV}.tar.gz -> ${P}.tgz" - -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* -}