From: "Gilles Dartiguelongue" <eva@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/eog-plugins/
Date: Sun, 23 Aug 2015 14:56:56 +0000 (UTC) [thread overview]
Message-ID: <1440341798.a7bf6777e4217151d55370590fc01702558f55c3.eva@gentoo> (raw)
commit: a7bf6777e4217151d55370590fc01702558f55c3
Author: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Sun Aug 23 14:55:30 2015 +0000
Commit: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Sun Aug 23 14:56:38 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a7bf6777
media-gfx/eog-plugins: drop old revision
Package-Manager: portage-2.2.20.1
media-gfx/eog-plugins/Manifest | 1 -
media-gfx/eog-plugins/eog-plugins-3.14.1.ebuild | 64 -------------------------
2 files changed, 65 deletions(-)
diff --git a/media-gfx/eog-plugins/Manifest b/media-gfx/eog-plugins/Manifest
index 6513e89..1506024 100644
--- a/media-gfx/eog-plugins/Manifest
+++ b/media-gfx/eog-plugins/Manifest
@@ -1,4 +1,3 @@
-DIST eog-plugins-3.14.1.tar.xz 360472 SHA256 12070173d875d6e9f70d8b918bbf3dfcc5af8c1681e4fabf212dae96b85318f5 SHA512 c5f8d652742e8981385ba7d5742e4de3e49d51e2a7785d57fc15e3e23bff2460866173e8163f3870fc57c6f9ddfd16a0dce0a15ec1d2e7fea336d26c11d55f0a WHIRLPOOL 923f50b565c16c9597510a8c605fb1b300cf4859042e23b8329edfc1415945b21769d1850f3edc883d3e68f4a6c9ccccb3fe369d8fbebf5154a27b0be4ac6beb
DIST eog-plugins-3.14.2.tar.xz 363836 SHA256 31a33b65cd6452ebeca3821f6eb45caefb83bd5d121dee7cf7e4c139ba065f89 SHA512 b29e0aa247ce7006a339ba4a4352e9dfe0150662f2a40fbdb10ac21daca95bb8c75b921cfad4a57ee783424befd98145a35f2a9b8a0083a9bff3928c157fa058 WHIRLPOOL ecc6d4e3a60b7e00f5bbb955040c2f43eb7e1d309970b2084bd50ac706fe149df50ae8e7ab7d595caca0b4853113bfb7073c5e785560b999c5b7db86bc277746
DIST eog-plugins-3.16.0.tar.xz 367436 SHA256 6fab1c1e0705fc2b0e4a63caf3ba1c5b64b4eaa1301e4cbc04bb934428b68450 SHA512 f592aa08754a1f2d5f503239b5b68b4d9617aa0a1e5a0afd3b80d5bc11fcd312b219157607ff53d98927b9b63e088009c5bb5181dbbcc71466785780b3339fe9 WHIRLPOOL 564a3cf6f572a50fad2f9772138afb80d6ca5a3b3b5c178183d36a95f7fea23d7bd499751a27a40e449dd340e3fc626e8a0c64b3d7c056e3abec9ff62ae78727
DIST eog-plugins-3.16.1.tar.xz 368652 SHA256 c586b6708064dcd03612f9373a6160214b2fa4797bf8c07db530b18eda4074d9 SHA512 f7871cd99e54f65796c659d69bb1f741a706c243c2f0683c6efe38ae685a1a5b66a31a1dcb2bcea84a516b385a16c4d871ad78ebfa043dc8f895729d07758429 WHIRLPOOL 2a564c7e53eaf6daf283daa34845021eac3dbb30625dc307d749aab3a92f7e9cebed168af1d7d7f23bdeaa53ada957b448341fa97708ea57e5005dd024e4614c
diff --git a/media-gfx/eog-plugins/eog-plugins-3.14.1.ebuild b/media-gfx/eog-plugins/eog-plugins-3.14.1.ebuild
deleted file mode 100644
index 3f7b5f8..0000000
--- a/media-gfx/eog-plugins/eog-plugins-3.14.1.ebuild
+++ /dev/null
@@ -1,64 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="5"
-GCONF_DEBUG="no"
-GNOME2_LA_PUNT="yes"
-PYTHON_COMPAT=( python{3_3,3_4} )
-
-inherit gnome2 python-r1
-
-DESCRIPTION="Eye of GNOME plugins"
-HOMEPAGE="https://wiki.gnome.org/Apps/EyeOfGnome/Plugins"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="+exif +flickr map +picasa +python"
-REQUIRED_USE="
- map? ( exif )
- python? ( ^^ ( $(python_gen_useflags '*') ) )"
-
-RDEPEND="
- >=dev-libs/glib-2.32:2
- >=dev-libs/libpeas-0.7.4:=
- >=media-gfx/eog-3.11.4
- >=x11-libs/gtk+-3.3.8:3
- exif? ( >=media-libs/libexif-0.6.16 )
- flickr? ( media-gfx/postr )
- map? (
- media-libs/libchamplain:0.12[gtk]
- >=media-libs/clutter-1.9.4:1.0
- >=media-libs/clutter-gtk-1.1.2:1.0 )
- picasa? ( >=dev-libs/libgdata-0.9.1:= )
- python? (
- ${PYTHON_DEPS}
- dev-libs/libpeas:=[gtk,python,${PYTHON_USEDEP}]
- dev-python/pygobject:3[${PYTHON_USEDEP}]
- gnome-base/gsettings-desktop-schemas
- media-gfx/eog[introspection]
- x11-libs/gtk+:3[introspection]
- x11-libs/pango[introspection] )
-"
-DEPEND="${RDEPEND}
- >=dev-util/intltool-0.50.1
- sys-devel/gettext
- virtual/pkgconfig
-"
-
-pkg_setup() {
- use python && [[ ${MERGE_TYPE} == binary ]] && python_setup
-}
-
-src_configure() {
- local plugins="fit-to-width,send-by-mail,hide-titlebar,light-theme"
- use exif && plugins="${plugins},exif-display"
- use flickr && plugins="${plugins},postr"
- use map && plugins="${plugins},map"
- use picasa && plugins="${plugins},postasa"
- use python && plugins="${plugins},slideshowshuffle,pythonconsole,fullscreenbg,export-to-folder"
- gnome2_src_configure \
- $(use_enable python) \
- --with-plugins=${plugins}
-}
next reply other threads:[~2015-08-23 14:57 UTC|newest]
Thread overview: 53+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-08-23 14:56 Gilles Dartiguelongue [this message]
-- strict thread matches above, loose matches on Subject: below --
2015-08-23 14:56 [gentoo-commits] repo/gentoo:master commit in: media-gfx/eog-plugins/ Gilles Dartiguelongue
2015-08-23 16:10 Gilles Dartiguelongue
2015-10-04 10:28 Pacho Ramos
2015-10-04 10:28 Pacho Ramos
2015-11-10 17:02 Agostino Sarubbo
2015-11-11 8:20 Agostino Sarubbo
2016-03-06 20:12 Mikle Kolyada
2016-05-28 15:49 Pacho Ramos
2016-05-28 15:49 Pacho Ramos
2016-10-16 16:10 Pacho Ramos
2016-10-16 16:10 Pacho Ramos
2017-02-15 20:38 Mart Raudsepp
2017-04-11 23:22 Mart Raudsepp
2017-04-17 16:49 David Seifert
2017-04-23 21:23 Agostino Sarubbo
2017-04-27 22:08 Mart Raudsepp
2017-12-09 19:40 Pacho Ramos
2018-02-27 22:05 Pacho Ramos
2018-04-29 0:08 Mart Raudsepp
2018-08-04 13:03 Mart Raudsepp
2019-05-18 22:08 Mart Raudsepp
2019-09-15 11:43 Pacho Ramos
2019-12-04 20:17 Matt Turner
2019-12-23 22:02 Mart Raudsepp
2020-02-09 16:29 Michał Górny
2020-08-02 21:27 Mart Raudsepp
2020-08-30 18:09 Sam James
2021-01-05 18:30 Matt Turner
2021-03-12 8:01 Mikle Kolyada
2021-04-01 16:44 Thomas Deutschmann
2021-04-13 16:12 Matt Turner
2021-04-16 2:16 Matt Turner
2021-05-29 6:09 Sam James
2021-05-29 9:02 Sam James
2021-10-17 21:07 Mart Raudsepp
2022-01-09 19:42 Matt Turner
2022-03-08 9:35 Sam James
2022-03-24 2:29 Matt Turner
2022-04-24 20:46 Matt Turner
2022-10-30 23:21 Matt Turner
2022-11-07 7:26 Sam James
2022-11-23 17:52 Jakov Smolić
2023-01-08 17:56 Matt Turner
2023-02-17 8:23 Arthur Zamarin
2023-03-19 3:51 Matt Turner
2023-04-12 15:45 Matt Turner
2023-05-02 18:52 Arthur Zamarin
2023-05-02 19:36 Arthur Zamarin
2023-10-29 22:23 Mart Raudsepp
2024-06-16 10:16 Pacho Ramos
2024-06-16 10:16 Pacho Ramos
2024-08-06 9:21 Pacho Ramos
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=1440341798.a7bf6777e4217151d55370590fc01702558f55c3.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