public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Peter Volkov (pva)" <pva@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in media-gfx/nip2: ChangeLog nip2-7.18.2.ebuild nip2-7.16.3.ebuild nip2-7.18.1.ebuild nip2-7.16.4.ebuild
Date: Fri, 07 Aug 2009 14:20:44 +0000	[thread overview]
Message-ID: <E1MZQJI-0006tq-VO@stork.gentoo.org> (raw)

pva         09/08/07 14:20:44

  Modified:             ChangeLog
  Added:                nip2-7.18.2.ebuild
  Removed:              nip2-7.16.3.ebuild nip2-7.18.1.ebuild
                        nip2-7.16.4.ebuild
  Log:
  Version bump. Remove old.
  (Portage version: 2.1.6.13/cvs/Linux x86_64)

Revision  Changes    Path
1.15                 media-gfx/nip2/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/nip2/ChangeLog?rev=1.15&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/nip2/ChangeLog?rev=1.15&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/nip2/ChangeLog?r1=1.14&r2=1.15

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-gfx/nip2/ChangeLog,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- ChangeLog	22 Apr 2009 17:06:07 -0000	1.14
+++ ChangeLog	7 Aug 2009 14:20:44 -0000	1.15
@@ -1,6 +1,12 @@
 # ChangeLog for media-gfx/nip2
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/nip2/ChangeLog,v 1.14 2009/04/22 17:06:07 pva Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/nip2/ChangeLog,v 1.15 2009/08/07 14:20:44 pva Exp $
+
+*nip2-7.18.2 (07 Aug 2009)
+
+  07 Aug 2009; Peter Volkov <pva@gentoo.org> -nip2-7.16.3.ebuild,
+  -nip2-7.16.4.ebuild, -nip2-7.18.1.ebuild, +nip2-7.18.2.ebuild:
+  Version bump. Remove old.
 
 *nip2-7.18.1 (22 Apr 2009)
 



1.1                  media-gfx/nip2/nip2-7.18.2.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/nip2/nip2-7.18.2.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/nip2/nip2-7.18.2.ebuild?rev=1.1&content-type=text/plain

Index: nip2-7.18.2.ebuild
===================================================================
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-gfx/nip2/nip2-7.18.2.ebuild,v 1.1 2009/08/07 14:20:44 pva Exp $

EAPI="2"
inherit eutils autotools fdo-mime versionator

DESCRIPTION="VIPS Image Processing Graphical User Interface"
SRC_URI="http://www.vips.ecs.soton.ac.uk/supported/$(get_version_component_range 1-2)/${P}.tar.gz"
HOMEPAGE="http://vips.sourceforge.net"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~x86"
IUSE="fftw gsl"

RDEPEND="
	>=dev-libs/glib-2
	dev-libs/libxml2
	x11-misc/xdg-utils
	>=media-libs/vips-${PV}
	>=x11-libs/gtk+-2.4.9
	gsl? ( sci-libs/gsl )
	fftw? ( sci-libs/fftw:3.0 )"

DEPEND="${RDEPEND}
	=sys-devel/bison-2.3*
	sys-devel/flex"

src_prepare() {
	epatch "${FILESDIR}/${PN}-7.16.4-fftw3-build.patch"
	eautoreconf
}

src_configure() {
	econf \
		--disable-update-desktop \
		$(use_with gsl) \
		$(use_with fftw fftw3)
}

src_install() {
	make DESTDIR="${D}" install || die "install failed"
	dodoc AUTHORS ChangeLog NEWS README* || die
	# icon for .desktop
	insinto /usr/share/icons/hicolor/128x128/apps
	newins share/nip2/data/vips-128.png nip2.png || die
}

pkg_postinst() {
	fdo-mime_desktop_database_update
	fdo-mime_mime_database_update
}

pkg_postrm() {
	fdo-mime_desktop_database_update
	fdo-mime_mime_database_update
}






                 reply	other threads:[~2009-08-07 14:20 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=E1MZQJI-0006tq-VO@stork.gentoo.org \
    --to=pva@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