tomwij      14/05/04 22:09:08

  Added:                metadata.xml eom-1.8.0.ebuild ChangeLog
  Log:
  Version bump to 1.8.0, continuation of media-gfx/mate-image-viewer.
  
  (Portage version: HEAD/cvs/Linux x86_64, signed Manifest commit with key 
6D34E57D)

Revision  Changes    Path
1.1                  media-gfx/eom/metadata.xml

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/eom/metadata.xml?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/eom/metadata.xml?rev=1.1&content-type=text/plain

Index: metadata.xml
===================================================================
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd";>
<pkgmetadata>
        <maintainer>
                <email>[email protected]</email>
                <name>Tom Wijsman</name>
        </maintainer>
</pkgmetadata>



1.1                  media-gfx/eom/eom-1.8.0.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/eom/eom-1.8.0.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/eom/eom-1.8.0.ebuild?rev=1.1&content-type=text/plain

Index: eom-1.8.0.ebuild
===================================================================
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-gfx/eom/eom-1.8.0.ebuild,v 1.1 
2014/05/04 22:09:08 tomwij Exp $

EAPI="5"

GCONF_DEBUG="yes"
PYTHON_COMPAT=( python2_{6,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"

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
        >=mate-base/mate-desktop-1.6: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.6: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:*"

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"



1.1                  media-gfx/eom/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/eom/ChangeLog?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/eom/ChangeLog?rev=1.1&content-type=text/plain

Index: ChangeLog
===================================================================
# ChangeLog for media-gfx/eom
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/media-gfx/eom/ChangeLog,v 1.1 2014/05/04 
22:09:08 tomwij Exp $

*eom-1.8.0 (04 May 2014)

  04 May 2014; Tom Wijsman <[email protected]> +eom-1.8.0.ebuild, +metadata.xml:
  Version bump to 1.8.0, continuation of media-gfx/mate-image-viewer.




Reply via email to