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 A295E138334 for ; Thu, 6 Jun 2019 20:33:33 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CC915E0996; Thu, 6 Jun 2019 20:33:30 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 83244E0996 for ; Thu, 6 Jun 2019 20:33:30 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 25F99345884 for ; Thu, 6 Jun 2019 20:33:29 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CED00614 for ; Thu, 6 Jun 2019 20:33:25 +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: <1559853195.69c1d720c3badf9fed2f75206fb81dda785b3245.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-video/motion/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-video/motion/Manifest media-video/motion/motion-4.0.1-r1.ebuild media-video/motion/motion-4.0.1-r2.ebuild media-video/motion/motion-4.1.1.ebuild X-VCS-Directories: media-video/motion/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 69c1d720c3badf9fed2f75206fb81dda785b3245 X-VCS-Branch: master Date: Thu, 6 Jun 2019 20:33:25 +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: 5715cccf-37ac-4598-885a-da70f35c398e X-Archives-Hash: 815efaa08a390d6bb05316bb38ea137e commit: 69c1d720c3badf9fed2f75206fb81dda785b3245 Author: Andreas Sturmlechner gentoo org> AuthorDate: Thu Jun 6 19:31:35 2019 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Thu Jun 6 20:33:15 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=69c1d720 media-video/motion: Drop 4.0.1 and 4.1.1 (r0) Package-Manager: Portage-2.3.67, Repoman-2.3.14 Signed-off-by: Andreas Sturmlechner gentoo.org> media-video/motion/Manifest | 1 - media-video/motion/motion-4.0.1-r1.ebuild | 82 ----------------------------- media-video/motion/motion-4.0.1-r2.ebuild | 84 ----------------------------- media-video/motion/motion-4.1.1.ebuild | 87 ------------------------------- 4 files changed, 254 deletions(-) diff --git a/media-video/motion/Manifest b/media-video/motion/Manifest index 6b0c97ad1a8..00403820c80 100644 --- a/media-video/motion/Manifest +++ b/media-video/motion/Manifest @@ -1,2 +1 @@ DIST motion-release-4.1.1.tar.gz 447795 BLAKE2B 8c7dfdad89f49ba8ec39689d268b4bc95c6a8bd85d4bd333f66638b2e815b3c59b2e42dd93811601b2ee7870100a0a21eaa789633056f74a5cc9f39f4f92229f SHA512 3b08d464f9243ccfc4b53b16cfc2001d1e0d206bf0295d55d8914914bc14ad0248ce5ac622cb7eb89ed32e1913a9a10add1b56497c4094ba876f7f85d6ad4143 -DIST release-4.0.1.tar.gz 444779 BLAKE2B e74b193f421e4fe165f36fe251eafe44203bbf8825b0062254bd7e0c9a57b286314c1bbb287c1c768db62649d82b83f4876ef236e446a1f21f7baf90d5ce5b4d SHA512 6ccde3890e6af56f28208321987dd1b9d62a55bbe7cbc3ab5600263602e6e8f47589392c2f3a3a6cb54f927ee76aea94d0e83f26ce8e4047890c891b6c2f8976 diff --git a/media-video/motion/motion-4.0.1-r1.ebuild b/media-video/motion/motion-4.0.1-r1.ebuild deleted file mode 100644 index d2207145259..00000000000 --- a/media-video/motion/motion-4.0.1-r1.ebuild +++ /dev/null @@ -1,82 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 -inherit autotools readme.gentoo-r1 user systemd - -DESCRIPTION="A software motion detector" -HOMEPAGE="https://motion-project.github.io" -SRC_URI="https://github.com/Motion-Project/${PN}/archive/release-${PV}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc x86" -IUSE="ffmpeg libav mmal mysql postgres v4l" - -RDEPEND=" - ffmpeg? ( - libav? ( media-video/libav:= ) - !libav? ( media-video/ffmpeg:0= ) - ) - virtual/jpeg:= - mmal? ( media-libs/raspberrypi-userland ) - mysql? ( virtual/mysql ) - postgres? ( dev-db/postgresql:= ) -" -DEPEND="${RDEPEND} - v4l? ( virtual/os-headers media-libs/libv4l ) -" - -DISABLE_AUTOFORMATTING="yes" -DOC_CONTENTS="You need to setup /etc/${PN}/${PN}.conf before running -${PN} for the first time. You can use /etc/${PN}/${PN}-dist.conf as a -template. Please note that the 'daemon' and 'process_id_file' settings -are overridden by the bundled OpenRC init script and systemd unit where -appropriate. - -To install ${PN} as a service, use: -rc-update add ${PN} default # with OpenRC -systemctl enable ${PN}.service # with systemd -" - -pkg_setup() { - enewuser ${PN} -1 -1 -1 video -} - -S="${WORKDIR}"/${PN}-release-${PV} - -src_prepare() { - eapply_user - eautoreconf -} - -src_configure() { - econf \ - $(use_with ffmpeg) \ - $(use_with mmal) \ - $(use_with mysql) \ - $(use_with postgres pgsql) \ - $(use_with v4l) \ - --without-optimizecpu -} - -src_install() { - emake \ - DESTDIR="${D}" \ - docdir=/usr/share/doc/${PF} \ - examplesdir=/usr/share/doc/${PF}/examples \ - install - - newinitd "${FILESDIR}"/${PN}.initd-r3 ${PN} - newconfd "${FILESDIR}"/${PN}.confd ${PN} - - systemd_dounit "${FILESDIR}"/${PN}.service - systemd_dounit "${FILESDIR}"/${PN}_at.service - systemd_dotmpfilesd "${FILESDIR}"/${PN}.conf - - keepdir /var/lib/motion - fowners motion:video /var/lib/motion - fperms 0750 /var/lib/motion - - readme.gentoo_create_doc -} diff --git a/media-video/motion/motion-4.0.1-r2.ebuild b/media-video/motion/motion-4.0.1-r2.ebuild deleted file mode 100644 index 362423c2bc6..00000000000 --- a/media-video/motion/motion-4.0.1-r2.ebuild +++ /dev/null @@ -1,84 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 -inherit autotools readme.gentoo-r1 user systemd - -DESCRIPTION="A software motion detector" -HOMEPAGE="https://motion-project.github.io" -SRC_URI="https://github.com/Motion-Project/${PN}/archive/release-${PV}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86" -IUSE="ffmpeg libav mmal mysql postgres v4l" - -RDEPEND=" - ffmpeg? ( - libav? ( media-video/libav:= ) - !libav? ( media-video/ffmpeg:0= ) - ) - virtual/jpeg:= - mmal? ( media-libs/raspberrypi-userland ) - mysql? ( virtual/mysql ) - postgres? ( dev-db/postgresql:= ) -" -DEPEND="${RDEPEND} - v4l? ( virtual/os-headers media-libs/libv4l ) -" - -DISABLE_AUTOFORMATTING="yes" -DOC_CONTENTS=" -You need to setup /etc/${PN}/${PN}.conf before running ${PN} for -the first time. You can use /etc/${PN}/${PN}-dist.conf as a template. -Please note that the 'daemon' and 'process_id_file' settings are -overridden by the bundled OpenRC init script and systemd unit where -appropriate. - -To install ${PN} as a service, use: -rc-update add ${PN} default # with OpenRC -systemctl enable ${PN}.service # with systemd -" - -pkg_setup() { - enewuser ${PN} -1 -1 -1 video -} - -S="${WORKDIR}"/${PN}-release-${PV} - -src_prepare() { - eapply_user - eautoreconf -} - -src_configure() { - econf \ - $(use_with ffmpeg) \ - $(use_with mmal) \ - $(use_with mysql) \ - $(use_with postgres pgsql) \ - $(use_with v4l) \ - --without-optimizecpu -} - -src_install() { - emake \ - DESTDIR="${D}" \ - docdir=/usr/share/doc/${PF} \ - examplesdir=/usr/share/doc/${PF}/examples \ - install - - newinitd "${FILESDIR}"/${PN}.initd-r3 ${PN} - newconfd "${FILESDIR}"/${PN}.confd-r1 ${PN} - - systemd_dounit "${FILESDIR}"/${PN}.service - systemd_dounit "${FILESDIR}"/${PN}_at.service - systemd_dotmpfilesd "${FILESDIR}"/${PN}.conf - - keepdir /var/lib/motion - fowners motion:video /var/lib/motion - fperms 0750 /var/lib/motion - - readme.gentoo_create_doc - readme.gentoo_print_elog -} diff --git a/media-video/motion/motion-4.1.1.ebuild b/media-video/motion/motion-4.1.1.ebuild deleted file mode 100644 index a99365d405c..00000000000 --- a/media-video/motion/motion-4.1.1.ebuild +++ /dev/null @@ -1,87 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 -inherit autotools readme.gentoo-r1 user systemd - -DESCRIPTION="A software motion detector" -HOMEPAGE="https://motion-project.github.io" -SRC_URI="https://github.com/Motion-Project/${PN}/archive/release-${PV}.tar.gz -> ${PN}-release-${PV}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86" -IUSE="ffmpeg libav mmal mysql postgres sqlite webp v4l" - -RDEPEND=" - virtual/jpeg:= - ffmpeg? ( - libav? ( media-video/libav:= ) - !libav? ( media-video/ffmpeg:0= ) - ) - mmal? ( media-libs/raspberrypi-userland ) - mysql? ( virtual/mysql ) - postgres? ( dev-db/postgresql:= ) - sqlite? ( dev-db/sqlite:3 ) - webp? ( media-libs/libwebp:= ) -" -DEPEND="${RDEPEND} - v4l? ( virtual/os-headers media-libs/libv4l ) -" - -DISABLE_AUTOFORMATTING="yes" -DOC_CONTENTS=" -You need to setup /etc/motion/motion.conf before running motion for the -first time. You can use /etc/motion/motion-dist.conf as a template. -Please note that the 'daemon' and 'process_id_file' settings are -overridden by the bundled OpenRC init script and systemd unit where -appropriate. - -To install motion as a service, use: -rc-update add motion default # with OpenRC -systemctl enable motion.service # with systemd -" - -S="${WORKDIR}"/${PN}-release-${PV} - -pkg_setup() { - enewuser ${PN} -1 -1 -1 video -} - -src_prepare() { - eapply_user - eautoreconf -} - -src_configure() { - econf \ - $(use_with ffmpeg) \ - $(use_with mmal) \ - $(use_with mysql) \ - $(use_with postgres pgsql) \ - $(use_with sqlite sqlite3) \ - $(use_with v4l v4l2) \ - $(use_with webp) \ - --without-optimizecpu -} - -src_install() { - emake \ - DESTDIR="${D}" \ - docdir=/usr/share/doc/${PF} \ - examplesdir=/usr/share/doc/${PF}/examples \ - install - - newinitd "${FILESDIR}"/${PN}.initd-r3 ${PN} - newconfd "${FILESDIR}"/${PN}.confd-r1 ${PN} - - systemd_dounit "${FILESDIR}"/${PN}.service - systemd_dotmpfilesd "${FILESDIR}"/${PN}.conf - - keepdir /var/lib/motion - fowners motion:video /var/lib/motion - fperms 0750 /var/lib/motion - - readme.gentoo_create_doc - readme.gentoo_print_elog -}