public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in x11-misc/xsnap: ChangeLog xsnap-1.5.5.ebuild
@ 2009-05-16 19:48 Krzysiek Pawlik (nelchael)
  0 siblings, 0 replies; only message in thread
From: Krzysiek Pawlik (nelchael) @ 2009-05-16 19:48 UTC (permalink / raw
  To: gentoo-commits

nelchael    09/05/16 19:48:58

  Modified:             ChangeLog
  Added:                xsnap-1.5.5.ebuild
  Log:
  Version bump.
  (Portage version: 2.1.6.13/cvs/Linux x86_64)

Revision  Changes    Path
1.32                 x11-misc/xsnap/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/xsnap/ChangeLog?rev=1.32&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/xsnap/ChangeLog?rev=1.32&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/xsnap/ChangeLog?r1=1.31&r2=1.32

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/xsnap/ChangeLog,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -r1.31 -r1.32
--- ChangeLog	21 Mar 2009 22:03:45 -0000	1.31
+++ ChangeLog	16 May 2009 19:48:58 -0000	1.32
@@ -1,6 +1,11 @@
 # ChangeLog for x11-misc/xsnap
-# Copyright 2002-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/xsnap/ChangeLog,v 1.31 2009/03/21 22:03:45 nelchael Exp $
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/xsnap/ChangeLog,v 1.32 2009/05/16 19:48:58 nelchael Exp $
+
+*xsnap-1.5.5 (16 May 2009)
+
+  16 May 2009; Krzysiek Pawlik <nelchael@gentoo.org> +xsnap-1.5.5.ebuild:
+  Version bump.
 
   21 Mar 2009; Krzysiek Pawlik <nelchael@gentoo.org>
   -files/xsnap-1.4-gentoo.patch,



1.1                  x11-misc/xsnap/xsnap-1.5.5.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/xsnap/xsnap-1.5.5.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/xsnap/xsnap-1.5.5.ebuild?rev=1.1&content-type=text/plain

Index: xsnap-1.5.5.ebuild
===================================================================
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/x11-misc/xsnap/xsnap-1.5.5.ebuild,v 1.1 2009/05/16 19:48:58 nelchael Exp $

DESCRIPTION="Program to interactively take a 'snapshot' of a region of the screen"
SRC_URI="ftp://ftp.ac-grenoble.fr/ge/Xutils/${P}.tar.bz2"
HOMEPAGE="ftp://ftp.ac-grenoble.fr/ge/Xutils/"

SLOT="0"
LICENSE="as-is"
KEYWORDS="~amd64 ~ppc ~sparc ~x86"
IUSE=""

RDEPEND="x11-libs/libX11
	x11-libs/libXext
	x11-libs/libXpm
	media-libs/libpng
	media-libs/jpeg"
DEPEND="${RDEPEND}
	x11-proto/xproto
	app-text/rman
	x11-misc/imake"

src_unpack() {

	unpack ${A}
	cd "${S}"

	sed -i -e 's,$(BINDIR),$(DESTDIR)/$(BINDIR),' "${S}/Imakefile"

}

src_compile() {

	xmkmf || die "xmkmf failed"
	make || die "make failed"

}

src_install() {

	make DESTDIR="${D}" install || die "make install failed"
	make DESTDIR="${D}" install.man || die "make install.man failed"
	dodoc README AUTHORS

}






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

only message in thread, other threads:[~2009-05-16 19:49 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-05-16 19:48 [gentoo-commits] gentoo-x86 commit in x11-misc/xsnap: ChangeLog xsnap-1.5.5.ebuild Krzysiek Pawlik (nelchael)

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