From: "Gilles Dartiguelongue" <eva@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: gnome-extra/gnome-software/
Date: Sat, 12 Aug 2017 09:42:45 +0000 (UTC) [thread overview]
Message-ID: <1502530945.584b554f1a043e3358c3cb7b5a8785afa5660512.eva@gentoo> (raw)
commit: 584b554f1a043e3358c3cb7b5a8785afa5660512
Author: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Sat Aug 12 09:38:36 2017 +0000
Commit: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Sat Aug 12 09:42:25 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=584b554f
gnome-extra/gnome-software: cleanup old revisions
Package-Manager: Portage-2.3.6, Repoman-2.3.3
| 3 -
.../gnome-software/gnome-software-3.20.5.ebuild | 73 --------------------
.../gnome-software/gnome-software-3.22.2.ebuild | 80 ----------------------
.../gnome-software/gnome-software-3.22.4.ebuild | 80 ----------------------
4 files changed, 236 deletions(-)
--git a/gnome-extra/gnome-software/Manifest b/gnome-extra/gnome-software/Manifest
index a4a10ffce86..b12610127ea 100644
--- a/gnome-extra/gnome-software/Manifest
+++ b/gnome-extra/gnome-software/Manifest
@@ -1,4 +1 @@
-DIST gnome-software-3.20.5.tar.xz 3533740 SHA256 3880efea8edef3c34471cd9cba9ec8de1c06ef080d4dac723433df710f74b767 SHA512 36a827ef459e96b44c32bee63dacf3ccd0acaaead79a21337a3ab54df60d8eec32afd14db7f0cb0f53f179a38fa628f75935898c8d5c1b8355404ab485b0cdcf WHIRLPOOL f5ddc104aeaf08474c7cb1bb41d25ac975a4fe81fc422d62f65eb6ad22788e125a48c377c939e3b07979a252afd48db6432b1779d1c8ad676e73874e6f2d85ed
-DIST gnome-software-3.22.2.tar.xz 3860332 SHA256 4da096c227c07102902d3097053cba8d0fd95fd3194be56554bfe2be2a796e93 SHA512 9a50294a6f91d0fa751751eb10fe98011c26df50e17aace0ea7f16563ffc26830e3c7d0eff7d2c5ee1ec179606b15424334c4f139c36486df2a93e262a635c91 WHIRLPOOL 5d084260fe2761eb75824614eef37854234d72d559da3cc70dcd15a602d80997bbd94ea51977d12974af7c25065f0f909158bf963464c59f20a8d6c0603cda41
-DIST gnome-software-3.22.4.tar.xz 3862040 SHA256 315550e9df228e94ff16a0ee45a9317611a606d72434204ed0f5ac3c2b569c36 SHA512 a91353c24dd5ca8605b7e6684a17ff7173d414785d2b72ee63f7bd619978f352ba230ca506dcba6ab9551fe42934674f043637dc007a35696f9e264c4e60deac WHIRLPOOL 544641f4974f00bc4e0eeaf9a90b85d477fd499eb1fb335d86cfe2ef97a529d4cb3823aa1116cf681deebb5e824730ee124d699f55e4fdd347ab69bd05697b66
DIST gnome-software-3.22.7.tar.xz 3865764 SHA256 c19de1e19c3c7f934b24348f0e005d6ffaecdb6372047209fe9fd9e62c34b379 SHA512 184714710695d8c48451c1ee7885524dfa30cc6091975bdd317bdd6ce130e7815ab7474074ed191913594bcd5142932bd7918ae19a695170a34a5f934e1b9825 WHIRLPOOL ae3217b84f86a20c6da6b6165c6141fbc4e1ffae76f478d632082820c5c519e4e2acb9aaa034618c43297c64c8411b202ba1a46ddbec513b0ed699a429e6c3db
diff --git a/gnome-extra/gnome-software/gnome-software-3.20.5.ebuild b/gnome-extra/gnome-software/gnome-software-3.20.5.ebuild
deleted file mode 100644
index 402095c98b9..00000000000
--- a/gnome-extra/gnome-software/gnome-software-3.20.5.ebuild
+++ /dev/null
@@ -1,73 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-PYTHON_COMPAT=( python2_7 )
-
-inherit gnome2 python-any-r1 virtualx
-
-DESCRIPTION="Gnome install & update software"
-HOMEPAGE="http://wiki.gnome.org/Apps/Software"
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="test"
-
-RDEPEND="
- >=app-admin/packagekit-base-1.1.0
- app-crypt/libsecret
- app-text/gtkspell:3
- dev-db/sqlite:3
- >=dev-libs/appstream-glib-0.5.12:0
- >=dev-libs/glib-2.46:2
- >=dev-libs/json-glib-1.1.1
- >=gnome-base/gnome-desktop-3.17.92:3=
- >=gnome-base/gsettings-desktop-schemas-3.11.5
- >=net-libs/libsoup-2.51.92:2.4
- sys-auth/polkit
- >=x11-libs/gdk-pixbuf-2.31.5
- >=x11-libs/gtk+-3.18.2:3
-"
-DEPEND="${RDEPEND}
- app-text/docbook-xml-dtd:4.2
- dev-libs/libxslt
- >=dev-util/intltool-0.35
- virtual/pkgconfig
- test? (
- ${PYTHON_DEPS}
- $(python_gen_any_dep 'dev-util/dogtail[${PYTHON_USEDEP}]') )
-"
-# test? ( dev-util/valgrind )
-
-python_check_deps() {
- use test && has_version "dev-util/dogtail[${PYTHON_USEDEP}]"
-}
-
-pkg_setup() {
- use test && python-any-r1_pkg_setup
-}
-
-src_prepare() {
- # valgrind fails with SIGTRAP
- sed -e 's/TESTS = .*/TESTS =/' \
- -i "${S}"/src/Makefile.{am,in} || die
-
- gnome2_src_prepare
-}
-
-src_configure() {
- # FIXME: investigate limba and firmware update support
- gnome2_src_configure \
- --enable-man \
- --enable-packagekit \
- --enable-polkit \
- --disable-xdg-app \
- --disable-firmware \
- --disable-limba \
- $(use_enable test dogtail)
-}
-
-src_test() {
- virtx emake check TESTS_ENVIRONMENT="dbus-run-session"
-}
diff --git a/gnome-extra/gnome-software/gnome-software-3.22.2.ebuild b/gnome-extra/gnome-software/gnome-software-3.22.2.ebuild
deleted file mode 100644
index 11f54aa7411..00000000000
--- a/gnome-extra/gnome-software/gnome-software-3.22.2.ebuild
+++ /dev/null
@@ -1,80 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-PYTHON_COMPAT=( python2_7 )
-
-inherit gnome2 python-any-r1 virtualx
-
-DESCRIPTION="Gnome install & update software"
-HOMEPAGE="http://wiki.gnome.org/Apps/Software"
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="gnome spell test udev"
-
-RDEPEND="
- >=app-admin/packagekit-base-1.1.0
- app-crypt/libsecret
- dev-db/sqlite:3
- >=dev-libs/appstream-glib-0.6.5:0
- >=dev-libs/glib-2.46:2
- >=dev-libs/json-glib-1.1.1
- >=gnome-base/gsettings-desktop-schemas-3.11.5
- >=net-libs/libsoup-2.51.92:2.4
- sys-auth/polkit
- >=x11-libs/gdk-pixbuf-2.31.5
- >=x11-libs/gtk+-3.20:3
- gnome? ( >=gnome-base/gnome-desktop-3.17.92:3= )
- spell? ( app-text/gtkspell:3 )
- udev? ( virtual/libgudev )
-"
-DEPEND="${RDEPEND}
- app-text/docbook-xml-dtd:4.2
- dev-libs/libxslt
- >=dev-util/intltool-0.35
- virtual/pkgconfig
- test? (
- ${PYTHON_DEPS}
- $(python_gen_any_dep 'dev-util/dogtail[${PYTHON_USEDEP}]') )
-"
-# test? ( dev-util/valgrind )
-
-python_check_deps() {
- use test && has_version "dev-util/dogtail[${PYTHON_USEDEP}]"
-}
-
-pkg_setup() {
- use test && python-any-r1_pkg_setup
-}
-
-src_prepare() {
- # valgrind fails with SIGTRAP
- sed -e 's/TESTS = .*/TESTS =/' \
- -i "${S}"/src/Makefile.{am,in} || die
-
- gnome2_src_prepare
-}
-
-src_configure() {
- # FIXME: investigate limba and firmware update support
- gnome2_src_configure \
- --enable-man \
- --enable-packagekit \
- --enable-polkit \
- --disable-firmware \
- --disable-limba \
- --disable-ostree \
- --disable-rpm \
- --disable-steam \
- --disable-xdg-app \
- $(use_enable spell gtkspell) \
- $(use_enable test dogtail) \
- $(use_enable test tests) \
- $(use_enable udev gudev)
-}
-
-src_test() {
- virtx emake check TESTS_ENVIRONMENT="dbus-run-session"
-}
diff --git a/gnome-extra/gnome-software/gnome-software-3.22.4.ebuild b/gnome-extra/gnome-software/gnome-software-3.22.4.ebuild
deleted file mode 100644
index 11f54aa7411..00000000000
--- a/gnome-extra/gnome-software/gnome-software-3.22.4.ebuild
+++ /dev/null
@@ -1,80 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-PYTHON_COMPAT=( python2_7 )
-
-inherit gnome2 python-any-r1 virtualx
-
-DESCRIPTION="Gnome install & update software"
-HOMEPAGE="http://wiki.gnome.org/Apps/Software"
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="gnome spell test udev"
-
-RDEPEND="
- >=app-admin/packagekit-base-1.1.0
- app-crypt/libsecret
- dev-db/sqlite:3
- >=dev-libs/appstream-glib-0.6.5:0
- >=dev-libs/glib-2.46:2
- >=dev-libs/json-glib-1.1.1
- >=gnome-base/gsettings-desktop-schemas-3.11.5
- >=net-libs/libsoup-2.51.92:2.4
- sys-auth/polkit
- >=x11-libs/gdk-pixbuf-2.31.5
- >=x11-libs/gtk+-3.20:3
- gnome? ( >=gnome-base/gnome-desktop-3.17.92:3= )
- spell? ( app-text/gtkspell:3 )
- udev? ( virtual/libgudev )
-"
-DEPEND="${RDEPEND}
- app-text/docbook-xml-dtd:4.2
- dev-libs/libxslt
- >=dev-util/intltool-0.35
- virtual/pkgconfig
- test? (
- ${PYTHON_DEPS}
- $(python_gen_any_dep 'dev-util/dogtail[${PYTHON_USEDEP}]') )
-"
-# test? ( dev-util/valgrind )
-
-python_check_deps() {
- use test && has_version "dev-util/dogtail[${PYTHON_USEDEP}]"
-}
-
-pkg_setup() {
- use test && python-any-r1_pkg_setup
-}
-
-src_prepare() {
- # valgrind fails with SIGTRAP
- sed -e 's/TESTS = .*/TESTS =/' \
- -i "${S}"/src/Makefile.{am,in} || die
-
- gnome2_src_prepare
-}
-
-src_configure() {
- # FIXME: investigate limba and firmware update support
- gnome2_src_configure \
- --enable-man \
- --enable-packagekit \
- --enable-polkit \
- --disable-firmware \
- --disable-limba \
- --disable-ostree \
- --disable-rpm \
- --disable-steam \
- --disable-xdg-app \
- $(use_enable spell gtkspell) \
- $(use_enable test dogtail) \
- $(use_enable test tests) \
- $(use_enable udev gudev)
-}
-
-src_test() {
- virtx emake check TESTS_ENVIRONMENT="dbus-run-session"
-}
next reply other threads:[~2017-08-12 9:42 UTC|newest]
Thread overview: 68+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-08-12 9:42 Gilles Dartiguelongue [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-01-25 15:27 [gentoo-commits] repo/gentoo:master commit in: gnome-extra/gnome-software/ Pacho Ramos
2025-01-25 15:27 Pacho Ramos
2025-01-25 15:27 Pacho Ramos
2024-08-06 9:21 Pacho Ramos
2024-08-06 9:21 Pacho Ramos
2024-06-16 7:18 Pacho Ramos
2024-06-16 7:18 Pacho Ramos
2024-06-16 7:18 Pacho Ramos
2024-01-06 15:32 Mart Raudsepp
2024-01-05 18:55 Mart Raudsepp
2024-01-05 18:55 Mart Raudsepp
2023-12-16 9:58 Pacho Ramos
2023-10-21 21:52 Mart Raudsepp
2023-09-22 2:33 Matt Turner
2023-09-15 16:52 Matt Turner
2023-09-01 15:13 Matt Turner
2023-08-08 15:25 Matt Turner
2023-08-02 14:51 Matt Turner
2023-07-07 22:03 Matt Turner
2023-06-19 15:30 Matt Turner
2023-05-26 1:44 Matt Turner
2023-05-17 7:49 Sam James
2023-04-22 3:08 Matt Turner
2023-03-16 17:42 Matt Turner
2023-03-04 1:15 Matt Turner
2023-02-20 17:32 Matt Turner
2023-02-10 19:18 Matt Turner
2023-01-18 20:22 Mart Raudsepp
2023-01-07 17:42 Matt Turner
2022-12-02 14:35 Matt Turner
2022-10-30 22:29 Matt Turner
2022-10-25 15:25 Matt Turner
2022-08-05 20:49 Matt Turner
2022-07-02 2:53 Matt Turner
2022-05-30 18:22 Matt Turner
2022-04-28 15:31 Matt Turner
2022-04-24 22:45 Matt Turner
2022-02-19 23:55 Matt Turner
2021-08-13 16:34 Mart Raudsepp
2021-07-10 16:24 Mart Raudsepp
2021-06-13 20:25 Sam James
2021-06-06 21:49 Matt Turner
2021-06-06 21:49 Matt Turner
2021-05-01 2:59 Matt Turner
2021-04-18 4:21 Matt Turner
2020-11-27 12:19 David Seifert
2020-07-12 21:32 Mart Raudsepp
2020-04-18 7:37 Mart Raudsepp
2020-04-04 20:48 Mart Raudsepp
2020-02-19 22:01 Mart Raudsepp
2019-07-28 17:41 Mart Raudsepp
2019-03-30 22:50 Mart Raudsepp
2019-03-22 12:20 Mart Raudsepp
2019-03-22 12:20 Mart Raudsepp
2018-12-11 13:07 Gilles Dartiguelongue
2017-08-26 10:07 Gilles Dartiguelongue
2017-03-23 6:54 Mart Raudsepp
2017-01-04 22:37 Gilles Dartiguelongue
2017-01-04 22:37 Gilles Dartiguelongue
2016-11-12 12:23 Gilles Dartiguelongue
2016-10-24 7:22 Gilles Dartiguelongue
2016-10-24 7:22 Gilles Dartiguelongue
2016-10-08 9:51 Pacho Ramos
2016-10-08 9:51 Pacho Ramos
2016-10-08 9:51 Pacho Ramos
2016-09-06 22:10 Gilles Dartiguelongue
2016-01-03 13:32 Gilles Dartiguelongue
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=1502530945.584b554f1a043e3358c3cb7b5a8785afa5660512.eva@gentoo \
--to=eva@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