public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in media-gfx/nip2: ChangeLog nip2-7.16.3.ebuild nip2-7.14.4.ebuild
@ 2008-11-22 23:28 Markus Meier (maekke)
  0 siblings, 0 replies; only message in thread
From: Markus Meier (maekke) @ 2008-11-22 23:28 UTC (permalink / raw
  To: gentoo-commits

maekke      08/11/22 23:28:12

  Modified:             ChangeLog
  Added:                nip2-7.16.3.ebuild
  Removed:              nip2-7.14.4.ebuild
  Log:
  bump to 7.16.3, bug #246969 and remove old
  (Portage version: 2.2_rc15/cvs/Linux 2.6.26.8 x86_64)

Revision  Changes    Path
1.12                 media-gfx/nip2/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-gfx/nip2/ChangeLog,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- ChangeLog	25 Oct 2008 12:10:00 -0000	1.11
+++ ChangeLog	22 Nov 2008 23:28:12 -0000	1.12
@@ -1,6 +1,13 @@
 # ChangeLog for media-gfx/nip2
 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/nip2/ChangeLog,v 1.11 2008/10/25 12:10:00 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/nip2/ChangeLog,v 1.12 2008/11/22 23:28:12 maekke Exp $
+
+*nip2-7.16.3 (22 Nov 2008)
+
+  22 Nov 2008; Markus Meier <maekke@gentoo.org>
+  -files/nip2-7.14.4-configure.patch, -nip2-7.14.4.ebuild,
+  +nip2-7.16.3.ebuild:
+  bump to 7.16.3, bug #246969 and remove old
 
   25 Oct 2008; Markus Meier <maekke@gentoo.org>
   +files/nip2-7.14.4-configure.patch, nip2-7.14.4.ebuild:



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

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

Index: nip2-7.16.3.ebuild
===================================================================
# Copyright 2003-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-gfx/nip2/nip2-7.16.3.ebuild,v 1.1 2008/11/22 23:28:12 maekke Exp $

inherit 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"

SLOT="0"
LICENSE="GPL-2"

KEYWORDS="~amd64 ~ppc ~x86"

IUSE="fftw"

RDEPEND="
	>=dev-libs/glib-2
	dev-libs/libxml2
	>=media-libs/vips-${PV}
	>=x11-libs/gtk+-2.4
	fftw? ( >=sci-libs/fftw-3 )"

# Flex and bison are build dependencies, but are not needed at runtime
DEPEND="${RDEPEND}
	=sys-devel/bison-2.3*
	sys-devel/flex"

src_compile() {
	econf \
		--disable-update-desktop \
		$(use_with fftw fftw3)
	emake || die "emake failed"
}

src_install() {
	# create these dirs to make the makefile installs these items correctly
	dodir /usr/share/{applications,application-registry,mime-info}

	insinto /usr/share/pixmaps
	doins "${FILESDIR}"/nip2.png
	insinto /usr/share/applications
	doins "${FILESDIR}"/nip2.desktop
	insinto /usr/share/mime/packages
	doins "${FILESDIR}"/nip2.xml

	einstall || die "einstall failed"
	dodoc AUTHORS ChangeLog NEWS README* || 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
}






^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2008-11-22 23:28 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-11-22 23:28 [gentoo-commits] gentoo-x86 commit in media-gfx/nip2: ChangeLog nip2-7.16.3.ebuild nip2-7.14.4.ebuild Markus Meier (maekke)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox