public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Mike Frysinger" <vapier@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-fs/udftools/
Date: Wed, 20 Apr 2016 04:38:33 +0000 (UTC)	[thread overview]
Message-ID: <1461127088.6f731ff27110969bc6980e9742436b24a92cb0e7.vapier@gentoo> (raw)

commit:     6f731ff27110969bc6980e9742436b24a92cb0e7
Author:     Mike Frysinger <vapier <AT> gentoo <DOT> org>
AuthorDate: Wed Apr 20 04:38:08 2016 +0000
Commit:     Mike Frysinger <vapier <AT> gentoo <DOT> org>
CommitDate: Wed Apr 20 04:38:08 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6f731ff2

sys-fs/udftools: version bump to 1.1

 sys-fs/udftools/Manifest            |  1 +
 sys-fs/udftools/udftools-1.1.ebuild | 24 ++++++++++++++++++++++++
 2 files changed, 25 insertions(+)

diff --git a/sys-fs/udftools/Manifest b/sys-fs/udftools/Manifest
index 3c09d33..7a8997c 100644
--- a/sys-fs/udftools/Manifest
+++ b/sys-fs/udftools/Manifest
@@ -1,2 +1,3 @@
 DIST udftools-1.0.0b3.patch.bz2 3372 SHA256 4c35eb06da92677203137ee407ba29bdf0bec574550567cc6cecb63158099dbb SHA512 2b30741ffb7bab0139f6a3fb55911517c7f0489b76bc3453c3e0c519356689a8a9ad9c2b7e954267e8e14a6840498cd3c93641c5eb69f373f7bb19d35ffe9f19 WHIRLPOOL 43d096e0959da24f2b272ee60ba753c45346c12139627c5a6721b6db71f4dd85ca62d97799c79fca5b6d3e2222ff86262bb3ac62c9a3f3fe1f1fbd387bcc34c9
 DIST udftools-1.0.0b3.tar.gz 293257 SHA256 c5079e878d4d8e03de0fd75bfecf485a299689b8289a5288f18b2e793e0904a0 SHA512 4b45ff2e389ce93c3ac372f74daa3e2a43e02434c1e3d9df8cf050e137799491ac88d7aedd2b61c6d79a7ab8878042689c948c0b2aeb4be0a172c64844f07068 WHIRLPOOL 157ff4b18ef7497067b8398e0d57a25e6549c3c8637633fe3648c42d446562cd9c2f2533a25895cf628343223eb1ccbb59511df40606525486c6e4e58c0dc0d3
+DIST udftools-1.1.tar.gz 656865 SHA256 e16103fd0d4ec7c233df3375c8bec5e32802fd81e9f135dc73b80550373205ed SHA512 9c415d1cae1d79d49b4f9e3e6881f0b44b31d59f6d722571badd78ee68c422899ee8b95caed0ac50e76c13d8ed118f58f79efe5cbf775438a163d68160a30742 WHIRLPOOL c6d297fab980725590e45807da8d05d4eafd0336fba646a56239001af850b7efb3e1e89f6d413f3f4b7116434362e00b2555a760e7918df2c7c64da746ca63e2

diff --git a/sys-fs/udftools/udftools-1.1.ebuild b/sys-fs/udftools/udftools-1.1.ebuild
new file mode 100644
index 0000000..85ccd12
--- /dev/null
+++ b/sys-fs/udftools/udftools-1.1.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="5"
+
+inherit eutils flag-o-matic
+
+DESCRIPTION="Ben Fennema's tools for packet writing and the UDF filesystem"
+HOMEPAGE="https://github.com/pali/udftools/ https://sourceforge.net/projects/linux-udf/"
+SRC_URI="https://github.com/pali/udftools/releases/download/${PV}/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~sparc ~x86 ~amd64-linux ~arm-linux ~x86-linux"
+IUSE=""
+
+RDEPEND="sys-libs/readline:0="
+DEPEND="${RDEPEND}"
+
+src_install() {
+	default
+	newinitd "${FILESDIR}"/pktcdvd.init pktcdvd
+	dosym mkudffs.8 /usr/share/man/man8/mkfs.udf.8
+}


             reply	other threads:[~2016-04-20  4:38 UTC|newest]

Thread overview: 34+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-04-20  4:38 Mike Frysinger [this message]
  -- strict thread matches above, loose matches on Subject: below --
2016-06-11 16:44 [gentoo-commits] repo/gentoo:master commit in: sys-fs/udftools/ Agostino Sarubbo
2016-07-02 12:24 Lars Wendler
2017-01-24  7:22 Lars Wendler
2018-02-25 21:52 Sergei Trofimovich
2018-06-06 22:38 Mike Gilbert
2018-11-18 12:22 Mikle Kolyada
2018-12-30 17:36 Lars Wendler
2018-12-30 17:36 Lars Wendler
2018-12-31 10:59 Sergei Trofimovich
2018-12-31 16:43 Thomas Deutschmann
2019-01-01 12:17 Sergei Trofimovich
2019-01-01 14:49 Lars Wendler
2019-03-16 10:19 Sergei Trofimovich
2019-03-16 16:54 Mikle Kolyada
2019-03-16 19:54 Sergei Trofimovich
2019-03-19  2:03 Thomas Deutschmann
2019-07-18 13:07 Agostino Sarubbo
2020-01-01 13:08 Lars Wendler
2020-12-02 23:21 Sam James
2021-01-06 23:44 Lars Wendler
2021-01-07  0:58 Sam James
2021-01-07  5:09 Sam James
2021-01-07 15:06 Sam James
2021-01-07 19:36 Sam James
2021-01-08  7:24 Sergei Trofimovich
2021-05-13 13:55 David Seifert
2021-05-13 17:53 Sam James
2021-05-13 18:54 Sam James
2021-05-13 18:58 Sam James
2021-05-13 21:15 Sam James
2021-05-14  9:35 Agostino Sarubbo
2021-05-14 10:04 David Seifert
2021-09-27 22:05 Marek Szuba

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=1461127088.6f731ff27110969bc6980e9742436b24a92cb0e7.vapier@gentoo \
    --to=vapier@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