From: Pacho Ramos Date: Sat, 5 Sep 2015 16:16:18 +0000 (+0200) Subject: dev-libs/libgusb: Drop old X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=19b4ea4af28a30f5bd146759ac72cedc59b56736;p=gentoo.git dev-libs/libgusb: Drop old Package-Manager: portage-2.2.20.1 --- diff --git a/dev-libs/libgusb/Manifest b/dev-libs/libgusb/Manifest index fc85fab9b252..18451f575cbf 100644 --- a/dev-libs/libgusb/Manifest +++ b/dev-libs/libgusb/Manifest @@ -1,3 +1,2 @@ -DIST libgusb-0.2.4.tar.xz 273832 SHA256 437966fb45e30b8e757b2c200daf5d4e7dd22bf5aa80e151e3b1807270d38083 SHA512 51b51a613718507d5bcc5789c9583f48e31269cee6a673d1ebdfcca974c78b9395dddc9de0f09f925283798fa349e99b4e4ee4f7d67726235015d19c57f305c4 WHIRLPOOL 5e515aa4ad2a363067fdfe15507bb589e5200cdb505497bbe99d6440c05f853eea52ca776ea64743768d669e73a328a660f9cda894fbfdc1d4246de46b5b7fed DIST libgusb-0.2.5.tar.xz 275948 SHA256 a3ad56773548695292f49b62df1eb7fb1e87e1e0c9d3982e80f65f47095fa492 SHA512 6ac07c40faf6919991f5cbc3e5fd0523b7486b5437a6ac3d0bd1cfd05d645fe25e311366bb507d1b7af2fe913ae869523c052a7571cd8191914f8b1a81a4c22a WHIRLPOOL 3da2b781ef8df7912aababe174f83c020ac24fefc754303dd38beebd49fceaf40138cd601ffa11b02e2512e0e2ebe3727b1cdee89d0b504962d82a3898fd8c0f DIST libgusb-0.2.6.tar.xz 276608 SHA256 6f638bdbc4e77643c0a198a300e50b592ad326e56bddf359de15e04689209c06 SHA512 4b13166f4b02f1c10ee074564d1e25de0b4763a19b83f56d40b2f43b595cfeb1c7fe4ecdeceaf0b32f51f2156d1e26c42a976cab5db4ad269533b803dbc27bdb WHIRLPOOL d976567c41ef6ef11232ac999b9efd14667312112efec8bb4d4700a0e2d89f0310eabe7542ceda66df3d39bc95f92c88f1da90e6c5b563bd4fb20da2eeabadbb diff --git a/dev-libs/libgusb/libgusb-0.2.4.ebuild b/dev-libs/libgusb/libgusb-0.2.4.ebuild deleted file mode 100644 index 2ac801ebe32a..000000000000 --- a/dev-libs/libgusb/libgusb-0.2.4.ebuild +++ /dev/null @@ -1,53 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 -GCONF_DEBUG="no" -VALA_USE_DEPEND="vapigen" - -inherit eutils gnome2 multilib-minimal vala - -DESCRIPTION="GObject wrapper for libusb" -HOMEPAGE="https://gitorious.org/gusb/" -SRC_URI="http://people.freedesktop.org/~hughsient/releases/${P}.tar.xz" - -LICENSE="LGPL-2.1+" -SLOT="0" -KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc x86" - -IUSE="+introspection static-libs vala" -REQUIRED_USE="vala? ( introspection )" - -# Yes, we really need API from dev-libs/libusb-1.0.19, not virtual/libusb -RDEPEND=" - >=dev-libs/glib-2.28:2[${MULTILIB_USEDEP}] - >=dev-libs/libusb-1.0.19[udev,${MULTILIB_USEDEP}] - introspection? ( >=dev-libs/gobject-introspection-1.29 ) -" -DEPEND="${RDEPEND} - app-arch/xz-utils - dev-libs/libxslt - dev-util/gtk-doc-am - virtual/pkgconfig[${MULTILIB_USEDEP}] - vala? ( $(vala_depend) ) -" - -# Tests try to access usb devices in /dev -RESTRICT="test" - -multilib_src_configure() { - ECONF_SOURCE=${S} \ - gnome2_src_configure \ - $(multilib_native_use_enable introspection) \ - $(use_enable static-libs static) \ - $(multilib_native_use_enable vala) - - if multilib_is_native_abi; then - ln -s "${S}"/docs/api/html docs/api/html || die - fi -} - -multilib_src_install() { - gnome2_src_install -} diff --git a/dev-libs/libgusb/libgusb-0.2.6.ebuild b/dev-libs/libgusb/libgusb-0.2.6.ebuild index df427a1acede..2e5cef78f761 100644 --- a/dev-libs/libgusb/libgusb-0.2.6.ebuild +++ b/dev-libs/libgusb/libgusb-0.2.6.ebuild @@ -22,7 +22,7 @@ REQUIRED_USE="vala? ( introspection )" # Yes, we really need API from dev-libs/libusb-1.0.19, not virtual/libusb RDEPEND=" >=dev-libs/glib-2.28:2[${MULTILIB_USEDEP}] - >=dev-libs/libusb-1.0.19[udev,${MULTILIB_USEDEP}] + virtual/libusb:1[udev,${MULTILIB_USEDEP}] introspection? ( >=dev-libs/gobject-introspection-1.29:= ) " DEPEND="${RDEPEND}