From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 4A1FD1382C5 for ; Sat, 20 Jun 2020 23:01:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 69A31E093D; Sat, 20 Jun 2020 23:01:46 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 52C65E093D for ; Sat, 20 Jun 2020 23:01:46 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 4139834F6C3 for ; Sat, 20 Jun 2020 23:01:45 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0D3AC2A3 for ; Sat, 20 Jun 2020 23:01:42 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1592693863.8a8428e65d6f8bcb4ca4fc843421cd72dba76d6d.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/libgpod/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/libgpod/libgpod-0.8.3-r2.ebuild X-VCS-Directories: media-libs/libgpod/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 8a8428e65d6f8bcb4ca4fc843421cd72dba76d6d X-VCS-Branch: master Date: Sat, 20 Jun 2020 23:01:42 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 1c08bb0b-4774-46fb-b1df-47726c16be7a X-Archives-Hash: c597073cd17c7fad381bd3709d44019d commit: 8a8428e65d6f8bcb4ca4fc843421cd72dba76d6d Author: Andreas Sturmlechner gentoo org> AuthorDate: Sat Jun 20 22:57:43 2020 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sat Jun 20 22:57:43 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8a8428e6 media-libs/libgpod: Drop 0.8.3-r2 Package-Manager: Portage-2.3.101, Repoman-2.3.22 Signed-off-by: Andreas Sturmlechner gentoo.org> media-libs/libgpod/libgpod-0.8.3-r2.ebuild | 89 ------------------------------ 1 file changed, 89 deletions(-) diff --git a/media-libs/libgpod/libgpod-0.8.3-r2.ebuild b/media-libs/libgpod/libgpod-0.8.3-r2.ebuild deleted file mode 100644 index 17b0445aa5b..00000000000 --- a/media-libs/libgpod/libgpod-0.8.3-r2.ebuild +++ /dev/null @@ -1,89 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 -PYTHON_COMPAT=( python2_7 ) - -inherit autotools eutils ltprune mono-env python-single-r1 udev - -DESCRIPTION="Shared library to access the contents of an iPod" -HOMEPAGE="http://www.gtkpod.org/libgpod/" -SRC_URI="mirror://sourceforge/gtkpod/${P}.tar.bz2" - -LICENSE="LGPL-2" -SLOT="0" -KEYWORDS="amd64 ppc x86" - -IUSE="+gtk python +udev ios mono static-libs" -REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )" - -RDEPEND=" - >=app-pda/libplist-1.0:= - >=dev-db/sqlite-3:3 - >=dev-libs/glib-2.16:2 - dev-libs/libxml2:2 - sys-apps/sg3_utils - gtk? ( x11-libs/gdk-pixbuf:2 ) - ios? ( app-pda/libimobiledevice:= ) - python? ( - ${PYTHON_DEPS} - $(python_gen_cond_dep ' - >=media-libs/mutagen-1.8[${PYTHON_MULTI_USEDEP}] - >=dev-python/pygobject-2.8:2[${PYTHON_MULTI_USEDEP}] - ') - ) - udev? ( virtual/udev ) - mono? ( - >=dev-lang/mono-1.9.1 - >=dev-dotnet/gtk-sharp-2.12 - ) -" -DEPEND="${RDEPEND} - python? ( >=dev-lang/swig-1.3.24:0 ) - dev-libs/libxslt - dev-util/intltool - dev-util/gtk-doc-am - sys-devel/gettext - virtual/pkgconfig -" - -DOCS="AUTHORS NEWS README* TROUBLESHOOTING" - -PATCHES=( - "${FILESDIR}"/${P}-comment.patch #537968 - "${FILESDIR}"/${P}-segfault.patch #565052 - "${FILESDIR}"/${P}-mono4.patch - "${FILESDIR}"/${P}-pkgconfig_overlinking.patch -) - -pkg_setup() { - use mono && mono-env_pkg_setup - use python && python-single-r1_pkg_setup -} - -src_prepare() { - default - - # mono-4 fixes from Fedora - sed -i "s#public DateTime#public System.DateTime#g" bindings/mono/libgpod-sharp/Artwork.cs || die - eautoreconf -} - -src_configure() { - econf \ - $(use_enable static-libs static) \ - $(use_enable udev) \ - $(use_enable gtk gdk-pixbuf) \ - $(use_enable python pygobject) \ - --without-hal \ - $(use_with ios libimobiledevice) \ - --with-udev-dir="$(get_udevdir)" \ - $(use_with python) \ - $(use_with mono) -} - -src_install() { - default - rmdir "${ED}"/tmp - prune_libtool_files --modules -}