summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Pielmeier <billie@gentoo.org>2016-10-24 19:38:27 +0200
committerDaniel Pielmeier <billie@gentoo.org>2016-10-24 19:38:56 +0200
commitcd8cf016e0a239155290a0f1b86579a35a44351a (patch)
tree6db4837623568f9085ba350ef2e046f905e7f44f /dev-libs/libburn
parentdev-libs/crypto++: cleanup a bit test phase (diff)
downloadgentoo-cd8cf016e0a239155290a0f1b86579a35a44351a.tar.gz
gentoo-cd8cf016e0a239155290a0f1b86579a35a44351a.tar.bz2
gentoo-cd8cf016e0a239155290a0f1b86579a35a44351a.zip
dev-libs/libburn: Remove old.
Package-Manager: portage-2.3.0
Diffstat (limited to 'dev-libs/libburn')
-rw-r--r--dev-libs/libburn/Manifest1
-rw-r--r--dev-libs/libburn/libburn-1.4.4.ebuild43
2 files changed, 0 insertions, 44 deletions
diff --git a/dev-libs/libburn/Manifest b/dev-libs/libburn/Manifest
index 4aca6c6756fe..d71c52393b72 100644
--- a/dev-libs/libburn/Manifest
+++ b/dev-libs/libburn/Manifest
@@ -1,3 +1,2 @@
DIST libburn-1.3.8.tar.gz 967404 SHA256 46266bdd4b37ca9700a44bbd8dbfbf3526423ede25751fd2f0211b2b5ce29283 SHA512 4f279319b49bc5f5d42751fcab16bfe949e14e6e1018f9138bcc9f8e10a298ecf9795780d5f8807c5c2bf1cc0332f931b709f1fb5809f30abb8054297370f3c6 WHIRLPOOL a814ab1c88b70b03788d490c1d6f9305878613d529fdd58df65a13bc683cf2e6c4e877192f85ffca07474a866115a34ef3932e838097e88db08d73554ed2ad3c
-DIST libburn-1.4.4.tar.gz 972931 SHA256 1bf7040d6f1274acd868aec02a3c13241d0da8d9078067d228f2966ca40e7d14 SHA512 03af832c3149ac9b91f2bdb77fbf7a73587710728aee952aaff3a456b7f84532b6e2a35d1d4bad933a20f2f5cb9bd0d8314495cea22dd44b40ce4cbc26e31861 WHIRLPOOL 2b8c25b5ee9d36ce0d130313b09d8fd8da3d996e69b818ba98b40ee4fc94f289898ce93471ac8141a9dad14263005f6a4a4f312b5f881c9765fbe3e4d3c3c8ec
DIST libburn-1.4.6.tar.gz 975088 SHA256 9d36faab25478c01122a65873133b7fc60eb5ffbe12710d5757a7c3574227071 SHA512 2bdbe832168ed430a66d8f733e9f28bf0c2fc8180673da383c4aa014448569614b9f0680d9f0ea5d61b2ed76bd8b9ecc38bd5a63788fc6b32ba0f4bdac2cee78 WHIRLPOOL 59e05928d2b5df73cac0514eef0f9d7fc133fa0d7256b0201daf702422b0d2b0a0e3c4ae0772faf681c5a17583d8d778501da048ea040deabdd49c19f5fd530b
diff --git a/dev-libs/libburn/libburn-1.4.4.ebuild b/dev-libs/libburn/libburn-1.4.4.ebuild
deleted file mode 100644
index 39235de81756..000000000000
--- a/dev-libs/libburn/libburn-1.4.4.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=6
-
-inherit eutils
-
-DESCRIPTION="Open-source library for reading, mastering and writing optical discs"
-HOMEPAGE="http://libburnia-project.org"
-SRC_URI="http://files.libburnia-project.org/releases/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
-IUSE="cdio debug static-libs track-src-odirect"
-
-RDEPEND="cdio? ( >=dev-libs/libcdio-0.83 )"
-DEPEND="$RDEPEND
- virtual/pkgconfig"
-
-src_configure() {
- econf \
- $(use_enable static-libs static) \
- $(use_enable track-src-odirect) \
- --enable-pkg-check-modules \
- $(use_enable cdio libcdio) \
- --disable-ldconfig-at-install \
- $(use_enable debug)
-}
-
-src_install() {
- default
-
- dodoc CONTRIBUTORS doc/{comments,*.txt}
-
- docinto cdrskin
- dodoc cdrskin/{*.txt,README}
- docinto cdrskin/html
- dodoc cdrskin/cdrskin_eng.html
-
- prune_libtool_files --all
-}