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 102A31381F3 for ; Wed, 5 Jun 2013 14:32:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 838A7E0898; Wed, 5 Jun 2013 14:32:18 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C6195E0898 for ; Wed, 5 Jun 2013 14:32:17 +0000 (UTC) Received: from flycatcher.gentoo.org (flycatcher.gentoo.org [81.93.255.6]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id DE78633E2D3 for ; Wed, 5 Jun 2013 14:32:16 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 2212) id A95182171D; Wed, 5 Jun 2013 14:32:15 +0000 (UTC) From: "Andrey Grozin (grozin)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, grozin@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in media-gfx/fotoxx: ChangeLog fotoxx-13.06.ebuild X-VCS-Repository: gentoo-x86 X-VCS-Files: ChangeLog fotoxx-13.06.ebuild X-VCS-Directories: media-gfx/fotoxx X-VCS-Committer: grozin X-VCS-Committer-Name: Andrey Grozin Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: <20130605143215.A95182171D@flycatcher.gentoo.org> Date: Wed, 5 Jun 2013 14:32:15 +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: 35a831a7-609c-408e-b98e-bc1ee3c0e7eb X-Archives-Hash: a614f568a88dbb6781a30bec6b6b9e1f grozin 13/06/05 14:32:15 Modified: ChangeLog Added: fotoxx-13.06.ebuild Log: Version bump (Portage version: 2.2.0_alpha177/cvs/Linux i686, signed Manifest commit with key 0x3AFFCE974D34BD8C!) Revision Changes Path 1.52 media-gfx/fotoxx/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/fotoxx/ChangeLog?rev=1.52&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/fotoxx/ChangeLog?rev=1.52&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/fotoxx/ChangeLog?r1=1.51&r2=1.52 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/media-gfx/fotoxx/ChangeLog,v retrieving revision 1.51 retrieving revision 1.52 diff -u -r1.51 -r1.52 --- ChangeLog 3 May 2013 03:06:02 -0000 1.51 +++ ChangeLog 5 Jun 2013 14:32:15 -0000 1.52 @@ -1,6 +1,12 @@ # ChangeLog for media-gfx/fotoxx # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/fotoxx/ChangeLog,v 1.51 2013/05/03 03:06:02 grozin Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/fotoxx/ChangeLog,v 1.52 2013/06/05 14:32:15 grozin Exp $ + +*fotoxx-13.06 (05 Jun 2013) + + 05 Jun 2013; Andrey Grozin +fotoxx-13.06.ebuild, + +files/fotoxx-13.06.patch: + Version bump *fotoxx-13.05 (03 May 2013) 1.1 media-gfx/fotoxx/fotoxx-13.06.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/fotoxx/fotoxx-13.06.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/fotoxx/fotoxx-13.06.ebuild?rev=1.1&content-type=text/plain Index: fotoxx-13.06.ebuild =================================================================== # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/media-gfx/fotoxx/fotoxx-13.06.ebuild,v 1.1 2013/06/05 14:32:15 grozin Exp $ EAPI=4 inherit eutils toolchain-funcs fdo-mime DESCRIPTION="Program for improving image files made with a digital camera." HOMEPAGE="http://www.kornelix.com/fotoxx.html" SRC_URI="http://www.kornelix.com/uploads/1/3/0/3/13035936/${P}.tar.gz" LICENSE="GPL-3" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" DEPEND="x11-libs/gtk+:3 media-libs/libpng media-libs/tiff" RDEPEND="${DEPEND} media-libs/exiftool media-gfx/ufraw[gtk] media-gfx/dcraw x11-misc/xdg-utils" src_prepare() { epatch "${FILESDIR}"/${PF}.patch } src_compile() { tc-export CXX emake } src_install() { # For the Help menu items to work, *.html must be in /usr/share/doc/${PF}, # and README, changelog, translations, edit-menus, KB-shortcuts must not be compressed emake DESTDIR="${D}" install insinto /usr/share/applications newins desktop ${PN}.desktop rm -f "${D}"/usr/share/doc/${PF}/*.man docompress -x /usr/share/doc } pkg_postinst() { fdo-mime_mime_database_update fdo-mime_desktop_database_update } pkg_postrm() { fdo-mime_desktop_database_update fdo-mime_mime_database_update }