public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Daniel Pielmeier" <billie@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libisoburn/
Date: Fri,  8 Mar 2019 20:13:46 +0000 (UTC)	[thread overview]
Message-ID: <1552076013.dbc347d51bfbe915e4cf7aef8f4fb27ffa658a75.billie@gentoo> (raw)

commit:     dbc347d51bfbe915e4cf7aef8f4fb27ffa658a75
Author:     Daniel Pielmeier <billie <AT> gentoo <DOT> org>
AuthorDate: Fri Mar  8 20:13:33 2019 +0000
Commit:     Daniel Pielmeier <billie <AT> gentoo <DOT> org>
CommitDate: Fri Mar  8 20:13:33 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dbc347d5

dev-libs/libisoburn: Remove old libisoburn-1.4.8-r1.

Signed-off-by: Daniel Pielmeier <billie <AT> gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11

 dev-libs/libisoburn/Manifest                   |  1 -
 dev-libs/libisoburn/libisoburn-1.4.8-r1.ebuild | 60 --------------------------
 2 files changed, 61 deletions(-)

diff --git a/dev-libs/libisoburn/Manifest b/dev-libs/libisoburn/Manifest
index 63366ab389f..71643a29329 100644
--- a/dev-libs/libisoburn/Manifest
+++ b/dev-libs/libisoburn/Manifest
@@ -1,2 +1 @@
-DIST libisoburn-1.4.8.tar.gz 1537097 BLAKE2B 569684a115ac09506aa2fe6439f4dd80424ba7a5fb539b587e618a2a618c18512099117892ed0abc7268bb258c80a1ce8c2e4535f4eef963a14a5f8285806e23 SHA512 26dd6f6884d98d9d3f54bf18b529a688d28aa0ff54b7fe6fe7926c7765755a1c7f7b2d0ef02ca6ea2bdac9ddf6f928c01c89a3547aea1e9f0b47346b160d0d46
 DIST libisoburn-1.5.0.tar.gz 1550656 BLAKE2B 447c383b3847b7ca0c4aca73f5317dec03ef79b34debc3ad2149fae4e7216f29c4a0dd918271087b530fb6c476b219430159e1515bec4bcf51c47d5b2ee05d89 SHA512 c74a9e2887244c28c82abe70d2603dbcd49b639c370e5b7fea03aabce59ff2b361345cd6ec88fe8152727e8a416d4759b88d91e2b5aec8a697408e00b7dc9e4d

diff --git a/dev-libs/libisoburn/libisoburn-1.4.8-r1.ebuild b/dev-libs/libisoburn/libisoburn-1.4.8-r1.ebuild
deleted file mode 100644
index 1d0474b8cde..00000000000
--- a/dev-libs/libisoburn/libisoburn-1.4.8-r1.ebuild
+++ /dev/null
@@ -1,60 +0,0 @@
-# Copyright 1999-2018 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 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 )
-	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 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
-}


             reply	other threads:[~2019-03-08 20:13 UTC|newest]

Thread overview: 87+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-03-08 20:13 Daniel Pielmeier [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-05-31 23:31 [gentoo-commits] repo/gentoo:master commit in: dev-libs/libisoburn/ Sam James
2025-05-01  7:32 Daniel Pielmeier
2024-08-26 12:57 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-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=1552076013.dbc347d51bfbe915e4cf7aef8f4fb27ffa658a75.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