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: Sat, 20 May 2017 14:21:20 +0000 (UTC)	[thread overview]
Message-ID: <1495290072.ff79ec11f26f517d600de9cdd120099955b56f96.radhermit@gentoo> (raw)

commit:     ff79ec11f26f517d600de9cdd120099955b56f96
Author:     Tim Harder <radhermit <AT> gentoo <DOT> org>
AuthorDate: Sat May 20 13:57:14 2017 +0000
Commit:     Tim Harder <radhermit <AT> gentoo <DOT> org>
CommitDate: Sat May 20 14:21:12 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ff79ec11

media-libs/libzen: remove old

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

diff --git a/media-libs/libzen/Manifest b/media-libs/libzen/Manifest
index f3eca824fa5..77ced592da5 100644
--- a/media-libs/libzen/Manifest
+++ b/media-libs/libzen/Manifest
@@ -1,2 +1 @@
-DIST libzen_0.4.34.tar.bz2 119347 SHA256 83774fe093bd14fb72da9c537021a8ffc3f6ff952a1401cd6f91de6628ac790a SHA512 46a2457b72c5f8b585eaec9ca99405cc795ea96174494651ccb57c0ef9317f1b7632992bb1d430fe5e62cab9849f102effd3558e8f5b0c36bc9515ed81c4e386 WHIRLPOOL 9817dfc03af8c47dbde1b808c658b3523fc9494d875629b83f49677c6d4e5314b016ce3a467c4bcf5f65fb32052659fd1b9b4499e9705722096ae082ecbe52e8
 DIST libzen_0.4.35.tar.bz2 120440 SHA256 7e21978d425801c498fcc4d5043c75b0bc3e4721618a180728fb39c71e8b4189 SHA512 0f9faa7975c91a1bd3e0cf47881fc3d86f32bc81ac1b371f8708c9187ca126a1240049ee6d267faa5d9b24b9a7f2066990796f7b8386dbb574c5e967c5889f1d WHIRLPOOL 81bfbb4f039a2acb82b4804a99a124e604c60829204ba2489b4010d281c46638521b5a5ee98b8f98c268818915e4d6201444e2fc61cd4519e92a416061e59fca

diff --git a/media-libs/libzen/libzen-0.4.34.ebuild b/media-libs/libzen/libzen-0.4.34.ebuild
deleted file mode 100644
index 169b5bfed67..00000000000
--- a/media-libs/libzen/libzen-0.4.34.ebuild
+++ /dev/null
@@ -1,66 +0,0 @@
-# Copyright 1999-2016 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 http://mediaarea.net/mediainfo/"
-SRC_URI="http://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-05-20 14:21 UTC|newest]

Thread overview: 33+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-05-20 14: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-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-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=1495290072.ff79ec11f26f517d600de9cdd120099955b56f96.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