From: "Daniel Pielmeier" <billie@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libisoburn/
Date: Sat, 16 Sep 2023 07:25:36 +0000 (UTC) [thread overview]
Message-ID: <1694849116.1b12fbcf1725d1d9c92a54a9a30fb3d4bd16a0e0.billie@gentoo> (raw)
commit: 1b12fbcf1725d1d9c92a54a9a30fb3d4bd16a0e0
Author: Daniel Pielmeier <billie <AT> gentoo <DOT> org>
AuthorDate: Sat Sep 16 07:24:52 2023 +0000
Commit: Daniel Pielmeier <billie <AT> gentoo <DOT> org>
CommitDate: Sat Sep 16 07:25:16 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1b12fbcf
dev-libs/libisoburn: drop 1.5.4
Signed-off-by: Daniel Pielmeier <billie <AT> gentoo.org>
dev-libs/libisoburn/Manifest | 1 -
dev-libs/libisoburn/libisoburn-1.5.4.ebuild | 66 -----------------------------
2 files changed, 67 deletions(-)
diff --git a/dev-libs/libisoburn/Manifest b/dev-libs/libisoburn/Manifest
index dbd886e93d69..34cd3f89bcf2 100644
--- a/dev-libs/libisoburn/Manifest
+++ b/dev-libs/libisoburn/Manifest
@@ -1,2 +1 @@
-DIST libisoburn-1.5.4.tar.gz 1623904 BLAKE2B 3bb6ba88ad0422e1f3fbefdadb60231ea338a6bb8f39087fd25d58d68a4603c445d5d02b54c0a69897c321b4620f2ceb46eb8899552d2486e579a34f345a9d7f SHA512 5fc8532a13caf6caa5a0711753ca99ee2b3f4d5e2db9b3ed2aeef76714e3ae6de6d9c2db0d8297c0d749c42c5ab84fe92989751d8da24d41457b98656eb1bd86
DIST libisoburn-1.5.6.tar.gz 1650966 BLAKE2B 56246feb390532588861944944de50fc6e70afa284da78a33e6a1c3a37fdf02cd8362dce2fc59c8f0017cc475eb15db47841759f376342d411d0518e9ba49c9b SHA512 0fc0058aa4cf755f30d5be0de808012978c657348412c7f129b8f8128da41f18216f3e039050a5851b557ffab344cf7dc44df374400ca008e34e2e2524fbd979
diff --git a/dev-libs/libisoburn/libisoburn-1.5.4.ebuild b/dev-libs/libisoburn/libisoburn-1.5.4.ebuild
deleted file mode 100644
index fea0150a35ac..000000000000
--- a/dev-libs/libisoburn/libisoburn-1.5.4.ebuild
+++ /dev/null
@@ -1,66 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DESCRIPTION="Creation/expansion of ISO-9660 filesystems on CD/DVD media supported by libburn"
-HOMEPAGE="https://dev.lovelyhq.com/libburnia/web/wiki/Libisoburn"
-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 ~loong ppc ppc64 ~s390 sparc x86"
-IUSE="acl 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 ) )"
-
-BDEPEND="
- virtual/pkgconfig
-"
-RDEPEND="
- >=dev-libs/libburn-1.5.4
- >=dev-libs/libisofs-1.5.4
- readline? ( sys-libs/readline:0= )
- !readline? ( libedit? ( dev-libs/libedit ) )
- acl? ( virtual/acl )
- xattr? ( sys-apps/attr )
- zlib? ( sys-libs/zlib )
- 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}
-"
-
-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 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:[~2023-09-16 7:25 UTC|newest]
Thread overview: 85+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-09-16 7:25 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-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-10-05 17:03 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=1694849116.1b12fbcf1725d1d9c92a54a9a30fb3d4bd16a0e0.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