Gentoo Archives: gentoo-commits

From: Daniel Pielmeier <billie@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libburn/
Date: Mon, 23 Oct 2017 19:06:55
Message-Id: 1508785606.d37aadb76b109cb6c8a80d07501757e0748762a8.billie@gentoo
1 commit: d37aadb76b109cb6c8a80d07501757e0748762a8
2 Author: Daniel Pielmeier <billie <AT> gentoo <DOT> org>
3 AuthorDate: Mon Oct 23 19:06:46 2017 +0000
4 Commit: Daniel Pielmeier <billie <AT> gentoo <DOT> org>
5 CommitDate: Mon Oct 23 19:06:46 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d37aadb7
7
8 dev-libs/libburn: Remove old.
9
10 Package-Manager: Portage-2.3.8, Repoman-2.3.3
11
12 dev-libs/libburn/libburn-1.4.8.ebuild | 40 -----------------------------------
13 1 file changed, 40 deletions(-)
14
15 diff --git a/dev-libs/libburn/libburn-1.4.8.ebuild b/dev-libs/libburn/libburn-1.4.8.ebuild
16 deleted file mode 100644
17 index 930793107d0..00000000000
18 --- a/dev-libs/libburn/libburn-1.4.8.ebuild
19 +++ /dev/null
20 @@ -1,40 +0,0 @@
21 -# Copyright 1999-2017 Gentoo Foundation
22 -# Distributed under the terms of the GNU General Public License v2
23 -
24 -EAPI=6
25 -
26 -DESCRIPTION="Open-source library for reading, mastering and writing optical discs"
27 -HOMEPAGE="https://dev.lovelyhq.com/libburnia/web/wikis/home"
28 -SRC_URI="http://files.libburnia-project.org/releases/${P}.tar.gz"
29 -
30 -LICENSE="GPL-2"
31 -SLOT="0"
32 -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
33 -IUSE="cdio debug static-libs track-src-odirect"
34 -
35 -RDEPEND="cdio? ( >=dev-libs/libcdio-0.83 )"
36 -DEPEND="$RDEPEND
37 - virtual/pkgconfig"
38 -
39 -src_configure() {
40 - econf \
41 - $(use_enable static-libs static) \
42 - $(use_enable track-src-odirect) \
43 - --enable-pkg-check-modules \
44 - $(use_enable cdio libcdio) \
45 - --disable-ldconfig-at-install \
46 - $(use_enable debug)
47 -}
48 -
49 -src_install() {
50 - default
51 -
52 - dodoc CONTRIBUTORS doc/{comments,*.txt}
53 -
54 - docinto cdrskin
55 - dodoc cdrskin/{*.txt,README}
56 - docinto cdrskin/html
57 - dodoc cdrskin/cdrskin_eng.html
58 -
59 - find "${D}" -name '*.la' -delete || die
60 -}