diff options
author | Jason A. Donenfeld <zx2c4@gentoo.org> | 2016-10-15 17:36:03 +0200 |
---|---|---|
committer | Jason A. Donenfeld <zx2c4@gentoo.org> | 2016-10-15 17:42:53 +0200 |
commit | 4b41bd1dbeb1a6f2e0bab0e428576f65a842e07c (patch) | |
tree | ab121ac5a6307b742c34c8d564c8398c49f97657 /media-video/ffcast | |
parent | media-video/pitivi: version bump 0.96-r1 → 0.97 (diff) | |
download | gentoo-4b41bd1dbeb1a6f2e0bab0e428576f65a842e07c.tar.gz gentoo-4b41bd1dbeb1a6f2e0bab0e428576f65a842e07c.tar.bz2 gentoo-4b41bd1dbeb1a6f2e0bab0e428576f65a842e07c.zip |
x11-apps/xrectsel: bump
Package-Manager: portage-2.3.2
Diffstat (limited to 'media-video/ffcast')
-rw-r--r-- | media-video/ffcast/Manifest | 2 | ||||
-rw-r--r-- | media-video/ffcast/ffcast-2.4.8.ebuild (renamed from media-video/ffcast/ffcast-2.4.1.ebuild) | 5 |
2 files changed, 4 insertions, 3 deletions
diff --git a/media-video/ffcast/Manifest b/media-video/ffcast/Manifest index 1452034e7218..22e79157cca5 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 index 69e0af7e3c18..983e0fb9f018 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 } |