commit: 4b41bd1dbeb1a6f2e0bab0e428576f65a842e07c Author: Jason A. Donenfeld <zx2c4 <AT> gentoo <DOT> org> AuthorDate: Sat Oct 15 15:36:03 2016 +0000 Commit: Jason Donenfeld <zx2c4 <AT> gentoo <DOT> org> CommitDate: Sat Oct 15 15:42:53 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4b41bd1d
x11-apps/xrectsel: bump Package-Manager: portage-2.3.2 media-video/ffcast/Manifest | 2 +- media-video/ffcast/{ffcast-2.4.1.ebuild => ffcast-2.4.8.ebuild} | 5 +++-- x11-apps/xrectsel/Manifest | 2 +- x11-apps/xrectsel/{xrectsel-0.3.1.ebuild => xrectsel-0.3.2.ebuild} | 5 +++-- 4 files changed, 8 insertions(+), 6 deletions(-) diff --git a/media-video/ffcast/Manifest b/media-video/ffcast/Manifest index 1452034..22e7915 100644 --- a/media-video/ffcast/Manifest +++ b/media-video/ffcast/Manifest @@ -1 +1 @@ -DIST ffcast-2.4.1.tar.gz 24542 SHA256 57131f5d05bf77ce6116305061481e8d2a8bd7b71f2ef3d21dc982118d67ff3c SHA512 dc2be630ccd8538f3f0c1dce2443ec7ddbc3bda6606fa97262a46c0d91590889891c7efd1d63dbeb388755e1a3bdf47ce654fcffe3add247f5f7b64509d2c95f WHIRLPOOL 4ac36d41ffa18703bd0f0d9d641774dbbf9721db25e64909e72f32aa3c6a75d9b29ea7e4c81b42509d7f0ca003b9608b13c0d42c28158e73af1a997a0547aa7f +DIST ffcast-2.4.8.tar.gz 25471 SHA256 a9bf54ad581d1174a432a50dbcadd0829fe86df6572937597ef2583c91c511bb SHA512 69f3d2927fac61f530cf6c0d8de422f0ab2baf90249a0771680fc724221edc5c97cbb38811f6b9523848d6dc96e9cbf659c8984543f8ca98ee98e45c105d3434 WHIRLPOOL bf270127f3cb6dd897f6f5c3e16c2b49d87a4c14fff5d0404a2d150c3f4aa077243c01c7cd9e8aa18367b193eaf990106a562b8708d762030be9b126f69ef83c diff --git a/media-video/ffcast/ffcast-2.4.1.ebuild b/media-video/ffcast/ffcast-2.4.8.ebuild similarity index 90% rename from media-video/ffcast/ffcast-2.4.1.ebuild rename to media-video/ffcast/ffcast-2.4.8.ebuild index 69e0af7..983e0fb 100644 --- a/media-video/ffcast/ffcast-2.4.1.ebuild +++ b/media-video/ffcast/ffcast-2.4.8.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ -EAPI=5 +EAPI=6 inherit autotools @@ -27,5 +27,6 @@ S="${WORKDIR}/FFcast-${PV}" src_prepare() { rmdir src/xrectsel + eapply_user eautoreconf } diff --git a/x11-apps/xrectsel/Manifest b/x11-apps/xrectsel/Manifest index b4cfe44..5519591 100644 --- a/x11-apps/xrectsel/Manifest +++ b/x11-apps/xrectsel/Manifest @@ -1 +1 @@ -DIST xrectsel-0.3.1.tar.gz 14804 SHA256 e797377b28de7095d912a4e96ee59ab1c98f493005cede7149532ede058afdb4 SHA512 33ae145e4e1a73ba3f0c359697c70d9306a61647a1202f0105dc338d90e0025f82dd1724abdfc34b3440742248dfe21276d8d89aa86c60c97007c5925dcf7510 WHIRLPOOL aa7d03bb9cf7d4d49b0dc2f6614c8d377b8ac55dabc5c0234395cc959b4c39f880e9d5a8590ffd314126b32b8053d7aa7d4eb89305cea7ed5453b231b97e86d1 +DIST xrectsel-0.3.2.tar.gz 14834 SHA256 1b4b928bb7270e0531467c1e7f93322c784c7c0dedc13d1d5e53034417fde785 SHA512 56e87002dba1858c900ceba4d6cf1613fa92a5a8f59fb5c4852e65835bde9478bf92c160ca398cd19e99543ed0ab94ad4ac8ba2d60a7dbaf95bc2826f8953fcc WHIRLPOOL ba0117a43e78e09b542dfed575315e0c32517468643064c669bd2ffd3b258d208f83840e7dd4f4b404d1cc74d797431a54f9545e59b71e57c8cadd9d448975ea diff --git a/x11-apps/xrectsel/xrectsel-0.3.1.ebuild b/x11-apps/xrectsel/xrectsel-0.3.2.ebuild similarity index 87% rename from x11-apps/xrectsel/xrectsel-0.3.1.ebuild rename to x11-apps/xrectsel/xrectsel-0.3.2.ebuild index ae32156..526249d 100644 --- a/x11-apps/xrectsel/xrectsel-0.3.1.ebuild +++ b/x11-apps/xrectsel/xrectsel-0.3.2.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ -EAPI=5 +EAPI=6 inherit autotools @@ -19,5 +19,6 @@ DEPEND="x11-libs/libX11" RDEPEND="${DEPEND}" src_prepare() { + eapply_user eautoreconf }