From: "Lars Wendler" <polynomial-c@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-fs/udftools/
Date: Tue, 24 Jan 2017 07:22:58 +0000 (UTC) [thread overview]
Message-ID: <1485242574.178ce9ee11408d5a09251319a460d9f22a59ab12.polynomial-c@gentoo> (raw)
commit: 178ce9ee11408d5a09251319a460d9f22a59ab12
Author: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
AuthorDate: Tue Jan 24 07:22:34 2017 +0000
Commit: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
CommitDate: Tue Jan 24 07:22:54 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=178ce9ee
sys-fs/udftools: Bump to version 1.3
Package-Manager: Portage-2.3.3, Repoman-2.3.1
sys-fs/udftools/Manifest | 1 +
sys-fs/udftools/udftools-1.3.ebuild | 24 ++++++++++++++++++++++++
2 files changed, 25 insertions(+)
diff --git a/sys-fs/udftools/Manifest b/sys-fs/udftools/Manifest
index 1afdcb9..8cff928 100644
--- a/sys-fs/udftools/Manifest
+++ b/sys-fs/udftools/Manifest
@@ -2,3 +2,4 @@ DIST udftools-1.0.0b3.patch.bz2 3372 SHA256 4c35eb06da92677203137ee407ba29bdf0be
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
DIST udftools-1.2.tar.gz 657310 SHA256 444c646cc4e3db93a4abffbfc9d5e3da8da3e891012cb8bc2ce53c3d33596851 SHA512 b36e08b7adc0246f2a8024f6ee95117f5cba03566103a501acd1fb1ab31152da6345584ad36156a94ce5a29818e38333d81e3307ba73cef08355c300b79af199 WHIRLPOOL 259c1b2ad8cfd8254fd88fa0ad019d698c78eb6a15eb05209d0229add206243cacbf00e1ddc3b2a3ecb424d8808c98f046d2bdbf4193e06910714ffbbb3ebb79
+DIST udftools-1.3.tar.gz 447063 SHA256 00562a440de7b855df8127f8f798df657d53f20d9a205a7041fed37c8a07d4cb SHA512 d67f74640cc600fbdf3d7a67caee1342c15507357e155c5e1066aa6f6b3e2667483107edd663eaed5ebb690c13337598a75c1955e69cbc782bd481af783837e7 WHIRLPOOL 6f8fd7f5d21b590a0cd314e014d4c1f7bb11dae0b54f92495348621ab529b555c59cf216365a518df8566bd3cf5ac3092e7fefd17ec5cb0475efce30cf683f82
diff --git a/sys-fs/udftools/udftools-1.3.ebuild b/sys-fs/udftools/udftools-1.3.ebuild
new file mode 100644
index 00000000..d2a858c
--- /dev/null
+++ b/sys-fs/udftools/udftools-1.3.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2017 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
+}
next reply other threads:[~2017-01-24 7:23 UTC|newest]
Thread overview: 34+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-01-24 7:22 Lars Wendler [this message]
-- strict thread matches above, loose matches on Subject: below --
2021-09-27 22:05 [gentoo-commits] repo/gentoo:master commit in: sys-fs/udftools/ Marek Szuba
2021-05-14 10:04 David Seifert
2021-05-14 9:35 Agostino Sarubbo
2021-05-13 21:15 Sam James
2021-05-13 18:58 Sam James
2021-05-13 18:54 Sam James
2021-05-13 17:53 Sam James
2021-05-13 13:55 David Seifert
2021-01-08 7:24 Sergei Trofimovich
2021-01-07 19:36 Sam James
2021-01-07 15:06 Sam James
2021-01-07 5:09 Sam James
2021-01-07 0:58 Sam James
2021-01-06 23:44 Lars Wendler
2020-12-02 23:21 Sam James
2020-01-01 13:08 Lars Wendler
2019-07-18 13:07 Agostino Sarubbo
2019-03-19 2:03 Thomas Deutschmann
2019-03-16 19:54 Sergei Trofimovich
2019-03-16 16:54 Mikle Kolyada
2019-03-16 10:19 Sergei Trofimovich
2019-01-01 14:49 Lars Wendler
2019-01-01 12:17 Sergei Trofimovich
2018-12-31 16:43 Thomas Deutschmann
2018-12-31 10:59 Sergei Trofimovich
2018-12-30 17:36 Lars Wendler
2018-12-30 17:36 Lars Wendler
2018-11-18 12:22 Mikle Kolyada
2018-06-06 22:38 Mike Gilbert
2018-02-25 21:52 Sergei Trofimovich
2016-07-02 12:24 Lars Wendler
2016-06-11 16:44 Agostino Sarubbo
2016-04-20 4:38 Mike Frysinger
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=1485242574.178ce9ee11408d5a09251319a460d9f22a59ab12.polynomial-c@gentoo \
--to=polynomial-c@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