public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Luca Barbato" <lu_zero@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-video/aravis/
Date: Sat,  7 Sep 2019 13:34:21 +0000 (UTC)	[thread overview]
Message-ID: <1567863249.d338c29f880220e9b8a3e78c30b05afcf45742ab.lu_zero@gentoo> (raw)

commit:     d338c29f880220e9b8a3e78c30b05afcf45742ab
Author:     Bernardo Meurer <bernardo <AT> standard <DOT> ai>
AuthorDate: Mon Sep  2 06:31:44 2019 +0000
Commit:     Luca Barbato <lu_zero <AT> gentoo <DOT> org>
CommitDate: Sat Sep  7 13:34:09 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d338c29f

media-video/aravis: yank 0.6.1

Package-Manager: Portage-2.3.75, Repoman-2.3.17
Signed-off-by: Bernardo Meurer <bernardo <AT> standard.ai>
Signed-off-by: Luca Barbato <lu_zero <AT> gentoo.org>

 media-video/aravis/Manifest            |  1 -
 media-video/aravis/aravis-0.6.1.ebuild | 67 ----------------------------------
 2 files changed, 68 deletions(-)

diff --git a/media-video/aravis/Manifest b/media-video/aravis/Manifest
index fe8b2776ef9..5deae26c664 100644
--- a/media-video/aravis/Manifest
+++ b/media-video/aravis/Manifest
@@ -1,2 +1 @@
-DIST aravis-0.6.1.tar.xz 547700 BLAKE2B 7230cf49e08865b6f4e6621585c394633c54b94b921e4c686757eb21a02d5f51406f5084f92d41ad1880468001c908eb648fd2c2247def46bcbceea92bffa3ce SHA512 098a079c7efc5e5f9d198beef8a6271f525779947d1767eba81262a33c38afa6d9f01f254e25b714b9c74550795beed144bb463c0e14d2a46e6e96d1af19bde4
 DIST aravis-0.6.4.tar.gz 2972111 BLAKE2B b7f1c4da08bb4e7d11faffcd4ef90b7215b803e5e74ba1730388e04304685b761024ffea49b082c94e3fddc9dc65201545167a277b1088ad7273d41d50fae5b0 SHA512 6090fd730ad9fe8e1641e48c52189e8961bf03a88cefb57135a2de985c2ca607c21b05d472a60586976aa1e05ba2121246b06b75179dd3241e1f703aad8dd7be

diff --git a/media-video/aravis/aravis-0.6.1.ebuild b/media-video/aravis/aravis-0.6.1.ebuild
deleted file mode 100644
index 6136076e6a1..00000000000
--- a/media-video/aravis/aravis-0.6.1.ebuild
+++ /dev/null
@@ -1,67 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-if [[ ${PV} = *9999 ]]; then
-	EGIT_REPO_URI="https://github.com/AravisProject/aravis.git"
-	inherit git-r3 autotools
-else
-	SRC_URI="mirror://gnome/sources/${PN}/$(ver_cut 1-2)/${P}.tar.xz"
-	KEYWORDS="~amd64"
-fi
-
-DESCRIPTION="Library for video acquisition using Genicam cameras"
-HOMEPAGE="https://wiki.gnome.org/Projects/Aravis"
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-IUSE="X gstreamer caps"
-
-GST_DEPEND="media-libs/gstreamer:1.0
-	media-libs/gst-plugins-base:1.0"
-
-RDEPEND=">=dev-libs/glib-2.32
-	dev-libs/libxml2
-	X? (
-		>=x11-libs/gtk+-3.12:3
-		${GST_DEPEND}
-		media-libs/gst-plugins-base:1.0
-		x11-libs/libnotify
-	)
-	caps? (
-		sys-libs/libcap-ng
-		sys-process/audit
-	)
-	gstreamer? ( ${GST_DEPEND} )"
-DEPEND="${RDEPEND}
-	virtual/pkgconfig
-	dev-libs/gobject-introspection"
-
-if [[ ${PV} != *9999 ]]; then
-	DEPEND+=" dev-util/gtk-doc dev-util/intltool"
-fi
-
-src_prepare() {
-	default
-	if [[ ${PV} = *9999 ]]; then
-		intltoolize || die
-		gtkdocize || die
-		eautoreconf
-	fi
-}
-
-src_configure() {
-	econf \
-		--disable-silent-rules \
-		--disable-static \
-		$(use_enable X viewer) \
-		$(use_enable gstreamer gst-plugin) \
-		$(use_enable caps packet-socket) \
-		--enable-introspection
-}
-
-src_install() {
-	emake install DESTDIR="${D}" aravisdocdir="/usr/share/doc/${PF}"
-	find "${D}" -name '*.la' -delete
-}


             reply	other threads:[~2019-09-07 13:34 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-09-07 13:34 Luca Barbato [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-04-24 18:23 [gentoo-commits] repo/gentoo:master commit in: media-video/aravis/ Sam James
2025-04-24 18:23 Sam James
2024-01-31 19:12 Sam James
2021-01-01  3:32 Sam James
2019-11-01 13:37 Joonas Niilola
2019-11-01 13:37 Joonas Niilola
2019-09-19  6:47 Michał Górny
2019-09-07 13:34 Luca Barbato
2019-09-07 13:34 Luca Barbato
2019-09-07 13:34 Luca Barbato
2019-09-07 13:34 Luca Barbato
2019-01-15 15:21 Luca Barbato
2018-06-17 14:11 Pacho Ramos
2018-06-17 14:11 Pacho Ramos
2018-06-03 15:46 Andreas Sturmlechner
2018-06-03 15:36 Luca Barbato
2018-06-03 15:25 Luca Barbato

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=1567863249.d338c29f880220e9b8a3e78c30b05afcf45742ab.lu_zero@gentoo \
    --to=lu_zero@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