From: "Daniel Pielmeier" <billie@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libisoburn/
Date: Thu, 5 Oct 2017 17:03:44 +0000 (UTC) [thread overview]
Message-ID: <1507223019.a86cc6dfa4ad20f2ba4d83e526dc692e0b867bdc.billie@gentoo> (raw)
commit: a86cc6dfa4ad20f2ba4d83e526dc692e0b867bdc
Author: Daniel Pielmeier <billie <AT> gentoo <DOT> org>
AuthorDate: Thu Oct 5 17:03:39 2017 +0000
Commit: Daniel Pielmeier <billie <AT> gentoo <DOT> org>
CommitDate: Thu Oct 5 17:03:39 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a86cc6df
dev-libs/libisoburn: Version bump.
Package-Manager: Portage-2.3.8, Repoman-2.3.3
dev-libs/libisoburn/Manifest | 1 +
dev-libs/libisoburn/libisoburn-1.4.8.ebuild | 62 +++++++++++++++++++++++++++++
2 files changed, 63 insertions(+)
diff --git a/dev-libs/libisoburn/Manifest b/dev-libs/libisoburn/Manifest
index 11e6ecf3817..67d6b5d51de 100644
--- a/dev-libs/libisoburn/Manifest
+++ b/dev-libs/libisoburn/Manifest
@@ -1 +1,2 @@
DIST libisoburn-1.4.6.tar.gz 1528141 SHA256 69efe9490e9ed6dbb1d8cad387ccaf5dcc5bb39dd466eef208a6b77a48584def SHA512 329d3234e8ae31abcab8d8a61a6531ab7ccdd8340148f84a6c77a23bbe16b303bf1dc95cafc751bf13f83e855f158b59ddd9e93c3dd1fe6046c1b5ea27eefb69 WHIRLPOOL 2b325541fe72e32acbd19c261a82b2c1475046467e33f5e1dd47d4aa64ed73f1a9f5d69281acd5978d65c046ff4c70dd7a4b6f3ef713f971e646cc5d12b7eb20
+DIST libisoburn-1.4.8.tar.gz 1537097 SHA256 91cf50473f0f19400629515974bda441545aaae29862dcbbdb28d87b821ca5a5 SHA512 26dd6f6884d98d9d3f54bf18b529a688d28aa0ff54b7fe6fe7926c7765755a1c7f7b2d0ef02ca6ea2bdac9ddf6f928c01c89a3547aea1e9f0b47346b160d0d46 WHIRLPOOL 88f2337bac0401f75a89e0ccfa5b259a87a282e7ce3594d02fc03da8765e3e164a77cdce38d959cbc31ad05798a7d0ad8887b601be0bfaf640adf39dd1378021
diff --git a/dev-libs/libisoburn/libisoburn-1.4.8.ebuild b/dev-libs/libisoburn/libisoburn-1.4.8.ebuild
new file mode 100644
index 00000000000..ed2e3658e50
--- /dev/null
+++ b/dev-libs/libisoburn/libisoburn-1.4.8.ebuild
@@ -0,0 +1,62 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DESCRIPTION="Creation/expansion of ISO-9660 filesystems on CD/DVD media supported by libburn"
+HOMEPAGE="https://dev.lovelyhq.com/libburnia/web/wikis/home"
+SRC_URI="http://files.libburnia-project.org/releases/${P}.tar.gz"
+
+LICENSE="GPL-2 GPL-3"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+IUSE="acl cdio debug external-filters external-filters-setuid frontend-optional
+ launch-frontend launch-frontend-setuid libedit readline static-libs xattr zlib"
+
+REQUIRED_USE="frontend-optional? ( || ( launch-frontend launch-frontend-setuid ) )"
+
+RDEPEND=">=dev-libs/libburn-1.4.8
+ >=dev-libs/libisofs-1.4.8
+ readline? ( sys-libs/readline:0= )
+ !readline? ( libedit? ( dev-libs/libedit ) )
+ acl? ( virtual/acl )
+ xattr? ( sys-apps/attr )
+ zlib? ( sys-libs/zlib )
+ cdio? ( >=dev-libs/libcdio-0.83 )
+ launch-frontend? ( dev-lang/tcl:0 dev-lang/tk:0 )
+ launch-frontend-setuid? ( dev-lang/tcl:0 dev-lang/tk:0 )
+ frontend-optional? ( dev-tcltk/bwidget )"
+DEPEND="${RDEPEND}
+ virtual/pkgconfig"
+
+src_configure() {
+ econf \
+ $(use_enable static-libs static) \
+ $(use_enable readline libreadline) \
+ $(usex readline --disable-libedit $(use_enable libedit)) \
+ $(use_enable acl libacl) \
+ $(use_enable xattr) \
+ $(use_enable zlib) \
+ --disable-libjte \
+ $(use_enable cdio libcdio) \
+ $(use_enable external-filters) \
+ $(use_enable external-filters-setuid) \
+ $(use_enable launch-frontend) \
+ $(use_enable launch-frontend-setuid) \
+ --disable-ldconfig-at-install \
+ --enable-pkg-check-modules \
+ $(use_enable debug)
+}
+
+src_install() {
+ default
+
+ dodoc CONTRIBUTORS doc/{comments,*.wiki,startup_file.txt}
+
+ docinto frontend
+ dodoc frontend/README-tcltk
+ docinto xorriso
+ dodoc xorriso/{changelog.txt,README_gnu_xorriso}
+
+ find "${D}" -name '*.la' -delete || die
+}
next reply other threads:[~2017-10-05 17:03 UTC|newest]
Thread overview: 85+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-10-05 17:03 Daniel Pielmeier [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-08-26 12:57 [gentoo-commits] repo/gentoo:master commit in: dev-libs/libisoburn/ Arthur Zamarin
2024-05-01 12:08 Daniel Pielmeier
2024-05-01 5:28 Joonas Niilola
2024-04-13 16:01 Arthur Zamarin
2024-04-13 16:01 Arthur Zamarin
2024-04-13 16:01 Arthur Zamarin
2024-04-13 13:59 Sam James
2024-04-13 13:59 Sam James
2024-02-24 13:08 Daniel Pielmeier
2024-02-04 13:27 Jakov Smolić
2024-01-09 2:40 Sam James
2024-01-09 2:16 Sam James
2023-09-16 7:25 Daniel Pielmeier
2023-08-16 2:20 Sam James
2023-08-13 23:39 Sam James
2023-08-13 23:39 Sam James
2023-08-13 16:58 Arthur Zamarin
2023-08-13 16:00 Arthur Zamarin
2023-08-13 15:42 Arthur Zamarin
2023-08-13 15:33 Arthur Zamarin
2023-08-13 15:33 Arthur Zamarin
2023-06-25 13:14 Daniel Pielmeier
2022-08-27 10:11 WANG Xuerui
2022-02-02 7:29 Sam James
2022-02-01 1:11 Mike Frysinger
2021-08-19 18:13 Daniel Pielmeier
2021-08-11 19:11 Sam James
2021-08-11 0:04 Sam James
2021-08-09 1:42 Sam James
2021-08-09 0:41 Sam James
2021-08-09 0:41 Sam James
2021-08-09 0:31 Sam James
2021-08-09 0:28 Sam James
2021-04-16 20:41 Matt Turner
2021-02-22 16:02 Daniel Pielmeier
2020-06-09 11:40 Daniel Pielmeier
2020-06-08 16:34 Mart Raudsepp
2020-05-18 18:14 Sergei Trofimovich
2020-05-18 13:02 Agostino Sarubbo
2020-05-18 12:58 Agostino Sarubbo
2020-05-18 12:55 Agostino Sarubbo
2020-05-18 12:38 Agostino Sarubbo
2020-05-17 10:06 Sergei Trofimovich
2020-05-17 9:55 Sergei Trofimovich
2019-11-13 20:04 Daniel Pielmeier
2019-03-08 20:13 Daniel Pielmeier
2019-02-15 17:12 Mikle Kolyada
2019-01-31 18:04 Tobias Klausmann
2019-01-27 19:34 Mikle Kolyada
2019-01-24 22:22 Thomas Deutschmann
2019-01-24 21:43 Sergei Trofimovich
2019-01-23 21:12 Sergei Trofimovich
2019-01-23 21:01 Sergei Trofimovich
2019-01-23 20:55 Sergei Trofimovich
2019-01-23 19:29 Sergei Trofimovich
2018-10-07 14:37 Daniel Pielmeier
2018-02-07 19:47 Daniel Pielmeier
2018-01-22 18:24 Markus Meier
2017-11-23 11:54 Tobias Klausmann
2017-11-19 19:14 Thomas Deutschmann
2017-11-18 20:39 Sergei Trofimovich
2017-11-18 19:08 Sergei Trofimovich
2017-11-18 19:08 Sergei Trofimovich
2017-11-18 18:14 Sergei Trofimovich
2017-11-18 17:29 Sergei Trofimovich
2017-10-23 19:08 Daniel Pielmeier
2017-10-23 19:04 Daniel Pielmeier
2017-09-04 14:51 Daniel Pielmeier
2017-07-12 19:46 Sergei Trofimovich
2017-06-15 11:50 Daniel Pielmeier
2017-06-10 13:45 Agostino Sarubbo
2017-06-05 15:46 Thomas Deutschmann
2017-02-23 16:54 Michael Weber
2017-02-14 22:12 Robin H. Johnson
2017-01-25 8:31 Tobias Klausmann
2017-01-24 5:19 Jeroen Roovers
2016-12-21 10:27 Tobias Klausmann
2016-11-16 21:17 Markus Meier
2016-10-24 17:42 Daniel Pielmeier
2016-09-30 16:09 Daniel Pielmeier
2016-09-30 16:05 Daniel Pielmeier
2016-08-27 8:59 Daniel Pielmeier
2016-02-13 9:57 Daniel Pielmeier
2016-01-24 16:43 Daniel Pielmeier
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=1507223019.a86cc6dfa4ad20f2ba4d83e526dc692e0b867bdc.billie@gentoo \
--to=billie@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