public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Eray Aslan" <eras@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/mime-types/
Date: Wed, 24 May 2023 05:20:55 +0000 (UTC)	[thread overview]
Message-ID: <1684905629.eb69700370e804ea44b11c0cbfe8a4540c0a8d96.eras@gentoo> (raw)

commit:     eb69700370e804ea44b11c0cbfe8a4540c0a8d96
Author:     Eray Aslan <eras <AT> gentoo <DOT> org>
AuthorDate: Wed May 24 05:20:29 2023 +0000
Commit:     Eray Aslan <eras <AT> gentoo <DOT> org>
CommitDate: Wed May 24 05:20:29 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eb697003

app-misc/mime-types: add 2.1.54

Signed-off-by: Eray Aslan <eras <AT> gentoo.org>

 app-misc/mime-types/Manifest                 |  1 +
 app-misc/mime-types/mime-types-2.1.54.ebuild | 25 +++++++++++++++++++++++++
 2 files changed, 26 insertions(+)

diff --git a/app-misc/mime-types/Manifest b/app-misc/mime-types/Manifest
index 52320ca95aee..12cffff7675b 100644
--- a/app-misc/mime-types/Manifest
+++ b/app-misc/mime-types/Manifest
@@ -1 +1,2 @@
 DIST mailcap-r2-1-53.tar.gz 27238 BLAKE2B ffc9067287d951775c417d7a583a9f64fc09f98990f3f760643e76e3b91d2205040828cd452aa1004f0bc76c3e913f5da93887b385cc3cd9464327ba1ffde57a SHA512 3f952a031f9e86321a4583dba42fa7778a2821c55fc42b6096cc56c531bc957e50c545ab0d470ab72782eb3815e8278df122e20c1ae532b7bbb55db12e00cb77
+DIST mailcap-r2-1-54.tar.gz 28518 BLAKE2B d56fcd5d662bc7feeb20b310f7582e4b670d400e1059371bfce8a5e36a69ea24675c6016b7ed6bde9ba8d078a0ad10281ede3f7060f063302dba2ec7da707b5d SHA512 6c68df26caac326ce14630e2cec582ab88cda27710155f336dbab4681e76a94d2818452ed39f2e9edd2d960603b783a6e801da6e7c400bb708b910e61ed66b6e

diff --git a/app-misc/mime-types/mime-types-2.1.54.ebuild b/app-misc/mime-types/mime-types-2.1.54.ebuild
new file mode 100644
index 000000000000..d2623a76403e
--- /dev/null
+++ b/app-misc/mime-types/mime-types-2.1.54.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+MY_PV=${PV//./-}
+DESCRIPTION="Provides /etc/mime.types file"
+HOMEPAGE="https://pagure.io/mailcap"
+SRC_URI="https://pagure.io/mailcap/archive/r${MY_PV}/mailcap-r${MY_PV}.tar.gz"
+
+LICENSE="public-domain MIT"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+IUSE="nginx"
+
+S="${WORKDIR}/mailcap-r${MY_PV}"
+
+src_install() {
+	insinto /etc
+	doins mime.types
+	if use nginx; then
+		insinto /etc/nginx
+		doins mime.types.nginx
+	fi
+}


             reply	other threads:[~2023-05-24  5:20 UTC|newest]

Thread overview: 25+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-05-24  5:20 Eray Aslan [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-01-29  8:04 [gentoo-commits] repo/gentoo:master commit in: app-misc/mime-types/ Eray Aslan
2024-01-28 20:02 Arthur Zamarin
2024-01-28 19:07 Eray Aslan
2023-05-03  6:48 Sam James
2023-05-03  6:44 Sam James
2022-01-06 19:55 Arthur Zamarin
2022-01-04  3:22 Sam James
2022-01-04  3:22 Sam James
2022-01-04  3:22 Sam James
2022-01-04  3:20 Sam James
2022-01-04  3:20 Sam James
2022-01-03 19:23 Jakov Smolić
2022-01-03 19:23 Jakov Smolić
2021-12-31  9:47 Dirkjan Ochtman
2021-12-31  3:04 Sam James
2021-12-31  3:04 Sam James
2021-12-30 22:52 Sam James
2021-12-30 13:06 Eray Aslan
2021-12-30 13:06 Eray Aslan
2021-03-21 19:00 David Seifert
2021-01-06 13:19 Fabian Groffen
2019-05-04 10:35 Andreas K. Hüttel
2017-01-29 14:59 Fabian Groffen
2017-01-07 15:02 Benda XU

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=1684905629.eb69700370e804ea44b11c0cbfe8a4540c0a8d96.eras@gentoo \
    --to=eras@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