From: "Daniel Pielmeier" <billie@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libisofs/
Date: Sat, 16 Sep 2023 07:27:17 +0000 (UTC) [thread overview]
Message-ID: <1694849221.eace385dcded29f9dfdb158ef4130bd31cf30d7f.billie@gentoo> (raw)
commit: eace385dcded29f9dfdb158ef4130bd31cf30d7f
Author: Daniel Pielmeier <billie <AT> gentoo <DOT> org>
AuthorDate: Sat Sep 16 07:27:01 2023 +0000
Commit: Daniel Pielmeier <billie <AT> gentoo <DOT> org>
CommitDate: Sat Sep 16 07:27:01 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eace385d
dev-libs/libisofs: drop 1.5.4, 1.5.6
Signed-off-by: Daniel Pielmeier <billie <AT> gentoo.org>
dev-libs/libisofs/Manifest | 2 --
dev-libs/libisofs/libisofs-1.5.4.ebuild | 45 ---------------------------------
dev-libs/libisofs/libisofs-1.5.6.ebuild | 45 ---------------------------------
3 files changed, 92 deletions(-)
diff --git a/dev-libs/libisofs/Manifest b/dev-libs/libisofs/Manifest
index ce5777ce196f..0057a3ef40a4 100644
--- a/dev-libs/libisofs/Manifest
+++ b/dev-libs/libisofs/Manifest
@@ -1,3 +1 @@
-DIST libisofs-1.5.4.tar.gz 870395 BLAKE2B 2cb9d247219c368e9808dbb2b7bcbe22829e78683a6dc6d8a182b54ebfe6d8c8a082990179b784f891fc79f2ed4830f09dd43c64bfdce60cbff6c34fae2150e7 SHA512 a06e834e81081358478cdd27d1dcc6f3bb52ffd2ea57ade59f3ff2f69868fb6886a0b38fd1580d24295b7ed936ac471f107df64d62c1ff42b57dd8ce0810e3f2
DIST libisofs-1.5.6.pl01.tar.gz 879218 BLAKE2B 466cb1fed6b0a29b2a418dfe7a3ac393d38961b08cf53febfe80f1bf91f891d1c17119a482fb0cb6f44eda0c568b1c00bd7b2eeb028ad749c99451ffb18b7f8b SHA512 7760931abbe508002bd3e7eeb694071425f24316cb11c80a2f162a76c3a1d79c57593b758bc0e540107140fd18714e1bf87ae3a65510956a76a1c09f80453a80
-DIST libisofs-1.5.6.tar.gz 879144 BLAKE2B f20e0d89996a3459f978ddb839423f10fae4278532d3566b21dcb3c6c757e98efb4c1ea8c8fd22e4be51ef7952f0b8ea8744bf312c8448e676b141f53f3b426c SHA512 a5f573bbe9758e072fad195cc9beb672568273ddb993ece9c15585ad3f99efb0deae6fefb6d3d40b9712e73e3bc68869d79d923b2a09623d190f5dc84974d65f
diff --git a/dev-libs/libisofs/libisofs-1.5.4.ebuild b/dev-libs/libisofs/libisofs-1.5.4.ebuild
deleted file mode 100644
index 00b1e8d8ab0b..000000000000
--- a/dev-libs/libisofs/libisofs-1.5.4.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DESCRIPTION="Open-source library for reading, mastering and writing optical discs"
-HOMEPAGE="https://dev.lovelyhq.com/libburnia/web/wiki/Libisofs"
-SRC_URI="http://files.libburnia-project.org/releases/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ppc ppc64 ~riscv ~s390 sparc x86"
-IUSE="acl debug static-libs verbose-debug xattr zlib"
-
-BDEPEND="
- virtual/pkgconfig
-"
-RDEPEND="
- acl? ( virtual/acl )
- xattr? ( sys-apps/attr )
- zlib? ( sys-libs/zlib )
-"
-DEPEND="
- ${RDEPEND}
-"
-
-src_configure() {
- econf \
- $(use_enable static-libs static) \
- $(use_enable debug) \
- $(use_enable verbose-debug) \
- $(use_enable acl libacl) \
- $(use_enable xattr) \
- $(use_enable zlib) \
- --disable-libjte \
- --disable-ldconfig-at-install
-}
-
-src_install() {
- default
-
- dodoc Roadmap doc/{*.txt,Tutorial}
-
- find "${D}" -name '*.la' -delete || die
-}
diff --git a/dev-libs/libisofs/libisofs-1.5.6.ebuild b/dev-libs/libisofs/libisofs-1.5.6.ebuild
deleted file mode 100644
index 27a59c184885..000000000000
--- a/dev-libs/libisofs/libisofs-1.5.6.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DESCRIPTION="Open-source library for reading, mastering and writing optical discs"
-HOMEPAGE="https://dev.lovelyhq.com/libburnia/web/wiki/Libisofs"
-SRC_URI="http://files.libburnia-project.org/releases/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
-IUSE="acl debug static-libs verbose-debug xattr zlib"
-
-BDEPEND="
- virtual/pkgconfig
-"
-RDEPEND="
- acl? ( virtual/acl )
- xattr? ( sys-apps/attr )
- zlib? ( sys-libs/zlib )
-"
-DEPEND="
- ${RDEPEND}
-"
-
-src_configure() {
- econf \
- $(use_enable static-libs static) \
- $(use_enable debug) \
- $(use_enable verbose-debug) \
- $(use_enable acl libacl) \
- $(use_enable xattr) \
- $(use_enable zlib) \
- --disable-libjte \
- --disable-ldconfig-at-install
-}
-
-src_install() {
- default
-
- dodoc Roadmap doc/{*.txt,Tutorial}
-
- find "${D}" -name '*.la' -delete || die
-}
next reply other threads:[~2023-09-16 7:27 UTC|newest]
Thread overview: 81+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-09-16 7:27 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/libisofs/ Arthur Zamarin
2024-05-01 12:20 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 12:21 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-08-12 12:22 Daniel Pielmeier
2023-06-25 13:13 Daniel Pielmeier
2022-08-27 10:11 WANG Xuerui
2022-02-02 7:29 Sam James
2022-02-01 1:11 Mike Frysinger
2021-09-24 1:37 Yixun Lan
2021-08-19 18:14 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:00 Daniel Pielmeier
2020-06-09 11:42 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:02 Daniel Pielmeier
2019-03-08 20:15 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:33 Daniel Pielmeier
2018-02-07 19:48 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-05 17:02 Daniel Pielmeier
2017-09-04 14:49 Daniel Pielmeier
2017-06-15 11:51 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:16 Markus Meier
2016-10-24 17:40 Daniel Pielmeier
2016-09-30 16:08 Daniel Pielmeier
2016-09-30 16:03 Daniel Pielmeier
2016-08-27 8:56 Daniel Pielmeier
2016-02-13 10:00 Daniel Pielmeier
2016-01-24 16:37 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=1694849221.eace385dcded29f9dfdb158ef4130bd31cf30d7f.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