From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 2891459CA9 for ; Sat, 26 Mar 2016 02:37:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EF26C21C0B5; Sat, 26 Mar 2016 02:37:29 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 20D4821C0B4 for ; Sat, 26 Mar 2016 02:37:24 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 052AA340CE5 for ; Sat, 26 Mar 2016 02:37:17 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4CFAA87B for ; Sat, 26 Mar 2016 02:37:13 +0000 (UTC) From: "NP Hardass" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "NP Hardass" Message-ID: <1458959030.6396fff75631a03e96daca50d96a74ad9d7e66cd.np-hardass@gentoo> Subject: [gentoo-commits] proj/gentoo-mate:master commit in: media-gfx/eom/ X-VCS-Repository: proj/gentoo-mate X-VCS-Files: media-gfx/eom/Manifest media-gfx/eom/eom-1.8.1.ebuild X-VCS-Directories: media-gfx/eom/ X-VCS-Committer: np-hardass X-VCS-Committer-Name: NP Hardass X-VCS-Revision: 6396fff75631a03e96daca50d96a74ad9d7e66cd X-VCS-Branch: master Date: Sat, 26 Mar 2016 02:37:13 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: ac874763-6147-4dc1-b8a7-83e6ec65470d X-Archives-Hash: bce3f3a60912f855ef9c48f3735819f2 commit: 6396fff75631a03e96daca50d96a74ad9d7e66cd Author: NP-Hardass gentoo org> AuthorDate: Sat Mar 26 02:07:36 2016 +0000 Commit: NP Hardass gentoo org> CommitDate: Sat Mar 26 02:23:50 2016 +0000 URL: https://gitweb.gentoo.org/proj/gentoo-mate.git/commit/?id=6396fff7 media-gfx/eom: Drop 1.8.x Package-Manager: portage-2.2.26 media-gfx/eom/Manifest | 1 - media-gfx/eom/eom-1.8.1.ebuild | 77 ------------------------------------------ 2 files changed, 78 deletions(-) diff --git a/media-gfx/eom/Manifest b/media-gfx/eom/Manifest index fdb71aa..bdc0126 100644 --- a/media-gfx/eom/Manifest +++ b/media-gfx/eom/Manifest @@ -1,2 +1 @@ DIST eom-1.10.5.tar.xz 2207424 SHA256 19b484dba1c2adf1450153815e4edb05ba7ab7bdf4eb8b4f2071766e48e72d14 SHA512 f58f2c4c1d211afe66c2a112b75ee6b325590294da51df3a56d1dca0fb813cea1abd9e9dc7a4a3f26c111f1c11aba20e8177e36913f04bae664f4ddad6f98c0c WHIRLPOOL 1ce95839628e51060f2c77e8a701046754817870f998a6388aa620e12470b2e690e11edd5e7770303da33103f0077a3726eba01bd537a2cc3729bbd29dbc92d0 -DIST eom-1.8.1.tar.xz 2192220 SHA256 d8c97de2aab548dce910cdfd98a11b671c943e9b195d38b043e482e2323ac6d8 SHA512 e054286eebdc88390dd8855d6b43704d4bc5d0b7d69f0dc73108d26e75882ee13bfaec01a30dbc42cee14e10ca42eeb9a6f576fe8435055ba289fe2292f97837 WHIRLPOOL 10856132756b1ea7ab9be23547d94968fcce3183528cb0d656c9cd307108fe8623a70a7ee53c85db6ef74a333691ffcf1210f8c9885db4a31b63713d8924c0d9 diff --git a/media-gfx/eom/eom-1.8.1.ebuild b/media-gfx/eom/eom-1.8.1.ebuild deleted file mode 100644 index 9ca917f..0000000 --- a/media-gfx/eom/eom-1.8.1.ebuild +++ /dev/null @@ -1,77 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI="5" - -GCONF_DEBUG="yes" -PYTHON_COMPAT=( python2_7 ) - -inherit gnome2 python-single-r1 versionator - -MATE_BRANCH="$(get_version_component_range 1-2)" - -SRC_URI="http://pub.mate-desktop.org/releases/${MATE_BRANCH}/${P}.tar.xz" -DESCRIPTION="The MATE image viewer" -HOMEPAGE="http://mate-desktop.org" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~arm ~x86" - -IUSE="X dbus exif jpeg lcms python svg tiff xmp" - -REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )" - -RDEPEND=" - dev-libs/atk:0 - >=dev-libs/glib-2.25.9:2 - >=dev-libs/libxml2-2:2 - gnome-base/dconf:0 - >=mate-base/mate-desktop-1.8:0 - sys-libs/zlib:0 - x11-libs/cairo:0 - >=x11-libs/gdk-pixbuf-2.4:2[jpeg?,tiff?] - >=x11-libs/gtk+-2.18:2 - x11-libs/libX11:0 - >=x11-misc/shared-mime-info-0.20:0 - >=x11-themes/mate-icon-theme-1.8:0 - virtual/libintl:0 - dbus? ( >=dev-libs/dbus-glib-0.71:0 ) - exif? ( - >=media-libs/libexif-0.6.14:0 - virtual/jpeg:0 ) - jpeg? ( virtual/jpeg:0 ) - lcms? ( media-libs/lcms:2 ) - python? ( - ${PYTHON_DEPS} - >=dev-python/pygobject-2.15.1:2[${PYTHON_USEDEP}] - >=dev-python/pygtk-2.13:2[${PYTHON_USEDEP}] ) - svg? ( >=gnome-base/librsvg-2.26:2 ) - xmp? ( >=media-libs/exempi-1.99.5:2 ) - !!media-gfx/mate-image-viewer" - -DEPEND="${RDEPEND} - app-text/yelp-tools:0 - >=dev-util/intltool-0.40:* - sys-devel/gettext:* - virtual/pkgconfig:*" - -pkg_setup() { - use python && python-single-r1_pkg_setup -} - -src_configure() { - gnome2_src_configure \ - $(use_enable python) \ - $(use_with jpeg libjpeg) \ - $(use_with exif libexif) \ - $(use_with dbus) \ - $(use_with lcms cms) \ - $(use_with xmp) \ - $(use_with svg librsvg) \ - $(use_with X x) \ - --without-cms -} - -DOCS="AUTHORS ChangeLog HACKING NEWS README THANKS TODO"