public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Tim Harder" <radhermit@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/libzen/
Date: Wed, 18 Oct 2017 07:21:44 +0000 (UTC)	[thread overview]
Message-ID: <1508311138.1bbb84cbb63ef4710f95a5bafa4b172d7b8fdb79.radhermit@gentoo> (raw)

commit:     1bbb84cbb63ef4710f95a5bafa4b172d7b8fdb79
Author:     Tim Harder <radhermit <AT> gentoo <DOT> org>
AuthorDate: Wed Oct 18 07:18:15 2017 +0000
Commit:     Tim Harder <radhermit <AT> gentoo <DOT> org>
CommitDate: Wed Oct 18 07:18:58 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1bbb84cb

media-libs/libzen: remove old

 media-libs/libzen/Manifest             |  1 -
 media-libs/libzen/libzen-0.4.36.ebuild | 66 ----------------------------------
 2 files changed, 67 deletions(-)

diff --git a/media-libs/libzen/Manifest b/media-libs/libzen/Manifest
index 9523437795a..639fa7c3b99 100644
--- a/media-libs/libzen/Manifest
+++ b/media-libs/libzen/Manifest
@@ -1,2 +1 @@
-DIST libzen_0.4.36.tar.bz2 121379 SHA256 69ba2c1278b226dc83b141de63e804b417f527dfff8a816e5ffad87700f3ed5c SHA512 ee1c9288b4a276af2416c3551bd626f310c66af394ad733300834782a9be547dba2f7ed306f436d1fb21bcaeebd7250301a4202e298a1a44abfba8f5cbe44e7f WHIRLPOOL 57332d2eefdf41be431e89a42505dc5196e020b12b2c46c231cc73690aabbff09fe0aeb7ff3514f41cfe6e962f049b3d3389f8f5548a00ad0dffefac752827d9
 DIST libzen_0.4.37.tar.bz2 121707 SHA256 d6e9b7084bbb828536b47698e0c60e381cf0cefc4a8d712bb81dac826ccd9ac1 SHA512 3b5bec79470bec054cfa759e753e3925fbd9f27e508c692c0b100fcf1599696bff462d92c08799646e6ffc74c176e7cc7509ae0754c4710d527494f59d95d12b WHIRLPOOL b02271eeff5146b41375229ed5a663354ad051f7187d63b9f9247352444b59a245d5f025f5bce047032d0234737b65ec654caaefb463afb12a7b1c361cc3d0c1

diff --git a/media-libs/libzen/libzen-0.4.36.ebuild b/media-libs/libzen/libzen-0.4.36.ebuild
deleted file mode 100644
index 8245dd43506..00000000000
--- a/media-libs/libzen/libzen-0.4.36.ebuild
+++ /dev/null
@@ -1,66 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit autotools multilib eutils
-
-MY_PN="ZenLib"
-DESCRIPTION="Shared library for libmediainfo and mediainfo"
-HOMEPAGE="https://github.com/MediaArea/ZenLib"
-SRC_URI="https://mediaarea.net/download/source/${PN}/${PV}/${P/-/_}.tar.bz2"
-
-LICENSE="ZLIB"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="doc static-libs"
-
-DEPEND="virtual/pkgconfig
-	doc? ( app-doc/doxygen )"
-
-S=${WORKDIR}/${MY_PN}/Project/GNU/Library
-
-src_prepare() {
-	default
-	sed -i 's:-O2::' configure.ac || die
-	eautoreconf
-}
-
-src_configure() {
-	econf \
-		--enable-unicode \
-		--enable-shared \
-		$(use_enable static-libs static)
-}
-
-src_compile() {
-	default
-
-	if use doc ; then
-		cd "${WORKDIR}"/${MY_PN}/Source/Doc
-		doxygen Doxyfile || die
-	fi
-}
-
-src_install() {
-	default
-
-	# remove since the pkgconfig file should be used instead
-	rm "${D}"/usr/bin/libzen-config
-
-	insinto /usr/$(get_libdir)/pkgconfig
-	doins ${PN}.pc
-
-	for x in ./ Format/Html Format/Http HTTP_Client ; do
-		insinto /usr/include/${MY_PN}/${x}
-		doins "${WORKDIR}"/${MY_PN}/Source/${MY_PN}/${x}/*.h
-	done
-
-	dodoc "${WORKDIR}"/${MY_PN}/History.txt
-	if use doc ; then
-		docinto html
-		dodoc "${WORKDIR}"/${MY_PN}/Doc/*
-	fi
-
-	prune_libtool_files
-}


             reply	other threads:[~2017-10-18  7:21 UTC|newest]

Thread overview: 33+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-10-18  7:21 Tim Harder [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-04-19 10:38 [gentoo-commits] repo/gentoo:master commit in: media-libs/libzen/ Sam James
2023-06-09 14:17 Sam James
2023-06-09 14:17 Sam James
2023-06-09 13:48 Sam James
2023-04-15  5:58 Sam James
2023-04-15  5:58 Sam James
2022-09-03  5:27 Sam James
2022-07-30  5:16 Yixun Lan
2022-07-14 19:55 Arthur Zamarin
2022-07-12  1:10 Sam James
2022-04-22  1:03 Sam James
2022-03-10 21:12 Sam James
2020-05-07  3:51 Tim Harder
2020-05-07  3:51 Tim Harder
2020-04-05 10:05 Tim Harder
2017-10-18  7:21 Tim Harder
2017-09-13  8:55 Tim Harder
2017-09-13  8:55 Tim Harder
2017-09-13  8:55 Tim Harder
2017-08-31 11:36 Tim Harder
2017-08-14  5:39 Tim Harder
2017-05-20 14:21 Tim Harder
2017-05-20 14:21 Tim Harder
2017-04-03  8:34 Tim Harder
2017-01-07 19:50 Tim Harder
2017-01-07 19:50 Tim Harder
2016-12-06  4:53 Tim Harder
2016-12-06  4:53 Tim Harder
2016-12-06  4:53 Tim Harder
2016-03-06  2:25 Tim Harder
2015-12-14  5:01 Tim Harder
2015-12-14  4:58 Tim Harder

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=1508311138.1bbb84cbb63ef4710f95a5bafa4b172d7b8fdb79.radhermit@gentoo \
    --to=radhermit@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