From: "Sebastian Pipping" <sping@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/betagarden:master commit in: www-client/chromium-bin-debian/
Date: Sun, 17 May 2015 20:17:28 +0000 (UTC) [thread overview]
Message-ID: <1431893811.0a50375d5a9fc53fc7e38fded0b8b58c7ec5345f.sping@gentoo> (raw)
commit: 0a50375d5a9fc53fc7e38fded0b8b58c7ec5345f
Author: Sebastian Pipping <sebastian <AT> pipping <DOT> org>
AuthorDate: Sun May 17 20:16:19 2015 +0000
Commit: Sebastian Pipping <sping <AT> gentoo <DOT> org>
CommitDate: Sun May 17 20:16:51 2015 +0000
URL: https://gitweb.gentoo.org/proj/betagarden.git/commit/?id=0a50375d
www-client/chromium-bin-debian: 42.0.2311.135_p2
.../chromium-bin-debian-37.0.2062.120_p2.ebuild | 91 ---------------------
.../chromium-bin-debian-39.0.2171.71_p2-r1.ebuild | 92 ----------------------
...=> chromium-bin-debian-42.0.2311.135_p2.ebuild} | 1 +
3 files changed, 1 insertion(+), 183 deletions(-)
diff --git a/www-client/chromium-bin-debian/chromium-bin-debian-37.0.2062.120_p2.ebuild b/www-client/chromium-bin-debian/chromium-bin-debian-37.0.2062.120_p2.ebuild
deleted file mode 100644
index 8083c0d..0000000
--- a/www-client/chromium-bin-debian/chromium-bin-debian-37.0.2062.120_p2.ebuild
+++ /dev/null
@@ -1,91 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI="3"
-
-inherit multilib unpacker
-
-MY_PV=${PV/_p/-}
-MY_PN=${PN%%-bin-debian}
-
-DESCRIPTION="Chromium build from Debian unstable"
-HOMEPAGE="http://packages.debian.org/sid/chromium"
-SRC_URI="mirror://debian/pool/main/${PN:0:1}/${PN:0:8}-browser/${PN:0:8}_${MY_PV}_amd64.deb"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE=""
-
-UDEV_V=198
-
-DEPEND="app-arch/dpkg"
-RDEPEND="
- app-accessibility/speech-dispatcher
- dev-libs/expat
- dev-libs/glib:2
- dev-libs/libevent
- dev-libs/libxml2
- dev-libs/libxslt
- dev-libs/nspr
- dev-libs/nss
- gnome-base/gconf
- gnome-base/libgnome-keyring
- media-libs/alsa-lib
- media-libs/flac
- media-libs/fontconfig
- media-libs/freetype
- media-libs/harfbuzz
- media-libs/libvpx
- media-libs/speex
- >=media-sound/pulseaudio-2.0
- net-print/cups
- sys-apps/dbus
- || ( >=sys-apps/systemd-${UDEV_V} >=virtual/udev-${UDEV_V} )
- >=sys-devel/gcc-4.9[cxx]
- sys-libs/libcap
- ~media-libs/jpeg-8d
- x11-libs/cairo
- x11-libs/gdk-pixbuf
- x11-libs/gtk+
- x11-libs/libX11
- x11-libs/libXScrnSaver
- x11-libs/libXcomposite
- x11-libs/libXcursor
- x11-libs/libXext
- x11-libs/libXfixes
- x11-libs/libXi
- x11-libs/libXrandr
- x11-libs/libXrender
- x11-libs/libXtst
- x11-libs/pango
- "
-
-S=${WORKDIR}
-
-QA_PREBUILT="usr/lib*/${MY_PN}/*"
-
-src_install() {
- mv "${S}"/{usr,etc} "${D}"/ || die
-
- local libdir=$(get_libdir)
- [[ "${libdir}" != lib ]] && {
- mv "${D}"/usr/{lib,"${libdir}"} || die
- }
-
- echo sid > "${D}"/etc/debian_version || die
-
- # Link to Flash (not in RDEPEND)
- local flash_plugin_dir=/usr/${libdir}/firefox/plugins
- dodir "${flash_plugin_dir}"
- ln -s ../../nsbrowser/plugins/libflashplayer.so "${D}"/${flash_plugin_dir}/libflashplayer.so || die
-
- # Otherwise:
- # [14345:14345:0708/125539:FATAL:zygote_host_impl_linux.cc(140)]
- # The SUID sandbox helper binary was found, but is not configured correctly.
- # Rather than run without sandboxing I'm aborting now. You need to make sure
- # that /usr/lib/chromium/chromium-sandbox is owned by root and has mode 4755.
- # Aborted
- chmod 4755 "${D}"/usr/${libdir}/${MY_PN}/chrome-sandbox || die
-}
diff --git a/www-client/chromium-bin-debian/chromium-bin-debian-39.0.2171.71_p2-r1.ebuild b/www-client/chromium-bin-debian/chromium-bin-debian-39.0.2171.71_p2-r1.ebuild
deleted file mode 100644
index 75333e3..0000000
--- a/www-client/chromium-bin-debian/chromium-bin-debian-39.0.2171.71_p2-r1.ebuild
+++ /dev/null
@@ -1,92 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI="3"
-
-inherit multilib unpacker
-
-MY_PV=${PV/_p/-}
-MY_PN=${PN%%-bin-debian}
-
-DESCRIPTION="Chromium build from Debian unstable"
-HOMEPAGE="http://packages.debian.org/sid/chromium"
-SRC_URI="mirror://debian/pool/main/${PN:0:1}/${PN:0:8}-browser/${PN:0:8}_${MY_PV}_amd64.deb"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE=""
-
-UDEV_V=198
-
-DEPEND="app-arch/dpkg"
-RDEPEND="
- app-accessibility/speech-dispatcher
- dev-libs/expat
- dev-libs/glib:2
- dev-libs/libevent
- dev-libs/libxml2
- dev-libs/libxslt
- dev-libs/nspr
- dev-libs/nss
- gnome-base/libgnome-keyring
- media-libs/alsa-lib
- media-libs/flac
- media-libs/fontconfig
- media-libs/freetype
- >=media-libs/libjpeg-turbo-1.3.1
- media-libs/harfbuzz
- media-libs/libvpx
- media-libs/speex
- >=media-sound/pulseaudio-2.0
- net-libs/libsrtp
- net-print/cups
- sys-apps/dbus
- || ( >=sys-apps/systemd-${UDEV_V} >=virtual/udev-${UDEV_V} )
- >=sys-devel/gcc-4.9[cxx]
- sys-libs/libcap
- sys-apps/pciutils
- x11-libs/cairo
- x11-libs/gdk-pixbuf
- x11-libs/gtk+
- x11-libs/libX11
- x11-libs/libXScrnSaver
- x11-libs/libXcomposite
- x11-libs/libXcursor
- x11-libs/libXext
- x11-libs/libXfixes
- x11-libs/libXi
- x11-libs/libXrandr
- x11-libs/libXrender
- x11-libs/libXtst
- x11-libs/pango
- "
-
-S=${WORKDIR}
-
-QA_PREBUILT="usr/lib*/${MY_PN}/*"
-
-src_install() {
- mv "${S}"/{usr,etc} "${D}"/ || die
-
- local libdir=$(get_libdir)
- [[ "${libdir}" != lib ]] && {
- mv "${D}"/usr/{lib,"${libdir}"} || die
- }
-
- echo sid > "${D}"/etc/debian_version || die
-
- # Link to Flash (not in RDEPEND)
- local flash_plugin_dir=/usr/${libdir}/firefox/plugins
- dodir "${flash_plugin_dir}"
- ln -s ../../nsbrowser/plugins/libflashplayer.so "${D}"/${flash_plugin_dir}/libflashplayer.so || die
-
- # Otherwise:
- # [14345:14345:0708/125539:FATAL:zygote_host_impl_linux.cc(140)]
- # The SUID sandbox helper binary was found, but is not configured correctly.
- # Rather than run without sandboxing I'm aborting now. You need to make sure
- # that /usr/lib/chromium/chromium-sandbox is owned by root and has mode 4755.
- # Aborted
- chmod 4755 "${D}"/usr/${libdir}/${MY_PN}/chrome-sandbox || die
-}
diff --git a/www-client/chromium-bin-debian/chromium-bin-debian-41.0.2272.76_p2.ebuild b/www-client/chromium-bin-debian/chromium-bin-debian-42.0.2311.135_p2.ebuild
similarity index 99%
rename from www-client/chromium-bin-debian/chromium-bin-debian-41.0.2272.76_p2.ebuild
rename to www-client/chromium-bin-debian/chromium-bin-debian-42.0.2311.135_p2.ebuild
index c2628db..2679b8b 100644
--- a/www-client/chromium-bin-debian/chromium-bin-debian-41.0.2272.76_p2.ebuild
+++ b/www-client/chromium-bin-debian/chromium-bin-debian-42.0.2311.135_p2.ebuild
@@ -43,6 +43,7 @@ RDEPEND="
sys-apps/dbus
>=sys-devel/gcc-4.9[cxx]
sys-apps/pciutils
+ sys-libs/libcap
x11-libs/cairo
x11-libs/gdk-pixbuf
x11-libs/gtk+
next reply other threads:[~2015-05-17 20:17 UTC|newest]
Thread overview: 37+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-05-17 20:17 Sebastian Pipping [this message]
-- strict thread matches above, loose matches on Subject: below --
2017-08-27 18:58 [gentoo-commits] proj/betagarden:master commit in: www-client/chromium-bin-debian/ Sebastian Pipping
2017-05-12 7:32 Sebastian Pipping
2017-05-12 7:24 Sebastian Pipping
2017-04-02 19:38 Sebastian Pipping
2017-04-02 19:38 Sebastian Pipping
2017-03-11 14:51 Sebastian Pipping
2017-03-05 17:37 Sebastian Pipping
2016-12-25 18:08 Sebastian Pipping
2016-07-22 18:05 Sebastian Pipping
2016-01-30 15:54 Sebastian Pipping
2015-05-17 23:46 Sebastian Pipping
2015-03-26 17:37 Sebastian Pipping
2015-01-20 1:02 Sebastian Pipping
2015-01-14 22:22 Sebastian Pipping
2014-09-25 17:30 Sebastian Pipping
2014-08-20 0:30 Sebastian Pipping
2014-06-15 20:49 Sebastian Pipping
2014-06-09 14:00 Sebastian Pipping
2014-05-24 22:47 Sebastian Pipping
2014-04-02 21:26 Sebastian Pipping
2014-03-25 1:20 Sebastian Pipping
2014-02-14 19:45 Sebastian Pipping
2013-10-06 23:22 Sebastian Pipping
2013-10-06 23:22 Sebastian Pipping
2013-10-01 20:45 Sebastian Pipping
2013-07-22 18:50 Sebastian Pipping
2013-07-08 11:06 Sebastian Pipping
2013-06-21 20:41 Sebastian Pipping
2013-06-02 16:38 Sebastian Pipping
2013-05-12 22:27 Sebastian Pipping
2013-03-17 18:36 Sebastian Pipping
2013-02-24 23:41 Sebastian Pipping
2013-02-10 19:52 Sebastian Pipping
2013-01-26 15:53 Sebastian Pipping
2012-09-22 20:10 Sebastian Pipping
2012-06-27 19:03 Sebastian Pipping
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=1431893811.0a50375d5a9fc53fc7e38fded0b8b58c7ec5345f.sping@gentoo \
--to=sping@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