diff options
author | Krzysztof Pawlik <nelchael@gentoo.org> | 2006-11-08 14:07:18 +0000 |
---|---|---|
committer | Krzysztof Pawlik <nelchael@gentoo.org> | 2006-11-08 14:07:18 +0000 |
commit | 765a272ea15b7157dc991b2b103b4eab6c97a9b1 (patch) | |
tree | adb993007d001f4b6eadedd006a5fc0d5996edae /x11-misc/xsnap | |
parent | YARC (diff) | |
download | gentoo-2-765a272ea15b7157dc991b2b103b4eab6c97a9b1.tar.gz gentoo-2-765a272ea15b7157dc991b2b103b4eab6c97a9b1.tar.bz2 gentoo-2-765a272ea15b7157dc991b2b103b4eab6c97a9b1.zip |
Version bump.
(Portage version: 2.1.2_rc1-r5)
Diffstat (limited to 'x11-misc/xsnap')
-rw-r--r-- | x11-misc/xsnap/ChangeLog | 10 | ||||
-rw-r--r-- | x11-misc/xsnap/files/digest-xsnap-1.4.4 | 3 | ||||
-rw-r--r-- | x11-misc/xsnap/files/digest-xsnap-1.5.1 | 3 | ||||
-rw-r--r-- | x11-misc/xsnap/files/xsnap-1.5.1-po_Makefile.patch | 13 | ||||
-rw-r--r-- | x11-misc/xsnap/metadata.xml | 3 | ||||
-rw-r--r-- | x11-misc/xsnap/xsnap-1.4.4.ebuild | 46 | ||||
-rw-r--r-- | x11-misc/xsnap/xsnap-1.5.1.ebuild | 50 |
7 files changed, 125 insertions, 3 deletions
diff --git a/x11-misc/xsnap/ChangeLog b/x11-misc/xsnap/ChangeLog index 0ba364478dbe..42f888d620de 100644 --- a/x11-misc/xsnap/ChangeLog +++ b/x11-misc/xsnap/ChangeLog @@ -1,6 +1,14 @@ # ChangeLog for x11-misc/xsnap # Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/xsnap/ChangeLog,v 1.24 2006/10/21 21:30:02 omp Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xsnap/ChangeLog,v 1.25 2006/11/08 14:07:18 nelchael Exp $ + +*xsnap-1.5.1 (08 Nov 2006) +*xsnap-1.4.4 (08 Nov 2006) + + 08 Nov 2006; Krzysiek Pawlik <nelchael@gentoo.org> + +files/xsnap-1.5.1-po_Makefile.patch, +xsnap-1.4.4.ebuild, + +xsnap-1.5.1.ebuild: + Version bump. 21 Oct 2006; David Shakaryan <omp@gentoo.org> xsnap-1.4.3-r1.ebuild: Remove monolithic X from dependencies and fix quotes. diff --git a/x11-misc/xsnap/files/digest-xsnap-1.4.4 b/x11-misc/xsnap/files/digest-xsnap-1.4.4 new file mode 100644 index 000000000000..86f190dccdd7 --- /dev/null +++ b/x11-misc/xsnap/files/digest-xsnap-1.4.4 @@ -0,0 +1,3 @@ +MD5 af4c4701917506bbe61aa6fb6d053c3c xsnap-1.4.4.tar.bz2 30793 +RMD160 6504d09625726de477338ad40ecf4652c8e59f6b xsnap-1.4.4.tar.bz2 30793 +SHA256 8d1a72973b2c9c2593d70275dcbb81089bc20de22a2d3cf0af1e37d34e3f1faa xsnap-1.4.4.tar.bz2 30793 diff --git a/x11-misc/xsnap/files/digest-xsnap-1.5.1 b/x11-misc/xsnap/files/digest-xsnap-1.5.1 new file mode 100644 index 000000000000..c9f538027838 --- /dev/null +++ b/x11-misc/xsnap/files/digest-xsnap-1.5.1 @@ -0,0 +1,3 @@ +MD5 d55d89d32e91fd67b9a7d01a57fcb096 xsnap-1.5.1.tar.bz2 45185 +RMD160 cd292da19ccc3ea1bef17e6191ee1b44b93009b3 xsnap-1.5.1.tar.bz2 45185 +SHA256 cd258ada5198821e0a5d3d7bd23b81e0265f07473a3fdfb22486abd5011e86d4 xsnap-1.5.1.tar.bz2 45185 diff --git a/x11-misc/xsnap/files/xsnap-1.5.1-po_Makefile.patch b/x11-misc/xsnap/files/xsnap-1.5.1-po_Makefile.patch new file mode 100644 index 000000000000..c143efeae1e1 --- /dev/null +++ b/x11-misc/xsnap/files/xsnap-1.5.1-po_Makefile.patch @@ -0,0 +1,13 @@ +diff -ru xsnap-1.5.1.vanilla/po/Makefile xsnap-1.5.1/po/Makefile +--- xsnap-1.5.1.vanilla/po/Makefile 2006-11-07 07:58:59.000000000 +0100 ++++ xsnap-1.5.1/po/Makefile 2006-11-08 15:01:17.000000000 +0100 +@@ -7,7 +7,8 @@ + install: + for cat in $(CATALOGS) ; do msgfmt -o $$cat.mo -v $$cat.po ; done + for cat in $(CATALOGS) ; do \ +- cp -f $$cat.mo $(LOCALEDIR)/$$cat/LC_MESSAGES/xsnap.mo ; done ++ mkdir -p $(DESTDIR)/$(LOCALEDIR)/$$cat/LC_MESSAGES; \ ++ cp -f $$cat.mo $(DESTDIR)/$(LOCALEDIR)/$$cat/LC_MESSAGES/xsnap.mo ; done + + clean: + rm -f core *~ *.mo diff --git a/x11-misc/xsnap/metadata.xml b/x11-misc/xsnap/metadata.xml index 0e92f1446c72..540f810e069d 100644 --- a/x11-misc/xsnap/metadata.xml +++ b/x11-misc/xsnap/metadata.xml @@ -1,6 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> - <herd>desktop-misc</herd> + <herd>desktop-misc</herd> </pkgmetadata> - diff --git a/x11-misc/xsnap/xsnap-1.4.4.ebuild b/x11-misc/xsnap/xsnap-1.4.4.ebuild new file mode 100644 index 000000000000..ff0830355f4c --- /dev/null +++ b/x11-misc/xsnap/xsnap-1.4.4.ebuild @@ -0,0 +1,46 @@ +# Copyright 1999-2006 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xsnap/xsnap-1.4.4.ebuild,v 1.1 2006/11/08 14:07:18 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,X11R6/,,g' "${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 + +} diff --git a/x11-misc/xsnap/xsnap-1.5.1.ebuild b/x11-misc/xsnap/xsnap-1.5.1.ebuild new file mode 100644 index 000000000000..9ef37401570a --- /dev/null +++ b/x11-misc/xsnap/xsnap-1.5.1.ebuild @@ -0,0 +1,50 @@ +# Copyright 1999-2006 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xsnap/xsnap-1.5.1.ebuild,v 1.1 2006/11/08 14:07:18 nelchael Exp $ + +inherit eutils + +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}" + + epatch "${FILESDIR}/${P}-po_Makefile.patch" + + sed -i -e 's,X11R6/,,g' "${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 + +} |